.aside-menu .menu-nav > .menu-item .menu-link .menu-icon i {
    transition: 0.3s all;
}
.aside-menu .menu-nav > .menu-item:hover .menu-link .menu-icon i,
.aside-menu .menu-nav > .menu-item.menu-item-active .menu-link .menu-icon i,
.aside-menu .menu-nav > .menu-item.menu-item-open .menu-link .menu-icon i,
.navi-link:hover .symbol-label i {
    color: #3699ff !important;
}
.aside-menu .menu-nav > .menu-item:hover .menu-submenu .menu-link .menu-icon i,
.aside-menu
    .menu-nav
    > .menu-item.menu-item-open
    .menu-submenu
    .menu-link
    .menu-icon
    i {
    color: inherit !important;
}
.dataTables_wrapper .dataTable thead th.sorting,
.dataTables_wrapper .dataTable thead th.sorting_asc,
.dataTables_wrapper .dataTable thead th.sorting_desc {
    position: relative;
    padding-right: 30px;
}
.dataTables_wrapper .dataTable thead th.sorting:before,
.dataTables_wrapper .dataTable thead th.sorting:after,
.dataTables_wrapper .dataTable thead th.sorting_asc:before,
.dataTables_wrapper .dataTable thead th.sorting_asc:after,
.dataTables_wrapper .dataTable thead th.sorting_desc:after,
.dataTables_wrapper .dataTable thead th.sorting_desc:before {
    position: absolute;
    top: 50% !important;
    margin-top: -0.75rem;
    bottom: auto !important;
    opacity: 0.5;
}
.dataTables_wrapper .dataTable thead th.sorting:before,
.dataTables_wrapper .dataTable thead th.sorting_asc:before,
.dataTables_wrapper .dataTable thead th.sorting_desc:before {
    content: "\2191";
    right: 1em;
}
.dataTables_wrapper .dataTable thead th.sorting:after,
.dataTables_wrapper .dataTable thead th.sorting_asc:after,
.dataTables_wrapper .dataTable thead th.sorting_desc:after {
    right: 0.5em;
    content: "\2193";
}
.dataTables_wrapper .dataTable thead th.sorting_asc:before {
    opacity: 1;
    color: #3699ff !important;
}
.dataTables_wrapper .dataTable thead th.sorting_desc:after {
    opacity: 1;
    color: #3699ff !important;
}
.add-activity-form .dropzone .dz-message {
    margin: 0;
}
.bg-body {
    background-color: #eef0f8 !important;
}
#edit-acivity-tab .nav-item {
    margin-bottom: 0.25rem;
}
#edit-acivity-tab .nav-item .nav-link.active {
    background: #3699ff;
    color: #fff;
    border-color: #3699ff;
}
#edit-acivity-tab .nav-item .nav-link.active .nav-text {
    color: #fff;
}
#edit-acivity-tab .nav-item .nav-link {
    border-color: #f7f7f7;
}
.input-group.date .input-group-text {
    cursor: pointer;
}
#overview .h-38 {
    height: 38px;
}
ul.errorMessages {
    position: absolute;
    right: 15px;
    top: 15px;
    max-width: 450px;
    z-index: 999;
}
ul.errorMessages li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
ul.errorMessages li:last-child {
    margin-bottom: 0;
}
ul.errorMessages li:before {
    content: "\f16f";
    font-family: Flaticon;
    position: absolute;
    left: 0;
}
.specification-div label {
    width: 17.4%;
}
.discloser-div {
    display: none;
}

#users .select2-container,
.user-info-wizard .select2-container,
.select2.w-100 ~ .select2-container {
    width: 100% !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 13px;
    color: #3f4254 !important;
}
#users .dataTables_wrapper table td:last-child {
    display: flex;
    min-height: 66px;
    align-items: center;
}
.wizard.wizard-4.user-info-wizard .wizard-nav .wizard-steps .wizard-step {
    flex: 0 0 calc(16.66667% - 0.25rem);
    width: calc(16.66667% - 0.25rem);
}

span.count {
    font-size: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 600;
}

