.np-data-input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: 0.75rem;
    position: relative;
    width: 100%;
}

.np-data-input-container input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.oneri-deger-file {
    position: relative;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    padding: 0px;
}

.file-adding {
    width: 100px !important;
    height: 40px !important;
}

.np-timeline {
    margin-bottom: 50px !important;
    position: relative !important;
}

.np-timeline::before {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 2px;
    z-index: 0;
    background-image: linear-gradient(to bottom, rgb(114, 123, 171) 0%, rgb(114, 123, 171) 50%, transparent 50%, transparent 100%);
    background-size: 2px 12px;
}


.np-timeline-item {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}

.np-timeline-item-btn {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}


.np-timeline-item-btn::before {
    content: "" !important;
    display: none !important;
    width: 0% !important;
}

.timeline .time-show {
    margin-right: 0px !important;
    text-align: center !important;
}

.np-timeline-item-right {
    flex-direction: column-reverse !important;
    flex-wrap: wrap !important;
    align-content: flex-end !important;
}

.np-timeline-btn {
    height: 30px;
    padding: 5px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.dropdown-menu.dropdown-megamenu.show {
    transform: translate3d(0px, -5px, 0px) !important;
}

.np-nav-pills > .active > .np-left-menu-container {
    color: rgb(255, 255, 255);
}

.np-nav-pills .np-nav-link.active,
.np-nav-pills .show > .np-nav-link {
    border-radius: 5px;
    color: #fff;
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
}

.np-nav-pills > .active > .np-left-menu-container > .np-left-menu-text {
    color: #fff;
}

.np-nav-pills > .np-left-menu-container > .np-left-menu-text {
    font-size: 14px;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left
}

.np-nav-link {
    padding: 10px 5px;
    display: block;
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
}

.np-left-container .np-nav-link:hover {
    border-radius: 5px;
    font-weight: 500 !important;
}

.np-left-container .np-nav-link:hover > .np-left-menu-container > .np-left-menu-text {
    font-weight: bold !important;
    letter-spacing: 0.4px;
    font-size: 15px;
}

.np-left-container .np-nav-link:hover > .np-left-menu-container > .np-left-menu-icon {
    font-weight: bold !important;
}

.np-left-container {
    background-color: #fff;
    color: #7298bb;
    padding: 15px 15px;
    margin-bottom: 24px !important;
    margin-top: 24px !important;
    -webkit-box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%) !important;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%) !important;
}

.np-left-menu-icon {
    font-size: 24px;
    margin-left: 1rem !important;
    margin-right: 1.5rem !important;
    text-align: right !important;
}

.np-left-menu-container {
    margin-bottom: 0rem !important;
    margin-top: 0rem !important;
    margin: 0px !important;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.np-program-widget {
    height: 6.25rem !important;
    padding: 1rem;
    -webkit-box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%) !important;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%) !important;
}

.np-program-text {
    padding-top: 22px !important;
    padding-bottom: 1.1rem !important;
    margin: 0;
    height: 60px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    margin-left: 15px !important;
    margin-right: 25px !important;
    letter-spacing: normal;
    text-align: left;
    color: #ffff;
}

.np-program-widget-text {
    padding-top: 0 !important;
    font-size: 1.5rem;
    color: #ffff;
    text-align: left !important;
    margin: 14px 60px 15px 0;
}

.np-program-widget-icon {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 25px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.np-program-widget-icon-bg {
    height: 50px !important;
    width: 50px !important;
    padding: 10px;
    float: right;
    border-radius: 50% !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.np-dynamic-widget {
    height: 100px;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%) !important;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%) !important;
}

.np-dynamic-widget-icon {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 22px !important;
}

.np-dynamic-widget-icon-bg {
    height: 50px !important;
    width: 50px !important;
    float: left !important;
    margin-top: 2px !important;
    border-radius: 50% !important;
}

.np-dynamic-widget-number {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.np-dynamic-widget-text {
    margin-bottom: 0.35rem !important;
    margin-top: 0.35rem !important;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: right;
    color: #90969b !important;
}

.np-table-card {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%) !important;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%) !important;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex !important;
}

.np-file-upload {
    position: relative;
    width: 125px !important;
    height: 35px !important;
    padding: 5px;
}

.np-upload-btn-text {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.np-file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.np-input-group {
    display: flex;
    flex-direction: row-reverse !important;
}

.np-upload-file-name {
    width: 190px !important;
    height: 40px !important;
}

.np-file-upload-div > .parsley-errors-list > .parsley-required {
    margin: 0px;
}

.np-program-col {
    padding-bottom: 0px !important;
    margin-bottom: 24px !important;
}

.np-program-card {
    height: 100%;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    position: relative;
    padding-bottom: 0px !important;
    -webkit-box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%) !important;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%) !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .np-col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.np-card-responsive {
    height: 450px;
}

.np-program-row .np-program-card:hover,
.np-program-row .np-program-card:after {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -10px) scale(1.03);
}

.np-card-btn-group {
    margin-top: 40px !important;
    margin-bottom: 5px !important;
}

