

@font-face {
    font-family: 'DroidKufiRegular';
    src: url('fonts/DroidKufiRegular.eot');
    src: url('fonts/DroidKufiRegular.eot') format('embedded-opentype'), url('fonts/DroidKufiRegular.woff2') format('woff2'), url('fonts/DroidKufiRegular.woff') format('woff'), url('fonts/DroidKufiRegular.ttf') format('truetype'), url('fonts/DroidKufiRegular.svg#DroidKufiRegular') format('svg');
}

@font-face {
    font-family: 'DroidKufiBold';
    src: url('fonts/DroidKufiBold.eot');
    src: url('fonts/DroidKufiBold.eot') format('embedded-opentype'), url('fonts/DroidKufiBold.woff2') format('woff2'), url('fonts/DroidKufiBold.woff') format('woff'), url('fonts/DroidKufiBold.ttf') format('truetype'), url('fonts/DroidKufiBold.svg#DroidKufiBold') format('svg');
}

@font-face {
    font-family: 'saudi_riyal';
    src: url('fonts/saudi_riyal.woff2') format('woff2'), url('fonts/saudi_riyal.woff') format('woff'), url('fonts/saudi_riyal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.icon-saudi_riyal18 {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
}

.icon-saudi_riyal18::before {
    content: "\e900";
    font-family: 'saudi_riyal' !important;
    display: inline-block;
    font-size: 1.5rem;
}

.icon-saudi_riyal {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
}

.icon-saudi_riyal::before {
    content: "\e900";
    font-family: 'saudi_riyal' !important;
    display: inline-block;
    font-size: 0.8rem;
}


body {
direction: rtl;
font-family: "DroidKufiRegular";
font-size: .8rem;
color: #555;
background-color: #FAFBFD;
overflow: hidden;
}

h6, .h6 {
    font-size: .9rem;
}
/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ddd;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }

.boldFont {
    font-weight: bold;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/


.navbar-brand {
    width: 200px;
}

fieldset {
    border: 1px solid #EAEAEA !important;
    border-radius: 2px;
    padding: 1rem;
    text-align: right;
    width: calc(100%);
    margin-top: 23px;
    box-shadow: 0 0px 20px rgba(0,0,0,.15);
}

legend {
    font-size: 16px !important;
    width: auto !important;
    background-color: #006586 !important;
    padding: 3px 12px !important;
    border: 1px solid #006586 !important;
    margin-bottom: 15px !important;
    border-radius: 2px !important;
    color: white !important;
}

.row {
    margin-bottom: 8px;
}

.bg-green {
    background-color: #1faea2 !important;
}

.green {
    color: #1faea2 !important;
}

.text-primary {
    color: #1faea2 !important;
}

.text-accent {
    color: #006586 !important;
}
.white-color {
    color: white;
}

.boldWhite-color {
    color: white;
    font-weight: bold;
}

.no-boxShadow {
    box-shadow: none !important;
}

.no-border {
    border: none !important;
}

.panel {
    background-color: #FBFBFB;
    border-bottom: 1px solid #696864 !important;
}

.panel-body {
    background-color: #FBFBFB;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 2px solid #696864 !important;
}

.border-bottom-radius {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.container-fluid {
    padding-top: 2%;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff !important;
    background-color: #0a9c74;
    text-decoration: none;
}

.btn-green {
    background-color: #007C5A;
    background-image: none;
    border: 1px solid #007C5A;
}

.btn {
    padding: .3rem 1.5rem;
    border-radius: 100rem;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}

.label-padding-top {
    padding-top: 5px;
}

.ltr-button {
    direction: ltr;
}

.table-buttons-margins {
    margin-bottom: 2px;
    margin-top: 2px;
}

.glyphiconInput {
    top: -24px !important;
    padding-left: 4px;
    height: 0px;
    position: relative;
    padding-top: 0px;
    font-size: 18px !important;
}

.label-padding-top {
    padding-top: 5px;
}

label {
    padding-top: 5px;
}
/*table {
    align-self: center;
    align-content: center;
    align-items: center;
    border: 1px;
    width: 950px;
}*/
/*legend {
    background-color: #007C5A;
    width: auto;
    padding: 10px !important;
    border-radius: 5px;
    color: white !important;
    width: 100%;
}*/


.navbar-text {
    text-align: center;
}

.card-header {
    text-align: right;
}

.co-white {
    color: #fff;
}

.form label {
    font-size: 15px;
}

footer {
    text-align: right;
}

.main-nav {
    text-align: right;
    border-radius: 0;
    padding: 0 2%;
    position: fixed;
    width: 100%;
    top: 122px;
    z-index: 999;
    box-shadow: 0 3px 6px rgba(0,0,0,.15);
}

    .main-nav a {
        color: #fff;
    }

    .main-nav .dropdown-menu a {
        color: #333;
    }

    .main-nav a:hover {
        color: #fff;
        background-color: #1e9c92;
    }


.footer {
    padding: 20px 6%;
}

    .footer span {
        display: block;
        padding-top: 40px;
        padding-bottom: 20px;
        border-top: 1px solid #eee;
    }

.navbar {
    padding: .5rem 3rem;
    margin-bottom: 0;
    font-size: 14px;
    align-content: space-between;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 122px;
}

    .navbar h5 {
        font-size: 16px;
        float: right;
        right: 0;
        margin-left: auto;
    }

.nav-tabs > li {
    float: right;
}

input[type="submit"] {
    float: left;
}

.submit-button {
    float: left;
}

span.navbar-text {
    margin-right: auto;
    float: left;
}

/*.form-group {
    width: 100%;
}*/

fieldset ul.nav.nav-tabs {
    background-color: #007c5a;
    width: 100%;
}

    fieldset ul.nav.nav-tabs li a.bg-green.white-color {
        padding: 8px 10px;
        height: 100%;
    }

        fieldset ul.nav.nav-tabs li a.bg-green.white-color:hover,
        fieldset ul.nav.nav-tabs li a.bg-green.white-color:active,
        fieldset ul.nav.nav-tabs li a.bg-green.white-color:focus {
            color: #007c5a;
            background-color: #fff;
            text-decoration: none;
            border: 1px solid #fff;
            border-radius: 0;
            padding: 8px 10px;
        }

.no-padding {
    padding: 0;
}

.printLicence .table td {
    text-align: right;
    border-top: none;
    width: 33.33%;
    font-size: 14px;
}

.card.printLicence {
    width: 50%;
    margin: auto;
}


.table thead th {
    vertical-align: bottom;
    border: none;
    background-color: #006586;
    color: #fff;
}

.print {
    margin: 20px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #1faea2 !important;
    border-color: #1faea2 !important;
    opacity: .9;
    border-color: #1faea2 !important;
}

.btn-primary.focus, .btn-primary:focus, .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 137, 106, .5) !important;
    border-color: #1faea2 !important;
}

