@import url('fonts.googleapis.rubik.display.css');

body {
    font-family: 'Rubik', sans-serif;
    background: #F7F8F9;
}

.btn-secondary {
    background-color: #228ee9;
    border-color: #228ee9;
    padding-left: 30px;
    padding-right: 30px;
}
/*
.btn-secondary.org-btn {
    padding-left: 5px;
    padding-right: 5px;
}*/
.btn-secondary.org-btn {
    padding-left: 17px;
    padding-right: 17px;
    margin-left: -3rem !important;
    background-color: #fff;
    color: #ea2330;
    border-color: #ea2330;
    margin-bottom: 5px;
}
.btn-secondary.org-btn:hover {
    background-color: #ea2330;
    color: #fff;
    border-color: #ea2330;
}

.btn-primary {
    background-color: #ea2330;
    border-color: #ea2330;
    padding-left: 30px;
    padding-right: 30px;
}

/* header menu css  */

.main-content-bg {
    display: flex;
    width: 100%;
    gap: 10px;
}

.main-content-bg-inner {
    width: 100%;
    padding: 100px 20px 0 270px;
}

.main-content-bg-inner {
    padding: 100px 20px 0 120px;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background-color: #fff !important;
    z-index: 99;
}

ul.main-menu {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    margin-right: 20px;
}

ul.main-menu li a {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
}

ul.main-menu li a i {
    margin-right: 4px;
    color: #ea2330;
}

ul.main-menu li a:hover {
    color: #ea2330;
}

.left-logo {
    margin: 15px;
}

.left-logo img {
    max-height: 34px;
}

.sidebar-collapse>.nav>li {
    width: 100%;
}

.sidebar-collapse>.nav>li:hover .nav-second-level {
    display: block;
}

.sidebar-collapse>.nav>li:hover .main-content-bg-inner {
    opacity: 0.3;
}

.sidebar-collapse>.nav>li.active>a {
    color: #ea2330;
}

.sidebar-collapse>.nav>li:hover>a {
    color: #ea2330;
}

.sidebar-collapse .nav>li>a:hover,
.sidebar-collapse .nav>li>a:focus {
    background: none;
    color: #ea2330;
}

.dropdown-item {
    font-size: 12px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    color: #ea2330;

}

.sidebar-collapse>.nav>li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #000000;
    padding-right: 15px;

}