.wizard.wizard-4.user-info-wizard
    .wizard-nav
    .wizard-steps
    .wizard-step
    .wizard-wrapper {
    justify-content: center;
}
.min-height-85 {
    min-height: 85px !important;
}
.d-time-sec label.checkbox {
    max-width: 500px;
}
.d-time-sec label.checkbox span {
    margin-right: 10px;
}
.d-time-sec #kt_timepicker_2,
.d-time-sec .kt_timepicker_2 {
    width: 85px;
    margin-left: 20px;
}
.tab-content > .active {
    display: block;
}
#transcript input {
    width: 100px;
}
.choice-list .checkbox > span {
    margin: 7px auto 0;
    width: 25px;
    height: 25px;
}

.h-40 {
    height: 38px;
}
.choice-list {
    display: flex;
}
.choice-list .correct-choice {
    min-width: 60px;
    text-align: center;
    margin-right: 30px;
}
.choice-list .answe-choice {
    width: 100%;
}

.dataTables_wrapper
    table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before {
    position: absolute;
    left: 15px;
}
.dataTables_wrapper
    table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child {
    position: relative;
    padding-left: 40px !important;
}
.discount-line {
    margin-bottom: 20px;
}
.discount-line input {
    width: 150px;
}
.discount-line,
.discount-line .calculation {
    display: flex;
    align-items: center;
}
.discount-line label,
.discount-line input {
    margin: 0 15px;
}
.discount-line .fileInput input {
    width: 80px;
}
.discount-line .fileInput label {
    width: 100px;
}
.discount-line .calculation input {
    margin: 0 10px;
}
.discount-line .fileInput:first-child label {
    margin-left: 0;
}
.mt--40 {
    margin-top: -40px;
}
.quantity {
    width: 200px;
}
.btn-grp-width {
    width: 300px;
    justify-content: flex-end;
}
.card-header  .card-toolbar.btn-grp-width {
    width: auto;
}

.custom-tool-popup{
    display: flex;
    flex-flow: column;
}
.custom-tool-popup .dropdown-item {
    padding: 5px 0;
    max-width: 300px;
    white-space: normal;
}
.rotate-anim {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.error-page-wrap h1 {
    font-size: 8rem;
}
.error-page-wrap p {
    font-size: 18px;
}
.mt--15 {
    margin-top: -15px
}
.user-info-wizard .login-info .div-wrap {
    margin: 0 10px 15px;
}
.visa-icons img {
    width: 35px;
} 
.user-info .nav-tabs .nav-item, .big-tabs .nav-tabs .nav-item {
    display: flex;
    flex: 0 0 calc(16.66667% - 0.25rem);
    width: calc(16.66667% - 0.25rem);
    background-color: #F3F6F9;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.user-info .nav-tabs .nav-item .nav-link, .order-info .nav-tabs .nav-item .nav-link {
    padding: 1rem 0;
    display: block;
    width: 100%;
    text-align: center;
    border-color: transparent;
}
.user-info .nav-tabs .nav-item .nav-link.active, .order-info .nav-tabs .nav-item .nav-link.active {
    border-color: transparent;
}
.user-info .nav-tabs, .order-info .nav-tabs {
    border: none;
    background: #EEF0F8;
}
.user-info .nav-tabs .nav-item .nav-link span, .order-info .nav-tabs .nav-item .nav-link span {
    font-size: 1.1rem;
    font-weight: 600;
}
.order-info .nav-tabs .nav-item {
    display: flex;
    flex: 0 0 calc(25% - 0.25rem);
    width: calc(25% - 0.25rem);
    background-color: #F3F6F9;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
#purchase .datatable tr td .date input {
    width: 40px;
}
#purchase .datatable tr td .date {
    display: flex;
    align-items: center;
    width: 150px;
}
#purchase .datatable tr td .date .input-group-append {
    height: 38.6px;
}
ul.bill-to-info {
    display: inline-flex;
}
ul.bill-to-info li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 8px;
    line-height: 20px;
    margin-right: 50px;
}
ul.bill-to-info li i {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 19px;
}
ul.bill-to-info {
    padding-left: 0;
    margin-top: 15px;
}
.total-div span:last-child {
    width: 70px;
    display: inline-block;
    text-align: right;
}
.checkbox-with-input {
    display: flex;
    align-items: center;
}
.checkbox-with-input label {
    margin-bottom: 0 !important;
}
.checkbox-with-input input {
    max-width: max-content;
    margin-left: 30px;
}
.width-45 {
    width: 45px;
}
span.note-sub-title {
    font-size: 12px;
    color: #3F4254;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    line-height: 22px;
}
#listChart .dataTables_wrapper .col-sm-12.col-md-5, #listChart .dataTables_wrapper .dataTables_pager,
.full-datafooter .dataTables_wrapper .col-sm-12.col-md-5, .full-datafooter .dataTables_wrapper .dataTables_pager {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
#listChart .dataTables_wrapper .dataTables_pager, .full-datafooter .dataTables_wrapper .dataTables_pager {
    justify-content: flex-end;
    margin: 12px 0;
}
.pie-chart .apexcharts-canvas {
    width: 100% !important;
}