.np-ribbon {
    border-radius: 50px !important;
    margin-left: 1px !important;
    background-color: #F6F6F6;
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 96 / 20%) !important;
    box-shadow: 0 0px 15px 0px rgb(0 0 96 / 20%) !important;
}

.np-ribbon::before {
    display: none !important;
}

.np-ribbon-icon {
    margin: 0px !important;
}

.np-ribbon-icon::before {
    margin-right: 0px !important;
    font-size: 20px;
}

.np-bos-programs {
    text-align: center;
}

.np-bold {
    font-weight: bold !important;
}

.np-bos-programs > p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #a2aebc;
}

.np-bos-programs-image {
    height: 325px;
    width: 453px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.np-program-nav-menu {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.np-cursor-dft {
    cursor: default !important;
}

.np-form-submit-modal-icon {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
}

.np-social-list-item-lg {
    height: 90px;
    width: 90px;
    line-height: calc(4.7rem);
    border: 6px solid #FFC107;
    font-size: 10px;
    border-radius: 50%;
    color: #FFC107;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.np-social-list-item-lg-danger {
    border: 6px solid #e74856 !important;
    color: #e74856 !important;
}

.np-exclamation-icon-lg {
    font-size: 60px;
}

.checkbox-showend-group {
    display: flex;
    align-items: center;
}

.checkbox-showend-group > .form-group {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
}

.np-eylem-selected-show {
    display: none;
}

.np-eylem-selected-showend {
    display: block;
}

.np-custom-table-navbar {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.np-group-baslik {
    background: #f0f0f0 !important;
    color: #000 !important;
    border: 2px solid #e2e2e2;
}

.np-radio-btn-group > div > div {
    display: flex;
    align-items: center;
}

.np-radio-btn-group > div > div > .form-check:first-child {
    margin-right: 20px;
}


/* selectlerin içinde js ile gelen classlara verdiğim styeler*/
.np-file-select > .select2.select2-container.select2-container--default > .selection > .select2-selection.select2-selection--multiple > .select2-selection__rendered > .select2-selection__choice:first-child {
    display: none !important;
}

.np-disabled-nav-link {
    cursor: not-allowed !important;
}

.np-btn-outline-primary {
    color: #3f51b5 !important;
}

.np-btn-outline-primary:hover {
    color: #fff !important;
}

.np-message-notification-icon-div {
    float: right;
    height: 0px;
}

.np-message-notification-icon {
    float: right;
    background: #e74856;
    width: 12px;
    height: 12px;
    border-radius: 25px;
}

.np-messages-nav-pills {
    display: block !important;
    height: 400px;
    width: 100%;
    overflow-x: auto !important;
}

.np-messages-nav-pills::-webkit-scrollbar {
    width: 13px;
}

.np-messages-nav-pills::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
}

.np-messages-nav-pills::-webkit-scrollbar-thumb {
    background: #90949770;
}

.np-messages-nav-pills::-webkit-scrollbar-thumb:hover {
    background: #909497;
}

.np-messages-tab-content {
    height: 400px;
    width: 100%;
    overflow-x: hidden !important;

}

.np-messages-tab-content::-webkit-scrollbar {
    width: 13px;
}

.np-messages-tab-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
}

.np-messages-tab-content::-webkit-scrollbar-thumb {
    background: #90949770;
}

.np-messages-tab-content::-webkit-scrollbar-thumb:hover {
    background: #909497;
}

.np-file-timeline-ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

/* Timeline vertical line */
.np-file-timeline-ul.timeline:before {
    content: " ";
    background: rgb(163, 163, 163);
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

.np-file-timeline-li.timeline-item {
    display: block;
    margin: 20px 0;
}

/* Timeline item arrow */
.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

/* Timeline item circle marker */

.np-popovers-profile {
    padding: 0 !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.np-popovers-profile:hover {
    color: #fff;
}

.np-profile-popovers {
    background: #000;
    margin: 0px !important;
    margin-right: 0px !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    font-family: Roboto;
    font-size: 15px;
    text-align: center;
    color: #fff !important;
}

.np-popover-p {
    margin-bottom: 0.2rem !important;
    color: #3f3f3f;
}

.np-popover-p:last-child {
    margin-bottom: 0rem !important;
    color: #3f3f3f;
}

.np-popover-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    word-break: break-word;
}

.np-font-small {
    font-size: small;
}

.np-sm-switchery > label > .switchery.switchery-default {
    height: 20px !important;
}

.np-sm-switchery > label > .switchery > small {
    width: 20px !important;
    height: 20px !important;
}

.np-filter-link {
    border-radius: 5px !important;
}

.np-filter-link.active > .np-menu-durum-filter {
    border-color: #ffffff00 !important;
    border: 0px solid #ffffff00 !important;
}

@media (max-width: 992px) {
    .np-sm-card-box {
        height: 97% !important;
        margin-bottom: 20px !important;
    }
}

.np-menu-durum-filter {
    width: inherit;
    margin-bottom: 0rem !important;
    margin-top: 0rem !important;
    margin: 0px !important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    box-shadow: none !important;
}

.np-clean-filter > .np-menu-durum-filter > span {
    text-align: start;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

.np-clean-filter.active > .np-menu-durum-filter > span {
    color: #fff !important;
    font-weight: 600;
}

.np-durum-filter > .np-menu-durum-filter > span {
    text-align: start;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 190px;
}

.np-durum-filter.active > .np-menu-durum-filter > span {
    color: #fff !important;
    font-weight: 600;
    margin-left: 10px;
}

.np-durum-filter > .np-menu-durum-filter:hover > span {
    font-size: 1.12rem;
    font-weight: bold;
}

.np-durum-filter > .np-menu-durum-filter:hover {
    font-size: 1.12rem;
    font-weight: bold;
}

.np-durum-count-icon {
    height: 20px;
    width: 35px;
    border-radius: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 15px;
}

.np-nav-pills > .active > .np-menu-durum-filter > .np-durum-count-icon {
    color: #fff !important;
    font-weight: 600;
}

.np-hr {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 0px solid #dbdbdb;
}

.np-left-container .np-nav-link:hover > div > .np-durum-count-icon {
    color: #000 !important;
}

/* datatablesın tabloların sol altakı info yazısı için eklendi */
div.dataTables_wrapper div.dataTables_info {
    white-space: break-spaces !important;
}

.np-checkbox-group {
    display: flex;
    align-items: baseline;
}
.np-checkbox-group > .form-group {
    margin-top: 1.5rem!important;
    margin-bottom: 1rem !important;
}
.np-col-input-group > .form-group > .col-form-label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.np-col-input-group > .form-group > .col-form-label :nth-child(1) {
    order: 2;
}

.np-col-input-group > .form-group > .col-form-label :nth-child(2) {
    order: 1;
}

.np-information {
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.np-cleaned-card-box {
    overflow-y: scroll;
    max-height: 450px;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    padding: 0px;
    padding-right: 5px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%) !important;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%) !important;
    border-radius: 0px !important;
}

.np-cleaned-card-box::-webkit-scrollbar {
    width: 13px;
}

.np-cleaned-card-box::-webkit-scrollbar-track {
    border-radius: 25px;
}

.np-cleaned-card-box::-webkit-scrollbar-thumb {
    background: #c3c3c3;
    border-radius: 25px;
}

.np-cleaned-card-box::-webkit-scrollbar-thumb:hover {
    background: #c3c3c3;
}

.np-cursor-pointer {
    cursor: pointer;
}

/* onboarding */
.np-input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: 38px;
}

.np-onboarding-input-group > .form-group {
    width: 90%;
}

@media (max-width: 940px) {
    .np-onboarding-input-group > .form-group {
        width: 80%;
    }
}

.np-check-out > input {
    width: 17px !important;
    height: 17px;
}

#np-profilelogo-onboarding {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    float: left !important;
    text-transform: uppercase !important;
}