.print i.fas.fa-print {
    margin: 0 0 0 6px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
    color: #1faea2;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}

fieldset ul.nav.nav-tabs li.nav-item {
    margin-bottom: 0;
    display: inline-grid;
}

.nav-tabs .nav-item + .nav-item {
    margin-left: 0;
}

.col-md-12.text-center input[type="submit"] {
    float: none;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.modal-open .modal {
    background-color: rgba(0, 0, 0, .5);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0px, 0px);
}

.calendars-popup {
    z-index: 9999 !important;
}

.radio-margin-right {
    margin-right: 8px;
}

.modal-header .close {
    float: left;
    text-align: left;
    margin: 0;
    margin-right: auto;
    left: 0px;
    padding: 0;
}

.modal-body {
    text-align: right;
}

* {
    outline: none;
}

.form-control {
    font-size: 0.8rem;
}

.fa-calendar-alt {
    position: absolute;
    left: 20px;
    top: 8px;
}

.calendars-month {
    float: none;
}

.calendars-ctrl {
    background-color: rgba(0, 124, 90, 1);
}

.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
    height: 1.5em;
    background-color: rgba(0, 124, 90, 1) !important;
    color: #fff;
    font-weight: bold;
}

.calendars-month td .calendars-highlight {
    background-color: rgba(0, 124, 90, 1);
}

.calendars-month td .calendars-today {
    background-color: rgba(0, 124, 90, .2);
}

.modal-body table {
    text-align: right;
    border: 1px solid #ddd;
}

    .modal-body table > thead > tr > th, .modal-body table > tbody > tr > td {
        text-align: right;
    }

    .modal-body table > thead > tr > th {
        background-color: rgba(0, 124, 90, 1);
        color: #fff;
    }

.btn:focus, .btn.focus, .btn:focus:active, .btn.focus:active, .btn.active:focus, .btn.active.focus, a:focus {
    outline: 0;
}

.text-sm {
    font-size: 13px;
    font-weight: normal;
    color: red;
    display: block;
}


/*.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: 1px solid #ddd !important;
}*/

.simple-pagination li {
    float: right !important;
}

.simple-pagination ul {
    float: left;
}

.form-group {
    /*margin-left: 0 !important;
    margin-right: 0 !important;*/
}

.disabled .current {
    background: #ccc;
    border-color: #ccc;
}

.active .current {
    background: #007c5a;
    border-color: #007c5a;
}

.notification-msg {
    color: red;
    margin-right: 28px;
}

.pagination-row {
    float: left;
    margin-left: 69px;
}

.page-link:hover {
    color: rgba(0, 124, 90, 1);
}

table {
    width: 100% !important;
}

.ui-dialog .ui-dialog-title {
    text-align: right;
    float: right;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: auto !important;
    left: .3rem;
}

.ui-widget {
    font-family: 'DroidKufiRegular';
    font-size: 0.8rem;
}


    .ui-widget fieldset {
        padding: 2.35em .625em .75em;
    }

.ui-dialog {
    padding: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        color: #fff;
        background-color: #007c5a;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border: none;
    }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'DroidKufiRegular';
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: left;
}