.sidebar-collapse>.nav>li a span {
    gap: 10px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.sidebar-collapse>.nav>li a span.fa {
    transform: rotate(-180deg);
}

.toggle-bars {
    position: relative;
    display: block;
    top: -10px;

    .bar-icons {
        position: absolute;
        background: #878A99;
        border-radius: 50px;
        height: 2px;

        &:nth-child(1) {
            width: 18px;
            top: 0;
        }

        &:nth-child(2) {
            width: 10px;
            top: 5px;
        }

        &:nth-child(3) {
            width: 18px;
            top: 10px;
        }

        &:nth-child(4) {
            width: 10px;
            top: 15px;
        }
    }
}

.toggleButton-menu {
    position: fixed;
    top: 20px;
    left: 256px;
    border: 0;
    outline: none;
    z-index: 999;
    appearance: none;
    box-shadow: none;
    border: none;
    height: 30px;
    width: 30px;
    background: none;
}

.table-pop-up {
    max-height: 380px;
}

.toggleButton-menu {
    left: 106px;
}

.sidebar-collapse .nav>li>a:hover,
.sidebar-collapse .nav>li>a:focus {
    background: none;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active>a>.fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li {
    width: 100%;
    position: relative;
}

.nav-second-level li:hover .nav-third-level {
    display: block;
}

.nav-second-level li:hover a {
    color: #ea2330;
   /* background: rgb(255 250 250);*/
}

.nav-second-level li a {
    padding-left: 42px;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.nav-second-level li:hover ul.nav-third-level li a {
    color: #000000;
}

.nav-second-level li:hover ul.nav-third-level li a:hover {
    color: #ea2330;
}

.sidebar-collapse .nav {
    padding: 0;
}

.sidebar-collapse>.nav>li>a {
    padding: 15px 15px;
}

.sidebar-collapse>.nav>li {
    border-bottom: 1px solid rgba(240, 240, 240, 1) !important;
}

.sidebar-collapse .nav>li>a:hover,
.sidebar-collapse .nav>li>a:focus {
    outline: 0;
}

.nav-second-level>li:last-child>a:after,
.nav-third-level>li:last-child>a:after {
    height: 50%;
}

.nav-third-level>li>a:after,
.nav-third-level>li>a:before {
    left: 40px;
}

.navbar-side {
    border: none;
    box-shadow: 0px 14px 25px rgba(202, 202, 202, 0.12);
    z-index: 999;
    position: relative;
    width: 250px;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: auto;
}

.input-group {
    z-index: 9;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #B40101;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.nav>li>a>i {
    margin-right: 10px;
}


.navbar {
    border-radius: 0px;
}

.dropdown-menu .dropdown-item i {
    color: #ea2330;
}

.highlighttable {
    display: block !important;
    width: 90%;
    background: rgb(255 250 250);
    margin-left: 5%;
    box-shadow: 0 0 4px #ccc;
    border-radius: 5px;
}

.highlighttable table.table {
    border-spacing: 0 0px;
    padding: 0 0px;
}

.highlighttable table.table tbody tr {
    box-shadow: none;
}

.white-box4-btn {
    cursor: pointer;
    border: solid 1px #fff;
    min-height: 166px;
}

.white-box4-btn:hover {
    border: solid 1px #ea2330;
}

.nav-pills .active .white-box4-btn {
    border: solid 1px #ea2330;
}


.navbar-side {
    width: 96px;
    border-radius: 0 30px 30px 0px;
    overflow: unset;
}

.sidebar-collapse>.nav>li a span img {
    width: 40px;
}

.sidebar-collapse>.nav>li a span {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    gap: 0px;
}

.sidebar-collapse>.nav>li a span.fa {
    position: absolute;
    right: 10px;
    top: 37%;
}

.sidebar-collapse>.nav>li {
    position: relative;
}

.nav-second-level {
    position: absolute;
    top: 0;
    left: 0px;
    margin-left: 96px;
    background: #fff;
    min-width: 170px;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.08);
}

.nav-third-level {
    position: absolute;
    top: 0;
    min-width: 170px;
    left: 170px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.08);
}

.nav-second-level li a {
    padding-left: 15px;
    border-bottom: 1px solid rgba(240, 240, 240, 1);
    align-items: baseline !important;
    position: relative;
}

.nav-second-level li a span.fa {
    top: 28% !important;
}

ul.nav li .nav-second-level-plus {
    min-width: 400px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


ul.nav li .nav-second-level-plus li {
    width: 46%;
    margin-left: 3%;
    float: left;
}

/*
ul.nav li:nth-child(4) .nav-second-level {
	min-width: 400px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
*/

ul.nav li:nth-child(5) .nav-second-level {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-collapse>.nav>li a {
    flex-direction: column;
}

.highlight .navbar-side {
    display: none;
}

.highlight .main-content-bg-inner {
    padding: 100px 20px 0 20px;
}

.highlight .toggleButton-menu {
    left: 10px;
}

/* dashbord css  */

.white-box-bg {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    border: 1px solid #eae8e8;
}

.main-heading h2 {
    font-size: 24px;
    font-weight: 600;
}

.dash-widget-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-pills .progress {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.dash-widget-header .dash-widget-icon {
    color: #fff;
    display: inline-flex;
    font-size: 1.875rem;
    height: 4rem;
    text-align: center;
    width: 4rem;
    min-width: 4rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dash-widget-header .dash-count .dash-title {
    font-weight: 400;
    font-size: 13px;
    color: #878A99;
}

.dash-widget-header .dash-count .dash-counts {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.dash-widget-header .dash-count .dash-counts p {
    margin: 0;
}

div.progress {
    border-radius: 3px;
    height: 6px;
}

.text-muted {
    font-size: 14px;
    color: #B5B5C3;
    align-items: center;
    gap: 10px;
}

.card-body-bg1 .dash-widget-header .dash-widget-icon {
    background-color: #A5D6A7;
    color: #2E7D32;
}

.card-body-bg1 .progress-bar {
    background-color: #2E7D32;
}
.card-body-bg1 .footer-text {
    float: right;
}
.card-body-bg2 .dash-widget-header .dash-widget-icon {
    background-color: #FFCDD2;
    color: #C62828;
}
.card-body-bg2 .progress-bar {
    background-color: #C62828;
}
.card-body-bg2 .footer-text {
    float: right;
}
.card-body-bg3 .dash-widget-header .dash-widget-icon {
    background-color: #FFF59D;
    color: #F9A825;
}

.card-body-bg3 .progress-bar {
    background-color: #F9A825;
}

.card-body-bg3 .footer-text {
    float: right;
}

.card-body-bg4 .dash-widget-header .dash-widget-icon {
    background-color: #90CAF9;
    color: #1565C0;
}

.card-body-bg4 .progress-bar {
    background-color: #1565C0;
}

.card-body-bg4 .footer-text {
    float: right;
}

.card-body-bg5 .dash-widget-header .dash-widget-icon {
    background-color: #6da26f;
    color: #06402B;
}

.card-body-bg5 .progress-bar {
    background-color: #06402B;
}

.card-body-bg5 .footer-text {
    float: right;
}

span#tabletoggleButton {
    cursor: pointer;
}


/* custom table design css */

.table-design1 h3 {
    font-size: 18px;
    font-weight: 600;
}

.table-design1 table thead {
    background: #ea2330;
    color: #fff;
}

.table-design1 .table-dropdown-bg table thead {
    background-color: #FDE5E5;
    color: #000000;
}

.table-design1 table thead tr th {
    font-weight: 600;
}

.table-design1 table thead tr th:first-child {
    min-width: 50px;
}

.table-design1 table thead tr th:last-child {
    min-width: 50px;
    text-align: center;
    border-radius: 0 5px 0 0;
}

.table-design1 table thead tr th:first-child {
    border-radius: 5px 0 0 0;
}

.table-design1 table tbody tr {
    box-shadow: 0 0 4px #ccc;
    border-radius: 5px;
}

.table-design1 table tbody tr td {
    vertical-align: middle;
}

.table-design1 table tbody tr td:first-child {
    border-radius: 5px 0 0 5px;
}

.table-design1 table tbody tr td:last-child {
    border-radius: 0px 5px 5px 0px;
}

.table-design1 .table-responsive {
    margin-left: -15px;
    margin-right: -15px;
}

.table-design1 .fa.fa-minus-circle {
    display: none;
    font-size: 20px;
    cursor: pointer;
}

.table-design1 .fa.fa-plus-circle {
    display: block;
    font-size: 20px;
    cursor: pointer;
}

.table-design1 .highlighttable1 .fa.fa-minus-circle {
    display: block;
}

.table-design1 .highlighttable1 .fa.fa-plus-circle {
    display: none;
}

.table-design1 table {
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 0 15px;
    padding: 0 15px;
    margin-bottom: 0;
}

.table-design2 table {
    border-spacing: 0 2px;
}

.table-design1 .table>:not(caption)>*>* {
    padding: 1rem 1rem !important;
}

.table-design2 .table>:not(caption)>*>* {
    padding: .6rem 1rem !important;
}

.table-design1 .table .table>:not(caption)>*>* {
    padding: .5rem 1rem;
}

.table-design1 a {
    text-decoration: none;
}

.highlighttable table thead {
    background-color: #FDE5E5;
    color: #000000;
}


/* Custom checkbox css */

.custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 24px;
    height: 20px;
}

.custom-checkbox input {
    display: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.custom-checkbox input:checked+.checkmark {
    background-color: #ea2330;
    border: 2px solid #ea2330;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked+.checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: block;
}

/* Expense Reports css  */

.select-box-bg .form-select,
.select-box-bg .form-select label {
    font-size: 14px;
}

/* login page css  */

.login-page {
    width: 100%;
    height: 100vh;
    display: inline-block;
    display: flex;
    align-items: center;
}

.login-page .ems-login-right {
    background-color: #fff;
    border-radius: 0 5px 5px 0px;

}

.login-page .input-group-text .fa {
    color: #ef1919;
}

.login-page img {
    max-width: 160px;
    /*margin-bottom: 20px;*/
    margin-top: 70px;
}

.login-page h2 {
    font-size: 20px !important;
    max-width: 345px;
    margin: 0 auto;
}

.login-page h2 strong {
    display: block;
}


.login-page .form-left {
    padding: 90px 50px;
}

.login-page label .fa {
    color: #ef1919;
    margin-right: 3px;
}


.choose-file-btn label.input-group-text {
    top: -6px;
    z-index: 999999;
    height: auto;
    background: none;
    padding: 0;
    font-size: 13px;
    margin: 0px 0 0 5px;
    color: #8e9092;
    background: #fff;
    line-height: 10px;
    padding: 0 5px;
}

.table-delete-edit-icon .fa {
    font-size: 16px;
}

.table-delete-edit-icon .fa-trash-o {
    color: #ef1919;
}

.table-delete-edit-icon .fa-pencil-square-o {
    color: #000000;
}

.corporate-settings-input {
    max-width: 100px;
}



/* Style for the file input */
.upload-browse-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}


.upload-profile-input {
    display: none;
    /* Hide the file input */
}

/* Style for the custom button */
.upload-browse-button {
    background-color: #ea2330;
    color: #fff;
    padding: 8px 20px 8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.nav-tabs-design1 .nav-link {
    color: #212529;
    padding: .8rem 1.5rem;
}

.nav-tabs-design1 .nav-link.active {
    color: #ea2330;
}

.avatar {
    position: relative;
}

.avatar img {
    height: 80px;
    width: 80px;
    border-radius: 80px;
}

.avatar .badge {
    height: 30px;
    width: 30px;
    position: absolute;
    top: -40px;
    right: 0px;
    line-height: 28px;
    padding: 0;
    border: solid 1px #fff;
    overflow: hidden;
}

.avatar .badge:hover {
    color: #fff;
}

.avatar .badge input[type="file"] {
    margin-left: -9px;
    text-indent: 200px;

}



.table-dropdown-bg-inner {
    width: 90%;
    background: rgb(255 250 250);
    margin-left: 5%;
    box-shadow: 0 0 4px #ccc;
    border-radius: 5px;
}

.table-dropdown-bg table.table {
    border-spacing: 0 0px;
    padding: 0 0px;
}

.table-dropdown-bg table.table tbody tr {
    box-shadow: none;
}

.table-design1 .accordion-button {
    justify-content: center;
}

.table-design1 .accordion-button:not(.collapsed) {
    color: #000;
    background: none;
    box-shadow: none;
}

.table-design1 .accordion-button::after {
    content: "\f055";
    font-family: 'FontAwesome';
    background-image: none;
    font-size: 20px;
    height: auto;
    color: #0d6efd;
    transform: scale(1);
    margin-left: 0;
}

.table-design1 .accordion-button:not(.collapsed)::after {
    content: "\f056";
    transform: none;
    background-image: none;
    font-size: 20px;
    color: red;
}

.filter-option-inner-inner {
    display: flex;
    flex-direction: column-reverse;
}


.alert {
    padding: 0.5rem 1rem;
    font-weight: bold;
}

.form-floating>label {
    font-size: 15px;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.2rem + 2px);
}

.form-floating>.form-select {
    padding-top: 1.3rem;
    padding-bottom: 0.2rem;
}

/*
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active{
    background: #0d6efd;
}

.btn-outline-primary {
    background: linear-gradient(to right, #0d6efd 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
.btn-outline-primary:hover {
    background-position: left bottom;
}
*/

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    background: #fff;
    opacity: 1 !important;
    padding: 0em 5px;
    color: #a1a1a1;
    font-weight: normal;
    height: 20px;
    margin-left: 5px;
    top: -3px;
    z-index: 0;
}

.form-control {
    font-size: 15px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(2.4rem + 2px);
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 0.625rem;
}

.form-floating>label {
    padding: 8px 0.75rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 12px;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
}

.mb-10 {
    margin-bottom: 10px;
}

.custom-selectpicker .btn-light {
    background: #fff;
    border: 1px solid #ced4da;
    height: 40px;
    padding: 8px 14px 7px 13px;
}

.custom-selectpicker>label {
    font-size: 12px;
    opacity: 1;
    top: -18px;
    background: #fff;
    height: 20px;
    padding: 8px 6px;
    margin-left: 6px;
    color: #a1a1a1;
}

.custom-selectpicker .bootstrap-select>.dropdown-toggle:after {
    content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
    border: 0;
}

.bootstrap-select .dropdown-toggle .filter-option {
    font-size: 14px;
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: none !important;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: none !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.draggable-table .fa {
    pointer-events: none;
}

.move-icon {
    height: 22px;
    width: 22px;
    display: block;
    background: url(../img/move-icon.png);
    background-size: cover;
    margin: 0 auto;
    pointer-events: none;
}

.is-dragging {
    background: pink;
}

.is-dragging td {
    text-align: left;
}

.draggable-table {
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: ;
    border-collapse: collapse;
    background: white;
    -webkit-box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
    ;

    .draggable-table__drag {
        font-size: .95em;
        font-weight: lighter;
        text-transform: capitalize;
        position: absolute;
        width: 100%;
        text-indent: 50px;
        border: 1px solid #f1f1f1;
        z-index: 10;
        cursor: grabbing;
        -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
        opacity: 1;
        background: #fff !important;
        display: flex;
        align-items: center;
        min-height: 58px;
        border-radius: 5px;
    }

    .draggable-table__drag .custom-checkbox {
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .draggable-table__drag .form-control {
        height: 22px;
        background-color: #fff;
        border: 1px solid #ced4da;
    }

    .draggable-table__drag .checkmark {
        top: 4px;
        left: 0px;
    }

    .draggable-table__drag label {
        margin-top: -14px;
        text-align: left;
    }

    .draggable-table__drag .fa {
        margin-top: -10px;
    }


    thead {
        th {
            height: 25px;
            font-weight: bold;
            text-transform: capitalize;
            padding: 10px;
            user-select: none;
        }
    }

    tbody {
        tr {
            cursor: grabbing;

            td {
                font-size: .95em;
                font-weight: lighter;
                text-transform: capitalize;
                text-indent: 50px;
                padding: 10px;
                user-select: none;
                border-top: 1px solid whitesmoke;
            }
        }

        tr:nth-child(even) {
            background-color: #f7f7f7;
        }

        tr:nth-child(odd) {
            background-color: #ffffff;
        }

        tr.is-dragging {
            background: red;
            text-align: left;

            td {
                color: #ffe683;
            }
        }
    }
}


.radio-inner {
    width: 500px;
    height: 49px;
    border-radius: 5px;
    display: flex;
    text-align: center;
    position: relative;
    background: #fff;
    border: solid 1px #0d6efd;
}

.radio-inner label {
    width: 100%;
    height: 90%;
    line-height: 49px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    margin: 0 5px;
    color: #000;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    gap: 7px;
    display: flex;
    position: relative;
    margin-top: 2px;
}

.radio-inner label:hover {
    background: #0d6dfd46;
}

.radio-inner label i {
    margin-right: 4px;
}

.radio-inner .slider {
    position: absolute;
    height: 88%;
    width: 32.33%;
    background: #0d6efd;
    left: 3px;
    top: 5%;
    border-radius: 5px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1;
}

#pin:checked~.radio-inner label.pin,
#password:checked~.radio-inner label.password,
#biometric:checked~.radio-inner label.biometric,
#create:checked~.radio-inner label.create,
#edit:checked~.radio-inner label.edit {
    color: #fff;
}

#password:checked~.radio-inner .slider {
    left: 33.33%;
}

#biometric:checked~.radio-inner .slider {
    left: 66.66%;
}

.radio-bg input[type=radio] {
    display: none;
}

.form-floating>.form-control~label {
    background: #fff;
    opacity: 1 !important;
    padding: 0em 5px;
    color: #a1a1a1;
    font-weight: normal;
    height: 20px;
    margin-left: 5px;
    top: -3px;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);

}

.form-floating:focus-within {
    z-index: 2;
}

input::placeholder {
    opacity: 1 !important;
    color: rgb(136, 136, 136) !important;
}

.radio-inner-create-edit {
    width: 350px;
}

.radio-inner-create-edit .slider {
    width: 50%;
}

#create:checked~.radio-inner .slider {
    left: 3px;
}

