:root {
    --dark-blue: #1b2355;
    --light-sky-bg: #cae5ff;
    --table-header: #64898a;
}


html {
    scroll-behavior: smooth;
}

body {
    background-color: #eff0f2 !important;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px !important;
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    /* background: url(../../assets/img/bg.jpg) fixed; */
    background-size: 100% 100%;
}

.navbar-nav {
    flex-direction: row !important;
}

.table td {
    padding: 0.45rem !important;
}

table.dataTable thead th.dt-colresizable-hover {
    cursor: col-resize;
}

table.dataTable thead th.dt-colresizable-bound-min,
table.dataTable thead th.dt-colresizable-bound-max {
    opacity: 0.2;
    cursor: not-allowed !important;
}



/*.table th {
    padding: 0.45rem !important;
}
.dataTables_scroll .table.dataTable thead th{
    padding: 0 !important;
}

.dataTables_scroll .dataTables_scrollHeadInner .table.dataTable thead th{
    padding: 0.45rem !important;
} */

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.5em !important;
}

.navbar.navber-top {
    border-bottom: solid 2px #ecedef;
}

.navbar.navber-top .nav-item {
    margin: 0 5px;
}

.navbar.navber-top .icon-animated-bell {
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 0.7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 0.7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

.dataTables_pager {
    text-align: right;
}

table.dataTable thead .checkbox-short-none.sorting_asc:before,
table.dataTable thead .checkbox-short-none.sorting_desc:after,
table.dataTable thead .checkbox-short-none.sorting_asc:after,
table.dataTable thead .checkbox-short-none.sorting_desc:before,
table.dataTable thead .checkbox-short-none.sorting:after,
table.dataTable thead .checkbox-short-none.sorting:before {
    opacity: 0;
}

.btn-light {
    background-color: #f0f1f3 !important;
    border: 1px solid #f0f1f3 !important;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9fa !important;
    --bs-table-accent-bg: none !important;
}

.table-hover tbody tr:hover {
    background-color: #e7f1ff !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 95px !important;
    transition: 0.5s;
}

div.dataTables_wrapper div.dataTables_filter input:hover {
    width: 150px !important;
    transition: 0.5s;
}

/* notifications start */

.notifications {
    width: 300px;

    border-radius: 5px 0px 5px 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.notifications h2 {
    font-size: 20px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #fff;
    background-image: url("../img/Notification-popup-bg.jpg");
    text-align: center;
    line-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}





.notifications h2 span {
    background-color: #ef0000;
    padding: 0 10px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    margin-left: 8px;
}

.notifications h2 small {
    font-size: 14px;
}

.notifications-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 6px 9px;
    margin-bottom: 0px;
    cursor: pointer;
}

.notifications-item:hover {
    background-color: #eee;
}

.notifications-item img {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 9px;
    border-radius: 50%;
    margin-top: 2px;
}

.notifications-item .text h4 {
    color: #777;
    font-size: 16px;
    margin-top: 3px;
}

.notifications-item .text p {
    color: #aaa;
    font-size: 12px;
}

.notifications .list-group {
    height: 400px;
    overflow-y: auto;
}

.notifications .list-group a.list-group-item {
    background: #fff;
    transform: translateY(0);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
    max-width: calc(100% - 20px);
    transition: .2s;
    flex-direction: initial;
    justify-content: left;
    align-items: center;
    padding: 8px;
    font-size: 13px;
    font-weight: 500;
    margin: 5px 10px;
}

.notifications .list-group a.list-group-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .33);
}






/* notifications end */
.modal-header {
    box-shadow: 0 3px 4px -2px #ebebee !important;
    border-bottom: none !important;
    border-top-right-radius: 0.75rem !important;
    border-top-left-radius: 0.75rem !important;
    padding: 16px 24px;
    position: sticky;
    top: 0;
    z-index: 999999;
    background-color: #fff;
}