.ui-widget button {
    color: #fff;
    background-color: #007C5A;
    background-image: none;
    border: 1px solid #007C5A;
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: .0625rem solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ui-widget-content {
    border: 1px solid #e5e5e5;
}


table > thead > tr > th {
    padding: 7px;
}

.btn-AddNew {
    float: left;
}

.simple-pagination {
    padding: 10px 5px 5px 0;
}

input[type="submit"].inin {
    float: right;
}

.ui-dialog .ui-dialog-titlebar {
    font-size: 1rem;
    font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar-close:after {
    content: "x";
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 1rem;
    font-family: sans-serif;
}

table {
    width: 100% !important;
}

.radioBtn-margin-right {
    margin-right: 10px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-right: -1.25rem;
}

.radio-inline, .checkbox-inline {
    padding-right: 1.25rem;
}

.padding-right {
    padding-right: 22px;
}

.btn-primary {
    background-color: #1faea2 !important;
    border-color: #1faea2 !important;
}

.modal-footer > :not(:last-child) {
    margin-left: .25rem;
}

.modal-header .close {
    float: left;
    text-align: left;
    margin: 0;
    margin-right: auto;
    left: 17px;
    padding: 0;
    position: absolute;
}

.modal-title {
    float: right;
    margin-left: auto;
}


.disabled.btn-primary, :disabled.btn-primary {
    color: #fff;
    background-color: #ccc !important;
    border-color: #ccc !important;
}

.AttLabel {
    cursor: pointer;
    padding: 0 3%;
}

    .AttLabel:hover {
        color: #007c5a;
    }

.form-control.uploadField {
    display: inline-block;
    width: auto;
    height: 34px;
    background-color: #fff;
}

.thWidth {
    width: 620px;
}

/*.col-lg-6 .col-lg-8 .fa-calendar-alt {
    left: 35px;
}

input.hasCalendarsPicker:before {
    position: absolute;
    left: 20px;
    top: 8px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f073";
}*/

.larg-checkbox {
    transform: scale(1.5);
}

#collapseTemporaryStop p.boldFont {
    color: #007C5A;
}

.card-header a.card-link {
    color: #333;
    text-decoration: none;
}

#collapseTemporaryStop label {
    padding-top: 0;
}

/* ProgressBar */

.savedRequests .progressbar li:before {
    width: 50px;
    height: 50px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
    line-height: 50px;
}

.savedRequests .progressbar {
    counter-reset: step;
    max-width: 100%;
    padding-inline-start: 0;
    position: relative;
    z-index: 0;
}

    .savedRequests .progressbar svg {
        font-size: 1.5rem;
    }

.progressbar {
    counter-reset: step;
    padding-inline-start: 0;
    position: relative;
    z-index: 0;
}

    .progressbar li, .progressbar li[aria-expanded="false"] {
        list-style-type: none;
        width: 33.333%;
        float: right;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
    }

        .progressbar li:before, .progressbar li[aria-expanded="false"]:before {
            width: 50px;
            height: 50px;
            content: counter(step);
            counter-increment: step;
            line-height: 50px;
            border: 2px solid #ddd;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
        }

        .progressbar li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #ddd;
            top: 25px;
            left: 50%;
            z-index: -1;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.active, .progressbar li.completed, .progressbar li[aria-expanded="true"] {
            color: #1faea2;
        }

            .progressbar li.completed:before {
                border-color: #1faea2;
                background-color: #1faea2;
                color: #fff;
            }

            .progressbar li.active:before, .progressbar li[aria-expanded="true"]:before {
                border-color: #006586;
                box-shadow: 0 0 20px rgba(85, 183, 118, .125);
            }

            .progressbar li.active + li:after {
                background-color: #1faea2;
            }


/*********************/

.c-both {
    clear: both;
}

.card-title.greyBC {
    padding: 1rem 2rem;
    background-color: #eee;
}

.card-title.greenBC {
    padding: 1rem 2rem;
    background-color: #007C5A;
    color: #fff;
}

a, a:hover {
    color: #1faea2;
    text-decoration: none;
}


.custom-checkbox .custom-control-label::before, .custom-radio .custom-control-label::before {
    border: 1px solid;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007c5a;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007c5a;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007c5a;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007c5a;
}

.custom-control-label {
    padding-top: 0;
    z-index: 10;
}

.card-title {
    border: 1px solid #007C5A;
    border-radius: .25rem .25rem 0 0;
    margin-bottom: 0;
}

.card {
    border: 0;
}

.card-body {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0 0 .25rem .25rem;
}

ul.navbar-nav li a {
    position: relative;
    margin: 0 1rem;
    color: #696864;
}

ul.navbar-nav li:nth-of-type(3) svg, ul.navbar-nav li:nth-of-type(4) svg {
    margin-left: .5rem;
}

.navbar .badge {
    position: absolute;
    left: -8px;
    top: -7px;
    border-radius: 110rem;
}


.sideMenu {
    background-color: #c4a754;
    min-width: 250px;
    overflow-y: auto;
    position: fixed;
    height: calc(100vh);
    z-index: 1000;
}

    .sideMenu a {
        padding: 1rem 2.7rem;
        display: block;
        color: #fff;
        position: relative;
        text-align: right;
    }

    .sideMenu ul li ul li a {
        padding: .5rem 3.3rem;
        display: block;
        color: #fff;
        position: relative;
    }

    .sideMenu ul li a:hover {
        background-color: #b89c4e;
    }

    .sideMenu a.active {
        color: #D1B154;
        background-color: #fff;
        font-weight: bold;
    }

    .sideMenu span.badge {
        position: absolute;
        left: 45px;
        top: 10px;
        margin: auto;
        border: 1px solid #ddd;
        color: #fff;
    }

    .sideMenu .dropdown-toggle::after {
        position: absolute;
        left: 45px;
        top: 23px;
        margin: auto;
        color: #fff;
    }

    .sideMenu .dropdown-item:hover, .sideMenu .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #c4a754;
    }

.MainCont {
    padding-top: calc(122px + 37px);
    overflow-y: auto;
    height: calc(100vh);
    padding-bottom: 3rem;
}

.mainTabs h6 {
    padding: 1rem;
    background-color: #007c5a;
    color: #fff;
}