#edit:checked~.radio-inner .slider {
    left: 49%;
}

.forgot-pass {
    font-size: 14px;
}

.main-content-bg-inner-hide,.main-content-bg-inner-hide select {
    opacity: .3;
}

.input-with-currency-icon label {
    margin-left: 5px !important;
}

.input-with-currency-icon a[href] {
    display: none;
}

.input-with-currency-icon a[href^="data:"] {
    display: block
}

.popup-input-design {
    position: relative;
}

.popup-input-design-content {
    height: calc(2.4rem + 2px);
    font-size: 14px;
    padding-bottom: .6rem 0.75rem;
    padding: 1rem 0.75rem;
    line-height: 1.25;
    display: block;
    width: 100%;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    font-weight: 400;
    border-radius: 0.25rem;
    font-family: inherit;
}

.popup-input-design-title {
    background: #fff;
    opacity: 1 !important;
    padding: 0em 5px;
    color: #a1a1a1;
    font-weight: normal;
    height: 20px;
    margin-left: -10px;
    top: -3px;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
    font-size: 15px;
    position: absolute;
    left: 0;
}

.popup-text-area-design .popup-input-design-content {
    height: calc(4rem + 2px);
}













.tracking-detail {
    padding: 3rem 0;
}

#tracking {
    margin-bottom: 1rem;
}