.asending-desending-none thead th.sorting:before, .asending-desending-none thead th.sorting:after, .asending-desending-none thead th.sorting_asc:before, .asending-desending-none thead th.sorting_asc:after, .asending-desending-none thead th.sorting_desc:before, .asending-desending-none thead th.sorting_desc:after,  .footer-info-none .dataTables_info, .footer-info-none .dataTables_pager {
    display: none;
}
.hiddenRow .dataTables_wrapper .dataTable {
    margin: 0 !important;
}
.hiddenRow {
    padding: 0 !important;
}
.transaction-wrap {
    border: 2px solid #000;
    border-radius: 10px;
    padding: 20px;
}
tr.dt-rowReorder-moving {
    outline: 2px solid #888888;
    outline-offset: -2px;
}
.checkbox > span, .radio > span {
    flex-shrink: 0;
}

form#merger_user .checkbox > span{ margin-right: 10px; }

.w-md-50 {
    width: 50%;
}
.question-edit.wrap {
    position: absolute;
    right: 15px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px 0;
}
.template-input-with-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.template-input-with-checkbox div:first-child {
    min-width: 400px;
}
.template-input-with-checkbox div:last-child input {
    width: 100px;
}
.input-full-width .form-group {
    width: 150px;
}
.question-wrap {
    margin-bottom: 20px;
}
.question-wrap:last-child {
    margin-bottom: 0;
}
.question-wrap ul {
    padding-left: 5px;
    margin: 0;
}
.question-wrap ul li {
    list-style: none;
    margin-bottom: 4px;
}
.question-wrap p {
    margin-bottom: 6px;
}
.border-md-left, .border-lg-left {
    border-left: 1px solid #EBEDF3 !important;
}
ul.total-amount {
    padding: 0;
    margin: 0;
}
ul.total-amount li {
    list-style: none;
    line-height: 28px;
}
ul.total-amount li span {
    width: 90px;
    display: inline-block;
}

#canvas {
    cursor: default;
    height: 400px;
    width: 100%;
}
#result img {
    width: 100%;
    object-fit: contain;
    border: 1px solid #EBEDF3 !important;
    padding: 1.25rem !important;
    max-width: 100% !important;
}
.dataTables_wrapper .child .dtr-details {
    padding-left: 0;
}
.dataTables_wrapper .child .dtr-details > li .dtr-data {word-break: break-word;}
#datatable_processing {
    position: absolute;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    left: 50%;
    top: 50%;
}
.card-title h3.card-label, .modal-body, .timeline-content {
    word-break: break-word;
}
.of-h {
    overflow: hidden;
}
.dataTables_wrapper .dataTables_pager {
    flex-wrap: wrap;
}

.pie-chart-wrapper {
    max-width: 100%;
    flex: 0 0 100%;
}

.was-validated .form-control:valid, .form-control.is-valid {
    appearance: none;
}
#activity-review_wrapper.dataTables_wrapper .dataTables_pager .dataTables_length label {
    min-width: 150px;
}
#activity-review_wrapper.dataTables_wrapper .dataTables_pager .dataTables_length label select {
    max-width: 80px;
}
.required-asterisk {
    color: red;
}

.kt_dropzone_profile img.profile_preview {
    width: 100%;
    cursor: pointer;
}

#update_form .image-preview img.image {
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.notification-msg .text-muted {
    color: #949494 !important;
}