.np-onboarding-istatistik {
    height: 50px;
    width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f6fa;
}

.np-social-list-item {
    height: 32px;
    width: 32px;
    line-height: calc(2.4rem);
    display: block;
    border: 2px solid #adb5bd;
    font-size: 10px;
    border-radius: 50%;
    color: #adb5bd;
}

/** dayoffdatetable css **/
#scroll-horizontal-datatable4_paginate {
    margin-top: 0px !important;
    margin-bottom: 50px !important;
}

#scroll-horizontal-datatable4_paginate > .pagination.pagination-rounded {
    justify-content: center !important;
}

.np-approved-not-approved > input.np-switch {
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 50px;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.np-approved-not-approved > input.np-switch:checked::before {
    background: #4caf50;
}

.np-approved-not-approved > input.np-switch::before {
    font-size: 18px;
    color: #fff;
    box-shadow: 0 0 1px 1px #ffffff;
    content: "";
    display: block;
    position: absolute;
    background: #e74856;
    width: 50px;
    border-radius: 1px;
    height: 25px;
    top: -5px;
    left: 0px;
    text-align: center;
}

.np-approved-not-approved > input.np-switch::after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 2px;
    height: 21px;
    width: 22px;
    top: -3px;
    left: 1px;
    box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
    transition: all 300ms;
}

.np-approved-not-approved > input.np-switch:active::after {
    width: 30px;
}

.np-approved-not-approved > input.np-switch:checked::after {
    left: auto;
    right: 2px;
}

.np-approved-not-approved > input.round.np-switch::after,
.np-approved-not-approved > input.round.np-switch::before {
    border-radius: 20px;
}

.np-select-group {
    display: flex;
    flex-direction: row;
    width: auto;
    flex: 1 1 auto;
}

.np-select-group > .select2-container--bootstrap .select2-selection--single {
    height: 100%;
    line-height: inherit;
    padding: 0.5rem 1rem;
}

.np-btn-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
}

.np-scroll-vertical-table {
    overflow: auto;
    max-height: 400px;
    margin-bottom: 0px;
    padding-right: 15px;
}

.np-scroll-table {
    overflow-y: scroll;
    width: 1400px !important;
}

.np-scroll-css::-webkit-scrollbar {
    width: 13px;
    height: 12px;
}

.np-scroll-css::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.np-scroll-css::-webkit-scrollbar-thumb {
    background: #888;
}

.np-scroll-css::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.np-error-color > label.error {
    color: #e74856;
}

