﻿@font-face {
    font-family: "Inter";
    src: url("Inter/Inter-Regular.ttf") format("truetype");
}
:root {
    --page-bg: #f1f3f8;
    --btn-bg-dark: #31125f;
    --btn-bg-hover: #4e2788;
    --btn-bg-disabled: #b4b5c0;
    --text-color: #121433;
    --font-family-sans-serif: Inter;
    --font-family-monospace: Inter;
}

body {
    background-color: #f1f3f8;
    font-family: Inter;
    font-size: 10pt;
    color: #333333;
}

.logout {
    padding: 4px 10px;
    /* border: 1px solid #f3f3f3 !important; */
    border: none;
    background-color: #f1f3f8 !important;
    outline: none;
    /*max-width: 80%;*/
    width: 98%;
    cursor: pointer;
}

.fa.fa-user-circle-o {
    font-size: 20px;
    vertical-align: middle;
}


.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: initial !important;
    height: 98vh;
    overflow: hidden;
}

.nav-header {
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    line-height: 34px;
}

.left-menu {
    background-color: #f1f3f8;
    height: calc(100vh - 60px);
    /* min-width: 234px; */
    padding-right: 3px;
    padding-left: 10px;
}

    .left-menu ul {
        list-style-type: none;
        padding-left: 0;
    }

.line-menu {
    line-height: 40px;
    /* cursor: pointer; */
    margin-bottom: 5px;
    padding-left: .5rem !important;
    display: flex;
    font-size: 24px;
    align-items: center;
}

/*    .line-menu:hover {
        color: #0000ed !important;
    }*/

.line-menu-org {
    line-height: 50px;
    /* 	cursor: pointer; */
    margin-bottom: 15px;
    padding-left: 10px;
    display: flex;
}

.line-sub-menu {
    line-height: 40px;
    /* cursor: pointer; */
    margin-bottom: 5px;
    padding-left: 25px;
    display: flex;
    overflow: hidden;
    font-size: 24px;
}
  
    /*.line-sub-menu:hover {
        color: #0000ed !important;
    }*/

.line-sub-menu-org {
    line-height: 50px;
    /* 	cursor: pointer; */
    margin-bottom: 15px;
    padding-left: 10px;
    display: flex;
}

.left-menu-inner {
    padding-left: 0;
    margin-top: 0;
    padding-top: 0x;
}

.left-menu-scroll {
    /* height: 471px; */
    height: auto;
    overflow-y: auto;
}

.left-menu-wrapper-scroll {
    height:76vh;
    overflow-y: auto;
}

.left-menu-bufer {
    height:50px;
}

.submenu-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 25%;
}

.text-circle {
    padding: 4px 8px;
    border: 1px solid #ced4da;
    border-radius: 12px;
}

.highlighted {
    background-color: #31125F;
    border-radius: 4px;
    color: white
}

.menuSpan {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #121433;
}

.highlighted span {
    color: white;
    font-weight: 500;
}

/*.highlighted i {
    color: white;
}*/

.selected .text-circle {
    border: 1px solid #333333;
}

.selected span {
    color: #333333;
    font-weight: 600;
}

.num-menu-notselected {
    color: #dbc7c7;
}

.biz-wrap {
    padding-left: 30px;
    width: 98%;
}

.details-wrap {
    width: 100%;
    height: 98%;
    border: none;
}

.form-wrap {
    min-height: calc(100vh - 265px);
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.footer {
    line-height: 40px;
    margin: 40px 0 10px 0;
    padding: 0;
}

.footer-right {
    margin: 0;
    padding-right: 0;
    display: inline-block;
}

.footer-left {
    text-align: left;
    padding-left: 0;
}

.footer-skip {
    /* border-right: 1px solid #888888; */
    padding-right: 15px;
    float: right;
}

.footer-next {
    padding-right: 0;
    padding-left: 15px;
    float: right;
}

.footer h8 {
    cursor: pointer;
}

.footer-by {
    position: absolute;
    bottom: 30px;
    width: 100%;
    font-weight: 500;
    font-size: large;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(49, 18, 95, 0.7);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.3);
    }