.b-0 {
    border: 0;
}

.EnterDate {
    text-align: left;
}

.mainTabs [data-toggle="collapse"] h6 {
    padding: .5rem 1rem;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
    border-bottom: 0;
}

.mainTabs [data-toggle="collapse"][aria-expanded="true"] h6 {
    background-color: #006586;
    color: #fff;
    border: 1px solid #006586;
}

.container-fluid {
    background-color: #eee;
    padding: 0;
    padding-top: 2%;
}


fieldset {
    background-color: #fff;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    padding: 0;
}

    .navbar-nav .dropdown-menu a {
        margin-right: 0;
    }

.dropdown-item.bottom {
    background-color: #eee;
}

table .svg-inline--fa {
    /*margin: 0 5px;*/
}

.fa-trash-alt {
    color: red;
}

table.iconsTable tr td:last-child {
    /*text-align: left;*/
    width: 150px;
}

table thead th a {
    color: #fff;
}

.sideMenu ul {
    padding-inline-start: 0;
}

    .sideMenu ul li {
        list-style: none;
        margin-bottom: 1px;
    }

.sideMenu .nav a[aria-expanded="true"] {
    background-color: #b89c4e;
    color: #fff;
}

    .sideMenu .nav a[aria-expanded="true"] + ul {
        background-color: #b89c4e;
        padding: 5px 0;
    }

        .sideMenu .nav a[aria-expanded="true"] + ul li a {
            color: #fff;
        }

            .sideMenu .nav a[aria-expanded="true"] + ul li a.active, .sideMenu .nav a[aria-expanded="true"] + ul li a.active:hover, .sideMenu .nav a[aria-expanded="true"] + ul li a.active span.badge {
                color: #b89c4e;
                cursor: pointer;
                background-color: #fff;
            }

.requestStatus svg {
    font-size: 1.3rem;
}

.requestStatus a.d-flex {
    padding: 1rem;
    color: #fff;
    background-color: #007C5A;
}

.requestStatus ul li ul li .InfoCont {
    padding: .5rem;
    border: 1px solid #007C5A;
    color: #333;
}

.requestStatus ul li ul li span {
    font-size: .7rem;
    color: #aaa;
}

.requestStatus ul li {
    list-style: none;
}


ul {
    padding-inline-start: 0;
}


.mainTabs svg {
    margin-left: .5rem;
}

.requestSteps .borderBox {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 1rem;
}

.mainTabs h6 {
    margin-bottom: 0;
    border-radius: .25rem .25rem 0 0;
    margin-left: .5rem;
}

.mainTabs {
    margin-bottom: 0;
}

    .mainTabs li {
        display: inline-block;
    }


.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    background: linear-gradient(to right, #006586, #1faea2);
    border-bottom: 0;
    color: #fff;
}


.pointsResult .form-group label:last-of-type {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    line-height: 50px;
    padding-top: 0;
    border: 2px solid #007c5a;
    border-radius: 100rem;
}

.arithmetic {
    font-size: 2rem;
    margin: 0 auto;
}

.table tr.table-header th {
    background-color: #007c5a;
    color: #fff;
}

.largeFont {
    font-size: 1.2rem;
}

#requestAccordion a[aria-expanded="false"] .fa-caret-down {
    transform: rotate(0);
    transition: .4s ease-in-out;
}

#requestAccordion a[aria-expanded="true"] .fa-caret-down {
    transform: rotate(180deg);
    transition: .4s ease-in-out;
}

table th svg[aria-expanded="false"] .fa-caret-down {
    transform: rotate(0);
    transition: .4s ease-in-out;
}

table th svg[aria-expanded="true"] .fa-caret-down {
    transform: rotate(180deg);
    transition: .4s ease-in-out;
}


.newsfeed {
    position: fixed;
    top: calc(122px + 45px);
    z-index: 99;
    left: 0;
}

    .newsfeed:hover {
        color: #fff;
    }

    .newsfeed a {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        height: 38px;
        line-height: 38px;
        right: auto;
        font-size: 1rem;
        color: #fff;
        border-radius:5px;
        box-shadow: 0 3px 6px rgba(0,0,0,.15);
        margin-left:5px;
        margin-right:5px;
    }

.newsfeedInComplete {
    position: fixed;
    top: calc(155px + 45px);
    z-index: 99;
    left: 0;
}

    .newsfeedInComplete:hover {
        color: #fff;
    }

    .newsfeedInComplete a {
        padding-left: .5rem;
        padding-right: .5rem;
        height: 38px;
        line-height: 38px;
        right: auto;
        font-size: 1rem;
        color: #fff;
        border-radius: 5px;
        box-shadow: 0 3px 6px rgba(0,0,0,.15);
        margin-left: 5px;
        margin-right: 5px;
    }


    /****/
#sidebarDecisions {
    background: #fff;
    transition: all 0.3s;
    left: 0;
    position: fixed;
    top: calc(122px + 37px + 56px);
    max-width: 300px;
    min-width: 300px;
    overflow-y: auto;
    height: 64vh;
    margin-left: -350px;
    border-radius: 2px;
    box-shadow: 0 0px 20px rgba(0,0,0,.15);
}

#sidebarNotes {
    background: #fff;
    transition: all 0.3s;
    left: 0;
    position: fixed;
    top: calc(122px + 37px + 56px);
    max-width: 300px;
    min-width: 300px;
    overflow-y: auto;
    height: 64vh;
    margin-left: -350px;
    border-radius: 2px;
    box-shadow: 0 0px 20px rgba(0,0,0,.15);
}