.np-file-upload-div > .error {
    white-space: nowrap;
    padding: 10px 0px;
}

.np-file-tr {
    height: 75px;
}

.np-w-7 {
    width: 7% !important;
}

.np-sticky-submit {
    margin-bottom: 5px;
    position: sticky !important;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 5px 15px 10px 15px;
    z-index: 10;
    height: 65px;
}

@media (max-width: 991px) {
    .np-sticky-submit {
        padding: 2% 2% 2% 35%;
    }
}

@media (max-width: 767px) {
    .np-sticky-submit {
        padding: 20px 20px 20px 20px;
    }
}

.np-date-topic {
    width: 220px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.np-icon-btn-icon {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
}

.np-conversation-list {
    height: 420px !important;
}

.small-table-count > div > input {
    width: 80px !important;
}

.np-timeline-text {
    overflow-wrap: break-word;
}

.np-table-short-line {
    width: 250px !important;
    word-wrap: break-word !important;
}

.np-menu-extra-text {
    text-align: start;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0.2rem;
}

.np-menu-referee-btn {
    width: inherit;
    margin: 0px !important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    box-shadow: none !important;
}

.np-menu-referee-btn:hover > .np-menu-extra-text {
    font-size: 1.12rem;
    font-weight: bold;
}

.np-menu-referee-link.active {
    background-color: #3f51b5;
}

.np-menu-referee-link.active > .np-menu-referee-btn > .np-menu-extra-text {
    color: #fff;
    font-size: 1.12rem;
    font-weight: bold;
}

.np-menu-referee-link.active > .np-menu-referee-btn > .np-referee-count-icon {
    color: #fff;
    font-size: 1.12rem;
    font-weight: bold;
}

.np-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #acacac75;
}


.np-table-program-curd-line {
    width: 250px !important;
    word-wrap: break-word !important;
    white-space: break-spaces !important;
}

.np-table-program-curd-line-block {
    width: 100%;
    min-width: 250px;
}

.np-table-program-curd-line-block.program_volume_year_formset {
    width: 100%;
    min-width: 150px;
}

.np-table-program-curd-line-block.program_volume_no_formset {
    width: 100%;
    min-width: 150px;
}

.np-table-program-curd-line-block.program_volume_formset {
    width: 100%;
    min-width: 150px;
}

.np-table-program-curd-line-block.program_volume_type_name_formset {
    width: 100%;
    min-width: 150px;
}

.np-file-drag-drop-upload {
    position: relative;
    width: 100% !important;
    height: 200px !important;
    padding: 30px;
}

.np-file-drag-drop-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.select2-results__options{
    resize: auto;
    background: #ffffff;
}

.np-message-profilelogo {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase !important;
    background-color: #e0e3f4!important;
}

.np-last-message-text{
    width: 53%;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap; 
}

.np-message-text-paragraph{
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 1.5rem;
}

.np-bg-white.active{
    background: #e3e3e3 !important;
    color: #000000 !important;
}

.np-TabBos-box{
    height: 240px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
}

.np-TabBos-box > .np-TabBos{
    height: 250px;
    width: 250px;
    padding: 50px;
    margin: 0px;
    right: 0px;
    left: 0px;
    z-index: 1;
}

.np-TabBos-box > .np-TabBos > .np-TabBos-img{
    height: 150px;
    background-image: url("tablo-bos.svg");
    background-repeat: no-repeat;
}

.np-TabBos-text{
    z-index: 4;
    color: #a2aebc;
}

.np-short-table{
    height: auto !important;
    max-height: 325px !important;
    margin-bottom: 10px !important;
    padding-right: 5px;
}

.np-shrot-file-name{
    width: 270px !important;
}

.np-short-ellipsis {
    width: 240px;
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overlay {
    position: fixed; 
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 5000; 
    cursor: pointer; 
}

.loading-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.np-revision-form-download-btn{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: end;
}

.np-fixed-columns-th{
    left: 0;
    top: 0;
    opacity: 1 !important;
    position: sticky !important;
    background: #f1f6fa;
    z-index: 2;
}

.np-fixed-columns-td{
    left: 0;
    top: 0;
    position: sticky !important;
    background: #ffffff;
}

.np-support-container-box{
    display: flex;
    flex-direction: column;
}

.np-btn-new-support{
    width: 280px;
}

.np-contenteditable{
    position: absolute;
    overflow: auto;
    bottom: 0px;
    left: 10px;
    right: 10px;
    padding: 10px;
    min-height: 39px;
    max-height: 100px;
    padding: 0.45rem 0.9rem;
    font-size: .9rem;
    font-weight: 400;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
}

.np-contenteditable:focus{
    outline: none;
}

.np-contenteditable-div{
    display: flex;
    height: 100px;
    justify-content: space-between;
    flex-direction: column;
}

.np-support-img-preview{
    height: 75px;
}

.np-contenteditable::-webkit-scrollbar {
    width: 13px;
}

.np-contenteditable::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
}

.np-contenteditable::-webkit-scrollbar-thumb {
    background: #90949770;
}

.np-contenteditable::-webkit-scrollbar-thumb:hover {
    background: #909497;
}