@media screen and (min-width: 300px) and (max-width: 1180px) {
    .left-menu {
        /*min-height: 100px;*/
        height:200px;
        width: calc(100vw - 110px);
        margin-left: 55px;
        margin-bottom: 30px;
    }

    /*.col-xl-2, .col-lg-2, .col-md-2 {
        min-width: calc(100vw - 110px);
    }*/

    .left-menu-inner {
        margin-top: 0;
    }

    .biz-wrap {
        width: 100%;
    }
    .details-wrap {
        width: 100%;
        height: 2000px;
        overflow: auto;
    }
    .main-wrap {
        width:100%;
        height:2000px !important;
        overflow:auto;
    }
}


.page-wrap {
    margin-left: 16.65%;
}

.page-wrap {
    min-width: calc(100vw - 50px);
    margin: 0 auto;
}

.num-menu {
    padding-top: 12px;
}

.main-wrap {
    /* height: calc(100vh - 66px); */
    height: auto;
}

.long-text {
    vertical-align: middle;
    display: inline-block;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
}

.long-name {
    vertical-align: middle;
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.5px;
    text-overflow: ellipsis;
}

.k-dl-img {
    align-content: center;
    cursor: pointer;
    line-height: 30px;
    overflow: hidden;
    text-align: left;
}

.k-dl-img img {
    border-radius: 50%;
}

.pmlr-0 {
    padding-left:0;
    padding-right:0;
    margin-left:0;
    margin-right:0;
}

.k-ruby-t1 {
    display: ruby-text;
}

.logout-wrap {
    font-size: 14px;
    font-weight: 500;
    color: #121433;
    text-align: left;
    padding-right: 30px;
    cursor: pointer;
}

.vertical-line {
    color: #d3d3d3;
}

.fa.fa-bell {
    font-size: 16px;
}

.badge-danger {
    position: relative;
    top: -12px;
    left: -2px;
    border-radius: 10px;
}

#notification-slider {
    position: fixed;
    border-radius: 8px;
    border: 4px solid #fafafa;
    top: 40px;
    right: -400px; /* Initially hide the notification */
    width: 400px;
    height: 90%;
    overflow:auto;
    background-color: #f4f4f4;
    transition: right 0.5s ease;
    z-index: 9999;
}

.notification {
    padding: 20px;
}

.close {
    float: right;
    cursor: pointer;
}
#Version-slider {
    position: fixed;
    border-radius: 15px;
    border: 6px solid #fafafa;
    top: 45px;
    right: -400px; /* Initially hide the notification */
    width: 350px;
    height: 11%;
    overflow: auto;
    background-color: #f4f4f4;
    color: #121433;
    transition: right 0.5s ease;
    z-index: 9999;
    font-size: 13px;
    font-weight: 500;
    padding-top: 6px;
}

.Version {
    padding: 10px;
}
.img-logo {
    background-color: #f1f3f8;
    max-width: 16.5% !important;
    padding-top: 1px !important;
    padding-left: 18px !important;
    height:60px;
}

#k-img-logo {
    width: 90%;
    height: 100%
}

.redcross {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    color: red;
    border: none;
    background-color: transparent;
}

#userImageDiv {
    display: block;
}

.btn-submit {
    /*background-color: #31125F;
    color: #ffffff;
    padding: 10px 15px 10px 15px;
    font-size: 13px;*/
    font-size: 16px !important;
    font-weight: 700;
    height: unset;
    width: unset;
    color: #ffffff;
    border: 1px solid #31125F;
    border-radius: 8px;
    line-height: 25px;
    padding: 6px 16px;
    min-width: 145px;
    background-color: #31125F;
}

.btn-submit:hover {
    color: #f7f7f7;
    background-color: #5c498a;
}