[class*="tracking-status-"] p {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

[class*="tracking-status-"] {
    padding: 1.6rem 0;
}

.tracking-list h3 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tracking-list h3 i {
    border-radius: 30px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    color: #ea2330;
    justify-content: center;
    border: solid 1px #ea2330;
}

.tracking-item {
    border-left: 4px solid #00ba0d;
    position: relative;
    padding: 2rem 1.5rem 0.5rem 2rem;
    font-size: 0.9rem;
    margin-left: 0rem;
    min-height: 5rem;
}

.tracking-item:last-child {
    padding-bottom: 4rem;
}

.tracking-item .tracking-date {
    margin-bottom: 0.5rem;
}

.tracking-item .tracking-date span {
    color: #888;
    font-size: 85%;
    padding-left: 0.4rem;
}

.tracking-item .tracking-content {
    padding: 0.5rem 0.8rem;
    background-color: #f4f4f4;
    border-radius: 0.5rem;
}

.tracking-item .tracking-content span {
    display: block;
    color: #767676;
    font-size: 13px;
}

.tracking-item .tracking-icon {
    position: absolute;
    left: -0.7rem;
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    background-color: #fff;
    color: #fff;
}

.tracking-item-pending {
    border-left: 4px solid #d6d6d6;
    position: relative;
    padding: 2rem 1.5rem 0.5rem 2rem;
    font-size: 0.9rem;
    margin-left: 3rem;
    min-height: 5rem;
}

.tracking-item-pending:last-child {
    padding-bottom: 0rem;
}

.tracking-item-pending .tracking-date {
    margin-bottom: 0.5rem;
}

.tracking-item-pending .tracking-date span {
    color: #888;
    font-size: 85%;
    padding-left: 0.4rem;
}

.tracking-item-pending .tracking-content {
    padding: 0.5rem 0.8rem;
    background-color: #f4f4f4;
    border-radius: 0.5rem;
}

.tracking-item-pending .tracking-content span {
    display: block;
    color: #767676;
    font-size: 13px;
}

.tracking-item-pending .tracking-icon {
    line-height: 2.6rem;
    position: absolute;
    left: -0.7rem;
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    color: #d6d6d6;
}

.tracking-item-pending .tracking-content {
    font-weight: 600;
    font-size: 17px;
}

.tracking-item .tracking-icon.status-current {
    width: 1.9rem;
    height: 1.9rem;
    left: -1.1rem;
}

.tracking-item .tracking-icon.status-intransit {
    color: #00ba0d;
    font-size: 0.6rem;
}

.tracking-item .tracking-icon.status-current {
    color: #00ba0d;
    font-size: 0.6rem;
}

@media (min-width: 992px) {
    .tracking-item {
        margin-left: 1rem;
    }

    .tracking-item .tracking-date {
        position: absolute;
        left: -10rem;
        width: 7.5rem;
        text-align: right;
    }

    .tracking-item .tracking-date span {
        display: block;
    }

    .tracking-item .tracking-content {
        padding: 0;
        background-color: transparent;
    }

    .tracking-item-pending {
        margin-left: 1rem;
    }

    .tracking-item-pending .tracking-date {
        position: absolute;
        left: -10rem;
        width: 7.5rem;
        text-align: right;
    }

    .tracking-item-pending .tracking-date span {
        display: block;
    }

    .tracking-item-pending .tracking-content {
        padding: 0;
        background-color: transparent;
    }
}

.tracking-item .tracking-content {
    font-weight: 600;
    font-size: 17px;
}

.blinker {
    border: 7px solid #e9f8ea;
    animation: blink 1s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    50% {
        border-color: #fff;
    }
}

.tracking-item-pending .blinker {
    border: 7px solid #d6d6d6;
}

.reject-tracking-item .tracking-item .tracking-icon.status-intransit {
    color: red;
}

.reject-tracking-item .tracking-item {
    border-left: 4px solid red;
}

.reject-tracking-item .tracking-item .tracking-icon.status-current {
    color: red;
}

.reject-tracking-item .blinker {
    border: 7px solid #ffcfcf;
}

.tracking-item:last-child {
    padding-bottom: 0rem;
}

/* dropdown js with filter checkbox and input  */

.dropdown-box-bg1 {
    position: relative;
}

.dropdown-box-btn1,
.dropdown-box-btn2,
.dropdown-box-btn3 {
    height: calc(2.4rem + 2px);
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 0.625rem;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
}

span.dropdown-box-btn1-title {
    position: absolute;
    top: -5px;
    left: 0px;
    background: #fff;
    opacity: 1 !important;
    padding: 0em 5px;
    color: #a1a1a1;
    font-weight: normal;
    height: 20px;
    z-index: 0;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

span.dropdown-box-btn1-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

span.dropdown-box-btn1-inner .fa {
    font-size: 16px;
}

.dropdown-box-bg-inner1,
.dropdown-box-bg-inner2,
.dropdown-box-bg-inner3 {
    position: absolute;
    top: 40px;
    background: #ffffff;
    padding: 10px 0 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    border: solid 1px #ccc;
}

.checkbox1-bg {
	border-bottom: solid 1px #ced4da !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.checkbox1 {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}


.dropdown-table-bg-main {
    overflow-y: auto;
    max-height: 100px;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ea2330;
}

.dropdown-table-bg tr:last-child td .checkbox1 {
    border: 0 !important;
}

.checkbox1 label {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.checkbox1 input#myInput {
    height: calc(2rem + 2px) !important;
}

.othServText {
    border: solid 1px #ccc;
    border-radius: 2px;
    padding: 4px 8px;
    width: 100%;
}

.othServText:focus-visible {
    outline-color: #86b7fe;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 0;
}

.role-main-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0px;
    flex-wrap: wrap; /* Ensure items wrap on smaller screens */
}

.role-main-inner .box1,
.item-bg-inner1 {
    background: #f7f8f9;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    min-width: 100%; /* Allow these boxes to be full-width on small screens */
    margin-bottom: 15px; /* Add spacing between boxes */
}

.item-bg-inner {
    max-height: 380px;
    overflow: auto;
}

.role-main-inner .box .item {
    border: solid 1px #f7f8f9;
    margin-bottom: 10px;
    padding: 7px 10px;
    border-radius: 5px;
    background-color: #f7f8f9;
    font-size: 14px;
    color: #6c757d;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.role-main-inner .box .btn,
.mainBox-bg .btn {
    border-color: #ced4da;
}

/* Selected item style */
.role-main-inner .box .item.selected {
    border: solid 1px #f1f1f1;
    background: #f1f1f1;
}

/* Remove margin on the last item */
.role-main-inner .box .item:last-child {
    margin-bottom: 0;
}

.move-icon-bg {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0; /* Adjust top margin to ensure spacing */
}

.move-icon-bg li {
    margin-bottom: 20px;
}

.move-icon-bg li i {
    font-size: 30px;
}

/* Responsive Design Adjustments */
@media (max-width: 1200px) {
    .role-main-inner .box1,
    .item-bg-inner1 {
        min-width: 45%; /* Allow boxes to take up less space on medium-sized screens */
    }
}

@media (max-width: 992px) {
    .role-main-inner .box1,
    .item-bg-inner1 {
        min-width: 100%; /* Allow boxes to be full-width on smaller screens */
    }

    .move-icon-bg {
        margin-top: 0;
    }

    .move-icon-bg li {
        display: inline-block;
        margin-right: 10px; /* Make icons align horizontally */
    }
}

@media (max-width: 768px) {
    .role-main-inner {
        flex-direction: column; /* Stack boxes vertically on smaller screens */
        align-items: center; /* Center align the content */
    }

    .role-main-inner .box1,
    .item-bg-inner1 {
        min-width: 90%; /* Allow boxes to occupy more width on small screens */
    }

    .move-icon-bg li {
        margin-bottom: 10px; /* Reduce spacing between icons */
    }
}

@media (max-width: 576px) {
    .role-main-inner .box .item {
        font-size: 12px; /* Make text smaller on very small screens */
        padding: 5px 8px; /* Reduce padding for better fit */
    }

    .move-icon-bg li i {
        font-size: 24px; /* Make icons smaller on small screens */
    }

    .move-icon-bg li {
        margin-bottom: 15px; /* Adjust spacing for smaller screens */
    }
}
.checkbox1 .input-group {
    flex-wrap: nowrap;
}

.form-floating1 label {
    pointer-events: all !important;
}

.form-floating1 label i {
    cursor: pointer;
}
.setting-edit-btn{
    margin-top: -30px;
}
.setting-edit-btn .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
ul.remark-popup-list{
	padding:0;
	margin:0 0 25px 0;
}
ul.remark-popup-list li {
	list-style:none;
	padding:15px 0;
	border-bottom:solid 1px #dee2e6;
}
ul.remark-popup-list li p {
	padding:0;
	margin:0;
}
ul.remark-popup-list li:first-child {
	border-top:solid 1px #dee2e6;
}
.popup-input-design-img {
	height:40px;
	display:flex;
	align-items:center;
	position: absolute;
    right: 0;
    top: 0;
}
.popup-input-design-img img{
	height:40px;
	width:auto;
	border-radius: 5px;
}
i.fa-angle-down-icon{
	display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}
.red-star:after {
    color: #e32;
    content: ' *';
    display: inline;
}
button.ui-datepicker-current {
    display: none;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    outline: none !important;
    border-color: #86b7fe;
    box-shadow: none !important;
}
.fixTableHead{
    overflow-y: auto;
    height: 550px;
}
.fixTableHead table thead{
    position: sticky;
    top: 0;
    z-index: 1;
}
#add_expense_item input:read-only,

[contenteditable]:read-only {
  pointer-events: none !important;
  background-color: #EBEBE4 !important;
  color: #C6C6C6 !important;
}

#capturedImage{
    display:none;;
}
.error_parse_receipt{
    color:red;
    margin-top: 5px;
}
.receipt_msg.success{
    color:green;
    margin-top: 5px;
}
.my-circle {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: #ea2330;
    vertical-align: middle;

    color: white;
}
.walletamt{
    font-size: 18px;
    color: crimson;
}
.walletamt img{
    margin-right:10px;
}
.expense_item_list a{
    cursor: pointer;
}
.expense_item_list i{
    color:red;
}
.login-page .field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
  }
i.fa.fa-unlink {
    cursor: pointer;
}
.category-list {
    position: relative;
    display: inline-block;
}
.category-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    width: 200px;
    z-index: 1; /* Ensure the list appears on top of other elements */
    position: absolute;
    display: none;
    text-transform: capitalize;
}
.category-list li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.category-list li:hover {
    background-color: #ddd;
}
.group_policy_violation{
    cursor: pointer;
}
.bulk_upload_type{
    margin-right: 10px;
    margin-bottom: 20px;
}
.require-star::after {
    content: "*";
    color: red;
    margin-left: 4px;
}
#loadingImage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.manage_list{
    height: 10em;
    line-height: 2em;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    overflow: scroll;
    overflow-x: hidden;
}
.advance_payment div.white-box4-btn{
    cursor: default;
}
ul.remark-popup-list li h6{
    color: black;
    font-size: 15px !important;
}
ul.remark-popup-list li p{
    color: #495057;
    font-size: 14px
}
ul.remark-popup-list li:first-child{
    font-size: 16px;
    margin-bottom: 10px;
}
/* Add pointer cursor */
.add-pointer-cursor {
  cursor: pointer;
}