@media screen and (min-width: 576px) {
    .np-btn-new-support{
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .np-col-xl-3 {
        max-width: 37% !important;
    }
    .np-col-xl-9 {
        max-width: 63% !important;
    }
}

@media screen and (min-width: 1200px) {
    .np-col-xl-3 {
        max-width: 35% !important;
    }
    .np-col-xl-9 {
        max-width: 65% !important;
    }
}

@media screen and (min-width: 1350px) {
    .np-col-xl-3 {
        max-width: 30% !important;
    }
    .np-col-xl-9 {
        max-width: 70% !important;
    }
}

.np-custom-control-label{
    margin-left: 24px !important;
}

.np-custom-control > .custom-control > .error {
    position: absolute;
    top: 20px;
    width: 160px;
}

@media screen and (min-width: 576px) {
    .np-col-md-6{
        max-width: 100% !important;    
        flex: 0 0 100% !important;
    }

    .np-col-md-2{
        max-width: 45% !important;    
        flex: 0 0 45% !important;
    }

    .np-col-md-1{
        max-width: 55% !important;    
        flex: 0 0 55%!important;
        padding: 0px;
    }
    .np-approved-time-info{
        text-align: end; 
        margin-right: 5px !important;
    }
}

@media screen and (min-width: 768px) {
    .np-col-md-6{
        max-width: 100% !important;    
        flex: 0 0 100% !important;
    }

    .np-col-md-2{
        max-width: 38% !important;    
        flex: 0 0 38% !important;
    }

    .np-col-md-1{
        max-width: 62% !important;    
        flex: 0 0 62%!important;
        padding: 0px;
    }

    .np-approved-time-info{
        text-align: end; 
        margin-right: 5px !important;
    }

    .np-approved-time-info{
        width: 140px;
    }
}

@media screen and (min-width: 868px) {
    .np-col-md-6{
        max-width: 100% !important;    
        flex: 0 0 100% !important;
    }

    .np-col-md-2{
        max-width: 31% !important;    
        flex: 0 0 31% !important;
    }

    .np-col-md-1{
        max-width: 69% !important;    
        flex: 0 0 69%!important;
        padding: 0px;
    }

    .np-approved-time-info{
        text-align: end; 
        margin-right: 5px !important;
    }

    .np-approved-time-info{
        width: 140px;
    }
}

@media screen and (min-width: 992px) {
    .np-col-md-6{
        max-width: 51% !important;    
        flex: 0 0 51% !important;
    }

    .np-col-md-2{
        max-width: 25% !important;    
        flex: 0 0 25% !important;
    }

    .np-col-md-1{
        max-width: 24% !important;    
        flex: 0 0 24%!important;
        padding: 0px;
    }

    .np-approved-time-info{
        text-align: end; 
        margin-right: 5px !important;
    }

    .np-approved-time-info{
        width: 140px;
    }
}

@media screen and (min-width: 1000px) {
    .np-col-md-6{
        max-width: 51% !important;    
        flex: 0 0 51% !important;
    }

    .np-col-md-2{
        max-width: 24% !important;    
        flex: 0 0 24% !important;
    }

    .np-col-md-1{
        max-width: 25% !important;    
        flex: 0 0 25%!important;
        padding: 0px;
    }

    .np-approved-time-info{
        text-align: end; 
        margin-right: 5px !important;
    }

    .np-approved-time-info{
        width: 140px;
    }
}

@media screen and (min-width: 1100px) {
    .np-col-md-6{
        max-width: 51% !important;    
        flex: 0 0 51% !important;
    }

    .np-col-md-2{
        max-width: 20% !important;    
        flex: 0 0 20% !important;
    }

    .np-col-md-1{
        max-width: 29% !important;    
        flex: 0 0 29%!important;
        padding: 0px;
    }

    .np-approved-time-info{
        text-align: end; 
        margin-right: 5px !important;
    }
}

@media screen and (min-width: 1250px) {
    .np-col-md-6{
        max-width: 51% !important;    
        flex: 0 0 51% !important;
    }

    .np-col-md-2{
        max-width: 23% !important;    
        flex: 0 0 23% !important;
    }

    .np-col-md-1{
        max-width: 26% !important;    
        flex: 0 0 26% !important;
        padding: 0px;
    }

    .np-approved-time-info{
        width: 140px;
    }
}

@media screen and (min-width: 1350px) {
    .np-col-md-6{
        max-width: 51% !important;    
        flex: 0 0 51% !important;
    }

    .np-col-md-2{
        max-width: 19% !important;    
        flex: 0 0 19% !important;
    }

    .np-col-md-1{
        max-width: 28% !important;    
        flex: 0 0 28% !important;
        padding: 0px;
    }

    .np-approved-time-info{
        width: 140px;
    }
}

@media screen and (min-width: 1500px) {
    .np-col-md-6{
        max-width: 50% !important;    
        flex: 0 0 50% !important;
    }

    .np-col-md-2{
        max-width: 17% !important;    
        flex: 0 0 17% !important;
    }

    .np-col-md-1{
        max-width: 33% !important;    
        flex: 0 0 33% !important;
        padding: 0px;
    }

    .np-approved-time-info{
        text-align: end; 
        margin-right: 8px !important;
    }

    .np-approved-time-info{
        width: 140px;
    }
}

@media screen and (min-width: 1510px) {
    .np-col-md-6{
        max-width: 51% !important;    
        flex: 0 0 51% !important;
    }

    .np-col-md-2{
        max-width: 19% !important;    
        flex: 0 0 19% !important;
    }

    .np-col-md-1{
        max-width: 30% !important;    
        flex: 0 0 30% !important;
        padding: 0px;
    }

    .np-approved-time-info{
        text-align: end; 
        margin-right: 8px !important;
        width: 140px;
    }
}

@media screen and (min-width: 1700px) {
    .np-col-md-6{
        max-width: 51% !important;    
        flex: 0 0 51% !important;
    }

    .np-col-md-2{
        max-width: 17% !important;    
        flex: 0 0 17% !important;
    }

    .np-col-md-1{
        max-width: 32% !important;    
        flex: 0 0 32% !important;
        padding: 0px;
    }
    .np-approved-time-info{
        width: 140px;
    }
}

@media screen and (min-width: 1800px) {
    .np-col-md-6{
        max-width: 51% !important;    
        flex: 0 0 51% !important;
    }

    .np-col-md-2{
        max-width: 15% !important;    
        flex: 0 0 15% !important;
    }

    .np-col-md-1{
        max-width: 34% !important;    
        flex: 0 0 34% !important;
        padding: 0px;
    }

    .np-approved-time-info{
        width: 140px;
    }
}

@media screen and (min-width: 2000px) {
    .np-col-md-6{
        max-width: 51% !important;    
        flex: 0 0 51% !important;
    }

    .np-col-md-2{
        max-width: 14% !important;    
        flex: 0 0 14% !important;
    }

    .np-col-md-1{
        max-width: 35% !important;    
        flex: 0 0 35% !important;
        padding: 0px;
    }

    .np-approved-time-info{
        width: 140px;
    }
}

@media screen and (min-width: 2200px) {
    .np-col-md-6{
        max-width: 51% !important;    
        flex: 0 0 51% !important;
    }

    .np-col-md-2{
        max-width: 13% !important;    
        flex: 0 0 13% !important;
    }

    .np-col-md-1{
        max-width: 36% !important;    
        flex: 0 0 36% !important;
        padding: 0px;
    }

    .np-approved-time-info{
        width: 140px;
    }
}
@media screen and (max-width: 768px) {
    .np-approved-time-info{
        width: 180px;
    }
    .np-revision-card{
        height: 230px !important;
        max-height: 250px;
    }
}
@media screen and (max-width: 576px) {
    .np-revision-card{
        height: 150px !important;
        max-height: 250px;
    }
    .np-referee-review-nav-bar.sticky {
        top: 160px;
    }
    
}
.np-revision-card{
    height: 244px;
    max-height: 250px;
}

.np-custom-textarea{
    min-height: 50px;
    max-height: 200px; 
    overflow-y: auto;
}

.np-input-button-group{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    width: 630px;
    height: 38px;
}

.np-mt-4{
    margin-top: 30px !important;
}

.np-refree-info-card{
    display: flex; 
    min-height: 100px;
    overflow: auto;
    flex-direction: column;
    justify-content: flex-end;
}

.np-refree-info-text{
    max-height: 150px;
    overflow: auto;
}

.np-full-page-img {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-color: #000000b8;
}

#goog-gt-tt{
    display: none !important;
}