.upload-wrap {
    /*background-color: #e5e5fd;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px;
    outline: 4px solid #e5e5fd66;*/
    background-color: #ffffff;
    border: 1px solid #C8CBD0;
    border-radius: 20px;
    padding: 15px 20px 20px 20px;
    max-width: 40%;
    height: auto;
    top: 10%;
}

.no-border {
    border: none !important;
}

.k-info-hd i.fa.fa-times {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
}

.k-info-hd1 {
    font-size: 28px;
    font-weight: 700;
    color: #121433;
}

.k-info-bd1 {
    background-color: #F1F3F8;
    border-radius: 8px;
    height: 50vh;
    overflow: hidden;
}

.k-ul-hd {
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #31125f;
    border-bottom: 1px solid #ffffff;
}

#uploadUserProfilePicture .modal-content {
    background-color: unset;
}

#uploadUserProfilePicture .modal-header {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
}

#uploadUserProfilePicture .modal-body {
    padding:10px;
    min-height:25vh;
}

.k-ul-txt {
    font-size: 14px;
    font-weight: 600;
    color: #121433;
    padding-bottom: 15px;
}

input#fileUpload {
    width: 70%;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}

.k-ul-td2 {
    width:80%;
    padding:10px;
    font-size: 14px;
    font-weight: 600;
    color: #121433;
    height:50px;
}

.k-ul-tbl {
    width: 100%;
}

.k-ul-td3 {
    width: 80%;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #121433;
    height: 50px;
}

.k-ul-td4 {
    text-align: center;
    padding:10px;
}

.alert {
    display: none;
    position: fixed;
    bottom: 86%;
    right: 30%;
    left: 24%;
}

.k-audit-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image:url("../lib/Images/Audits-icon.svg");
}

.highlighted i.k-audit-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Audits-wh-icon.svg");
}

.k-customentity-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    /*background-image: url("../lib/Images/Audits-icon.svg");*/
}

.highlighted i.k-customentity-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    /*background-image: url("../lib/Images/Audits-wh-icon.svg");*/
}


.k-attestation-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Attestation-icon.svg");
}

.highlighted i.k-attestation-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Attestation-wh-icon.svg");
}

.k-coe-m {
    width: 24px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Coe-icon.svg");
}

.highlighted i.k-coe-m {
    width: 24px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Coe-wh-icon.svg");
}

.k-setting-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Settings-icon.svg");
}

.highlighted i.k-setting-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Settings-wh-icon.svg");
}

.k-dashboard-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Dashboard-icon.svg");
}

.highlighted i.k-dashboard-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Dashboard-wh-icon.svg");
}

.k-report-m {
    width: 24px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Report-icon.svg");
}

.highlighted i.k-report-m {
    width: 24px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Report-wh-icon.svg");
}

.k-OmnibusX-m {
    width: 24px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Kovair Icon-01.svg");
}

.highlighted i.k-OmnibusX-m {
    width: 24px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Kovair Icon-01.svg");
}

.k-avery-m {
    width: 24px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/avery_logo_B-Icon-01.svg");
}

.highlighted i.k-avery-m {
    width: 24px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/avery_logo_w-Icon-01.svg");
}

.k-vendor-m {
    width: 24px;
    height: 22px;
    margin: auto 0;
    color: #333333;
    background-image: url('../lib/images/Vdd-icon.svg');
}

.highlighted i.k-vendor-m {
    width: 24px;
    height: 22px;
    margin: auto 0;
    background-image: url('../lib/images/Vdd-wh-icon.svg');
}

.k-TrackCyber-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/TrackCyber-icon.svg");
}

.highlighted i.k-TrackCyber-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/TrackCyber-wh-icon.svg");
}

.k-mktrev-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/MarketingReview-icon.svg");
}

.highlighted i.k-mktrev-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/MarketingReview-wh-icon.svg");
}