#RecordApplicationAttachments {
    background: #fff;
    transition: all 0.3s;
    left: 0;
    position: fixed;
    top: calc(122px + 37px + 56px);
    max-width: 300px;
    min-width: 300px;
    overflow-y: auto;
    height: 64vh;
    margin-left: -350px;
    border-radius: 2px;
    box-shadow: 0 0px 20px rgba(0,0,0,.15);
}

#sidebarDecisions.active {
    margin-left: 0;
}

#sidebarNotes.active {
    margin-left: 0;
}

#RecordApplicationAttachments.active {
    margin-left: 0;
}

#content {
    transition: all 0.3s;
}

    #content.active {
        padding-left: 300px;
    }

#sidebarDecisions ol li {
    padding: 10px;
}

#sidebarDecisions textarea {
    resize: none;
}
    /****/

#sidebarInquire {
    background: #fff;
    transition: all 0.3s;
    left: 0;
    position: fixed;
    top: calc(122px + 37px + 56px);
    max-width: 300px;
    min-width: 300px;
    overflow-y: auto;
    height: 64vh;
    margin-left: -350px;
    border-radius: 2px;
    box-shadow: 0 0px 20px rgba(0,0,0,.15);
}

    #sidebarInquire.active {
        margin-left: 0;
    }

#content {
    transition: all 0.3s;
}

    #content.active {
        padding-left: 300px;
    }

#sidebarInquire ol li {
    padding: 10px;
}

#sidebarInquire textarea {
    resize: none;
}


#sidebar {
    z-index: 1000;
    background: #fff;
    transition: all 0.3s;
    left: 0;
    position: fixed;
    top: calc(122px + 37px + 56px);
    max-width: 300px;
    min-width: 300px;
    overflow-y: auto;
    height: 69vh;
    margin-left: -350px;
    border-radius: 2px;
    box-shadow: 0 0px 20px rgba(0,0,0,.15);
}

    #sidebar.active {
        margin-left: 0;
    }

#content {
    transition: all 0.3s;
}

    #content.active {
        padding-left: 300px;
    }

#sidebar ol li {
    padding: 10px;
}

#sidebar textarea {
    resize: none;
}

ol {
    padding-inline-start: 25px;
}

.card-header h6 {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
}

.ui-sortable li {
    cursor: pointer;
}

    .ui-sortable li a {
        position: absolute;
        left: 10px;
    }

#priority .col-3 {
    text-align: right;
}

#alimony td[rowspan="20"] {
    text-align: center;
    vertical-align: middle;
}

.form-row.Payments .form-group {
    border: 1px solid #007C5A;
    padding: 0;
}

    .form-row.Payments .form-group label {
        float: right;
        margin-bottom: 0;
    }

        .form-row.Payments .form-group label:first-of-type {
            background-color: #007C5A;
            color: #fff;
        }


#btnPrevious, #btnNext {
    border: 1px solid #006586;
    background-color: transparent;
    color: #006586;
}

#btnSaveForAuditing1 {
    border: 1px solid #1faea2;
    background-color: transparent;
    color: #1faea2;
}

fieldset fieldset {
    box-shadow: none;
}

    fieldset fieldset legend {
        border: 1px solid #006586 !important;
        background-color: transparent !important;
        color: #006586 !important;
    }

.custom-control {
    /*padding-right:0;*/
}

    .custom-control.pStart {
        padding-right: 1.5rem;
    }

/*.fa-upload, .fa-download, .fa-eye {
    margin: auto;
    margin-right: 5px;
    cursor: pointer;
    color: #1faea2;
    font-size: 1rem;
    margin: 0 5px;
}*/

button, html [type="button"], [type="reset"], [type="submit"], .btn {
    font-size: .85rem;
}

.dropdown-menu {
    font-size: .8rem;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #1faea2;
    border-color: #1faea2;
}

.btn-file {
    position: relative;
    overflow: hidden;
    color: #1faea2;
    cursor: pointer;
    color: #1faea2;
    cursor: pointer;
    overflow: hidden;
    background-color: rgba(31, 174, 162,.25);
    border-radius: .25rem;
    padding: .65rem .5rem;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 1px;
        min-height: 1px;
        font-size: 13px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        display: block;
        cursor: pointer;
    }

    .btn-file label {
        cursor: pointer;
    }


table .btn-file {
    position: relative;
    overflow: hidden;
    color: #006586;
    cursor: pointer;
    background-color: rgba(0, 101, 134,.25);
    border-radius: .25rem;
    padding: .2rem .4rem;
    margin-right: 5px;
    font-size: 13px;
}
/*.download {
    display: inline-block;
}

    .download a {
        color: #006586;
        font-family: DroidKufiBold;
        font-size: .75rem;
        cursor: pointer;
    }*/
.viewLabels label.mainLabel {
    color: #aaa;
    margin-bottom: 0;
    padding-top: 0;
    max-width: 142px;
}

.viewLabels label.valueLabel {
    color: #333;
    margin-bottom: 0;
    padding-top: 0;
    /*margin-left: 70px;*/
    max-width: 250px;
    min-width: 250px;
}

.auditing fieldset.requester legend {
    background-color: #006586 !important;
    color: #fff !important;
    border: 1px solid #006586 !important;
}