.notification-msg {
    padding: 10px;
    border-radius: 5px;
}


@media (max-width: 1399.98px) {
    .specification-div label {
        width: 20.66667%;
    }
    .label-h-lg-38 {
        display: flex;
        align-items: flex-end;
        min-height: 38px;
    }
    .wizard.wizard-4.user-info-wizard .wizard-nav .wizard-steps .wizard-step {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-bottom: 0;
    }
     span.count {
        font-size: 25px;
    }
}
@media (max-width: 1364px) {
    #users .dataTables_wrapper table td:last-child {
        display: table-cell;
    }

   

}
@media (max-width: 1312px) {
    #faculty .dataTables_wrapper table td:last-child {
        display: table-cell;
    }
    .discount-line input {
        width: 120px;
        padding: 0 10px;
    }
    .discount-line label,
    .discount-line input {
        margin: 0 10px;
    }
}
@media (max-width: 1223px) {
    .label-h-slg-38 {
        min-height: 38px;
        display: flex;
        align-items: flex-end;
    }
    #overview .checkbox-inline {
        flex-wrap: wrap;
    }
}
@media (max-width: 1199px) {
    .discount-line {
        display: block;
    }
    .discount-line .fileInput label,
    .discount-line label {
        margin-left: 0;
    }
    .discount-line .fileInput {
        margin-bottom: 11px;
        display: inline-block;
    }
    .error-page-wrap h1 {
        font-size: 6rem;
    }
    .error-page-wrap p {
        font-size: 16px;
    }
}
@media (max-width: 991.98px) {
    .header-mobile-fixed .header-mobile {
        background: #fff;
    }
    #kt_header_mobile img {
        width: 40%;
    }
    .specification-div label {
        width: 41.66667%;
    }
    .h-40 {
        height: 36px;
    }
    .border-lg-left {
        border-left:  none !important;
    }
    #canvas {
        height: 300px;
    }
    .error-page-wrap h1 {
        font-size: 4rem;
    }
    .error-page-wrap p {
        font-size: 14px;
    }
}
@media (max-width: 809px) {
    td.child li.text-center {
        text-align: left !important;
    }
}

#editAbstact .card.card-custom > .card-header h5 {
    width: 100%;
}

#editAbstact .card .card-body {
    display: flex;
}

#editAbstact .card .card-body span#click_here_l1, #editAbstact .card .card-body span#click_here_l2, #editAbstact .card .card-body span#click_here_l3, #editAbstact .card .card-body span#click_here_l4, #editAbstact .card .card-body span#click_here_l5, #editAbstact .card .card-body span#click_here_l6 {
    margin-right: 10px;
    color: #FFFFFF;
    background-color: #3699FF;
    border-color: #3699FF;
    display: flex;
    align-items: center;
    max-height: 20px;
    padding: 20px;
    min-width: 130px;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

#qanda span#click_here_q1,#qanda span#click_here_qa1 ,#qanda span#click_here_qa2 ,#qanda span#click_here_qa3 ,#qanda span#click_here_qa4  {
    margin-right: 10px;
    color: #FFFFFF;
    background-color: #3699FF;
    border-color: #3699FF;
    display: flex;
    align-items: center;
    max-height: 20px;
    padding: 20px;
    min-width: 130px;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

.cke_chrome {
    width: 100%;
}

.select2-container {
    width: 100% !important;
}

#editAbstact .card .card-body textarea {
    width: calc(100% - 100px);
    height: 40px !important;
}