.np-form-info-icon-box{
    position: absolute;
    right: -10px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 3;
    width: 16px;
    top: 32%;
    text-align: center;
    width: 20px;
    height: 20px;
    border: 1px solid #3F51B5;
    font-size: 15px;
    line-height: 19px;
    cursor: pointer;
}

.np-form-program-title-box{
    min-height: 88px !important;
    max-height: 120px !important;
    display: flex;
    align-items: center;
}

.np-detail-application-content {
    border-left: 20px solid #f0f0f0 !important;
    padding: 10px !important;
    border-top: 0 !important;
    -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,.14) !important;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.14) !important;
    border-radius: 0px !important;
    display: flex;
}

.np-form-wizard-deadline-info-box{
    border: 1px solid #3F51B5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    gap: 5px;
}

.np-form-wizard-nav-bar-left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 55%;
}

.np-form-wizard-nav-bar-right{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
}

.np-form-wizard-nav-bar-right-col{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

#main{
    background: #ffffff;
    border-radius: 5px;
}

#main .container{
    padding: 30px !important;
}

#main #faq .card {
    margin-bottom: 30px;
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #3F51B5;
    display: block;
    text-align: left;
    background: #F9FAFF;
    padding: 20px;
    font-weight: 700;
    font-size: 15px;
    border-bottom: 2px solid #727bab8c;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #F9FAFF;
    border-bottom: 0px solid #727BAB;

    color: #3F51B5;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
}

#main #faq .card .collapsing {
    background: #F9FAFF;

    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: #F9FAFF;
    line-height: 30px;
    color: #3F51B5;
}

.np-timeline-icon-box{
    background-color: #ffffff00 !important;
}

.timeline-item.timeline-item-left .np-timeline-icon-box {
    left: auto !important;
    right: -53px!important ;
}