.canvasjs-chart-credit{
    display: none
}
.alert-success{
    text-transform: capitalize;
}
.table-design1 input[type=checkbox] {
    accent-color: blue !important;
}
.table-borderless .accordion-item{
    border: 0px !important;
}
.apply_changes{
    display: none;
}
.audit_finance_table .table-dropdown-bg-inner{
    margin-left: 1% !important;
    width: 98% !important;
}
.bank_erp_data tbody tr td,.bank_erp_data th{
    text-align: center;
}

.iframe-container-for-wxh-500x350 {
    padding: 25px 25px 70% 25px;
    /* padding-bottom = h/w as a % */
  }

  .iframe-container iframe {
    position: absolute;
    top: 50;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  #makemat {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    position: relative;

  }
.embed-container {
    width: 100%;
    height: 800px; /* Adjust the height as needed */
    overflow: hidden;
  }

  .embed-container iframe {
    width: 100%;
    height: 100%;
  }
  .exception_table  .custom-checkbox1 input:checked+.checkmark {
        background-color: #228ee9 !important;
        border: 2px solid #228ee9 !important;
        color: #fff !important;
  }
  /* Overlay
        #overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 999;
            display: none;
        }

        #guideTooltip {
            position: absolute;
            background-color: #fff;
            color: #333;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 20px;
            max-width: 350px;
            z-index: 1000;
            display: none;
        }

        #guideMessage {
            font-size: 16px;
            margin-bottom: 15px;
            line-height: 1.5;
            color: #555;
        }

    Buttons container
    .guide-buttons {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    .guide-buttons button {
        background-color: red;
        color: white;
        border: none;
        border-radius: 5px;
        padding: 8px 12px;
        cursor: pointer;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 5px;
        transition: background-color 0.3s ease;
    }

    .guide-buttons button:disabled {
        background-color: #ddd;
        color: #aaa;
        cursor: not-allowed;
    }

    .guide-buttons button:hover:not(:disabled) {
        background-color: #0056b3;
    }
    .material-icons {
        font-size: 16px;
        vertical-align: middle;
    }
    .highlight {
        outline: 2px solid #007bff;
        outline-offset: 3px;
        border-radius: 4px;
        animation: highlight-blink 1s infinite;
    }

    @keyframes highlight-blink {
        0%, 100% {
            outline-color: #007bff;
        }
        50% {
            outline-color: #00bfff;
        }
    }

    .guide-buttons:disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }
*/
  .organization_form .bootstrap-select .dropdown-toggle:active,.organization_form .bootstrap-select .dropdown-toggle:focus {
    outline: 0px !important;
}
.roe_desc span{
    font-size: 14px;;
}
.required-label::after {
    content: " *";
    color: red;
    font-weight: bold;
}
.password-input-group {
    margin-bottom: 5px !important;
}
.password-guide ul {
    padding-left: 20px;
    margin: 0;
}
.password-guide ul li {
    list-style: circle;
    margin-bottom: 5px;
}
.password-guide ul li.invalid {
    color: red;
    text-decoration: none !important;
}
.password-guide {
    display: none;
    position: absolute;
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 1000;
    max-width: 250px;
    font-size: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 2%;
}
.form-errors{
    color: red;
    margin-left: 100px;
}
#pills-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem; /* Adjust as needed for spacing */
}

.card-container {
    flex: 1 1 calc(20% - 1rem); /* Adjust percentage for 5 cards in a row */
    max-width: calc(20% - 1rem);
}

.card-container .white-box-bg {
    display: flex;
    flex-direction: column;
    height: 100%;
}