@media (max-width: 767px) {

    #editAbstact .card .card-body textarea {
        width: 100%;
    }

    #editAbstact .card .card-body {
        display: flex;
        flex-flow: column;
    }

    #editAbstact .card .card-body span {
        margin-right: 0;
        margin-bottom: 5px;
    }

    #overview label {
        min-height: auto;
    }
    .row-block-responsive .dtr-details {
        padding-left: 0;
    }
    .dataTables_wrapper .row-block-responsive .child .dtr-details > li span {
        display: block !important;
    }
    #users .card-title {
        width: 100%;
        flex-wrap: wrap;
    }
    .choice-list .correct-choice {
        min-width: 40px;
        margin-right: 25px;
    }
    .discount-line .calculation input {
        margin: 0;
    }
    .mt--40 {
        margin-top: 0;
    }
    .error-img {
        max-width: 300px;
        margin: 0 auto;
    }
    .error-page-wrap {
        text-align: center;
    }
    .wizard.wizard-4.user-info-wizard .wizard-nav .wizard-steps .wizard-step {
        width: 100%;
    }
    .wizard.wizard-4.user-info-wizard .wizard-nav .wizard-steps .wizard-step .wizard-wrapper {
        padding: 12px 0;
    }
    ul.bill-to-info, .checkbox-with-input {
        display: inline-block;
    }
    .pie-chart-wrapper .chart-info {
        max-width: 100%;
    }
    .w-md-50 {
        width: 100%;
    }
    .template-input-with-checkbox div:first-child {
        min-width: auto;
    }
    .template-input-with-checkbox {
        display: block;
    }
    .template-input-with-checkbox div:last-child {
        margin-left: 28px;
        margin-top: 11px;
    }
    .border-md-left {
        border-left: none !important;
    }
}
@media (max-width: 575px) {
    .discount-line .calculation {
        display: block;
    }
    .discount-line .calculation .ansDiv {
        margin-top: 10px;
    }
    .mt-sm--15 {
        margin-top: -15px;
    }
    .user-info .nav-tabs .nav-item, .order-info .nav-tabs .nav-item {
        display: block;
        width: 100%;
        flex: 0 0 100%;
    }
    .user-info .nav-tabs .nav-item .nav-link, .order-info .nav-tabs .nav-item .nav-link {
        padding: 1rem 0;
    }
}
@media (max-width: 500px) {
    .d-flex.d-time-sec {
        display: block !important;
    }
    .d-time-sec #kt_timepicker_2,
    .d-time-sec .kt_timepicker_2 {
        margin-top: 10px;
        margin-left: 28px;
    }
}
@media (max-width: 440px) {
    #kt_header_mobile img {
        width: 60%;
    }
}
.fix-width-38 {
    width: 38px;
}
.tags-list .timeline-5::before {
    background-color: #ffffff !important;
}
.h-38 {
    height: 38px;
}
.w-38 {
    width: 38px;
}
.sub-options label.checkbox {
    margin-bottom: 0 !important;
}
.sub-options {
    margin: 0 0 30px 0;
}
img.profile_preview.activity_image_preview, img.profile_preview.activity_audio_preview {
    width: 100%;
    max-height: 120px;
    max-width: 120px;
    margin: 16px;
}

#order-info-tabContent .tab-pane a.btn.active {
    color: #FFFFFF;
    background-color: #187DE4;
    border-color: #187DE4;
} 

#payment-section .btn-tooltip.help {
    position: absolute;
    top: 30%;
    right: 21px;
}

#payment-section h2 span {
    font-size: 16px;
    margin-left: 10px;
}

img.profile_preview{ width: 100% !important;  max-width: 150px !important; }