.auditing fieldset.defendant legend {
    background-color: #D10000 !important;
    color: #fff !important;
    border: 1px solid #D10000 !important;
}

.auditing fieldset.beneficiary legend {
    background-color: #1faea2 !important;
    color: #fff !important;
    border: 1px solid #1faea2 !important;
}

.fa-upload {
    margin: auto;
    margin-right: 5px;
    cursor: pointer;
}

/*.judgment .col-3:first-of-type {
    border-left: 1px solid #eee;
}*/

.colorPrimary1 {
    color: #1faea2;
}

.colorPrimary2 {
    color: #006586;
}

.colorSecondary {
    color: #aaa;
}

.bgColorPrimary1 {
    background-color: #1faea2 !important;
}

.bgColorPrimary2 {
    background-color: #006586 !important;
}

.judgment {
    /*border: 2px solid #1faea2;*/
    /*border-radius: .25rem;*/
    /*padding: 1.2rem 0;*/
    /*margin-top: 2rem;*/
}

    .judgment .upload {
        margin: auto;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        height: 38px;
    }

.auditing table thead tr:last-of-type th {
    background-color: #f3f3f3 !important;
    color: #999 !important;
    font-weight: normal;
}

.auditing table thead tr:first-of-type th {
    color: #fff !important;
}

.BigLabel {
    /*font-size: 1.2rem;*/
}

.studying td {
    width: 7%;
}

.studying .table2 td {
    width: auto;
}

table .form-control {
    height: calc(2rem);
}

.mainConversions .form-control {
    max-width: 150px;
    margin-left: 70px;
}

label {
    align-self: center;
}

.form-control {
    /*height:2rem;*/
}

.no-margin-label .viewLabels label.valueLabel {
    margin-left: 0;
}
/* Switch */
HTML CSS Result EDIT ON .switch {
    font-size: 1rem;
    position: relative;
}

.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}

    .switch input + label {
        position: relative;
        min-width: calc(calc(2.375rem * .8) * 2);
        border-radius: calc(2.375rem * .8);
        height: calc(2.375rem * .8);
        line-height: calc(2.375rem * .8);
        display: inline-block;
        cursor: pointer;
        outline: none;
        user-select: none;
        vertical-align: middle;
        text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
        margin-bottom: 0;
        padding-top: 0;
    }

        .switch input + label::before,
        .switch input + label::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: calc(calc(2.375rem * .8) * 2);
            bottom: 0;
            display: block;
        }

        .switch input + label::before {
            right: 0;
            background-color: #dee2e6;
            border-radius: calc(2.375rem * .8);
            transition: 0.2s all;
        }

        .switch input + label::after {
            top: 2px;
            left: 2px;
            width: calc(calc(2.375rem * .8) - calc(2px * 2));
            height: calc(calc(2.375rem * .8) - calc(2px * 2));
            border-radius: 50%;
            background-color: white;
            transition: 0.2s all;
        }

    .switch input:checked + label::before {
        background-color: #1faea2;
    }

    .switch input:checked + label::after {
        margin-left: calc(2.375rem * .8);
    }

    .switch input:focus + label::before {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(31, 174, 162,.25);
    }

    .switch input:disabled + label {
        color: #868e96;
        cursor: not-allowed;
    }

        .switch input:disabled + label::before {
            background-color: #e9ecef;
        }

.switch.switch-sm {
    font-size: 0.875rem;
}

    .switch.switch-sm input + label {
        min-width: calc(calc(1.5rem * .8) * 2);
        height: calc(1.5rem * .8);
        line-height: calc(1.5rem * .8);
        text-indent: calc(calc(calc(1.5rem * .8) * 2) + .5rem);
    }

        .switch.switch-sm input + label::before {
            width: calc(calc(1.5rem * .8) * 2);
        }

        .switch.switch-sm input + label::after {
            width: calc(calc(1.5rem * .8) - calc(2px * 2));
            height: calc(calc(1.5rem * .8) - calc(2px * 2));
        }

    .switch.switch-sm input:checked + label::after {
        margin-left: calc(1.5rem * .8);
    }

.switch.switch-lg {
    font-size: 1.25rem;
}

    .switch.switch-lg input + label {
        min-width: calc(calc(3rem * .8) * 2);
        height: calc(3rem * .8);
        line-height: calc(3rem * .8);
        text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
    }

        .switch.switch-lg input + label::before {
            width: calc(calc(3rem * .8) * 2);
        }

        .switch.switch-lg input + label::after {
            width: calc(calc(3rem * .8) - calc(2px * 2));
            height: calc(calc(3rem * .8) - calc(2px * 2));
        }

    .switch.switch-lg input:checked + label::after {
        margin-left: calc(3rem * .8);
    }

.switch + .switch {
    margin-left: 1rem;
}

/*****/


.btn-bordered {
    padding: .45rem 1.5rem;
    background-color: #fff;
    border: 1px solid #1faea2;
    color: #1faea2;
}

.judgment .viewLabels label.valueLabel {
    max-width: 100%;
}

.healthBtns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.healthStatus {
    display: flex;
    margin-bottom: 5px;
    justify-content: space-between;
    align-items: center;
}

element.style {
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}

.download svg {
    margin-left: 0;
}

.mainTabs svg {
    margin-left: .5rem;
}