.card {
    box-shadow: 0 7px 14px 0 rgb(59 65 94 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #edf2f9;
    border-radius: 0.375rem;
}

.card-header.common-header {
    color: #000000;
    /* background-color: #cbd7ef; */
    background-color: #ffffff;
    /* border-bottom: none; */
    border-radius: 5px;
    margin: 6px 15px;
    padding-left: 0;
    padding-right: 0;
}

.modal-header .close {
    margin: 0 !important;
    color: #1c2121 !important;
    opacity: 1 !important;
    padding: 0 !important;
    font-size: 20px !important;
    transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.modal-header .close:hover {
    color: #3978fe !important;
    transform: rotate(180deg);
    margin: 0px !important;
}

/* .close {
    transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.close:hover {
    color: #3978fe !important;
    transform: rotate(180deg);
} */

.visible-scrollbar,
.invisible-scrollbar,
.mostly-customized-scrollbar {
    display: block;
    width: 100%;
    overflow: auto;
    height: 210px;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

.mostly-customized-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    background-color: rgb(214, 214, 214);
}

.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
    background: rgb(92, 92, 92);
}

.mostly-customized-scrollbar.thematic-achievement {
    height: auto;
}

/* Styles setting icon go here */

.animation-wrapper {
    color: #667984;
    font-family: "Roboto", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.fa-animation {
    height: 45px;
    width: 55px;
    margin: 0 auto;
    position: relative;
    margin-top: 6px;
}

.fa-animation .fa {
    position: absolute;
}

.fa-lg {
    font-size: 45px;
    top: 8px;
    left: 0px;
    color: white;
}

.fa-md {
    font-size: 30px;
    top: 0px;
    left: 23px;
    color: white;
}

.fa-sm {
    font-size: 24px;
    top: 25px;
    left: 15px;
    color: white;
}

/*------------Table Header Action btn start-------------------*/

.action-btn-group {
    background-color: #ffffff;
    display: inline-block;
    padding: 5px;
    border: solid 1px #f2f2f2;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    position: absolute;
    z-index: 1;
    left: 15px;
    margin-top: -2px;
    min-width: 148px;
}

.action-btn-group h4 {
    float: left;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
    margin-right: 15px;
}

.action-btn-group .btn-light {
    color: #212529;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}

/*------------Table Header Action btn start-------------------*/

/*---------------------List View Table start-----------------------------*/

/* .listview-table  .listTableHeader {
    position: sticky;
    top: 0px;
    z-index: 1;
}
.listview-table tbody tr:hover .listViewlastActionColumn {
    position: sticky;
    visibility: visible !important;
}
.rowActionContainer {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    background: -webkit-linear-gradient(left, white, white 30%, #e7f1ff 30%, #e7f1ff);
}
.listViewlastActionColumn {
    right: 0px;
    background-color: inherit;
} */

@media (max-width: 1230px) {
    /* .header-accessibility .accessibility-font {
        display: block;
        align-items: center;
        height: 60px;
    }
    .header-accessibility .accessibility-font h5 {
        font-size: 12px;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
    a.btn.reset-all-btn {
        position: absolute;
        right: 55px;
    } */
}

@media (min-width: 576px) {
    .modal-dialog-90 {
        max-width: 98% !important;
        margin: 0.5rem auto !important;
    }

    .modal-dialog-70 {
        max-width: 70% !important;
        margin: 0.5rem auto !important;
    }
}

/***** Sidebar *****/

.sidebar-filter {
    width: 322px;
    height: auto;
    position: fixed;
    /* top: calc(50% - 210px); */
    top: 152px;
    right: -325px;
    z-index: 9999;
    transition: all 0.3s;
    text-align: left;
}

.sidebar-filter .filter-body.mostly-customized-scrollbar {
    display: block;
    width: 100%;
    overflow: auto;
    height: auto;
    max-height: 365px;
}

.sidebar-filter.active {
    right: 24px;
}

.sidebar-filter .dismiss {
    width: 30px;
    height: 30px;
    transition: all 0.3s;
    background: #af0000;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: white;
    float: right;
    position: relative;
    right: 6px;
    top: 0px;
}

.sidebar-filter .dismiss:hover,
.sidebar-filter .dismiss:focus {
    background: #880000;
    color: #fff;
}

.sidebar-filter .filter-content {
    overflow-x: hidden;
}



/*custom field section start*/
.sidebar-filter.custom-field-panel{
    width: 436px;
    height: auto;
    position: fixed;
    top: 135px;
    right: -438px;
    z-index: 9999;
    transition: all 0.3s;
    text-align: left;
}
.sidebar-filter.custom-field-panel .filter-body.mostly-customized-scrollbar {
    display: block;
    width: 100%;
    overflow: auto;
    height: calc(100vh - 221px );
    max-height: 100%;
}

.fields-tab-section{
    height: calc(100% - 73px);
}
.sidebar-filter.custom-field-panel.active {
    right: 24px;
}
.sidebar-filter.custom-field-panel .card-header h5{
    margin-bottom: 0px;
    font-size: 20px;
    margin-top: 4px;
}

.sidebar-filter.custom-field-panel .card-header small{
    font-size: 11px;
    line-height: 0px;
    color: #9d9d9d;
    letter-spacing: 0.2px;
}

.sidebar-filter.custom-field-panel .card-header-left{
width: calc(100% - 30px);
}

.sidebar-filter.custom-field-panel .dismiss {
    width: 30px;
    height: 30px;
    transition: all 0.3s;
    background: transparent;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #ccc;
    float: right;
    position: relative;
    right: 6px;
    top: 0px;
}
.sidebar-filter.custom-field-panel .dismiss:hover,
.sidebar-filter.custom-field-panel .dismiss:focus {
    background: #880000;
    color: #fff;
}
.sidebar-filter.custom-field-panel.filter-content {
    overflow-x: hidden;
}



.sidebar-filter.custom-field-panel .nav.nav-tabs {
    border-radius: 5px;
    border: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    width: 285px;
    margin: auto;
    margin-top: 15px;
}


.sidebar-filter.custom-field-panel .nav-tabs .nav-link.active{
    margin: 5px 0px;
    border-radius: 5px;
    border: 0;
    box-shadow: 0px 0px 12px -2px rgb(59 65 94 / 20%), 0 3px 6px 0 rgb(0 0 0 / 7%);
    color: #000;
    font-weight: 600;
}
.sidebar-filter.custom-field-panel .nav-tabs .nav-link{
    color: #909090;
    font-size: 14px;
    border: 0;
}


.sidebar-filter.custom-field-panel .accordion-header .accordion-button{
    padding: 8px 10px;
    font-size: 14px;
}

.sidebar-filter.custom-field-panel .accordion-button::after{
    width: 14px !important;
    height: 14px !important;
    background-size: 14px !important;
}

.sidebar-filter.custom-field-panel .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f8f8f8;
    font-size: 13px;
    font-weight: 600;}




/* -------------------------------  My code start --------------------------------------- */
/*  Take ID Ownership Start  */
.take_id_ownership_header {
    background-color: #2980b9 !important;
    color: white;
}

.search_form_p {
    display: flex;
}

.search_form_p button {
    border-radius: 0px;
}

.user_list .table-responsive {
    padding: 1rem;
    border: 1px solid #47dea9;
}

.user_list .user_list_table th {
    /* background-color: #2980b9; */

    text-align: center;
}

.tio_submit_button {
    border-radius: 0px !important;
    text-transform: uppercase;
}

.take_id_ownership_form textarea {
    border-radius: 0px;
}

.approver_col_8 {
    border-right: 1px solid #2980b9;
}

/*  Take ID Ownership End */


.aims_card_header {
    background-color: #2980b9 !important;
    color: white;
}


/* -------------------------------  My code End --------------------------------------- */

.section-header .navbar{
    background-image: url("../img/header-bg.jpg");
    background-position-x: center;
    background-position-y: center;
}

.navbar.navber-top .nav-item {
    margin: 0 5px;
}

.user-block {
    position: relative;
    cursor: pointer;
    padding: 0 10px 0 10px;
    height: 50px;
    width: 100%;
    max-width: 263px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: width 1s, opacity 1s, padding 1s;
    will-change: transform;
}

.user-img {
    background-size: 18px;
    border-radius: 50%;
    display: inline-block;
    height: 38px;
    /* margin: 11px 0 14px 0; */
    vertical-align: middle;
    min-width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-img img {
    width: 24px;
}

.ui-icon>i {
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: block; */
    /* padding-top: 100%; */
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #9dcf00;
    background-image: none;
    color: #fff;
}


.user-name {
    color: #070707;
}

.user-name {
    display: inline-block;
    font-size: 14px;
    height: 28px;
    font-weight: 600;
    box-sizing: border-box;
    overflow: hidden;
    padding-right: 16px;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 220px;
}

.user-block:hover:after,
.user-block.--hover:after,
.user-block.--wait:after {
    background-color: #78808b;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: var(--ui-space-stack-2xs, 0);
    bottom: var(--ui-space-stack-2xs, 0);
    right: 0;
    z-index: -1;
    border-radius: var(--ui-border-radius-md);
    border-radius: 6px;
}

.user-block:hover:after,
.user-block.--hover:after,
.user-block.--wait:after {
    background-color: rgb(213, 235, 241);
    box-shadow: 0 7px 14px 0 rgb(59 65 94 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}

.navbar.navber-top .icon-animated-bell {
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 0.7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 0.7s ease-in-out infinite;
    transform-origin: 50% 4px;
}









.ui-btn.license-btn-orange {
    background: #eba51c;
    border-color: #eba51c;
}

.ui-btn.license-btn {
    display: flex;
    align-items: center;
    --ui-btn-height: 34px;
    --ui-btn-padding: 0 30px 0 15px;
    color: #fff;
    --ui-btn-color-hover: #fff;
    --ui-btn-color-active: #fff;
    text-transform: none;
    font: 14px/32px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
    font-weight: var(--ui-font-weight-semi-bold, 600);
    max-width: 175px;
    min-width: 106px;
    text-overflow: ellipsis;
    height: 32px;
    border-radius: 26px;
    outline: none;
    border: none;
}

.ui-btn.license-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    display: block;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    margin-top: 1px;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%224%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.7%22%20d%3D%22M0%200h8L4%204z%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
    transition: 160ms color linear, 160ms opacity linear, 160ms background-color linear
}



.ui-btn.license-btn .license-btn-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    display: block;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: no-repeat center;
    background-image: var(--ui-btn-icon);
    transition: 160ms color linear, 160ms opacity linear, 160ms background-color linear;
    display: flex;
    justify-content: center;
    align-items: center;
}


.ui-btn.license-btn.ui-btn-icon-tariff .license-btn-icon {
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    background-size: 18px 18px;
    background-position: center left 2px;
    left: 5px;
}

.ui-btn.license-btn.ui-btn-icon-tariff,
.ui-btn.license-btn.ui-btn-icon-demo {
    padding-left: 35px;
}

.notification-block .ui-btn.license-btn {
    min-width: 85px;
}


/*----------------------------------------------------------------*/

.ul-menu-icon {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.ul-menu-icon #menu_bar {
    cursor: pointer;
    padding: 12px 27px;
    font-size: 26px;
    float: left;
    background-color: #e4e4e4;
}

.ul-menu-icon #menu_bar {
    font-size: 18px;
    float: left;
    background-color:var(--dark-blue) !important;

    border-radius: 5px;
    margin: 5px;
    color: white;
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}