.timeline .np-timeline-icon-box {
    left: -57px !important;
}
.np-timeline-icon{
    color: #3F51B5 !important ;
    font-size: 19px !important;
    z-index: 22;
}

.np-timeline-box{
    min-height: 85px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.np-timeline-box-left::before {
    content: "------";
    letter-spacing: 2px;
    left: auto;
    right: calc(-50px - 0px);
    position: absolute;
    top: 50%;
    z-index: -2;
    color: #727BAB;
    font-weight: 900;
    font-size: 20px;
    height: 15px;
    line-height: 12px;
}

.np-timeline-box-right::before {
    content: "------";
    letter-spacing: 2px;
    right: auto;
    left: calc(0px - 45px);
    position: absolute;
    top: 45%;
    z-index: -5;
    color: #727BAB;
    font-weight: 900;
    font-size: 20px;
}

.np-timeline-box{
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
}

.np-referee-review-nav-bar{
    display: flex;
    position: fixed;
    left: auto;
    right: auto;
    z-index: 99;
    padding: 0;
    top: 21%;
    transition: top 0.3s;
    width: 88%;
    margin-left: -6px;
}

.np-referee-review-nav-bar.sticky {
    top: 130px;
}

.tooltip.fade.bs-tooltip-bottom.show{
    z-index: 1041 !important;
}

.np-referee-form-function-btn{
    height: 30px !important;
    width: 30px !important;
    padding: 0px !important;
    display: flex ;
    justify-content: center;
    align-items: center;
}

.np-referer-application-detail-title{
    color: #6C77B1 !important;
}

.np-referer-application-detail-content{
    color: #6E768E !important;
}

.modal-dialog.modal-dialog-centered{
    z-index: 1074 !important;
}

.modal-backdrop.fade.show{
    z-index: 1030 !important;
}

.np-question-body {
    padding: 10px 20px;
}

.np-question-body:first-child {
    margin-top: 7px;
}

.np-question-body > p{
    color: #6E768E !important;
    margin-bottom: 1px !important;
}

.np-question-title{
    color: #727BAB !important;
}

.np-program-question-label-box > div > label{
    display: flex;
}

.np-program-question-label-box > div > label > .np-information.np-order-3{
    order: 3;
}

.np-program-question-label-box > div > label > .np-information.np-order-2{
    order: 2;
}

.np-horizontal-radio-box{
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    flex-direction: row !important;
}

.np-height{
    height: 125px;
}

.cke_notifications_area{
    display: none !important;
    z-index: -999999 !important;
}

.np-referee-file-select-type{
    width: 100% !important;
    padding: 3px 6px;
    height: 30px;
    font-size: 13px !important;
}

.np-warning-item-small{
    height: 17px !important;
    width: 17px !important;
    line-height: calc(.6rem) !important;
    margin-left: 7px !important;
    display: flex !important;
    justify-content: space-around;
    align-items: center;

}
.np-warning-item-small > i{
    font-size: 14px !important;
}

.np-file-upload-referee {
    position: relative;
    width: 45px !important;
    height: 37px !important;
    padding: 4px;
    font-size: 18px !important;
}

.np-multifile-file-name-show{
    width: 100%;
    display: block;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #d5d5d5 !important;
    color: #444444 !important;
}

@media screen and (max-width: 2700px) {
    .np-referee-review-nav-bar {
        top: 15%;
    }
}

@media screen and (max-width: 2500px) {
    .np-referee-review-nav-bar {
        top: 17%;
    }
}

@media screen and (max-width: 2200px) {
    .np-referee-review-nav-bar {
        top: 19%;
    }
}

@media screen and (max-width: 1900px) {
    .np-referee-review-nav-bar {
        top: 18%;
    }
}

@media screen and (max-width: 1800px) {
    .np-referee-review-nav-bar {
        top: 190px;
    }
    .np-referee-review-nav-bar.sticky {
        top: 130px;
    }
    .np-form-wizard-nav-bar-left{
        width: 65%;
    }
    .np-form-wizard-nav-bar-right{
        width: 35%;
    }
    .np-multifile-file-name-show{
        width: 160px;
    }
}

@media screen and (max-width: 1613px) {
    .np-referee-review-nav-bar {
        top: 195px;
    }
    .np-referee-review-nav-bar.sticky {
        top: 130px;
    }
    .np-form-wizard-nav-bar-left{
        width: 50%;
    }
    .np-form-wizard-nav-bar-right{
        width: 50%;
    }
    .np-referee-file-select-type{
        width: 125px !important;
    }
    .np-multifile-file-name-show{
        width: 160px;
    }
}

@media screen and (max-width: 1400px) {
    .np-referee-btn-group{
        display: flex;
        flex-direction: column;
        align-items: baseline;
        gap: 5px;
    }
    .np-referee-file-select-type{
        width: 125px !important;
    }
    .np-multifile-file-name-show{
        width: 160px;
    }
}

@media screen and (max-width: 1299px) {
    .np-referee-review-nav-bar {
        top: 180px;
    }
    .np-referee-review-nav-bar.sticky {
        top: 130px;
    }
    .np-form-wizard-nav-bar-left{
        width: 50%;
    }
    .np-form-wizard-nav-bar-right{
        width: 50%;
    }
    .np-referee-btn-group{
        display: flex;
        flex-direction: column;
        align-items: baseline;
        gap: 5px;
    }
    .np-referee-file-select-type{
        width: 125px !important;
    }
}

@media screen and (max-width: 1199px) {
    .np-referee-review-nav-bar {
        top: 190px;
        width: 96%;
    }
    .np-referee-review-nav-bar.sticky {
        top: 130px;
    }
    .np-form-wizard-nav-bar-left{
        width: 50%;
    }
    .np-form-wizard-nav-bar-right{
        width: 50%;
    }
    .np-referee-file-select-type{
        width: 125px !important;
    }
}

@media screen and (max-width: 992px) {
    .np-referee-review-nav-bar {
        top: 120px;
    }
    .np-referee-review-nav-bar.sticky {
        top: 70px;
    }
    .np-referee-file-select-type{
        width: 125px !important;
    }
}

@media screen and (max-width: 768px) {
    .np-referee-review-nav-bar {
        top: 125px;
    }
    .np-referee-review-nav-bar.sticky {
        top: 70px;
    }
}

@media screen and (max-width: 576px) {
    .np-referee-review-nav-bar {
        top: 125px;

    }
    .np-referee-review-nav-bar.sticky {
        top: 70px;
    }
}


.np-search-input-group{
    position: relative; 
    display: flex; 
    flex-wrap: wrap; 
    align-items: stretch; 
    width: 100%;
    margin-right: 10px;
}

.np-searchConversations{
    border: none; 
    height: 30px; 
    padding-left: 17px; 
    padding-right: 0; 
    color: #000; 
    background-color: rgba(255, 255, 255, 0.1); 
    box-shadow: none;  
    border-radius: 30px 0 0 30px;
    font-family: FontAwesome;
    content: "\f002" !important;
}

.np-input-group-append{
    margin-left: 0;
    z-index: 4;
    display: flex;
    height: 31px;
    align-items: center;
}

.np-search-btn{
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 0 30px 30px 0;
    box-shadow: none !important;
}
.tooltip.fade.bs-tooltip-top.show{
    z-index: 99999 !important;
}

.np-hr-primary{
    border-top: 1px solid #ced4da;
}

@media print {
    .step-steps.col-sm-12.col-md-12.col-lg-3{
        display: none;
    }
    .step-app > .step-content > .step-tab-panel{
        display: inline-block !important;
    }
    .np-sticky-form-wizard-submit {
        display: none;
    }
    .np-scroll-vertical-table{
        max-height: 100% !important;
    }
}

.np-durum-oneri{
    display: block;
    white-space: nowrap;
    width: 225px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-results__group{
    color: #000000;
    font-weight: bold;
}

.select2-results__options.select2-results__options--nested > .select2-results__option{
    padding-left: 1.5em !important;
}

.np-rapor-form-section{
    display: block;
    white-space: nowrap;
    width: 350px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tox-editor-header > div.tox-promotion{
    display: none;
}

.tox-promotion{
    display: none !important;
}

.tox-statusbar__branding{
    display: none !important;
}

.slimScrollBar{
    width: 13px !important;
}

.np-chat-list-card{
    border: 1px solid #ced4da;
    margin-bottom: 5px;
    height: 95px;
}

.tox-promotion{
    display: none !important;
}
.np-tur-menu-nav-pills {
    padding-bottom: 5px;
}
.np-tur-menu-nav-pills::-webkit-scrollbar {
    padding-top: 5px;
    height: 9px;
    border-radius: 25px;
}

.np-tur-menu-nav-pills::-webkit-scrollbar-track {
    padding-top: 5px;
    box-shadow: inset 0 0 2px grey;
}

.np-tur-menu-nav-pills::-webkit-scrollbar-thumb {
    padding-top: 5px;
    border-radius: 25px;
    background: #8d8e8e91;
}

.np-tur-menu-nav-pills::-webkit-scrollbar-thumb:hover {
    padding-top: 5px;
    background: #909497;
}

.hopscotch-bubble-content{
    margin: 0px !important;
}


.hopscotch-title{
    margin: 6px 4px 0 0 !important;
    word-break: break-all;
}

.hopscotch-bubble-number {
    background-color: green;
    color: white;
    height: 80px;
    border: 0px !important;
}

#sortable-list {
    list-style: none;
    padding: 0;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    overflow: auto;
    height: 400px;
}

#sortable-list li {
    padding: 16px 24px;
    background: #fafafa;
    margin-bottom: 1px; 
    font-family: "Inter", "Segoe UI", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    cursor: grab;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#sortable-list li:hover {
    background: #f1faff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}

#sortable-list li:active {
    cursor: grabbing;
}

.sortable-placeholder {
    background: #e3f2fd;
    border: 2px dashed #90caf9;
    height: 52px;
    margin-bottom: 1px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.invalid-feedback{
    display: block !important;
}

.tox.tox-tinymce{
    height: 270px !important;
}
.hopscotch-bubble-container{
    width: 200px !important;
}

.hopscotch-content{
    word-break: break-all;
    margin-top: 5px !important;
}