.download {
    display: inline-flex;
}

    .download a {
        color: #006586;
        font-family: DroidKufiBold;
        font-size: 13px;
        cursor: pointer;
    }

    .download .downloadBtn, .download .viewBtn, .iconBtn {
        position: relative;
        overflow: hidden;
        color: #006586;
        cursor: pointer;
        background-color: rgba(0, 101, 134,.25);
        border-radius: .25rem;
        padding: .2rem .4rem;
        margin-right: 5px;
        font-size: 13px;
    }

    .download svg {
        margin-left: 0;
    }

table .download .downloadBtn svg, table .download .viewBtn svg {
    margin-right: 0;
}

table .iconBtn {
    margin-right: 0;
}

#dvFilter .btn {
    margin: 0 !important;
    margin-top: auto !important;
}

.LandingPageAdmin {
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-top: 0;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .LandingPageAdmin div {
        border: 2px solid #007C5A;
        border-radius: 100rem;
        width: 350px;
        height: 350px;
        display: flex;
        vertical-align: middle;
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #fff;
    }




.enquiry {
    padding-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.adminResponse {
    margin-right: auto;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

    .adminResponse label {
        margin-bottom: .2rem;
        text-align: left;
    }

    .adminResponse .msgCont {
        border-radius: 5px;
        background-color: #eee;
        color: #333;
        padding: 10px;
        text-align: left;
    }

.userResponse {
    margin-left: auto;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
}

    .userResponse .mainDiv,
    .adminResponse .mainDiv {
        width: 80%;
    }

    .userResponse label {
        margin-bottom: .2rem;
        text-align: right;
    }

    .userResponse .msgCont {
        border-radius: 5px;
        background-color: rgba(0, 101, 134, .2);
        color: #333;
        padding: 10px;
        text-align: right;
    }


.replay {
    margin-top: 1rem !important;
    width: 20%;
}

    .replay a {
        border-radius: 0 100rem 0 0;
        margin: 0 !important;
    }

        .replay a svg {
            margin: .5rem .5rem 0 0;
        }

/* pagination */

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    list-style: none;
    border-radius: 0.25rem;
    align-items: center;
}

    .pagination a {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #1faea2;
        background-color: #fff;
        border: 1px solid #dee2e6;
    }

        .pagination a:hover {
            z-index: 2;
            color: #1faea2;
            text-decoration: none;
            background-color: #e9ecef;
            border-color: #dee2e6;
        }


        /* Questions*/

.QList .card {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.QList .card-header {
    background-color: #fff;
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.QList .btn {
    box-shadow: none;
    width: 100%;
    text-align: right;
    color: #1faea2;
    font-family: DroidKufiBold;
    white-space: normal;
}
.btn-link {
    color: #007C5A;
}

    .btn-link:hover {
        color: #007C5A;
    }
    .QList .btn-link:hover, .QList .btn-link:focus {
    color: #0056b3;
    text-decoration: none;
}

.QList .collapse {
    background-color: rgba(31, 174, 162,.1);
}

.QList button[aria-expanded="true"] + .fa-chevron-down {
    transform: rotate(180deg);
    transition: all .4s ease-in-out;
}

.QList .card-header h5 {
    position: relative;
}

.QList .fa-chevron-down {
    position: absolute;
    font-size: 1rem;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #aaa;
    transition: all .4s ease-in-out;
}

.QList .accordion .accordion .btn {
    font-size: .75rem;
}

.QList .accordion .accordion .card, .QList .accordion .accordion .card-header {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.QList .accordion .accordion .fa-chevron-down {
    font-size: .9rem;
}

.QList .accordion .accordion .card-body {
    padding: 1rem 3rem;
    font-size: .8rem;
}

.QList .accordion .accordion .card-header {
    padding: 0.5rem 1.25rem;
}

.QList .accordion .accordion button {
    color: #555;
}

strong {
    font-family: DroidKufiBold;
}

.bill-table th {
    background-color: rgba(31, 174, 162, .07);
    width: 160px;
}

.bill-table table thead th {
    background-color: rgba(31, 174, 162, .07) !important;
    color: #555;
    font-weight:normal;
}

.bill-table .price-row th, .bill-table .price-row td {
    background-color: #1faea2;
    color: #fff;
    vertical-align:middle;
}

.bill-table table th {
    width: auto;
}

.primary-bg-light {
    background-color: rgba(31, 174, 162, .07) !important;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    position: absolute !important; /* Ensures it's positioned correctly */
    left: auto !important; /* Reset left positioning */
    right: auto !important; /* Reset right positioning */
    bottom: auto !important; /* Reset bottom positioning */
}

/* Optional: Customize positioning based on the placement direction */
.dropdown-menu[x-placement^="top-start"] {
    top: 0 !important; /* Example: Place it at the top */
    left: 0 !important; /* Adjust accordingly */
}

.dropdown-menu[x-placement^="right-start"] {
    top: 0 !important; /* Adjust according to placement */
    left: auto !important;
    right: 0 !important;
}

.dropdown-menu[x-placement^="bottom-end"] {
    bottom: 0 !important; /* Example: Place it at the bottom */
    left: 0 !important;
}

.dropdown-menu[x-placement^="left-end"] {
    bottom: 0 !important;
    left: auto !important;
    right: 0 !important;
}

.ui-tooltip{
    opacity:1;
}

.borderBox ul.nav.nav-tabs {
    background-color: transparent !important;
    width: auto;
    border:none;
}
.borderBox .nav-tabs .nav-link.active,
.borderBox .nav-tabs .nav-link.active:focus,
.borderBox .nav-tabs .nav-link.active:hover,
.borderBox .nav-tabs .nav-item.open .nav-link,
.borderBox .nav-tabs .nav-item.open .nav-link:focus,
.borderBox.nav-tabs .nav-item.open .nav-link:hover {
    color: #fff;
    background-color: #1faea2;
    border: none;
    border-radius: .25rem .25rem 0 0;
}





#sidebarCollapseReasonsRejectingSuspension {
    background: #fff;
    transition: all 0.3s;
    left: 0;
    position: fixed;
    top: calc(122px + 37px + 56px);
    max-width: 300px;
    min-width: 300px;
    overflow-y: auto;
    height: 64vh;
    margin-left: -350px;
    border-radius: 2px;
    box-shadow: 0 0px 20px rgba(0,0,0,.15);
}

    #sidebarCollapseReasonsRejectingSuspension.active {
        margin-left: 0;
    }


    #sidebarCollapseReasonsRejectingSuspension ol li {
        padding: 10px;
    }

    #sidebarCollapseReasonsRejectingSuspension textarea {
        resize: none;
    }


.custom-file .custom-file-label.upload-btn::after {
    content: "\f093";
}

.custom-file .custom-file-label::after {
     font-family: "Font Awesome 5 Free"; 
     font-weight: 900; 
     background-color: #006586; 
     color: #ffffff; 
     cursor: pointer; 
     height: 40px; 
     line-height: 26px; 
}

.dropzone {
    border: 1px dashed rgba(0,0,0,.2);
    min-height: 200px;
}
.custom-file .successIcon + .custom-file-label::after {
    background-color: #1faea2;
    content: "\f00c";
}


#sidebarCollapseNotesStopRequests {
    background: #fff;
    transition: all 0.3s;
    left: 0;
    position: fixed;
    top: calc(122px + 37px + 56px);
    max-width: 300px;
    min-width: 300px;
    overflow-y: auto;
    height: 64vh;
    margin-left: -350px;
    border-radius: 2px;
    box-shadow: 0 0px 20px rgba(0,0,0,.15);
}

    #sidebarCollapseNotesStopRequests.active {
        margin-left: 0;
    }


    #sidebarCollapseNotesStopRequests ol li {
        padding: 10px;
    }

    #sidebarCollapseNotesStopRequests textarea {
        resize: none;
    }