.bg-light-purple { background-color: #f3ecf7 !important; }

.text-purple {  color: #560088 !important; }

.svg-icon.svg-icon-purple svg g [fill] { -webkit-transition: fill 0.3s ease; transition: fill 0.3s ease;  fill: #560088 !important; }

.bg-light-green { background-color: #e3f5e3 !important; }

.text-green {  color: #004600 !important; }

.svg-icon.svg-icon-green svg g [fill] { -webkit-transition: fill 0.3s ease;  transition: fill 0.3s ease;  fill: #004600 !important; }

.bg-light-orange { background-color: #fff1eb !important; }

.text-orange {  color: #922c00 !important; }

.svg-icon.svg-icon-orange svg g [fill] { -webkit-transition: fill 0.3s ease;  transition: fill 0.3s ease;     fill: #922c00 !important; }

span.admin-user-activity-btn { margin-right: 5px;  background-color: #E1F0FF; padding: 0 10px; min-height: 32px; line-height: 30px;  font-size: 12px; color: #409eff; border-radius: 4px; box-sizing: border-box; border: 1px solid rgba(64,158,255,.2); display: inline-block; margin-bottom: 5px;  white-space: nowrap; }

div#note .card {  margin-bottom: 25px;  height: 100%; }

div#note .notes_display .col-md-5 {  margin-bottom: 25px; }

.btn.btn-icon {  margin-right: 5px; }

.admin-logo-preview img.image, .front-logo-preview img.image, .email-logo-preview img.image, .pdf-logo-preview img.image {
    /* max-width: 250px; */
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #E4E6EF;
    padding: 25px;
    width: 100%;
}

.notification_text a {  word-break: break-all; }

.bootstrap-select.user_country .dropdown-menu {  margin-top: 1px;  width: 100%; }

span.notification-count { background: #b0b4c5;  padding: 0; border: 2px solid #fff; 
    border-radius: 50%; height: 22px; width: 22px; display: flex; position: absolute; top: 0; 
    color: #fff; text-align: center; justify-content: center; align-items: center; right: 0;  
    font-size: 8px; }

.btn.certificate { margin: 0px 5px; }

.imagePreview img { width: auto; max-width: 100%; }

button#delete-image { position: absolute; top: -10px;  border-radius: 50%;  right: -20px;  background: transparent;  border: none;  padding: 0; }

button#delete-image i { font-size: 37px;  padding: 0;  color: #f64e60; }

.question-item:last-child { border-bottom: none !important; padding-bottom: 0; }

.question-item {  border-bottom: 1px solid #EBEDF3 !important;  padding-bottom: 20px;  padding-top: 20px; }

.d-3-line{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.d-2-line{ overflow: hidden; text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-primary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-primary.focus:not(.btn-text) .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #FFFFFF !important;
}

#kt_content .card.card-custom > .card-header .card-title .card-label {  max-width: 530px; }

ul.select2-selection__rendered:after { font-family: Ki; font-style: normal; font-weight: normal; font-variant: normal; line-height: 1; text-decoration: inherit; text-rendering: optimizeLegibility; text-transform: none; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; content: ""; font-size: 0.6rem; color: #7E8299; position: absolute; right: 15px; top: 50%; }

.datepicker {
    width: auto;
    z-index: 99 !important;
}

#all-activities td a.btn { white-space: nowrap; }

body .was-validated .form-control:valid, body .form-control.is-valid{
    border-color: #E4E6EF;
    background-image: none;
}


.was-validated .form-control:valid:focus, .form-control.is-valid:focus{

    border-color: #E4E6EF;
}

body .form-control:focus {
    border-color: #E4E6EF;
}

div#note .timeline .timeline-item .timeline-content {
    max-width: 70%;
    margin-left: 20px;
}

div#note .timeline .timeline_data .timeline-item {
    align-items: start;
}

h4.note_title {
    max-width: 70%;
}

.question-main {
    border-bottom: 1px solid #aeaeb9;
    padding-bottom: 15px;
}

div#editInfo .select2-container {
    width: 100% !important;
}

input.question_time {
    padding-right: 0 !important;
}

.input-daterange input {
    text-align: left;
    font-size: 12px;
}

div#note .close_notes {
    background: #dbdbdb !important;
}

div#note .close_notes .notes_details i {
    color: #fff;
}

div#note .close_notes .notes_details {
    background: #b9b9b9;
}

.question-template-preview  .checkbox-inline .checkbox {
    margin-bottom: 5px;
    margin-top: 5px;
}
.question-template-preview .checkbox-inline {
    flex-flow: column;
}



.reset-password-inner{
    background: #09378a;
}

.reset-password-inner .login-form {
    background: #fff;
}

.reset-password-inner .btn {
    border-radius: 0;
}

.reset-password-inner .form-control {
    margin-bottom: 13px;
    border: 1px solid #D8D8D8;
    padding: 14px 16px;
    border-radius: 0;
    font-size: 18px;
}

.reset-password-inner .btn.btn-primary {
    color: #FFFFFF;
    background-color: #005BFF;
    border-color: #005BFF;
    text-transform: uppercase;
    font-size: 18px;
}
    
.reset-password-inner .btn.btn-light-primary {
    text-transform: uppercase;
    font-size: 18px;
}

.reset-password-inner .input-group.input-group-solid {
    border-radius: 0;
    background: #e8f0fe;
    border: 1px solid #D8D8D8;
}

.header .dropdown-menu span.notification_count {
    cursor: text !important;
}

table#activity-review thead tr th {
    min-width: 110px;
}

.choice-list .checkbox label.is-invalid {
    position: absolute;
    bottom: -25px;
    left: 24px;
}

.choice-list .checkbox label.error {
    position: absolute;
    bottom: -25px;
    left: 24px;
}

#myTabTables11 .symbol-label img {
    width: 100%;
    object-fit: cover;
    height: 100% !important;
}

#myTabTables11 span.symbol-label {
    padding: 10px;
}

.content .content {
    padding-top: 0;
}


select.form-control {
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/down_arrow.png);
    background-repeat: no-repeat;
    background-position: 90%;
    padding: 0px 15px;
}

.admin-doc-text {
    position: absolute;
    width: 100%;
    text-align: right;
    bottom: 0;
}


a.dz-remove i:before {
    font-size: 26px;
    color: red;
}

a.dz-remove {
    position: absolute;
    top: -10px;
    z-index: 99;
    right: -10px;
}

a.dz-remove {
    font-size: 0 !important;
}

a.dz-remove:before {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    font-size: 26px;
    color: red;
}

p.title {
    font-size: 22px;
}

.enduring-accreditation-preview li strong {
    font-weight: normal;
}

.enduring-accreditation-preview ul{
    padding-left: 30px;
}

.enduring-accreditation-preview p {
    line-height: 20px;
}

.enduring-accreditation-preview .h2 strong {
    font-weight: 500;
    font-size: 26px;
}

/*.enduring-accreditation-preview p strong {
    font-size: 14px;
}*/

.nbcrna-report-custom table td:last-child {
    width: 300px;
}

div#order-comment_length label {
    white-space: nowrap;
}

.error-img img {
    width: 100%;
}

.cropper-container.cropper-bg {
    max-height: 500px;
}

.list-image-preview img {
    width: 100%;
}

.specification-div label.checkbox {
    padding-left: 10px;
}

.specification-div label {
    margin-right: 10px;
}

.specification-div label.checkbox span {
    margin-right: 5px;
}

span.live-lecture-credit {
    margin-right: 5px;
    background-color: #E1F0FF;
    padding: 0 10px;
    min-height: 32px;
    line-height: 30px;
    font-size: 12px;
    color: #409eff;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid rgba(64,158,255,.2);
    display: inline-block;
    margin-bottom: 5px;
    white-space: nowrap;
}





.card.card-custom > .card-body .form-group label.checkbox span { margin-right: 10px; }
#faculty_merger_user .form-group .checkbox span { margin-right: 10px; }

.question-main .choice-list.choice-list .checkbox label.is-invalid {bottom: -2px;left: 0;/* display: none !important; */}
.choice-list .answe-choice label.is-invalid, .card.card-custom > .card-body .form-group label.is-invalid {
    margin-top: 5px;}
.users_notes_show .timeline-items.timeline_data .timeline-item {background: #f7f7f7; 
  padding: 10px; border-radius: 6px; margin-top: 15px !important; } 
.users_notes_show  .timeline-bar {background: transparent !important; } 
.users_notes_show .timeline-items.timeline_data .timeline-item .timeline-badge, .users_notes_show .timeline-items.timeline_data .timeline-item .btn, .users_notes_show .timeline-items.timeline_data .timeline-item .timeline-label {} 
.users_notes_show .timeline-items.timeline_data .timeline-item .timeline-badge {background-color: #e7e7f1; border-radius: 50%; }
.card.card-custom.card-stretch .admin-logo-preview .row {margin: 0;}
.card.card-custom.card-stretch .admin-logo-preview img.image {height: 100px;width: 100%;object-fit: contain;}
.admin-logo-preview img.image, .front-logo-preview img.image, .email-logo-preview img.image, .pdf-logo-preview img.image{height: 100px;width: 100%;object-fit: contain;}




@media only screen and (max-width: 991px) {
    .custom-file .cropper-container.cropper-bg {width: 100% !important; }
}

@media only screen and (max-width: 767px) {
    .users_notes_show .timeline-items.timeline_data .timeline-item {display: inline-block;    width: 100%;}
    div#note .timeline .timeline-item .timeline-content {max-width: 100%;margin-left: 0px;margin-top: 10px;}
    .users_notes_show .timeline-items.timeline_data .timeline-item a.btn {margin-bottom: 20px;}
    .users_notes_show .timeline-items.timeline_data .timeline-item .timeline-badge{background-color: transparent;}
    .users_notes_show {padding: 0 !important;}
    .users_notes_show .d-flex.align-items-center.justify-content-between {flex-wrap: wrap;}
}

.dataTables_wrapper .child .dtr-details .btn-light-warning:hover svg path {
    fill: #FFF;
}


.card.card-custom.card-stretch span.switch.switch-outline.switch-icon input:empty ~ span::after {
    background: red;
}
.card.card-custom.card-stretch span.switch.switch-outline.switch-icon input:empty ~ span:before {
    border-color: red;
}

.card.card-custom.card-stretch span.switch.switch-outline.switch-success input:checked ~ span:before {
    border: 2px solid #1BC5BD;
    background-color: transparent;
}
.card.card-custom.card-stretch span.switch.switch-outline.switch-success input:checked ~ span:after {
    color: #ffffff;
    background-color: #1BC5BD;
}


#common-modal-b h2 {text-decoration: underline;margin-bottom: 15px;}
#common-modal-b p{margin-bottom: 20px;}
#common-modal-b h2:first-of-type,
#common-modal-b h2:nth-of-type(2){text-decoration: none;}
#common-modal-b .wrap-logo{    display: flex;    margin: 15px 0 20px;align-items: flex-start;}
#common-modal-b .wrap-logo img{margin:0 20px 20px 0;}
#common-modal-b u.sub-title{font-size: 18px;font-family: 'Times New Roman', sans-serif;}
/* #common-modal-b .times{font-family: 'Times New Roman', sans-serif;} */
#common-modal-b p span u{font-size: 18px;font-family: 'Times New Roman', sans-serif !important;}

@import url('http://fonts.cdnfonts.com/css/times-new-roman');
#common-modal-b h2 {text-decoration: underline;}
/*#common-modal-b h2:first-of-type,
 #common-modal-b h2:nth-of-type(2){text-decoration: none;} */
#common-modal-b .wrap-logo{    display: flex;    margin: 15px 0 20px;}
#common-modal-b .wrap-logo img{margin:0 20px 20px 0;}
#common-modal-b u.sub-title{font-size: 18px;}
/* #common-modal-b u.sub-title{font-size: 18px;font-family: 'Times New Roman', sans-serif;} */
/* #common-modal-b .times{font-family: 'Times New Roman', sans-serif;} */

#common-modal-b table.acc_logo_1 td:first-child {width: 38%;}
#common-modal-b table.acc_logo_1 td img {width: 100%;}

#common-modal-b table.acc_logo_2 td:first-child {width: 32%;}
#common-modal-b table.acc_logo_2 td img {width: 63%; margin-left: 24%;}

#common-modal-b table.acc_logo_3 td:first-child {width: 38%;}
#common-modal-b table.acc_logo_3 td img {width: 50%;margin-left: 22%;}


/*********21-01-2022***********/
#kt_content .add-occupation-form .kt_repeater_1 {} 
#kt_content .add-occupation-form .kt_repeater_1 .col-md-10 {-webkit-box-flex: 0; -ms-flex: 0 0 100%; 
  flex: 0 0 100%; max-width: 100%; } 
#kt_content .add-occupation-form .kt_repeater_1 .col-md-10 .d-flex {justify-content: space-between; } 
#kt_content .add-occupation-form .kt_repeater_1 .col-md-10 .d-flex .col-md-3 {padding: 0 0; } 
#kt_content .add-occupation-form .kt_repeater_1 .col-md-10 .d-flex .col-md-2 {padding: 0; } 
#kt_content .add-occupation-form .kt_repeater_1 .col-md-10 .d-flex a.btn.btn-sm {margin-left: 0 !important; }
#kt_content .add-occupation-form button.btn {
    width: auto;
    padding: 8px 17px;
}
.card.card-custom .add-occupation-form .form-group span.text-muted {width: 100%; display: inline-block; }