.k-EComms-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Ecomm-icon.svg");
}

.highlighted i.k-EComms-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Ecomm-wh-icon.svg");
}

.k-incident-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Incident30-1-1.svg");
    display:inline-flex;
    background-size:contain;
}

.highlighted i.k-incident-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/Incident30-2.svg");
    display: inline-flex;
    background-size: contain;
}

.k-Custommod-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/CustomModule-icon.svg");
}

.highlighted i.k-Custommod-m {
    width: 22px;
    height: 22px;
    margin: auto 0;
    background-image: url("../lib/Images/CustomModule-wh-icon.svg");
}

.k-hide {
    display: none !important;
}

.k-dl-menu ul {
    list-style-type: none;
    padding-left: 1px;
    margin-bottom: 2px;
}

.k-dl-menu {
    display: block;
    position: fixed;
    top: 40px;
    right: -400px;
    width: 170px;
    font-size: 14px;
    font-weight: 500;
    color: #121433;
    background-color: #f4f4f4;
    border: 4px solid #fafafa;
    border-radius: 8px;
    padding: 5px;
    transition: right 0.5s ease;
    z-index: 1100;
}

.k-dl-menu li {
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
}

.k-dl-menu li:last-child {
    border-bottom: none;
}

.k-dl-menu .fa.fa-power-off {
    padding-right: 10px;
    font-size: 18px;
}

#nav-dl-menu.modal {
    height: fit-content;
    left: unset;
}

.modal-backdrop.show {
    opacity: .1;
}

#logout-backdrop {
    opacity: 0.05;
}
.btn-next {
    background-color: var(--btn-bg-dark);
    color: #ffffff;
    font-size: 16px !important;
    font-weight: 600;
    border-radius: 8px;
    float: right;
    height: 44px;
    min-width: 120px;
}

    .btn-next:hover {
        background-color: var(--btn-bg-hover);
        color: #ffffff;
    }
.confirmation-text {
    font-size: 16px;
    font-weight: 600;
    color: #121433;
}

.confirmation-text-header {
    font-size: 24px;
    font-weight: 600;
    color: #121433;
}

.preview-confirmation-text {
    font-size: 14px;
    font-weight: 400;
    color: #121433;
    font-style: italic;
}

.preview-confirmation-text-header {
    font-size: 16px;
    font-weight: 800;
    color: #121433;
}
.modal-content {
    border: none !important;
}

.modal-dialog {
    padding-bottom: 10px !important;
}

.modal-footer {
    padding-bottom: 0 !important;
    padding-top: 10px !important;
}
.btn-cancel {
    background-color: #ffffff;
    color: #31125F !important;
    font-size: 16px !important;
    font-weight: 600;
    border: 1px solid #31125f;
    border-radius: 6px;
    float: left;
    height: 44px;
    min-width: 120px;
}
.confirmPwd {
    top: 354px;
    left: 50px;
}
@media screen and (min-width: 300px) and (max-width: 1366px) {
    .navbar-right > span > img, .navbar-right > span > span > img {
            /*height: 30px;*/
            width: 30px;
            border-radius: 15px;
        }

        .line-menu, .menuSpan {
            font-size: 14px;
        }

    .left-menu-wrapper-scroll {
        height: 70vh;
        overflow-y: auto;
    }

        .long-text {
            width: auto;
        }
    .confirmPwd {
        top: 250px;
    }
        .btn-next, .btn-cancel, .btn-prev, .btn-ok {
            font-size: 13px !important;
            font-weight: 400;
            width: unset;
            height: unset;
            line-height: 20px;
            padding: 4px 16px;
            min-width: 90px;
        }
    }

.noentry {
    cursor: not-allowed !important;
}

.greyedout{
    opacity: 0.5;
}
.notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.clear {
    cursor: pointer;
    color: #31125f;
    font-weight: bold;
    margin-right: 20px;
}

.disp-none {
    display: none;
}