#InCompleteSidebar {
    z-index: 1000;
    background: #fff;
    transition: all 0.3s;
    left: 10px;
    position: fixed;
    top: calc(142px + 37px + 56px);
    max-width: 300px;
    min-width: 300px;
    overflow-y: auto;
    height: 69vh;
    margin-left: -350px;
    border-radius: 2px;
    box-shadow: 0 0px 20px rgba(0,0,0,.15);
}

#InCompleteSidebar.active {
    margin-left: 0;
}

#sidebarComments {
    z-index: 1000;
    background: #fff;
    transition: all 0.3s;
    left: 10px;
    position: fixed;
    top: calc(142px + 37px + 56px);
    max-width: 300px;
    min-width: 300px;
    overflow-y: auto;
    height: 69vh;
    margin-left: -350px;
    border-radius: 2px;
    box-shadow: 0 0px 20px rgba(0,0,0,.15);
}

#sidebarComments.active {
    margin-left: 0;
}


#sidebarExtendableCommentReason {
    background: #fff;
    transition: all 0.3s;
    left: 0;
    position: fixed;
    top: calc(122px + 37px + 56px);
    max-width: 300px;
    min-width: 300px;
    overflow-y: auto;
    height: 64vh;
    margin-left: -350px;
    border-radius: 2px;
    box-shadow: 0 0px 20px rgba(0,0,0,.15);
}

    #sidebarExtendableCommentReason.active {
        margin-left: 0;
    }


    #sidebarExtendableCommentReason ol li {
        padding: 10px;
    }

    #sidebarExtendableCommentReason textarea {
        resize: none;
    }


#sidebarIncompleteReasons {
    background: #fff;
    transition: all 0.3s;
    left: 0;
    position: fixed;
    top: calc(122px + 37px + 56px);
    max-width: 300px;
    min-width: 300px;
    overflow-y: auto;
    height: 64vh;
    margin-left: -350px;
    border-radius: 2px;
    box-shadow: 0 0px 20px rgba(0,0,0,.15);
}

    #sidebarIncompleteReasons.active {
        margin-left: 0;
    }


    #sidebarIncompleteReasons ol li {
        padding: 10px;
    }

    #sidebarIncompleteReasons textarea {
        resize: none;
    }

.fa-eye{
    height:100%;
}

.table th, .table td {
    vertical-align: middle;
}

.table th, .table td .form-row .form-group {
    margin-bottom:0;
}

.msgCont label {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: block; /* Ensures it takes full width if needed */
    max-width: 100%; /* Prevents overflow */
}

.msgCont span {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: block; /* Ensures it takes full width if needed */
    max-width: 100%; /* Prevents overflow */
}

#sidebarUpdateNotesList {
    background: #fff;
    transition: all 0.3s;
    left: 0;
    position: fixed;
    top: calc(122px + 37px + 56px);
    max-width: 300px;
    min-width: 300px;
    overflow-y: auto;
    height: 64vh;
    margin-left: -350px;
    border-radius: 2px;
    box-shadow: 0 0px 20px rgba(0,0,0,.15);
}

    #sidebarUpdateNotesList.active {
        margin-left: 0;
    }
