:root {
    --theme-primary: #b08a57;
    --theme-primary-dark: #997956;

    --theme-dark: #5c6878;
	 --secondary: #5c6878;
}

body,
body.col3 {
    background: #ffffff!important;
}

body::before {
    display: none;
}


body:after {
    background: none;
}
.fixed-header.fixed-ribbon #header {
    position: relative;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    backdrop-filter: none;
    padding: 12px 30px;
    max-width: calc(100% - 30px);
    padding-right: 0;
}




.pace .pace-progress {
    background: var(--theme-primary-dark)!important;
}

.pace .pace-activity {
    border-top-color: var(--theme-primary-dark);
    border-left-color: var(--theme-primary-dark);
}

html[lang="ar"] .smart-rtl #header {
    padding: 12px 30px;
    padding-left: 0;
}

.fixed-header.fixed-ribbon #header:after {
    background: linear-gradient( to right,
    transparent 0%,
    #e5e7eb 50%,
    transparent 100%);
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    position: absolute;
}

.fixed-header.fixed-ribbon #header .container {
    padding: 0;
}

body.smart-style-6 #logo img {
    width: auto;
    height: 80px;
    margin-left: -20px;
}

[lang="ar"] body.smart-style-6 #logo img {
    margin-left: 0px;
    margin-right: -20px;
}

body.smart-style-6 #activity b.badge {
    background: var(--theme-primary-dark) !important;
    border-radius: 10px;
}

div#globe a,
.header-dropdown-list,
body .btn-header > :first-child > a {
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.7) !important;
    box-shadow: none !important;
    min-width: 42px;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    justify-content: center;
}


body .btn-header > :first-child > a:hover {
    background: rgba(255, 255, 255, 0.7) !important;
    border: 1px solid #7a837c59 !important;
}

body .btn-header > :first-child > a:hover i {
    color: var(--theme-dark)!important;
}

body .btn-header > :first-child > a {
    margin-left: 8px;
}


[lang="ar"] body .btn-header > :first-child > a {
    margin-left: 0px;
    margin-right: 8px;
}

body .btn-header > :first-child > a i {
    color: #999!important;
    font-size: 1rem!important;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body .btn-header > :first-child > a:hover i {
    transform: scale(1.1);
    color: var(--theme-dark)!important;
}


body .header-dropdown-list {
    padding-left: 0;
    padding-right: 0;
    line-height: unset;
    height: auto;
}

[lang="ar"] .header-dropdown-list {
    float: left;
}

body.smart-style-6 .header-dropdown-list > li > .dropdown-toggle {
    line-height: 100%;
    padding-right: 36px;
    padding-left: 40px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

body.smart-style-6 .header-dropdown-list > li > .dropdown-toggle .fa {
    position: absolute;
    right: 8px;
    font-size: 14px!important;
}

body.smart-style-6 .header-dropdown-list > li > .dropdown-toggle span {
    top: 0;
    color: var(--theme-primary-dark)!important;
}

body.smart-style-6 .header-dropdown-list > li > .dropdown-toggle:before {
    content: "\f007";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    z-index: 9999;
    left: 16px;
    background: rgb(153 121 86 / 30%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    color: var(--theme-primary-dark);
    font-weight: 600;
}

div#globe a strong {
    color: var(--theme-primary-dark);
}

div#globe a strong i.fas.fa-globe {
    font-size: 1rem;
    margin-right: 8px;
    font-weight: 400;
    color: var(--theme-primary-dark);
}


div#globe a:hover,
.header-dropdown-list:hover {
    border: 1px solid #7a837c59 !important;
    background: rgba(255, 255, 255, 0.7) !important;
    color: var(--theme-dark)!important;
}

div#globe a:hover *,
.header-dropdown-list:hover *,
.header-dropdown-list:hover a,
body.smart-style-6 .header-dropdown-list > li > .dropdown-toggle:hover span,
body.smart-style-6 .header-dropdown-list > li > .dropdown-toggle:hover::before {
    color: var(--theme-dark)!important;
}


#header ul.dropdown-menu.pull-right {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5d9c7;
    border-radius: 16px;
    overflow: hidden;
}

#header ul.dropdown-menu.pull-right a {
    font-weight: 500;
}


aside#left-panel {
    border-radius: 32px;
    background: #fff !important;
    backdrop-filter: blur(6px);
    border: 1px solid #b08a572e;
    box-shadow: 0 10px 30px #2e49660f;
    width: 280px;
    margin-left: 24px;
}
html[lang="ar"] .smart-rtl #left-panel {
    margin-left: 0;
    margin-right: 24px;
}




body.smart-style-6 .login-info a:before {
    background: linear-gradient(to bottom right, var(--theme-primary-dark) 50%, var(--theme-primary) 100%);
    border-radius: 16px;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1), 0 5px 5px -6px rgba(0, 0, 0, 0.1);
    border: none;
    outline: 4px solid #fff;
}

body.smart-style-6 .login-info a:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    animation: ping 1s cubic-bezier(0, 0, 0.4, 1) infinite;
    bottom: 70px;
    top: auto;
    right: 100px;
    left: auto;
    z-index: 99;
}
@keyframes ping {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

body.smart-style-6 .login-info {
    background: none;
    backdrop-filter: none;
}

body.smart-style-6 .login-info:before {
    display: none;
}

body.smart-style-6 .login-info a span:after {
    background: var(--theme-primary-dark);
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    right: 91px;
    bottom: 61px;
    z-index: 9;
    outline: 3px solid #fff;
}

body.smart-style-6 .login-info a span {
    color: #000;
    font-size: 15px;
    margin-top: 60px;
    position: static;
}


body.smart-style-6 .minifyme {
    right: auto;
    background: none;
    left: 20px;
    border: 1px solid #ccc;
    border-radius: 16px;
    justify-content: center;
    top: 20px;
    margin: 0;
}

body.smart-style-6.minified .minifyme {
    left: 12px;
}

html[lang="ar"] body.smart-style-6 .minifyme {
    right: 20px;
    left: auto;
}


html[lang="ar"] body.smart-style-6.minified .minifyme {
    right: 10px;
}

body.smart-style-6 .minifyme i {
    color: var(--theme-dark)!important;
    font-size: 18px!important;
    font-weight: 400;
}

body.smart-style-6 .minifyme .fa:after {
    display: none;
}

body.smart-style-6 .minifyme .fa-arrow-circle-left:before {
    content: "\f0c9"!important;
}


html[lang="ar"] body.smart-style-6 .login-info a span:after {
    left: 91px;
    right: auto;
}

html[lang="ar"] body.smart-style-6 .login-info a:after {
    right: auto;
    left: 140px;
}

nav ul span.menu-item-parent,
nav ul li ul span.menu-item-parent {
    color: #333;
}

body.smart-style-6 nav > ul {
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
	margin-top: 30px;
}

body.smart-style-6 nav > ul:before {
    content: "Navigation";
    position: absolute;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(42 61 85 / 35%);
    top: 0;
    background: #fff;
    left: 0;
    z-index: 9;
    padding-right: 30px;
    letter-spacing: 3px;
    font-size: 12px;
}

html[lang="ar"] body.smart-style-6 nav > ul:before {
    left: auto;
    right: 0;
    padding-right: 20px;
    padding-left: 30px;
}

body.smart-style-6 nav > ul::after {
    background: #e5d9c7;
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: calc(100% - 30px);
    z-index: 0;
    left: 0;
}
html[lang="ar"] body.smart-style-6 nav > ul::after {
    left: auto;
    right: 0;
}

body.smart-style-6 nav ul li a {
    border: none !important;
    border-radius: 16px;
}
nav ul li ul span.menu-item-parent {
    font-size: 13px;
}
nav ul span.menu-item-parent {
    font-weight: 500;
}

body.smart-style-6 nav ul li a > .fa {
    border: none;
    background: none !important;
    color: var(--theme-primary-dark);
    box-shadow: none;
    margin-left: 0;
}

body.smart-style-6 nav ul li > a b .fa {
    border: none;
    color: var(--theme-primary-dark) !important;
}

body.smart-style-6 nav ul li.active > a {
    background: var(--theme-primary);
    margin-bottom: 2px;
	color: #fff!important;
}

body.smart-style-6 nav ul li.active > a .fa {
    color: #fff!important;
}


nav ul li ul > li.active > a span.menu-item-parent {
    color: #fff;
}

body.smart-style-6 nav ul li a,
body.smart-style-6 nav ul li.open > a,
body.smart-style-6 nav ul li.open > a b {
    box-shadow: none;
}

body.smart-style-6 nav ul li.open > a {
    background: var(--theme-primary-dark);
}

body.smart-style-6 nav ul li.open > a i {
    color: #fff!important;
}

body.smart-style-6 nav ul .open > a span.menu-item-parent {
    color: #fff!important;
}

body.smart-style-6 #left-panel nav ul li.open > a b .fa {
    background: none;
}

body.smart-style-6 nav > ul ul {
    box-shadow: none;
    margin-left: 20px;
    border-left: 1px solid color-mix(in srgb, var(--theme-primary) 40%, transparent);
    width: calc(100% - 20px);
}


[lang="ar"] body.smart-style-6 nav > ul ul {
    margin-right: 20px;
    margin-left: 0;
    border-left: none;
    border-right: 1px solid color-mix(in srgb, var(--theme-primary) 40%, transparent);
}


body.smart-style-6 nav > ul ul li a {
    padding-left: 20px;
    margin-left: 10px;
    margin-top: 1px;
    margin-bottom: 1px;
}

html[lang="ar"] body.smart-style-6 nav > ul ul li a {
    padding-left: 10px;
    margin-left: 0px;
    margin-right: 10px;
    padding-right: 20px;
}


body.smart-style-6 nav > ul > li.active > a span.menu-item-parent {
    color: #fff;
}

nav > ul > li > ul > li > a,
nav > ul > li > ul > li > ul > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

[lang="ar"] body.smart-style-6 nav ul li a > .fa {
    border: none;
    margin-right: 0;
}

.fixed-header #main {
    margin-left: 330px;
    padding: 20px;
    border-radius: 32px;
    background: #fff !important;
    border: 1px solid #b08a572e;
    box-shadow: 0 10px 30px #2e49660f;
    margin-right: 24px;
}

html[lang="ar"] .smart-rtl #main {
    margin-left: 24px;
    margin-right: 330px;
}

.jarviswidget > div[role="content"],
.k-grid {
    box-shadow: none;
    background: none!important;
    padding: 0;
    border: none!important
}





body.smart-style-6 .jarviswidget > header h2:after {
    content: "";
    background: linear-gradient(90deg, #b08a57e6, #b08a570d);
    border-radius: 999px;
    width: 56px;
    height: 2px;
    display: inline-flex;
    position: relative;
    top: -10px;
    margin-left: 20px;
}

html[lang="ar"] body.smart-style-6 .jarviswidget > header h2:after {
    margin-left: 0;
    margin-right: 20px;
}


body.smart-style-6 .jarviswidget > header,
body.smart-style-6 #ribbon {
    background: none;
    box-shadow: none;
    padding: 0;
}

body.smart-style-6 .jarviswidget > header h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--theme-primary-dark);
}

.jarviswidget > header > .widget-icon .fa,
body.smart-style-6 .btn i {
    color: var(--theme-primary-dark)!important;
}

body.smart-style-6 .jarviswidget-ctrls .button-icon {
    border-color: var(--theme-primary);
    border-radius: 12px !important;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-primary-dark);
    margin: 0 .1em;
    box-shadow: none;
    background: none;
}

body.smart-style-6 .jarviswidget-ctrls .button-icon i {
    color: var(--theme-primary-dark);
}

body.smart-style-6.col3 .jarviswidget-ctrls .button-icon {
    border-color: var(--theme-dark);
}
body.smart-style-6.col3 .jarviswidget-ctrls .button-icon i {
    color: var(--theme-dark);
}


.k-grid-toolbar .toolbar .filterBtn {
    font-size: 13px;
    background: #f8f3ea !important;
    border: 1px solid var(--theme-primary-dark) !important;
    color: var(--theme-dark) !important;
    white-space: normal;
    min-height: 32px;
    line-height: 100%;
    margin: 0rem !important;
    border-radius: 12px!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 500;
}

[lang="ar"] .k-grid-toolbar .toolbar .filterBtn {
    text-align: right;
    line-height: 1.4;
}
#task-grid .k-header.k-grid-toolbar .toolbar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, max-content));
    gap: 10px;
    margin-bottom: 12px;
    justify-content: start;
}

.material-symbols-outlined {
    background: #e9d7bf;
    height: 28px;
    width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    min-width: 28px;
    border-radius: 50%;
    color: var(--theme-primary-dark);
}

.k-grid-toolbar .toolbar .filterBtn > div {
    align-items: center;
}

.k-grid-toolbar .toolbar .filterBtn > div > div[style] {
    margin: 0 !important;
    white-space: normal;
}

.k-grid-toolbar .toolbar .filterBtn:hover,
.k-grid-toolbar .toolbar .filterBtn:focus {
    background: var(--theme-primary-dark) !important;
    border-color: transparent !important;
    color: #fff;
}

.k-grid-toolbar .toolbar .filterBtn:hover .material-symbols-outlined,
.k-grid-toolbar .toolbar .filterBtn:focus .material-symbols-outlined {
    background: #fff;
}


#task-grid .k-header.k-grid-toolbar .btn.btn-default.btn-sm[title="Clear Filter(s)"],
#task-grid .k-header.k-grid-toolbar .btn.btn-default.btn-sm[title="مسح الفلتر"] {
    align-self: center;
    border-color: var(--theme-primary-dark);
    color: var(--theme-primary-dark);
    position: absolute !important;
    top: 0;
    right: 80px !important;
    margin-top: -52px;
    width: auto;
    padding: 0 15px;
    border-radius: 12px !important;
    height: 34px;
    left: auto !important;
	background: none;
}

.k-header.k-grid-toolbar .btn.btn-default.btn-sm i {
    color: var(--theme-primary-dark);
}


body .k-grid-header th.k-header,
body .k-grid-header th.k-header > .k-link {
    background: var(--theme-primary-dark) !important;
    border: none;
}

.k-filter-row > th,
.k-grid-header th.k-header,
.k-filter-row th {
    border: none;
}

tr:nth-child(even) {
    background: #faf7f0 !important;
}

.k-grid-content tr:hover {
    background-color: color-mix(in oklab, var(--theme-primary-dark) 6%, transparent)!important;
}

.k-grid tr td {
    color: #333;
    font-weight: 500;
}

.k-grid tbody .k-button {
    border-color: var(--theme-primary);
    border-radius: 12px!important;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-primary-dark);
    margin: 0 .1em;
    
}

.k-grid tbody .k-button i {
    color: var(--theme-primary-dark);
    font-weight: 400;
}

.k-grid tbody .k-button:hover {
    background: var(--theme-primary-dark);
}

.jarviswidget td:last-child {
    border-right: none;
    white-space: nowrap;
    overflow: visible;
}

.k-grid-header-wrap {
    border: none;
}

.k-pager-wrap {
    background: color-mix(in srgb, var(--theme-primary) 40%, transparent);
}

.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color {
    background: var(--theme-primary-dark) !important;
}

.scroll-top-wrapper.show {
    background: var(--theme-primary-dark) !important;
}



body.smart-style-6 .MessageBoxContainer,
.modal-content {
    border-radius: 32px;
}


button.btn[data-dismiss="modal"],
.pager.wizard .cancel,
.pager.wizard .disabled .btn-default,
.MessageBoxButtonSection #bot1-Msg1,
.pager.wizard .previous .btn-default,
.widget-body form .btn.btn-default[type="reset"],
.btn[onclick*="?retainState"],
.MessageBoxButtonSection #bot1-Msg2,
#reset,
html body .pager.wizard .disabled .btn-default,
#userRegistrationWizard .btn.btn-default,
.form-actions .col-md-10.col-md-offset-2 button.btn.btn-default {
    border-color: var(--theme-primary-dark)!important;
    color: var(--theme-primary-dark)!important;
    min-height: 36px;
}

.pager.wizard .draft,
.MessageBoxButtonSection #bot2-Msg1,
.btn.txt-color-darken,
.btn-primary {
    background: var(--theme-primary-dark)!important;
    min-height: 36px;
}

button.btn[data-dismiss="modal"]:hover,
.pager.wizard .cancel:hover,
.pager.wizard .disabled .btn-default:hover,
.MessageBoxButtonSection #bot1-Msg1:hover,
.pager.wizard .previous .btn-default:hover,
.widget-body form .btn.btn-default[type="reset"]:hover,
.btn.btn[onclick*="?retainState"]:hover,
.MessageBoxButtonSection #bot1-Msg2:hover,
#reset:hover,
html body .pager.wizard .disabled .btn-default:hover,
#userRegistrationWizard .btn.btn-default:hover,
.form-actions .col-md-10.col-md-offset-2 button.btn.btn-default:hover,
.pager.wizard .draft:hover,
.MessageBoxButtonSection #bot2-Msg1:hover,
.btn.txt-color-darken:hover,
.btn-primary:hover {
    background: var(--theme-dark)!important;
}


.color-palet span.color0 {
    background: var(--theme-primary-dark);
    margin: 0 4px;
}

.color-palet span.color4 {
    background: var(--theme-dark);
    margin: 0 4px;
}


.color-palet span.color1 {
    display: none;
}

body.smart-style-6 #shortcut {
    background: rgb(0 0 0 / 50%) !important;
}


.fixed-header #shortcut ul {
    border-radius: 32px;
    background: #fff !important;
    backdrop-filter: blur(6px);
    border: 1px solid #b08a572e;
    box-shadow: 0 10px 30px #2e49660f;
}
#shortcut .jarvismetro-tile .iconbox i {
    background: none;
    border-color: var(--theme-primary-dark);
}

.col3 #shortcut .jarvismetro-tile .iconbox i {
    border-color: var(--theme-dark);
}

body .color-palet.font-palet span,
body .color-palet.font-palet span .fa {
    background: none!important;
    border-color: var(--theme-primary-dark);
}

#shortcut .fa {
    color: var(--theme-primary-dark)!important;
}

.color-palet span.color0 {
    background: var(--theme-primary-dark);
}

#shortcut a.close-shortcut .fa {
    background: #ddd;
    border-radius: 12px;
}

.color-palet span {
    margin-top: 36px;
}

li:not(:last-child) .color-palet {
    position: relative;
}

li:not(:last-child) .color-palet:before {
    content: "Select Theme";
    position: absolute;
    top: 12px;
    font-weight: 500;
    color: #000;
}

html body.hidden-menu .pull-right #hide-menu a {
    background: var(--theme-primary-dark) !important;
}


body.smart-style-6.col3 .login-info a:before {
    background: linear-gradient( to bottom right,
    var(--theme-dark) 40%,
    var(--theme-primary-dark) 100%);
}

span.select-ur-theme.theme-span,
span.contrast {
    display: none;
}

.col3 .k-grid-toolbar .toolbar .filterBtn:hover,
.col3 .k-grid-toolbar .toolbar .filterBtn:focus {
    background: var(--theme-dark)!important;
}

.col3 #task-grid .k-header.k-grid-toolbar .btn.btn-default.btn-sm[title="Clear Filter(s)"],
.col3 .k-grid tbody .k-button,
body.smart-style-6.col3 nav > ul ul {
    background: none;
    border-color: var(--theme-dark);
}

.col3 .k-grid tbody .k-button i {
    color: var(--theme-dark);
}

body.smart-style-6.col3 .jarviswidget > header h2 {
    color: var(--theme-dark);
}

body.smart-style-6.col3 .jarviswidget > header h2:after {
    background: linear-gradient(90deg, var(--theme-dark), #b08a570d);
}

body.smart-style-6.col3 .jarviswidget > header > .widget-icon .fa,
body.smart-style-6.col3 .btn i {
    color: var(--theme-dark)!important;
}

body.smart-style-6.col3 .header-dropdown-list > li > .dropdown-toggle span {
    color: var(--theme-dark)!important;
}

body.smart-style-6.col3 .header-dropdown-list > li > .dropdown-toggle:before {
    color: var(--theme-dark);
}

.col3 div#globe a strong i.fas.fa-globe,
body.smart-style-6.col3 nav ul li a .fa {
    color: var(--theme-dark);
}

body.smart-style-6.col3 nav ul li.open > a {
    background: var(--theme-dark);
}

body.smart-style-6.col3 nav ul li.open a .fa,
body.smart-style-6.col3 nav ul .open > a span.menu-item-parent {
    color: #fff!important;
}

body.col3 #left-panel nav ul li.open > a b .fa {
    background: none!important;
}

body.smart-style-6.col3 .minifyme .fa,
.col3 nav ul .open > a i {
    background: none!important;
}

.col3 .k-grid tbody .k-button:hover {
    background: var(--theme-dark);
}

.col3 .k-grid tbody .k-button:hover i {
    color: #fff;
}

.col3 .k-state-selected,
.col3 .k-state-selected:link,
.col3 .k-state-selected:visited,
.col3 .k-list > .k-state-selected,
.col3 .k-list > .k-state-highlight,
.col3 .k-panel > .k-state-selected,
.col3 .k-ghost-splitbar-vertical,
.col3 .k-ghost-splitbar-horizontal,
.col3 .k-draghandle.k-state-selected:hover,
.col3 .k-scheduler .k-scheduler-toolbar .k-state-selected,
.col3 .k-scheduler .k-today.k-state-selected,
.col3 .k-marquee-color {
    color: #fff;
    background: var(--theme-dark)!important;
}

.col3 .header-dropdown-list a.dropdown-toggle span,
body.smart-style-6.col3 .header-dropdown-list > li > .dropdown-toggle .fa,
body.col3 .btn-header > :first-child > a i,
body.col3 .main-menu .navigation .main-menu-item > li.home-item a .fa,
body.col3 #header .pull-right .fa,
body.col3 div#globe a strong,
body.col3 div#globe a {
    color: var(--theme-dark) !important;
}


body.col3 .color-palet.font-palet span,
body.col3 .color-palet.font-palet span .fa {
    border-color: var(--theme-dark);
}

.col3 #header .pull-right a:hover .fa,
.col3 .header-dropdown-list a.dropdown-toggle span,
.col3 #shortcut .fa,
.col3 .footer-bottom-section .footer-social-media li a:before {
    color: var(--theme-dark)!important;
}

body.col1:after,
body.col2:after,
body.col3:after {
    display: none;
}


body.smart-style-6.minified nav > ul:before,
body.smart-style-6.minified nav > ul::after {
    display: none;
}
body.smart-style-6.minified nav > ul {
    margin-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
}

.minified #left-panel {
    width: 60px;
}

.minified div#main {
    margin-left: 106px;
}


html[lang="ar"] .smart-rtl.minified #main {
    margin-left: 24px;
    margin-right: 106px;
}

html[lang="ar"] div#globe a {
    margin-left: 8px;
}

.widget-body-toolbar + fieldset:first-of-type ~ fieldset > style ~ .row .col-md-6 td {
    white-space: normal;
}


body.col3 .pager.wizard .draft,
body.col3 .MessageBoxButtonSection #bot2-Msg1,
body.col3 .btn.txt-color-darken,
body.col3 .btn-primary {
    background: var(--theme-dark) !important;
    border: 2px solid var(--theme-dark) !important;
}

body.col3 button.btn[data-dismiss="modal"],
body.col3 .pager.wizard .cancel,
body.col3 .pager.wizard .disabled .btn-default,
body.col3 .MessageBoxButtonSection #bot1-Msg1,
body.col3 .pager.wizard .previous .btn-default,
body.col3 .widget-body form .btn.btn-default[type="reset"],
body.col3 .btn[onclick*="?retainState"],
body.col3 .MessageBoxButtonSection #bot1-Msg2,
#reset,
html body.col3 .pager.wizard .disabled .btn-default,
body.col3 #userRegistrationWizard .btn.btn-default,
body.col3 .form-actions .col-md-10.col-md-offset-2 button.btn.btn-default {
    border-color: var(--theme-dark) !important;
    color: var(--theme-dark) !important;
}


html body.smart-style-6 .btn-primary:active,
html body.smart-style-6 .btn-primary:focus,
html body.smart-style-6 .btn-primary:hover {
    background: var(--theme-dark) !important;
    border: 2px solid var(--theme-dark) !important;
}

.fixed-header #header .ajax-dropdown {
    border-radius: 24px;
    box-shadow: 0 10px 30px #2e49661c;
    border: 1px solid #f1e9e1;
}

.fixed-header #header .ajax-dropdown .btn-group label.btn:first-child {
    border-radius: 16px 0 0 16px;
    box-shadow: none;
}

.fixed-header #header .ajax-dropdown .btn-group label.btn {
    box-shadow: none;
    border-radius: 0 16px 16px 0;
    color: var(--theme-dark);
    outline: none;
}

body.smart-style-6 .ajax-notifications {
    background: #fefcf8;
}

body.smart-style-6 .ajax-notifications .fa-4x.fa-border {
    border: 2px solid #fff;
    background: var(--theme-primary);
    color: #fff!important;
    outline: 2px solid var(--theme-primary-dark);
}

.ajax-notifications .alert > :first-child {
    font-weight: 500;
    color: var(--theme-dark);
    font-size: 15px;
}

.ajax-notifications .alert.alert-transparent {
    font-size: 13px;
    font-weight: 500;
    color: #888;
}

.fixed-header #header .ajax-dropdown button.btn.btn-xs {
    border: none;
    box-shadow: none;
    color: var(--theme-primary-dark);
}

.ajax-dropdown > :last-child {
    color: #666;
    font-weight: 500;
}

.fixed-header #header .ajax-dropdown .btn-group label.btn.active,
.fixed-header #header .ajax-dropdown .btn-group label.btn:hover {
    background: var(--theme-primary);
    color: #fff;
    border-color: transparent;
}


[lang="ar"] .fixed-header #header .ajax-dropdown .btn-group label.btn:first-child {
    border-radius: 0 16px 16px 0;
    border-left: 0;
}

[lang="ar"] .fixed-header #header .ajax-dropdown .btn-group label.btn {
    border-radius: 16px 0px 0 16px;
    border-left-width: 1px;
}

.notification-body > li a.msg > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8f3ea;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: var(--theme-dark)!important;
    font-size: 16px!important;
    font-weight: 400;
    border: 2px solid #fff;
    outline: 1px solid var(--theme-primary);
    margin-left: 3px;
    margin-top: 3px;
}

.notification-body .subject {
    font-weight: 500;
    color: var(--theme-dark);
}

.notification-body time {
    color: var(--theme-primary-dark)!important;
    top: 7px;
}

.hidden-menu #left-panel {
    margin-left: -280px;
}

.fixed-header.hidden-menu #main {
    margin-left: 24px;
}

html[lang="ar"] .smart-rtl.hidden-menu #left-panel {
    margin-right: -280px;
    right: auto;
}

html[lang="ar"] .smart-rtl.hidden-menu #main {
    margin-right: 24px;
}

.widget-body-toolbar + fieldset:first-of-type {
    background: var(--theme-primary-dark) !important;
    box-shadow: none!important;
    border: none!important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    border-radius: 32px;
    width: 100%;
    padding: 1.5rem;
    padding-bottom: 3rem;
}



#dynaForm-toolbar + fieldset > .row [class*="col-md"] {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

#dynaForm-toolbar + fieldset > .row:first-child {
    width: 100%;
    justify-content: flex-start;
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] label {
    color: rgb(255 255 255 / 75%) !important;
    font-weight: 700!important;
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 0;
}

#dynaForm-toolbar + fieldset > .row p.form-control-static,
.col3 #dynaForm-toolbar + fieldset > .row p.form-control-static {
    color: #fff!important;
    font-size: 14px;
    margin-bottom: 0!important;
    padding: 0!important;
    min-height: unset;
}

#dynaForm-toolbar + fieldset > .row {
    width: calc(50% - 20px);
    float: left;
    display: flex;
    gap: 16px;
    margin: 0;
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="caseNo"] label {
    display: none;
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="caseNo"] p.form-control-static {
    font-size: 22px;
    position: relative;
    padding-left: 50px!important;
    display: flex;
    align-items: center;
    color: #fff !important;
    margin-bottom: 0px !important;
    min-height: 40px;
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="caseNo"] p.form-control-static:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f0e3";
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    background: var(--theme-primary);
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 12px;
    font-size: 16px;
}

.col3 .widget-body-toolbar + fieldset:first-of-type {
    background: var(--theme-dark) !important;
}

.col3 .form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="caseNo"] p.form-control-static:before {
    background: #4f4f4f;
}

.smart-accordion-default.panel-group .panel-title a.collapsed i {
    border-radius: 12px;
}

.smart-accordion-default.panel-group .panel-title a i {
    background: var(--theme-primary-dark);
    border-color: var(--theme-primary-dark);
    border-radius: 12px;
}

.smart-accordion-default .panel-default {
    border-radius: 16px;
    background: #fff !important;
    backdrop-filter: blur(6px);
    border: 1px solid #b08a572e;
    box-shadow: 0 10px 30px #2e49660f;
}


.smart-accordion-default.panel-group .panel-title a {
    color: var(--theme-primary-dark);
    background: color-mix(in oklab, var(--theme-primary-dark) 10%, transparent);
    border-radius: 16px 16px 0 0;
}
body div#dynaForm-toolbar:before,
body.col3 div#dynaForm-toolbar:before {
    background: #6a3800 !important;
    border-radius: 16px !important;
    padding: 10px 20px;
}


fieldset > legend {
    border: none;
    font-weight: 600;
    color: var(--theme-primary-dark);
    font-size: 20px !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

.col3 fieldset > legend {
    color: var(--theme-dark);
}

.smart-accordion-default.panel-group .panel-title a {
    color: var(--theme-primary-dark);
}

.col3 .smart-accordion-default.panel-group .panel-title a {
    color: var(--theme-dark);
}

.panel-footer.clearfix,
.form-actions {
    background: none;
    box-shadow: none;
    padding: 0;
    margin-top: 12px;
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] label {
    display: flex;
    align-items: center;
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] label:before {
    font-family: "Font Awesome 6 pro";
    font-weight: 400;
    font-size: 13px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    align-self: center;
    margin-right: 6px;
    color: #fff;
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] #caseParties_column label:before,
.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="caseInfo"] label:before,
.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="caseTitle"] label:before {
    content: "\f15c";
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="courtDisplayName"] label:before {
    content: "\f07b";
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="status_"] label:before {
    content: "\f058";
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="department"] label:before {
    content: "\f19c";
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="claimAmount"] label:before {
    content: "\f3d1";
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="receiptNo"] label:before {
    content: "\23";
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="submittedDate"] label:before {
    content: "\f073";
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="registrationDate"] label:before {
    content: "\f274";
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="originating"] label:before {
    content: "\f0c1";
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="AmountInText"] label:before {
    content: "\f571";
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="filedBy"] label:before {
    content: "\f4ff";
}

.form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="fileBylawFirm"] label:before {
    content: "\f0e3";
}
div#dynaForm-toolbar:hover .btn-group {
    width: 100%;
    left: 0;
    border-radius: 32px;
    background: #fff !important;
    border: 1px solid #b08a572e;
    box-shadow: 0 10px 30px #2e49661c;
    display: inherit !important;
}

.widget-body-toolbar .btn-group button.btn.btn-default {
    display: block;
    width: 100%;
    font-size: 13px;
    background: #f8f3ea !important;
    border: 1px solid var(--theme-primary-dark) !important;
    color: var(--theme-dark) !important;
    min-height: 48px;
    border-radius: 10px !important;
}

.widget-body-toolbar .btn-group button.btn.btn-default:hover {
    background: var(--theme-primary-dark)!important;
    color: #fff!important;
    border-color: transparent!important;
}

.col3 .widget-body-toolbar .btn-group button.btn.btn-default:hover {
    background: var(--theme-dark)!important;
}

html body .form-actions button.btn.btn-primary i {
    color: #fff !important;
}

body.hidden-menu.col3 #hide-menu a .fa {
    color: #fff !important;
}


.k-filter-row th:first-child {
    border-left: 1px solid #e5d9c7;
}

.k-filter-row th:last-child {
    border-right: 1px solid #e5d9c7;
}
.k-grid > .k-grid-content {
    border: 1px solid #e5d9c7;
    border-radius: 10px;
    border-top: none;
    min-height: 60px;
}

.k-grid > .k-grid-header + .k-grid-content {
    border-left: 1px solid #e5d9c7;
    border-right: 1px solid #e5d9c7;
    border-radius: 0;
    border-bottom: 0;
    width: calc(100% - 2px);
}

.k-grid > .k-grid-content > .text-left {
    padding: 0;
}

body.col3 .k-grid-header th.k-header,
body.col3 .k-grid-header th.k-header > .k-link {
    background: var(--theme-dark) !important;
    border: none;
	    vertical-align: text-bottom;
}

body.col3 .k-grid tr td {
    color: #333;
}

body.smart-style-6.col3 nav ul li.active > a {
    background: color-mix(in srgb, var(--theme-dark) 85%, transparent);
	    color: #fff !important;
}

body .k-pager-wrap {
    border: none !important;
    box-shadow: none !important;
}

.MessageBoxMiddle .MsgTitle i,
.MessageBoxMiddle .pText i {
    background: #eee;
    border: 2px solid #fff;
    outline: 1px solid var(--theme-primary-dark);
}

.right-slide-nav {
    position: sticky;
    top: 0;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
    gap: 10px;
    z-index: 9;
    background: rgb(255 255 255 / 80%);
    padding: 10px 12px;
    border-radius: 20px;
    border: 1px solid #a79a72;
    border-bottom: 4px solid #a79a72;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    margin-top: -2rem;
}

.col3 .right-slide-nav {
    border-bottom-color: var(--theme-dark);
}
.right-slide-nav .nav-item {
    width: 36px;
    height: 36px;
    margin: 0 2px;
    background: none;
    border-radius: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #6c7280;
    font-size: 15px;
}
.right-slide-nav .nav-item.active,
.right-slide-nav .nav-item:hover {
    background: var(--secondary);
    color: #fff;
}

.right-slide-nav .nav-item.active i,
.right-slide-nav .nav-item:hover i {
    color: #fff;
}


/* .right-slide-nav .nav-item.active[title="Case Legal Practitioners"],
.right-slide-nav .nav-item.active[title="Case Hearings"],
.right-slide-nav .nav-item.active[title="Case Histories"],
.right-slide-nav .nav-item.active[title="Documents"],
.right-slide-nav .nav-item[title="Case Legal Practitioners"]:hover,
.right-slide-nav .nav-item[title="Case Hearings"]:hover,
.right-slide-nav .nav-item[title="Case Histories"]:hover,
.right-slide-nav .nav-item[title="Documents"]:hover {
    background: rgb(37 99 235);
} */
.right-slide-nav .nav-item i:before {
    font-weight: 400;
}

/* Case Details */
.right-slide-nav .nav-item[title="Case Details"] i:before,
.right-slide-nav .nav-item[title="تفاصيل القضية"] i:before {
    content: "\f15c";
}

/* Case Parties */
.right-slide-nav .nav-item[title="Case Parties"] i:before,
.right-slide-nav .nav-item[title="اطراف القضية"] i:before {
    content: "\f007";
}

/* Case Hearings */
.right-slide-nav .nav-item[title="Case Hearings"] i:before,
.right-slide-nav .nav-item[title="الجلسات"] i:before {
    content: "\f274";
}

/* Case Histories */
.right-slide-nav .nav-item[title="Case Histories"] i:before,
.right-slide-nav .nav-item[title="تاريخ القضية"] i:before {
    content: "\f1da";
}

/* Documents */
.right-slide-nav .nav-item[title="Documents"] i:before,
.right-slide-nav .nav-item[title="المستندات"] i:before {
    content: "\f15b";
}

/* Case Lawyers */
.right-slide-nav .nav-item[title="Case Lawyers"] i:before,
.right-slide-nav .nav-item[title="المحامون"] i:before {
    content: "\f5f3";
}

/* Case Meetings */
.right-slide-nav .nav-item[title="Case Meetings"] i:before,
.right-slide-nav .nav-item[title="اجتماعات القضية"] i:before {
    content: "\f0c0";
}

/* Case Return of Service */
.right-slide-nav .nav-item[title="Case Return of Service"] i:before,
.right-slide-nav .nav-item[title="نتيجة الإعلان"] i:before {
    content: "\f0ae";
}

/* Department Histories */
.right-slide-nav .nav-item[title="Department Histories"] i:before,
.right-slide-nav .nav-item[title="سجل الدائرة"] i:before {
    content: "\f1ad";
}

/* Case Plan */
.right-slide-nav .nav-item[title="Case Plan"] i:before,
.right-slide-nav .nav-item[title="خطة القضية"] i:before {
    content: "\f5fd";
}

/* Payment Histories */
.right-slide-nav .nav-item[title="Payment Histories"] i:before,
.right-slide-nav .nav-item[title="سجل الدفعات"] i:before {
    content: "\f09d";
}

/* Correction Requests */
.right-slide-nav .nav-item[title="Correction Requests"] i:before,
.right-slide-nav .nav-item[title="طلبات الدعاوى المقدمة"] i:before {
    content: "\f044";
}

/* Enforcement Requests */
.right-slide-nav .nav-item[title="Enforcement Requests"] i:before,
.right-slide-nav .nav-item[title="الإمارات لتنفيذ الأحكام"] i:before {
    content: "\f0e3";
}

/* Sub Request History */
.right-slide-nav .nav-item[title="Sub Request History"] i:before,
.right-slide-nav .nav-item[title="قائمة الطلبات الفرعية المقدمة"] i:before {
    content: "\f56e";
}

/* Secondment History */
.right-slide-nav .nav-item[title="Secondment History"] i:before,
.right-slide-nav .nav-item[title="تفاصيل الندب"] i:before {
    content: "\f0ec";
}

/* Trial Hearings */
.right-slide-nav .nav-item[title="Trial Hearings"] i:before,
.right-slide-nav .nav-item[title="جلسات القاضي المشرف"] i:before {
    content: "\f017";
}

/* Case Witness Details */
.right-slide-nav .nav-item[title="Case Witness Details"] i:before,
.right-slide-nav .nav-item[title="تفاصيل الشاهد"] i:before {
    content: "\f06e";
}

/* Expert Valuation */
.right-slide-nav .nav-item[title="Expert Valuation"] i:before,
.right-slide-nav .nav-item[title="تقييم الخبير"] i:before {
    content: "\f080";
}

/* Return to the Expert */
.right-slide-nav .nav-item[title="Return to the Expert"] i:before,
.right-slide-nav .nav-item[title="اعادة للخبير"] i:before {
    content: "\f2f1";
}

/* MOI Request */
.right-slide-nav .nav-item[title="MOI Request"] i:before,
.right-slide-nav .nav-item[title="طلبات وزارة الداخلية"] i:before {
    content: "\f0e0";
}

/* Related Cases */
.right-slide-nav .nav-item[title="Related Cases"] i:before,
.right-slide-nav .nav-item[title="الدعاوى المصدر و المرتبطة"] i:before {
    content: "\f0c5";
}



/* Signature Pad */
.right-slide-nav .nav-item[title="Signature Pad"] i:before,
.right-slide-nav .nav-item[title="التوقيع"] i:before {
    content: "\f5b7";
    /* signature */
}

/* Completion Status History */
.right-slide-nav .nav-item[title="Completion Status History"] i:before,
.right-slide-nav .nav-item[title="التسلسل التاريخي لحالة الاكتمال"] i:before {
    content: "\f073";
    /* calendar-alt */
}

/* Merge Cases */
.right-slide-nav .nav-item[title="Merge Cases"] i:before,
.right-slide-nav .nav-item[title="الدعاوى المضافة"] i:before {
    content: "\f0c5";
    /* copy/merge */
}

/* Cheque Bounces */
.right-slide-nav .nav-item[title="Cheque Bounces"] i:before,
.right-slide-nav .nav-item[title="الشيكات المرتجع"] i:before {
    content: "\f571";
    /* money-check-alt */
}

/* Secondment Expert Request */
.right-slide-nav .nav-item[title="Secondment Expert Request"] i:before,
.right-slide-nav .nav-item[title="طلب ندب خبير"] i:before {
    content: "\f4fc";
    /* user-cog */
}

/* Notification Announcement */
.right-slide-nav .nav-item[title="Notification Announcement Publication Grid"] i:before,
.right-slide-nav .nav-item[title="قائمة الإعلانات"] i:before {
    content: "\f0a1";
    /* bullhorn */
}

/* Case Family Meetings */
.right-slide-nav .nav-item[title="Case Family Meetings"] i:before,
.right-slide-nav .nav-item[title="إجتماعات الموجه الأسري"] i:before {
    content: "\f500";
    /* users-cog */
}

.non-accordion-panel .panel-default {
    border-left: 2px solid var(--theme-primary-dark) !important;
}



/* .smart-accordion-default.panel-case-hearings .panel-title a:before,
.smart-accordion-default.panel-case-legal-practitioners .panel-title a:before,
.smart-accordion-default.panel-documents .panel-title a:before,
.smart-accordion-default.panel-case-histories .panel-title a:before {
    color: rgb(37 99 235)!important;
}
 */
.non-accordion-panel .panel-default {
    min-height: 200px;
}


.non-accordion-panel .panel-title a {
    color: #333!important;
    pointer-events: none!important;
}



.non-accordion-panel .panel-title a i {
    display: none!important;
}

.non-accordion-panel .panel-collapse {
    display: block !important;
    height: auto !important;
}

.non-accordion-panel .panel-collapse .panel-body {
    height: auto !important;
}


.non-accordion-panel .panel-collapse .panel-body .k-grid.k-widget > .k-header.k-grid-toolbar {
    right: 0;
    padding-right: 0;
    border-right: none;
}

.panel-group.empty-panel {
    display: none;
}

.smart-accordion-default.panel-case-hearings .panel-default,
.smart-accordion-default.panel-case-legal-practitioners .panel-default,
.smart-accordion-default.panel-documents .panel-default,
.smart-accordion-default.panel-case-histories .panel-default {
    border-left-color: var(--theme-dark)!important;
}




/* Tooltip BELOW */
.right-slide-nav .nav-item::after {
    content: attr(title);
    position: absolute;
    top: 60px;
    /* changed from bottom */
    left: 50%;
    transform: translateX(-50%) translateY(-20px);

    background: #fff;
    color: #333;
    padding: 8px 16px;
    border-radius: 8px;
    white-space: nowrap;

    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    font-size: 13px;

    box-shadow: 0px 10px 12px #1f268714, 0 2px 6px #0000000d,
    0 1px 3px #d4af3714,
    inset 0 1px 2px #fff9,
    inset 0 -1px 2px #00000008,
    inset 0 0 30px #d4af370a;
}

/* Arrow ABOVE tooltip (pointing up) */
.right-slide-nav .nav-item::before {
    content: '';
    position: absolute;
    top: 53px;
    /* changed from bottom */
    left: 50%;
    transform: translateX(-50%) translateY(-20px);

    border-width: 0 10px 10px 10px;
    /* flipped */
    border-style: solid;
    border-color: transparent transparent #e6e6e6 transparent;

    opacity: 0;
    transition: all 0.3s ease;
}

/* Hover animation */
.right-slide-nav .nav-item:hover::after,
.right-slide-nav .nav-item:hover::before {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}



[lang="ar"] .form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] label:before {
    margin-right: 0;
    margin-left: 6px;
}



[lang="ar"] .form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="caseNo"] p.form-control-static:before {
    left: auto;
    right: 0;
    margin-left: 10px;
}

[lang="ar"] .form-horizontal #dynaForm-toolbar + fieldset > .row [class*="col-md"] [id*="caseNo"] p.form-control-static {
    padding-left: 0px !important;
    padding-right: 50px !important;
}

.k-rtl div.k-grid-header {
    padding-left: 0 !important;
}
.k-grid tbody .k-button.btn-locked {
    background: #d86262 !important;
    border-color: #d86262 !important;
}

.k-grid tbody .k-button.btn-locked i {
    color: #fff;
}

.k-grid tbody .k-button.btn-unlocked,
.k-grid tbody .k-button.btn-unlocked i {
    color: #fff;
    background: #72d272;
    border-color: transparent;
}


html[lang="ar"] div#dynaForm-toolbar:before {
    top: -4px;
}


body.smart-style-6 a.open-pdf {
    background: var(--theme-primary-dark)!important;
    border-radius: 12px!important;
    height: 36px!important;
    border-color: transparent!important;
    width: 34px!important;
}
a.open-pdf i {
    color: #fff!important;
}

.smart-rtl .MessageBoxMiddle {
    left: auto;
    right: 0;
    width: 100%;
}


.smart-rtl .MessageBoxMiddle .pText {
    margin-left: 0;
    margin-right: 50px;
}

[lang="ar"] .MessageBoxMiddle .MsgTitle i,
[lang="ar"] .MessageBoxMiddle .pText i {
    transform: rotate(180deg);
}

[lang="ar"] .non-accordion-panel .panel-default {
    border-left: 1px solid #ddd!important;
    border-right: 2px solid var(--theme-primary-dark) !important;
}

.panel-default .panel-body > .k-grid > .k-grid-content:not(.panel-default .panel-body > .k-grid > .k-grid-header + .k-grid-content) {
    margin-top: 20px;
}

.smart-accordion-default.non-accordion-panel.panel-group .panel-title a,
.smart-accordion-default.non-accordion-panel.panel-group .panel-title a.collapsed {
    border-bottom: 1px solid #f4f2ee !important;
    border-radius: 16px 16px 0 0;
}

[title="all_documents_download"] {
    margin-top: 20px;
}
.dashboard {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.dashboard .jarviswidget {
    width: 100%;
    margin: 0;
}


.dashboard .jarviswidget header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard .jarviswidget header button.btn.btn-primary,
.dashboard .jarviswidget header button.btn.btn-primary i {
    background: var(--theme-primary-dark)!important;
    color: #fff!important;
    font-weight: 600;
    padding: 10px 20px;
}


.dashboard .jarviswidget header button.btn.btn-primary:hover,
.dashboard .jarviswidget header button.btn.btn-primary:hover i {
    background: var(--theme-dark)!important;
}
.dashboard .jarviswidget header button.btn.btn-primary i {
    font-weight: 300;
    font-size: 16px;
    padding: 0;
    margin: 0 10px 0 0px;
}

.dashboard .jarviswidget header button.btn.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.col3 .dashboard .jarviswidget header button.btn.btn-primary,
.col3 .dashboard .jarviswidget header button.btn.btn-primary i {
    background: var(--theme-dark) !important;
}
.dashboard .dashboard-left {
    width: calc(70% - 20px);
}
.dashboard .dashboard-left .row {
    margin: 0 -20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}


.dashboard .dashboard-left .row:not(:last-child) {
    margin-bottom: 20px;
}

.dashboard .dashboard-right {
    width: 30%;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    box-shadow: 0 15px 30px rgba(46, 73, 102, 0.28);
    padding: 24px;
    background: var(--theme-primary-dark);
    border-radius: 32px;
    display: flex;
    flex-wrap: wrap;
}
.col3 .dashboard .dashboard-right {
    background: var(--theme-dark);
}


.dashboard .dashboard-right .card.upcoming-hearing {
    width: 100%;
    align-items: center;
    align-content: center;
}

.dashboard .dashboard-left .card {
    flex: 1;
    max-width: calc(50% - 40px);
    position: relative;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(176, 138, 87, 0.1) 0%, rgba(240, 235, 225, 1) 15%, rgba(240, 235, 225, 0.55) 25%, rgba(240, 235, 225, 0) 50%, rgba(176, 138, 87, 0.2) 100%);
    border: 1px solid rgba(166, 141, 83, 0.6);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    padding: 24px;

    border-top: 4px solid var(--theme-primary-dark);
    transition: all 0.3s ease;
}

.col3 .dashboard .dashboard-left .card {
    border: 1px solid rgb(92 104 120 / 40%);
    border-top: 4px solid var(--theme-dark);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 15%, rgba(240, 235, 225, 0.55) 25%, rgba(240, 235, 225, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
}


.dashboard .dashboard-left .card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.06);
    transform: scale(1.01);
}

.dashboard .dashboard-left .card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background: radial-gradient(circle at 5% 10%, rgba(166, 141, 83, 0.4) 1px, transparent 4px), radial-gradient(circle at 85% 10%, rgba(166, 141, 83, 0.3) 1px, transparent 5px), radial-gradient(circle at 14% 90%, rgba(166, 141, 83, 0.3) 2px, transparent 5px), radial-gradient(circle at 90% 80%, rgba(166, 141, 83, 0.3) 2px, transparent 6px);
}

.dashboard .dashboard-left .card .card-header h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    color: #333;
    width: calc(100% - 60px);
}

.dashboard .dashboard-left .card .card-header span {
    font-weight: 600;
    color: #7e8896;
    font-size: 13px;
    display: block;
    margin-bottom: 20px;
}

.dashboard .dashboard-left .card .stat .value {
    display: block;
    font-weight: 700;
    color: var(--theme-primary-dark);
    font-size: 26px;
    line-height: 100%;
}

.col3 .dashboard .dashboard-left .card .stat .value {
    color: var(--theme-dark);
}

.dashboard .dashboard-left .card .stat .label {
    color: #7e8896;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
}

.dashboard .dashboard-left .card .card-body {
    display: flex;
    gap: 40px;
    padding-top: 20px;
}
.dashboard .dashboard-left .card .card-body .stat:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.dashboard .dashboard-left .card .card-body .stat {
    transition: all 0.3s ease;
}

.dashboard .dashboard-left .card .card-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 46px;
    height: 46px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08),
    0 2px 6px rgba(0, 0, 0, 0.05);
    background: #f2ebde;
    color: var(--theme-primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.4rem;
}
.col3 .dashboard .dashboard-left .card .card-icon {
    color: var(--theme-dark);
    background: #ddd;
}
.dashboard-right .hearing-title {
    display: flex;
    gap: 10px;
    align-items: center;
}

.dashboard-right .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-right .card-header span.icon {
    width: 42px;
    height: 42px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.05);
    background: #ffffff26;
    color: #f2ede4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #c9b7a5;
    font-size: 18px;
}

.dashboard-right .hearing-title h3 {
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}

.dashboard-right .card-header .badge {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    background: #ffffff26;
    padding: 10px 0;
    border-radius: 36px;
    border: 1px solid #c9b7a5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    min-width: 100px;
}
.dashboard-right .hearing-case p {
    margin: 0;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    line-height: 100%;
}
.dashboard-right .hearing-case {
    margin: 8px 0;
    text-align: center;
    color: #fff;
}

.dashboard-right .hearing-location {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    background: #ffffff26;
    padding: 10px 15px;
    border-radius: 36px;
    border: 1px solid #c9b7a5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    display: inline-flex;
    color: #fff;
    gap: 5px;
    align-items: center;
    min-width: 100%;
    justify-content: center;
}

.hearing-location .icon {
    color: #f2ede4;
    font-size: 13px;
}


.dashboard-right .hearing-meta {
    display: flex;
    gap: 50px;
    margin: 12px 0;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    position: relative;
    align-items: center;
}

.dashboard-right .hearing-meta .meta-item label {
    width: 100%;
}

.dashboard-right .hearing-meta .meta-item {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.dashboard-right .hearing-meta .meta-item span.value {
    width: 100%;
    font-weight: 900;
    color: #fff;
    margin: 5px 0 0 0;
    font-size: 15px;
    line-height: 100%;
}

.dashboard-right .hearing-meta .meta-item span.label {
    width: 100%;
    text-align: left;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.dashboard-right .hearing-meta:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: calc(100% - 20px);
    background: #c9b7a5;
    margin-left: -1px;
}


.dashboard-right .judge-info {
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.1), 0 4px 2px -4px rgba(0, 0, 0, 0.1);
    background: #ffffff26;
    padding: 8px 15px;
    border-radius: 16px;
    border: 1px solid #c9b7a5;
    text-transform: none;
    font-weight: 700;
    font-size: 10px;
    display: flex;
    color: #fff;
    gap: 5px;
    align-items: center;
    font-size: 16px;
    margin-bottom: 8px;
}

.dashboard-right .judge-info span.label {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
}

.dashboard-right .judge-info span.icon {
    width: 42px;
    height: 42px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.05);
    background: #ffffff26;
    color: #e0c39c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #c9b7a5;
    font-size: 14px;
    margin-right: 10px;
}

.dashboard-right .judge-info span.value {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
}

.dashboard-right .judge-info > div {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    line-height: 100%;
}

.dashboard-right .hearing-action a.btn {
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.1), 0 4px 2px -4px rgba(0, 0, 0, 0.1);
    background: var(--theme-primary);
    padding: 10px 15px;
    border-radius: 16px;
    border: 1px solid #c9b7a5;
    text-transform: none;
    font-weight: 700;
    display: flex;
    color: #fff;
    gap: 5px;
    align-items: center;
    width: 100%;
    justify-content: center;
    position: relative;
    font-size: 16px!important;
    font-weight: 600;
}

.dashboard-right .hearing-action a.btn:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f054";
    font-size: 13px;
}

.dashboard-right .hearing-action a.btn:hover {
    background: rgb(220 197 166 / 60%);
    box-shadow: 0 5px 10px -3px rgba(255, 255, 255, 0.1), 0 4px 2px -4px rgba(255, 255, 255, 0.1);
    border-color: #fff;
}


.col3 .dashboard-right .hearing-action a.btn {
    background: var(--theme-dark);
}
[lang="ar"] .dashboard .dashboard-left .card .card-icon {
    right: auto;
    left: 20px;
}

[lang="ar"] .dashboard-right .judge-info span.icon {
    margin-right: 0;
    margin-left: 10px;
}

[lang="ar"] .dashboard-right .hearing-meta .meta-item span.label {
    text-align: right;
}

[lang="ar"] .dashboard-right .hearing-action a.btn:after {
    transform: rotate(180deg);
}

[lang="ar"] .dashboard-right .hearing-title h3 {
    font-size: 15px;
}

[lang="ar"] .dashboard .jarviswidget header button.btn.btn-primary i {
    margin-right: 0;
    margin-left: 10px;
}
.dummy-dash {
    display: none;
}


body div#dynaForm-toolbar:before,
body.col3 div#dynaForm-toolbar:before {
    display: none;
}


.widget-body-toolbar > .more-actions-toggle-btn {
    background: #6a3800;
    border-radius: 16px !important;
    padding: 10px 20px;
    color: #fff;
    position: absolute;
    right: 40px;
    top: -3px;
    border: none;
}

body.smart-style-6 .widget-body-toolbar > .more-actions-toggle-btn i {
    color: #fff!important;
    font-size: 14px;
}

#dynaForm-toolbar.widget-body-toolbar .btn-group {
    display: block !important;
    position: absolute;
    right: 0;
    left: auto !important;
    min-width: 700px;
    max-height: 500px;
    top: 12px;
    border-radius: 16px !important;
    background: #fff !important;
    border: 1px solid var(--theme-primary) !important;
    box-shadow: 0 10px 20px #2e49661c !important;
    padding: 24px !important;
    margin-top: 30px !important;
}




div#dynaForm-toolbar:hover {
    width: unset;
}


.widget-body-toolbar .btn-group .row.more-action-row {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin: 0;
}



.widget-body-toolbar .btn-group .row.more-action-row .action-category-column
 {
    width: unset;
    padding: 0;
    max-width: 206px;
}

.widget-body-toolbar .btn-group .row.more-action-row::before {
    display: none;
}

div#dynaForm-toolbar.widget-body-toolbar .btn-group[style="display: none;"] {
    display: none!important;
}

div#dynaForm-toolbar.widget-body-toolbar .btn-group[style="display: block;"] {
    display: block!important;
}


h4.action-category-heading {
    background: #f8f3ee;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 12px;
    padding-left: 36px;
    border-radius: 20px;
    margin-bottom: 10px;
    color: #444;
    position: relative;
}


/* COMMON */
.action-category-heading:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
    color: var(--theme-primary);
    position: absolute;
    left: 15px;
    top: 9px;
}

/* PARTIES */
.catg-parties-heading:before {
    content: "\f0c0";
    /* fa-users */
}

/* JUDGE & STAFF */
.catg-judge-heading:before {
    content: "\f0e3";
    /* fa-gavel */
}

/* DOCUMENTS */
.catg-documents-heading:before {
    content: "\f15c";
    /* fa-file-lines */
}

/* WITNESS & EXPERT */
.catg-witness-heading:before {
    content: "\f4fc";
    /* fa-user-tie */
}

/* SCHEDULING */
.catg-schedule-heading:before {
    content: "\f073";
    /* fa-calendar-days */
}

/* CASE ADMIN */
.catg-caseadmin-heading:before {
    content: "\f5fd";
    /* fa-layer-group */
}

/* PAYMENTS & ENFORCEMENT */
.catg-payment-heading:before {
    content: "\f09d";
    /* fa-credit-card */
}

/* OTHER */
.catg-other-heading:before {
    content: "\f141";
    /* fa-ellipsis */
}


.widget-body-toolbar .btn-group button.btn.btn-default {
    background: none!important;
    border: none!important;
    color: #6a7788!important;
    text-align: left;
    padding: 4px 10px;
    min-height: 0;
    padding-left: 22px;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    border-radius: 20px !important;
}

.widget-body-toolbar .btn-group button.btn.btn-default:before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #bfbfbf;
    left: 10px;
    top: 11px;
    border-radius: 50%;
}
div#dynaForm-toolbar {
    width: 180px!important;
}

.widget-body-toolbar > .more-actions-toggle-btn.active {
    background: var(--theme-primary);
    box-shadow: none;
}

form[action*="caseinfo/summary"] #dynaForm-toolbar + fieldset + .right-slide-nav + fieldset {
    margin-top: 20px;
}

form[action*="caseinfo/summary"] #dynaForm-toolbar + fieldset + .right-slide-nav + fieldset > .row {
    width: 100%;
}

#dynaForm-toolbar ~ fieldset > .row .form-group {
    margin: 0;
}

table.table.table-hover.table-bordered tr th {
    background: var(--theme-primary);
}



form[action*="payment"] .widget-body-toolbar + fieldset:first-of-type > .form-group {
    width: calc(25% - 20px);
    float: left;
    display: flex;
    margin: 0px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

form[action*="payment"] .widget-body-toolbar + fieldset:first-of-type > .form-group label[class*="col"] {
    width: 100%;
    text-align: left;
    color: rgba(255, 255, 255, 0.75) !important;
    padding: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 11px;
}

form[action*="payment"] .widget-body-toolbar + fieldset:first-of-type > .form-group label[class*="col"] + [class*="col"] {
    width: 100%;
    padding: 0;
}

form[action*="payment"] .widget-body-toolbar + fieldset:first-of-type > .form-group label[class*="col"] + [class*="col"] .form-control-static {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
}

.widget-body-toolbar .btn-group button.btn.btn-default i {
    display: none;
}


body [ng-controller="CASEINFORECEIPTCTRL"][action*="filereceipt"] .widget-body-toolbar + fieldset:first-of-type {
    justify-content: center;
    background: #fff!important;
    padding: 20px;
    border-radius: 32px;
    border: 1px solid #b08a572e!important;
    box-shadow: 0 10px 30px #2e49660f;
    display: unset;
}

body [ng-controller="CASEINFORECEIPTCTRL"][action*="filereceipt"] .widget-body-toolbar + fieldset:first-of-type > div > .row:first-child .col-sm-12 img {
    display: block;
    margin: 0 auto 20px auto;
}


body [ng-controller="CASEINFORECEIPTCTRL"][action*="filereceipt"] .widget-body-toolbar + fieldset:first-of-type > div > .row:first-child .col-sm-12 img + strong {
    width: 100%!important;
    display: block;
}

body [ng-controller="CASEINFORECEIPTCTRL"][action*="filereceipt"] .widget-body-toolbar + fieldset:first-of-type > div > .row:first-child .col-sm-12 img + strong ~ strong:last-child {
    margin-bottom: 50px;
    display: block;
    margin-top: 10px;
}


body [ng-controller="CASEINFORECEIPTCTRL"][action*="filereceipt"] .widget-body-toolbar + fieldset:first-of-type > div > .row address {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body [ng-controller="CASEINFORECEIPTCTRL"][action*="filereceipt"] .widget-body-toolbar + fieldset:first-of-type > div > .row address strong {
    display: block;
    width: 100%;
}

body [ng-controller="CASEINFORECEIPTCTRL"][action*="filereceipt"] .widget-body-toolbar + fieldset:first-of-type > div > .row address strong span {
    font-weight: 400;
}








.dashboard-left.dashboard-fluid {
    width: 100%;
}

.dashboard-left.dashboard-fluid .card {
    min-height: 190px;
    padding-bottom: 90px;
}

.dashboard-left.dashboard-fluid .card .card-body {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin: 0;
    padding: 0;
    display: flex;
    min-height: 60px;
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
}

#task-grid .k-header.k-grid-toolbar .toolbar {
    position: relative;
}
#task-grid .k-header.k-grid-toolbar .btn.btn-default.btn-sm[title="Clear Filter(s)"] i,
#task-grid .k-header.k-grid-toolbar .btn.btn-default.btn-sm[title="مسح الفلتر"] i {
    font-size: 14px;
}




#task-grid .k-header.k-grid-toolbar .btn.btn-default.btn-sm[title="Clear Filter(s)"]:hover i,
#task-grid .k-header.k-grid-toolbar .btn.btn-default.btn-sm[title="مسح الفلتر"]:hover i {
    color: var(--theme-dark)!important;
}

.col3 #task-grid .k-header.k-grid-toolbar .btn.btn-default.btn-sm[title="Clear Filter(s)"],
.col3 .k-grid tbody .k-button,
body.smart-style-6.col3 nav > ul ul {
    background: none;
    border-color: var(--theme-dark);
    color: var(--theme-dark);
}

#task-grid .k-header.k-grid-toolbar .btn.btn-default.btn-sm[title="Clear Filter(s)"] {
    background: none!important;
}

[lang="ar"] #task-grid .k-header.k-grid-toolbar .btn.btn-default.btn-sm[title="مسح الفلتر"] {
    left: 80px!important;
    right: auto!important;
    z-index: 99;
    border-color: var(--theme-primary-dark)!important;
}

[lang="ar"] .col3 #task-grid .k-header.k-grid-toolbar .btn.btn-default.btn-sm[title="مسح الفلتر"] {
    border-color: var(--theme-dark)!important;
}
#task-grid .k-header.k-grid-toolbar .btn.btn-default.btn-sm[title="Clear Filter(s)"]:hover,
#task-grid .k-header.k-grid-toolbar .btn.btn-default.btn-sm[title="مسح الفلتر"]:hover {
    background: none;
}




body.smart-style-6 nav ul li a,
body.smart-style-6 nav ul li.open > a,
body.smart-style-6 nav ul li.open > a b {
    color: var(--theme-primary-dark)!important;
}


body.smart-style-6.col3 nav ul li a,
body.smart-style-6.col3 nav ul li.open > a,
body.smart-style-6.col3 nav ul li.open > a b {
    color: var(--theme-dark)!important;
}


body.smart-style-6 nav > ul ul li a i {
    font-size: 12px!important;
    margin-right: 5px;
    min-width: 20px;
    position: absolute!important;
    top: 10px;
    margin: 0;
}

body.smart-style-6 nav > ul ul li a {
    position: relative;
    padding-left: 34px;
}

body.smart-style-6 nav > ul ul li a .menu-item-parent:before {
    content: "\f15b";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 11px;
    width: 20px;
    top: 12px;
    display: inline-flex;
    justify-content: center;
    color: var(--theme-primary-dark);
    font-size: 11px!important;
}

body.smart-style-6.col3 nav > ul ul li a .menu-item-parent:before {
    color: var(--theme-dark);
}

body.smart-style-6 nav > ul ul li a i + .menu-item-parent:before {
    display: none;
}

body.col3.smart-style-6 .minifyme {
    background: none;
}

.col3 #shortcut a.close-shortcut .fa,
.col3 .modal-header .close {
    background: #ddd !important;
}

body.smart-style-6.col3 .ajax-notifications .fa-4x.fa-border {
    background: var(--theme-dark);
    outline: 2px solid var(--theme-dark);
    border: 2px solid #fff !important;
}

body.smart-style-6.col3 .ajax-notifications .fa-4x.fa-border:before {
    color: #fff;
}


.dashboard .dashboard-left.dashboard-fluid .card {
    max-width: calc(33.33% - 27px);
}

.col3 tr:nth-child(even) {
    background: rgb(93 104 120 / 1%) !important;
}

body.col3 .k-grid-content tr:hover{
   background: rgb(93 104 120 / 5%) !important; 
}

body.col3 .k-pager-wrap {
    background: #ededf4;
}

html[lang="ar"] body.smart-style-6 nav > ul ul li a {
    padding-left: 10px;
    padding-right: 34px;
}

[lang="ar"] body.smart-style-6 nav > ul ul li a .menu-item-parent:before {
    left: auto;
    right: 11px;
}

div#confirmSection {
    text-align: left!important;
}

[lang="ar"] div#confirmSection {
    text-align: right!important;
}

[lang="ar"] .pager.wizard li.previous {
    margin-right: 0;
    margin-left: auto;
}

#otherSubProceeding_column input#otherSubProceeding {
    max-width: 340px;
}

body.col3 #dynaForm-toolbar ~ fieldset > .row p.form-control-static {
    color: #fff !important;
}
.widget-body-toolbar + fieldset:first-of-type ~ fieldset > style ~ .row .col-md-6 {
    margin: 0;
    width: 50%;
}
.right-slide-nav .nav-item.active, .right-slide-nav .nav-item:hover {
    background: var(--theme-primary-dark);
}
.col3 .right-slide-nav .nav-item.active, .col3 .right-slide-nav .nav-item:hover {
    background: var(--theme-dark);
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] .control-label {
    min-width: 200px;
    max-width: 200px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

[lang="ar"] [ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] .control-label {
    text-align: right;
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] .form-group {
    margin-left: 0;
	margin-right: 0;
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] .control-label + [class*="col-lg"] {
    width: calc(100% - 200px);
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] label.checkbox-inline {
    margin-top: 4px;
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] .tox.tox-tinymce {
    margin-bottom: 12px;
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] fieldset .repeating-group ~ .col-md-5 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] fieldset .repeating-group ~ .col-md-5 [class*="col-lg"] {
    width: auto;
    padding: 0;
}
[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] fieldset legend {
    margin-bottom: 20px;
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] fieldset .repeating-group ~ .col-md-5 [class*="col-lg"] b {
    margin-left: 20px;
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] fieldset .repeating-group ~ .col-md-5 [class*="col-lg"] p{
    margin:0;
     margin-left: 20px;
    
}

[lang="ar"] [ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] fieldset .repeating-group ~ .col-md-5 [class*="col-lg"] b {
    margin-left: 0px;
    margin-right:20px;
}

[lang="ar"] [ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] fieldset .repeating-group ~ .col-md-5 [class*="col-lg"] p{
    margin:0;
     margin-left: 0px;
    margin-right:20px;
    
}


[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] ul.repeating-group {
    padding: 0;
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] ul.repeating-group .col-md-6 {
    padding: 0;
}


[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] ul.repeating-group .row {
    margin: 0;
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] ul.repeating-group .col-md-6 .form-group {
    margin-bottom: 0px;
}

.custom-status {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 30px;
    font-weight: 400;
    background: #fff7e5;
    line-height: 100%;
    border: 1px solid #ffdfa3;
    font-size:13px;
    min-width:80px;
    justify-content:center;
    color:#b08a56
}



/* Draft | مسودة */
.status-draft,
.status-مسودة{
    color:#6b7280;
    background:#f3f4f6;
    border-color:#d1d5db;
}

/* New | جديد */
.status-new,
.status-جديد{
    color:#2563eb;
    background:#dbeafe;
    border-color:#93c5fd;
}

/* Issued | موافقة */
.status-issued,
.status-موافقة{
    color:#7c3aed;
    background:#ede9fe;
    border-color:#c4b5fd;
}

/* Application Issuance - Rejected */
.status-application-issuance-rejected{
    color:#dc2626;
    background:#fee2e2;
    border-color:#fca5a5;
}

/* Affidavit Exchange | تبادل المطالبات */
.status-affidavit-exchange,
.status-تبادل-المطالبات{
    color:#0f766e;
    background:#ccfbf1;
    border-color:#5eead4;
}

/* Judge Assignment | تحديد قاضي */
.status-judge-assignment,
.status-تحديد-قاضي{
    color:#4338ca;
    background:#e0e7ff;
    border-color:#a5b4fc;
}

/* Schedule Hearing | تحديد جلسة */
.status-schedule-hearing,
.status-تحديد-جلسة{
    color:#ea580c;
    background:#ffedd5;
    border-color:#fdba74;
}

/* Case Management Conference | إجتماع إدارة الدعوى */
.status-case-management-conference,
.status-إجتماع-إدارة-الدعوى{
    color:#0369a1;
    background:#e0f2fe;
    border-color:#7dd3fc;
}

/* Case Planning Conference | إجتماع خطة القضية */
.status-case-planning-conference,
.status-إجتماع-خطة-القضية{
    color:#7c2d12;
    background:#ffedd5;
    border-color:#fdba74;
}

/* Pre Trial Conference | إجتماع قبل الجلسة */
.status-pre-trial-conference,
.status-إجتماع-قبل-الجلسة{
    color:#9a3412;
    background:#fed7aa;
    border-color:#fb923c;
}

/* Hearing | جلسة */
.status-hearing,
.status-جلسة{
    color:#c2410c;
    background:#ffedd5;
    border-color:#fdba74;
}

/* Finalized | مفصولة */
.status-finalized,
.status-مفصولة{
    color:#059669;
    background:#d1fae5;
    border-color:#6ee7b7;
}

/* Not Finalized | متداولة */
.status-not-finalized,
.status-متداولة{
    color:#b45309;
    background:#fef3c7;
    border-color:#fcd34d;
}

/* Unopposed | لم يتم الرد من قبل المددعى علية */
.status-unopposed,
.status-لم-يتم-الرد-من-قبل-المددعى-علية{
    color:#92400e;
    background:#fef3c7;
    border-color:#fcd34d;
}

/* Scheduled Court Roll | قائمة الجلسات */
.status-scheduled-court-roll,
.status-قائمة-الجلسات{
    color:#1d4ed8;
    background:#dbeafe;
    border-color:#93c5fd;
}

/* Removed from Court Roll | الحذف من القائمة */
.status-removed-from-court-roll,
.status-الحذف-من-القائمة{
    color:#dc2626;
    background:#fee2e2;
    border-color:#fca5a5;
}

/* Schedule to Roll | الاضافة الى قائمة الجلسات */
.status-schedule-to-roll,
.status-الاضافة-الى-قائمة-الجلسات{
    color:#2563eb;
    background:#dbeafe;
    border-color:#93c5fd;
}

/* Attached | مرفق */
.status-attached,
.status-مرفق{
    color:#0f766e;
    background:#ccfbf1;
    border-color:#5eead4;
}

/* Accepted | موافق عليها */
.status-accepted,
.status-موافق-عليها{
    color:#15803d;
    background:#dcfce7;
    border-color:#86efac;
}

/* Properties Transferred | تحويل الاعدادات */
.status-properties-transferred,
.status-تحويل-الاعدادات{
    color:#7c2d12;
    background:#ffedd5;
    border-color:#fdba74;
}

/* Schedule Sale | تحديد موعد البيع */
.status-schedule-sale,
.status-تحديد-موعد-البيع{
    color:#be185d;
    background:#fce7f3;
    border-color:#f9a8d4;
}

/* Execution Conducted | تنفيذ تنفيذ */
.status-execution-conducted,
.status-تنفيذ-تنفيذ{
    color:#991b1b;
    background:#fee2e2;
    border-color:#fca5a5;
}

/* Manual Execution | التنفيذ اليدوي */
.status-manual-execution,
.status-التنفيذ-اليدوي{
    color:#7f1d1d;
    background:#fecaca;
    border-color:#f87171;
}

/* Inactive | غير مفعلة */
.status-inactive,
.status-غير-مفعلة{
    color:#6b7280;
    background:#f4f4f5;
    border-color:#d4d4d8;
}

/* Case Withdrawn | شطب الدعوى */
.status-case-withdrawn,
.status-شطب-الدعوى{
    color:#b91c1c;
    background:#fee2e2;
    border-color:#fca5a5;
}

/* Pending Opposition | فى انتظار الرد */
.status-pending-opposition,
.status-فى-انتظار-الرد{
    color:#92400e;
    background:#fef3c7;
    border-color:#fcd34d;
}

/* Pending Defendence */
.status-pending-defendence{
    color:#a16207;
    background:#fef9c3;
    border-color:#fde047;
}

/* Registered | مسجلة */
.status-registered,
.status-مسجلة{
    color:#1d4ed8;
    background:#dbeafe;
    border-color:#93c5fd;
}

/* Scheduled Appeal Court Roll | قائمة الجلسات فى الاستئناف */
.status-scheduled-appeal-court-roll,
.status-قائمة-الجلسات-فى-الاستئناف{
    color:#4338ca;
    background:#e0e7ff;
    border-color:#a5b4fc;
}

/* Pending Criminal Case Outcome */
.status-pending-criminal-case-outcome,
.status-في-انتظار-حكم-الدعوى-الجنائية{
    color:#9f1239;
    background:#ffe4e6;
    border-color:#fda4af;
}

/* Summon Lapsed | استدعاء */
.status-summon-lapsed,
.status-استدعاء{
    color:#a16207;
    background:#fef9c3;
    border-color:#fde047;
}

/* Case Lapsed | تاريخ انتهاء القضية */
.status-case-lapsed,
.status-تاريخ-انتهاء-القضية{
    color:#854d0e;
    background:#fef3c7;
    border-color:#fcd34d;
}

/* Request Info | طلب معلومات */
.status-request-info,
.status-طلب-معلومات{
    color:#0369a1;
    background:#e0f2fe;
    border-color:#7dd3fc;
}

/* Pending Payment | معلقة للسداد */
.status-pending-payment,
.status-معلقة-للسداد{
    color:#b45309;
    background:#fef3c7;
    border-color:#fcd34d;
}

/* Paid | مسددة */
.status-paid,
.status-مسددة{
    color:#047857;
    background:#d1fae5;
    border-color:#6ee7b7;
}

/* Unpaid | غير مسددة */
.status-unpaid,
.status-غير-مسددة{
    color:#dc2626;
    background:#fee2e2;
    border-color:#fca5a5;
}

/* Closed | مغلقة */
.status-closed,
.status-مغلقة{
    color:#4338ca;
    background:#e0e7ff;
    border-color:#a5b4fc;
}

/* Pending with Case Manager | إدارة الدعوى */
.status-pending-with-case-manager,
.status-إدارة-الدعوى{
    color:#0369a1;
    background:#e0f2fe;
    border-color:#7dd3fc;
}

/* Supervisor Review */
.status-routed-to-supervisor-judge-for-review-after-due-date,
.status-محالة-للقاضي-المشرف-للمراجعة-لانتهاء-المدة,
.status-pending-supervisor-judge-review,
.status-معلقة-لمراجعة-القاضي-المشرف{
    color:#7c3aed;
    background:#ede9fe;
    border-color:#c4b5fd;
}

/* Payment Done | تم سداد الرسوم */
.status-payment-done,
.status-تم-سداد-الرسوم{
    color:#15803d;
    background:#dcfce7;
    border-color:#86efac;
}

/* Pending with Armex | أرامكس */
.status-pending-with-armex,
.status-أرامكس{
    color:#9a3412;
    background:#ffedd5;
    border-color:#fdba74;
}

/* Pending Fee Review */
.status-pending-fee-review-by-execution-finance-supervisor,
.status-معلقة-لمراجعة-الرسوم{
    color:#a16207;
    background:#fef9c3;
    border-color:#fde047;
}

/* Cancel Mediation | شطب الدعوى */
.status-cancel-mediation{
    color:#b91c1c;
    background:#fee2e2;
    border-color:#fca5a5;
}

/* Judgement */
.status-judgement,
.status-حكم{    
	color:#4338ca;
    background:#e0e7ff;
    border-color:#a5b4fc;
}

/* Judge Request For More Info */
.status-judge-request-for-more-info{
    color:#0369a1;
    background:#e0f2fe;
    border-color:#7dd3fc;
}

/* Pending Judge Review */
.status-pending-judge-review{
    color:#7c3aed;
    background:#ede9fe;
    border-color:#c4b5fd;
}

/* New Request Info */
.status-new-request-info{
    color:#0284c7;
    background:#e0f2fe;
    border-color:#7dd3fc;
}

/* Arbitration Pending */
.status-arbitration-case-pending-with-head-of-court,
.status-معلقة-عند-رئيس-المحكمة,
.status-arbitration-case-pending-with-judge,
.status-معلقة-عند-الفاضي{
    color:#5b21b6;
    background:#ede9fe;
    border-color:#c4b5fd;
}

/* Head of Court Request For More Info */
.status-head-of-court-request-for-more-info{
    color:#0f766e;
    background:#ccfbf1;
    border-color:#5eead4;
}

/* Pending Party Penalty Payment */
.status-pending-party-penalty-payment,
.status-في-انتظار-دفع-الغرامة-من-قبل-الطرف{
    color:#b91c1c;
    background:#fee2e2;
    border-color:#fca5a5;
}

/* Pending Payment For Doctor Request */
.status-pending-payment-for-doctor-request{
    color:#b45309;
    background:#fef3c7;
    border-color:#fcd34d;
}

/* Secondment | ندب الخبراء */
.status-secondment,
.status-ندب-الخبراء{
    color:#7c2d12;
    background:#ffedd5;
    border-color:#fdba74;
}

/* Doctor Secondment */
.status-doctor-secondment{
    color:#9a3412;
    background:#fed7aa;
    border-color:#fb923c;
}

/* Update Case Type | تحديث نوع القضية */
.status-update-case-type,
.status-تحديث-نوع-القضية{
    color:#0f766e;
    background:#ccfbf1;
    border-color:#5eead4;
}

/* Pending Payment For Mediator Request */
.status-pending-payment-for-mediator-request{
    color:#b45309;
    background:#fef3c7;
    border-color:#fcd34d;
}

/* Pending Payment For Secondment */
.status-pending-payment-for-secondment,
.status-في-انتظار-الدفع-لندب-الخبير{
    color:#b45309;
    background:#fef3c7;
    border-color:#fcd34d;
}

/* Execution | التنفيذ */
.status-execution,
.status-التنفيذ{
    color:#be123c;
    background:#ffe4e6;
    border-color:#fda4af;
}

/* Pending Cheque Bounce Approver */
.status-pending-cheque-bounce-approver{
    color:#991b1b;
    background:#fee2e2;
    border-color:#fca5a5;
}

/* Mediation Secondment */
.status-mediation-secondment,
.status-تعيين وسيط{
    color:#7c2d12;
    background:#ffedd5;
    border-color:#fdba74;
}

/* Pending with Mediator */
.status-pending-with-mediator{
    color:#0369a1;
    background:#e0f2fe;
    border-color:#7dd3fc;
}

/* Pending Report Review */
.status-pending-report-review{
    color:#7c3aed;
    background:#ede9fe;
    border-color:#c4b5fd;
}

/* Transfered To Mediation */
.status-transfered-to-mediation{
    color:#0f766e;
    background:#ccfbf1;
    border-color:#5eead4;
}

/* Referral to a counseling room */
.status-referral-to-a-counseling-room,
.status-الدعاوى المحالة لغرفة المشورة {
    color:#92400e;
    background:#fef3c7;
    border-color:#fcd34d;
}

/* Auto Reject Due to Fee Payment Expiry */
.status-auto-reject-due-to-fee-payment-expiry{
    color:#dc2626;
    background:#fee2e2;
    border-color:#fca5a5;
}

/* Cheque Bounce Duplicate Task Deleted */
.status-cheque-bounce-duplicate-task-deleted{
    color:#6b7280;
    background:#f3f4f6;
    border-color:#d1d5db;
}

/* Referred to Family Mediation */
.status-referred-to-the-family-mediation,
.status-إحالة-النزاع-للتوجيه-الأسري{
    color:#0369a1;
    background:#e0f2fe;
    border-color:#7dd3fc;
}

/* Consolidated */
.status-consolidated{
    color:#374151;
    background:#e5e7eb;
    border-color:#cbd5e1;
}

/* Reserve for Judgment | حجز للحكم */
.status-reserve-for-judgment,
.status-حجز-للحكم{
    color:#7c2d12;
    background:#ffedd5;
    border-color:#fdba74;
}

/* Scheduled Hearing After Meeting */
.status-scheduled-hearing-after-meeting{
    color:#c2410c;
    background:#ffedd5;
    border-color:#fdba74;
}

.k-grid tbody [role="gridcell"] .k-button{
 background:var(--theme-primary) ;
 border-color:transparent;
}

.k-grid tbody [role="gridcell"] .k-button:hover{
 background:var(--theme-primary-dark) ;
}

.k-grid tbody [role="gridcell"] .k-button i{
color:#fff;
}

.col3 .k-grid tbody [role="gridcell"] .k-button{
 background:var(--theme-dark);
 border-color:transparent;
}

.col3 .k-grid tbody [role="gridcell"] .k-button:hover{
 background:#333 ;
}



.pager.wizard li a.btn.btn-default.draft {
    background: var(--theme-primary-dark)!important;
    color: #fff!important;
    border-color: transparent!important;
}

.pager.wizard li a.btn.btn-default.draft:hover {
    background: var(--theme-dark)!important;
}


.col3 .pager.wizard li a.btn.btn-default.draft {
    background: var(--theme-dark)!important;
    color: #fff!important;
    border-color: transparent!important;
}

.col3  .pager.wizard li a.btn.btn-default.draft:hover {
    background: #333 !important
}


body.col3.smart-style-6 .btn-primary, body.col3.smart-style-6 .btn-primary:hover{
    border-color: transparent!important;
}

.bootstrapWizard li .step {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #eee !important;
    color: #888 !important;
    outline: 1px dotted #997956;
}

.bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step {
    background: var(--theme-primary-dark)!important;
    color: #fff!important;
}

.col3 .bootstrapWizard li.active .step, .col3 .bootstrapWizard li.active.complete .step {
    background: var(--theme-dark)!important;
}

.bootstrapWizard li:before {
    border-width: 1px!important;
    border-color: #ccc!important;
}

body.col3 .bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step {
    background: var(--theme-dark) !important;
    border-color: var(--theme-dark) !important;
}

.col3.smart-style-6 .k-dropdown-wrap > span.k-input {
    padding-left: 10px;
    line-height: 2.2em;
}
body.smart-style-6.minified nav > ul {
    margin-top: 0px;
    padding-left: 8px;
    padding-top: 10px;
    padding-right: 8px;
}
body.smart-style-6.minified nav>ul>li>ul {
    margin-left: -8px;
    min-width: 220px;
    z-index: 9999;
    border: none;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 10px 30px #2e49661c;
    border: 1px solid #f1e9e1;
    border-top: none;
    background: #fff!important;
    padding-bottom:20px;
    padding-right:10px;
}

body.smart-style-6.minified nav ul li a i, body.smart-style-6.minified nav>ul>li>a .fa.fa-fw {
    position: static!important;
    margin-top: 0!important;
    padding: 6px 8px!important;
    width: 100%;
    height: auto;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 14px;
}


body.smart-style-6.minified nav>ul>li>a>.menu-item-parent {
    min-width: 220px;
    padding: 0;
    left: 45px;
    margin-left: -8px;
    margin-top: 0px;
    background: #6a3800;
    border-radius: 24px 24px 0 0;
    border: none;
    box-shadow: none!important;
    padding-left: 28px;
    padding-right: 20px;
    white-space: normal;
    line-height: 100%;
    box-sizing: border-box;
    color: #fff;
    height: 42px;
}



body.smart-style-6.minified nav>ul>li>ul a {padding: 10px!important;}

body.smart-style-6.minified nav>ul>li>ul a i {
    min-height: 0;
    padding: 0!important;
    margin-right: 5px;
    vertical-align: top!important;
    margin-top: 3px!important;
}

body.smart-style-6.minified nav>ul>li>ul a span.menu-item-parent:not(body.smart-style-6.minified nav>ul>li>ul a i ~ span.menu-item-parent) {
    padding-left: 25px;
}

body.smart-style-6.minified nav>ul>li:hover > a > span.menu-item-parent {display: flex!important;align-items: center;}

body.smart-style-6.minified nav>ul>li>ul li.active a i {color:#fff}

body.smart-style-6 nav > ul li.active ul li.active a .menu-item-parent:before {
    color: #fff;
}
body.smart-style-6.minified nav>ul>li>ul a  span.menu-item-parent {
    word-break: break-all;
    max-width: 130px;
}


body.smart-style-6 nav > ul ul li.active > a i {
    color: #fff;
} 
body.smart-style-6.minified nav>ul>li>a:not([href*="#"])>.menu-item-parent {
    border-radius: 24px;
}
.k-header.k-grid-toolbar .btn.btn-default.btn-sm:hover, .k-grid-content > .text-left .btn.btn-default.btn-sm:hover {
    background: var(--theme-primary-dark);
}
.col3 .k-header.k-grid-toolbar .btn.btn-default.btn-sm:hover, .col3 .k-grid-content > .text-left .btn.btn-default.btn-sm:hover {
    background: var(--theme-dark);
}

body.smart-style-6.minified nav ul li a {
    border: none !important;
}

body.smart-style-6.minified nav ul li.active > a {
    color: #fff !important;
}

.pager.wizard li .btn i {display:none!important}



/*New theme update*/


.dashboard .dashboard-left .card{
    background: #fcfaf5!important;
}


.dashboard .dashboard-left .card::after {display:none;}

aside#left-panel, .fixed-header #main {
    background: #fbf9f5 !important;
    border-color: #d4c7b4;
    border-width: 1px;
}
body.smart-style-6 nav > ul::before {
    background: #fbf9f5;
    color: #666;
}

body.smart-style-6 nav ul li a {
    border-bottom: 1px solid rgb(212,199,180) !important;
    border-bottom-style: dashed !important;
    border-radius:0;
    margin-bottom:1px;
}

body.smart-style-6 nav ul li a:hover{
    border-radius:16px;
}

body.smart-style-6 nav ul li.open > a {
      border-radius:16px;
}
body.smart-style-6 nav ul li.active > a{
    border-radius:16px;
}

body.smart-style-6.col3 .jarviswidget > header {
    background: none!important;
}



body.smart-style-6 .dashboard .jarviswidget i {
    color: #fff !important;
    margin: 0 5px;
    display: inline-block;
    font-size: 16px;
    margin-top: -2px;
}


.k-grid-header th.k-header .k-header-column-menu .k-icon {
    position: static;
    filter: invert(1) brightness(10);
	margin-top: 3px;
}

body.smart-style-6.col3 .btn-primary:active, body.smart-style-6.col3 .btn-primary:focus, body.smart-style-6.col3 .btn-primary:hover {
    background: #333 !important;
}

.smart-style-6 .k-filter-row .k-dropdown-wrap > span.k-input {
    visibility: hidden;
}

[lang="ar"] .smart-style-6 .k-filter-row .k-dropdown-wrap span.k-icon.k-filter {
    margin-left: 3px;
    margin-top: -2px;
}

body.col3 .pager.wizard .draft:hover, body.col3 .MessageBoxButtonSection #bot2-Msg1:hover, body.col3 .btn.txt-color-darken:hover {
    background: #333 !important;
    border: 2px solid #333 !important;
    color: #fff;
}


body.col3 button.btn[data-dismiss="modal"]:hover, body.col3 .pager.wizard .cancel:hover, body.col3 .pager.wizard .disabled .btn-default:hover, body.col3 .MessageBoxButtonSection #bot1-Msg1:hover, body.col3 .pager.wizard .previous .btn-default:hover, body.col3 .widget-body form .btn.btn-default[type="reset"]:hover, body.col3 .btn[onclick*="?retainState"]:hover, body.col3 .MessageBoxButtonSection #bot1-Msg2, #reset:hover, html body.col3 .pager.wizard .disabled .btn-default:hover, body.col3 #userRegistrationWizard .btn.btn-default:hover, body.col3 .form-actions .col-md-10.col-md-offset-2 button.btn.btn-default:hover {
    background: #333 !important;
    border-color:#333 !important;
    color: #fff !important;
}


html body.smart-style-6.col3 .btn-primary.btn[data-dismiss="modal"], html body.smart-style-6.col3 .btn-primary.btn[data-dismiss="modal"]:hover {
    color: #fff !important;
    border: 2px solid transparent !important;
}



body.smart-style-6 .login-info a span {
    max-width: 240px;
    margin-left: 10px;
	white-space: normal;
}

html[lang="ar"] body.smart-style-6 .login-info a span{margin-right:0;}

.smart-rtl.minified.minified nav>ul>li>ul {
    right: 24px;
    padding-right: 0;
    padding-left: 10px;
    min-width: 221px;
}

#CaseInfo-panel header ~ div:not([class]) {
    border: none !important;
    background: none !important;
}



.k-widget.k-timepicker.k-header {
    background: none;
}

.k-widget.k-timepicker.k-header .k-picker-wrap.k-state-default {
    border-radius: 8px !important;
    box-shadow: var(--shadow-sm) !important;
    border-color: #ddd !important;
}

.k-widget.k-timepicker.k-header .k-picker-wrap.k-state-default input {
    border-radius: 8px;
}



.k-popup.k-list-container, .k-popup.k-calendar-container {border-radius: 8px !important;box-shadow: var(--shadow-sm) !important;border-color: #ddd !important;}

.k-calendar .k-footer .k-nav-today {
    border: none!important;
    box-shadow: none!important;
    margin-bottom: -3px;
    padding-top: 12px;
    font-weight: 600;
    background: #f5f5f5!important;
    text-decoration: none!important;
}

.k-popup .k-calendar {
    box-shadow: none;
}

.k-calendar .k-footer .k-nav-today:hover {
    color: var(--secondary);
}


.k-calendar th {
    font-weight: 600;
}

.k-calendar .k-header {
    font-weight: 600;
}

.k-calendar .k-header .k-link.k-nav-prev, .k-calendar .k-header .k-link.k-nav-next {
    background-color: #ddd;
    border-radius: 36px!important;
}

body .k-calendar-container tr:nth-child(even) {
    background: #fff !important;
}

body.smart-style-6 .k-today.k-state-focused * {
    color: #fff !important;
    background: var(--theme-primary-dark);
    border-radius: 6px !important;
}


body.smart-style-6.col3 .k-today.k-state-focused * {
    color: #fff !important;
    background: var(--theme-dark);
    border-radius: 6px !important;
}


form#lawFirm fieldset {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    padding-top: 40px;
    box-shadow: 0 5px 5px 0px #eee;
}

form#lawFirm fieldset legend {
    position: relative;
    top: 30px;
    border-bottom: 1px solid #ddd;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

form#lawFirm fieldset .form-group {
    margin-left: 0;
    margin-right: 0;
}

form#lawFirm fieldset .form-group label[class*="col"] {
    width: 200px;
    text-align: left;
    padding-left: 0;
    padding-right: 10px;
}

form#lawFirm fieldset .form-group label[class*="col"] + [class*="col"] {
    width: calc(100% - 200px);
}

form#lawFirm fieldset .form-group label[class*="col"]:after {
    position: absolute;
    content:":";
    right: 0px;
    top: 7px;
}

[lang="ar"] form#lawFirm fieldset .form-group label[class*="col"]:after {
    left: 0px;
    right:auto;
}

[lang="ar"] form#lawFirm fieldset .form-group label[class*="col"]{
    padding-left: 10px;
    padding-right: 0;
}

form#lawFirm fieldset ~ .form-actions {
    margin-top: 24px;
    margin-bottom: 0;
}

[lang="ar"]  form#lawFirm fieldset .form-group label[class*="col"]{text-align:right;}


body.smart-style-6 .btn-primary i {
    display: none;
}

.k-calendar td.k-weekend * {
    background: #eee;
    color: #999;
    border-radius: 8px !important;
    text-align: center;
    padding: 0 !important;
}


.tab-pane #notificationType_column .help-block {
    position: absolute;
}





.tab-pane[data-tabpane-name="case_summary"] > fieldset > legend +  fieldset {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    padding-top: 70px;
    box-shadow: 0 5px 5px 0px #eee;
    margin: 0 -13px;
    margin-bottom: 20px;
    margin-top: -40px;
}

.tab-pane[data-tabpane-name="case_summary"] > fieldset > legend {
    position: relative;
    top: 20px;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-left: -13px;
    margin-right: -13px;
    width: calc(100% + 26px);
}

.tab-pane[data-tabpane-name="case_summary"] > fieldset .row {
}

.tab-pane[data-tabpane-name="case_summary"] > fieldset .row .form-group label[class*="col"] {
    width: 200px;
    text-align: left;
    padding-left: 0;
    padding-right: 10px;
}

.tab-pane[data-tabpane-name="case_summary"] > fieldset .row .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
}

.tab-pane[data-tabpane-name="case_summary"] > fieldset .row .form-group label[class*="col"] + [class*="col"] {
    width: calc(100% - 200px);
}

.tab-pane[data-tabpane-name="case_summary"] > fieldset .row .form-group label[class*="col"]:after {
    position: absolute;
    content:":";
    right: 0px;
    top: 7px;
}

[lang="ar"] .tab-pane[data-tabpane-name="case_summary"] > fieldset .row .form-group label[class*="col"]:after {
    left: 0px;
    right:auto;
}

[lang="ar"]  .tab-pane[data-tabpane-name="case_summary"] > fieldset .row .form-group label[class*="col"] {
    padding-left: 10px;
    padding-right: 0;
    text-align:right;
}

.jarviswidget #calendar input[type="checkbox"] {
    margin-right: 20px;
    vertical-align: middle;
}

[lang="ar"] .jarviswidget #calendar input[type="checkbox"] {
    margin-right: 0;
    margin-left: 20px;
    top: -2px;
}


.smart-accordion-default .panel-default>.panel-heading + .panel-collapse .panel-body {
    padding-top: 12px;
}

[lang="ar"] [ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] .checkbox-inline + p.info-block {
    margin-top: 12px;
}

.k-pager-sizes .k-dropdown .k-dropdown-wrap {
    height: 30px;
}

.notification-body i {
    font-style: normal;
}



#dynaForm-toolbar + legend + fieldset > .row p.form-control-static, body.col3 #dynaForm-toolbar + legend + fieldset > .row p.form-control-static {
    color: #333 !important;
}


div#dynaForm-toolbar + legend {
    font-weight: 600;
    text-transform: none;
    font-size: 24px!important;
    color: var(--theme-primary-dark);
}

.col3 div#dynaForm-toolbar + legend {
    color: var(--theme-dark);
}


#documentGroupKey_column .toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#documentGroupKey_column .toolbar .btn.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

 

[action*="linkmycases"] div#dynaForm-toolbar + fieldset > .form-group {
    width: 25%;
    margin-bottom: 0;
}
[action*="linkmycases"] div#dynaForm-toolbar + fieldset > .form-group .control-label {
    width: 100%;
    text-align: left;
    color: #fff!important;
}


[lang="ar"] [action*="linkmycases"] div#dynaForm-toolbar + fieldset > .form-group .control-label{text-align:right;}

[action*="linkmycases"] div#dynaForm-toolbar + fieldset > .form-group .control-label + [class*="col"] {
    width: 100%;
} 


.right-slide-nav ~ fieldset + div:not([class]) a[href*="accordian"], .right-slide-nav ~ .page-clearfix + div:not([class]) a[href*="accordian"] {
display:none!important;;
}

.right-slide-nav ~ fieldset + div:not([class]), .right-slide-nav ~ .page-clearfix + div:not([class]) {
    opacity:0.1;
}

div#confirmSection {
    padding:16px 24px;
    font-size: 18px;
    display: inline-flex;
    border-radius: 16px;
    backdrop-filter: blur(6px);
    width: 100%;
    color: var(--theme-primary-dark);
    background: rgb(255 255 255 / 80%) !important;
    border: 1px dashed var(--theme-primary-dark)!important;
    box-shadow: none;
}

#confirmSection span {
    font-weight: 900!important;
    margin-left: 32px!important;
}

[lang="ar"] #confirmSection span {
    margin-left: 0!important;
    margin-right:32px!important;
}

#confirmSection label {
    margin: 0;
    padding-left: 0px;
}

body.smart-style-6 #confirmSection  input[type=checkbox]:after {
    border-color: var(--theme-primary-dark);
    width: 24px;
    height: 24px;
    top: -3px!important;
    margin: 0!important;
}

body.smart-style-6 #confirmSection input[type=checkbox] {
    margin: 0 0 0 0px!important;
}

body.smart-style-6 #confirmSection input[type="checkbox"]:checked:after {
    background: var(--theme-primary-dark)!important;
}

html[lang="ar"] div#dynaForm-toolbar {
    margin-left: 50px;
}

[lang="ar"] #dynaForm-toolbar.widget-body-toolbar .btn-group {
    right: auto!important;
    left: 0!important;
}

[lang="ar"] .action-category-heading {
    padding-left: 12px;
    padding-right: 36px;
}

[lang="ar"] .action-category-heading:before {
    left: auto;
    right: 10px;
}

[lang="ar"]  .widget-body-toolbar .btn-group button.btn.btn-default {
    text-align: right;
    padding-left: 10px;
    padding-right: 22px;
}

[lang="ar"]  .widget-body-toolbar .btn-group button.btn.btn-default:before {
    left: auto;
    right: 10px;
}

[lang="ar"]  body.smart-style-6 .btn i {
    margin-right: 0;
    margin-left: 5px;
    margin-top: 0;
}

#documentGroupKey_column p.info-block {
    font-weight: 600;
    color: #8f5f29;
    margin: 0;
    padding: 12px;
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    margin-top: -15px;
    padding-top: 17px;
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] div#ptoCplOriginatingCaseNo_column, [ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] #finalClaim_column, 
[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] div#caseDetails_column, 
[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] #parties_column, 
[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] #notificationType_column, 
[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] #partialInjunction_column, 
[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] #nonFinancialClaim_column, 
[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] .repeating-group, 
[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] #claimEstimationType_column,
[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"]  #documentGroupKey_column {
    background: #fff;
    padding: 20px!important;
    border-radius: 12px;
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] fieldset {
    padding-bottom:0;
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] fieldset legend {
    margin-bottom: 6px;
}


[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] ul.repeating-group .col-md-6 .form-group {
    min-height: 42px;
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] .repeating-group {
    margin-top: -40px;
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] div#exeStampDoc_column, [ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] div#exeStampNumber_column {
    background: #fff;
    padding: 20px !important;
    border-radius: 12px;
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] div#exeStampNumber_column {
    margin-top: -40px;
}
[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] div#autoCorrectionRequests_column {
    background: #fff;
    padding: 20px !important;
    border-radius: 12px;
}

[ng-controller*="CASEINFO"] .tab-pane[data-tabpane-name="case_details"] fieldset .repeating-group ~ .col-md-5 {
    background: #fff;
    padding: 20px !important;
    border-radius: 12px;
    margin-top: -30px;
}

.widget-body-toolbar + fieldset:first-of-type ~ fieldset > style ~ .row .col-md-6 p {
    margin-top: 12px;
    font-size: 16px;
}

#tempString_column > .col-md-12 > .row .col-md-6 td {
    white-space: normal !important;
}

.dropdown.filter-dropdown {
    opacity: 1!important;
    transform: none!important;
}


.dropdown.filter-dropdown {
    position: absolute;
    right: 0px;
    top: 3px;
}

.filter-dropdown .dropdown-toggle {
    margin-left: auto;
    display: flex;
    margin-right: 190px;
    margin-top: -51px;
    background: none;
    box-shadow: none;
    color: #1e40af;
    border: 1px dashed;
    border-radius: 8px;
    min-height: 38px;
 font-weight: 600;
    align-items: center;
}


.filter-dropdown .dropdown-toggle:hover, .filter-dropdown.open .dropdown-toggle{
 background: #eff6ff;
}




.filter-dropdown.open .dropdown-menu {
    width: 600px;
    display: flex;
    left: auto;
    right: 0;
    box-shadow: 0px 5px 7px rgb(0 0 0 / 15%);
    border: 1px solid #e2e8f0;
    padding: 20px 0;
    background: #fff;
    border-radius: 15px;
    height: 400px;
    min-height: 400px;
}

.filter-dropdown .filter-dropdown-container {
    height: 100%;
    overflow: auto;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 20px;
 width: 100%;
}
.filter-dropdown .dropdown-menu .filter-button-container {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    max-width: 50%;
}

.filter-dropdown .dropdown-menu .filter-button-container .title {
    width: 100%;
    color: #1f2937;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    position: sticky;
    top: 0;
    background: #fff;
    padding-bottom: 16px;
}

.filter-dropdown .dropdown-menu .filter-button-container .filter-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 4px;
}

.filter-dropdown .dropdown-menu .filter-button-container .filter-buttons .btn {
    border: 1px solid #e5e7eb;
    background: none;
    color: #333;
    box-shadow: none;
    width: 100%;
    display: inline-flex;
    border-radius: 12px;
    align-items: center;
    height: auto;
    padding: 4px 5px;
    text-align: left;
    white-space: normal;
    justify-content: space-between;
    padding-left: 12px;
    min-height: 40px;
    font-size: 13px;
    line-height: 100%;
    overflow-wrap: anywhere;
}
.filter-dropdown .dropdown-menu .filter-button-container .filter-buttons .btn:hover {
    background: #f9fafb!important;
    border: 1px solid #e5e7eb!important;
}


.filter-dropdown .dropdown-menu .filter-button-container .filter-buttons .btn.active {
    background: var(--theme-primary-dark) !important;
    color: #fff;
    border: 1px solid transparent !important;
}

.col3 .filter-dropdown .dropdown-menu .filter-button-container .filter-buttons .btn.active {
    background: var(--theme-dark) !important;
}



.filter-dropdown .filter-count {
    min-width: 30px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    background: #f3f4f6;
    height: 30px;
    color: #4b5563;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
     margin-left: 12px;
}
.filter-dropdown .dropdown-toggle {
    margin-left: auto;
    display: flex;
    margin-right: 60px;
    margin-top: -52px;
    background: none;
    box-shadow: none;
    color: #1e40af;
    border: 1px dashed;
    border-radius: 8px;
    min-height: 38px;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
}
.filter-dropdown .dropdown-toggle i:before {
    content: "\e0ad";
}

.filter-dropdown .dropdown-toggle {
    border-style: solid;
    background: #f5f5f5;
    border-color: #c0c0c0;
    color: #000;
}


.filter-dropdown .dropdown-toggle i {
    margin-right: 8px;
       font-weight: 400;
}

.filter-dropdown .dropdown-menu {
    animation: none!important;
    transition: none!important;
}

[lang="ar"] .filter-dropdown .dropdown-toggle {
    margin-right: 0;
    margin-left: 60px;
}

[lang="ar"] .dropdown.filter-dropdown {
    right: auto;
    left: 0;
    z-index: 9999;
}

[lang="ar"] .filter-dropdown.open .dropdown-menu {
    right: auto;
    left: 0;
}

[lang="ar"] .filter-dropdown .filter-count {
    margin-left: 0;
    margin-right: 12px;
}

[lang="ar"] .filter-dropdown .dropdown-menu .filter-button-container .filter-buttons .btn {
    padding-left: 5px;
    padding-right: 12px;
    text-align: right;
}
.filter-dropdown .dropdown-menu .filter-button-container .filter-buttons .btn.active .filter-count {
    background: #fff;
    border-color: transparent;
}

.row.parties-involved {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px !important;
    padding-top: 50px !important;
}

.row.parties-involved .col-md-6 {
    position: absolute;
    right: 0;
    top: 10px;
   
}

.row.parties-involved .k-grid.k-widget {
    background: #f9f9f9 !important;
}
.row.parties-involved .col-md-6:first-child {
    left: 0;
}

.row.parties-involved .k-grid.k-widget {
    border: 1px solid #ddd !important;
    flex: 1;
    overflow: hidden;
}

.row.parties-involved p {
    margin-bottom: 0;
}

.row.parties-involved .k-grid.k-widget .k-header {
    background: var(--theme-primary-dark);
    color: #fff;
    border-left: none;
    border-right: none;
    flex: 1;
}

.row.parties-involved .k-grid.k-widget .k-grid-content {
    border: none;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.row.parties-involved .k-grid.k-widget .k-grid-content .partyTB-row {
    position: relative;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}



.row.parties-involved .k-grid.k-widget .k-grid-content .partyTB-row > div {
    border: none;
    flex: 1;
    overflow-wrap: anywhere;
}


.row.parties-involved .k-grid.k-widget .k-grid-content .partyTB {
    overflow: auto;
}

.col3 .row.parties-involved .k-grid.k-widget .k-header {
    background: var(--theme-dark);
}

.col3 .scroll-top-wrapper.show {
    background: var(--theme-dark) !important;
}
.custom-status {
    min-width: unset;
    width: calc(100% - 30px);
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 18px;
}


body.smart-style-6 ol.breadcrumb + .badge .label-primary {
    background: #fff!important;
    font-weight: 700!important;
    font-size: 12px!important;
    padding: 4px 10px!important;
    display: block;
    color: var(--theme-primary-dark);
}

body.smart-style-6 ol.breadcrumb + .badge {
    float: right;
    border: 2px solid var(--theme-primary-dark);
    background: none;
}

body.smart-style-6.col3 ol.breadcrumb + .badge, body.smart-style-6.col3 ol.breadcrumb + .badge .label-primary{
    border-color:var(--theme-dark);
    color:var(--theme-dark);
    
}


body.home.col3 {
    background: linear-gradient(135deg, rgb(79 90 104 / 20%) 0%, rgb(92 104 120 / 30%) 50%, #6b7788 80%) !important;
}
body.home:before {display:block!important;}

.col3 .login-form .buttons-center > span a.btn, .col3 .login-form .buttons-center > a.btn {
    background: rgb(92 104 120 / 20%) !important;
    border-color: var(--theme-dark)!important;
}

body.col3 .login-form .buttons-center > button.btn:hover {
    background: #333!important;
}

.col3 .form-icons > p a img, .col3 .buttons-center .btn.btn-submit {
    background: var(--theme-dark);
}

body.col3 .form-heading {
    color: var(--theme-dark);
}

.col3 .login-form .form-group:first-child:before, .col3 .login-form .form-group:nth-child(2):before {
    color: var(--theme-dark);
}

.col3 .login-box a.col-sm-4.forgot-link {
    color: var(--theme-dark);
}
.col3 .lang-modal-close {
    background: rgb(92 104 120 / 30%) !important;
}
.col3 .uae-pass-card:hover {
    background: var(--theme-dark);
}

.col3 .uae-pass-card:hover img.uae-pass-logo {
    filter: invert(1);
}
@media only screen and (max-width: 767.98px) {
 body.home header.header {
    z-index: 999;
}
.lang-container {
    width: calc(100% - 30px);
    top: 50%;
    margin-top: -20px;
    padding: 4rem 1rem!important;
    z-index:99999;
}
}
#CorrectionRequest-panel .widget-body-toolbar + fieldset:first-of-type {
    background: none!important;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}

#CorrectionRequest-panel .widget-body-toolbar + fieldset:first-of-type .form-group {
    width: 100%;
    margin-bottom: 0;
}
#CorrectionRequest-panel .widget-body-toolbar + fieldset:first-of-type div#reportPreviewContent_column .col-lg-10.col-md-9 {
    padding-top: 10px;
}
#tempParties_column .k-grid-header th.k-header:first-child {
    width: 30%;
}
#tempParties_column  th, #tempParties_column  td {
    text-align: left!important;
}
[lang="ar"] #tempParties_column  th, [lang="ar"]  #tempParties_column  td {
    text-align: right!important;
}

.modal-footer button.btn.btn-default {
    border: 2px solid var(--theme-primary-dark);
    border-radius: 36px;
    color: var(--theme-primary-dark);
    margin: 0 5px;
}

.modal-footer button.btn.btn-default:hover {
    background: var(--theme-dark);
    color: #fff;
    border-color: transparent;
}

.col3 .modal-footer button.btn.btn-default {
    border: 2px solid var(--theme-dark);
    color: var(--theme-dark);
}

.col3 .modal-footer button.btn.btn-default:hover {
    background: #333;
}


.widget-body form#hearingRoll > fieldset {
    margin-bottom: 30px;
    padding:0 20px;
    border-bottom: 1px solid #d3c6b3;
    padding-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
}


.widget-body-toolbar + fieldset:first-of-type > .form-group [id*=".errors"]{
    color: #fff;
}

html[lang="ar"] form .widget-body-toolbar + fieldset:first-of-type > .form-group label[class*="col"] {
    text-align:right;
}

.widget-body-toolbar + fieldset:first-of-type > .form-group [id*=".errors"]:before {
    font-family: 'Font Awesome 6 Pro';
    content: "";
    content: "\f0a1";
    background: #9d1616;
    padding: 3px;
    display: inline-flex;
    margin: 0 4px;
    height: 18px;
    text-align: center;
    width: 18px;
    justify-content: center;
    border-radius: 50%;
    content: "\21";
    font-size: 12px;
    align-items: center;
    font-weight: 700;
}

/* case history */


.sjd-card-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.sjd-loader-spinner {
  text-align: center;
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.sjd-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3b82f6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: sjd-spin 1s linear infinite;
  margin: 0 auto 20px;
}

@keyframes sjd-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.sjd-loader-text {
  color: #666;
  margin: 0;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ════════════════════════════════════════════════════════════ */
/* VIEW TOGGLE TOOLBAR                                         */
/* ════════════════════════════════════════════════════════════ */

.sjd-view-toggle-toolbar {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  padding: 0;
  border-bottom: 1px solid #e5e7eb;
}

.sjd-toggle-btn {
  flex: 0 1 auto;
  padding: 10px 16px;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  color: #6b7280;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sjd-toggle-btn:hover {
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.05);
}

.sjd-toggle-btn.active {
  color: #3b82f6;
  border-bottom-color: #3b82f6;
}

.sjd-toggle-btn i {
  font-size: 16px;
}

/* RTL Support */
[dir="rtl"] .sjd-view-toggle-toolbar,
.sjd-rtl .sjd-view-toggle-toolbar {
  flex-direction: row-reverse;
}

/* ════════════════════════════════════════════════════════════ */
/* STEPPER / PROGRESS                                          */
/* ════════════════════════════════════════════════════════════ */

.sjd-timeline-stepper-title {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sjd-timeline-stepper-title i {
  color: #f59e0b;
}

.sjd-stepper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  padding: 0 20px;
}

.sjd-stepper-progress {
  position: absolute;
  top: 20px;
  left: 40px;
  right: 40px;
  height: 2px;
  background: linear-gradient(to right, #3b82f6, #8b5cf6);
  z-index: 0;
  border-radius: 2px;
}

.sjd-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  flex: 1;
}

.sjd-step-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: 2px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 18px;
  transition: all 0.3s ease;
}

.sjd-step.active .sjd-step-icon {
  background: #3b82f6;
  border-color: #3b82f6;
  color: white;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.sjd-step.completed .sjd-step-icon {
  background: #10b981;
  border-color: #10b981;
  color: white;
}

.sjd-step-label {
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  text-align: center;
  line-height: 1.4;
}

.sjd-step.active .sjd-step-label {
  color: #3b82f6;
  font-weight: 600;
}

.sjd-step.completed .sjd-step-label {
  color: #10b981;
}

/* ════════════════════════════════════════════════════════════ */
/* TIMELINE GRID (CARDS LAYOUT)                                */
/* ════════════════════════════════════════════════════════════ */

.sjd-timeline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  padding: 0;
}

.sjd-timeline-grid-item {
  animation: slideInUp 0.6s ease-out forwards;
  opacity: 0;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Staggered animation delay */
.sjd-timeline-grid-item:nth-child(1) { animation-delay: 0.1s; }
.sjd-timeline-grid-item:nth-child(2) { animation-delay: 0.2s; }
.sjd-timeline-grid-item:nth-child(3) { animation-delay: 0.3s; }
.sjd-timeline-grid-item:nth-child(4) { animation-delay: 0.4s; }
.sjd-timeline-grid-item:nth-child(5) { animation-delay: 0.5s; }
.sjd-timeline-grid-item:nth-child(n+6) { animation-delay: 0.6s; }

/* ════════════════════════════════════════════════════════════ */
/* CARD STYLES                                                 */
/* ════════════════════════════════════════════════════════════ */

.sjd-timeline-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-left: 4px solid #d1d5db;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sjd-timeline-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

/* Category color borders */
.sjd-timeline-grid-item.sjd-cat-filing .sjd-timeline-card {
  border-left-color: #10b981;
}

.sjd-timeline-grid-item.sjd-cat-review .sjd-timeline-card {
  border-left-color: #3b82f6;
}

.sjd-timeline-grid-item.sjd-cat-hearings .sjd-timeline-card {
  border-left-color: #8b5cf6;
}

.sjd-timeline-grid-item.sjd-cat-judgment .sjd-timeline-card {
  border-left-color: #f59e0b;
}

.sjd-timeline-grid-item.sjd-cat-endorsement .sjd-timeline-card {
  border-left-color: #ef4444;
}

/* ════════════════════════════════════════════════════════════ */
/* CARD CONTENT - TOP (Title & Icon)                           */
/* ════════════════════════════════════════════════════════════ */

.sjd-card-top {
  margin-bottom: 16px;
}

.sjd-card-title-group {
  display: flex;
  gap: 12px;
}

.sjd-event-icon {
  font-size: 24px;
  color: #6b7280;
  min-width: 30px;
  text-align: center;
  margin-top: 2px;
}

.sjd-timeline-grid-item.sjd-cat-filing .sjd-event-icon {
  color: #10b981;
}

.sjd-timeline-grid-item.sjd-cat-review .sjd-event-icon {
  color: #3b82f6;
}

.sjd-timeline-grid-item.sjd-cat-hearings .sjd-event-icon {
  color: #8b5cf6;
}

.sjd-timeline-grid-item.sjd-cat-judgment .sjd-event-icon {
  color: #f59e0b;
}

.sjd-timeline-grid-item.sjd-cat-endorsement .sjd-event-icon {
  color: #ef4444;
}

.sjd-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 4px 0;
  word-break: break-word;
}

.sjd-card-subtitle {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 4px;
}

.sjd-card-actor {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
  margin-top: 4px;
}

/* ════════════════════════════════════════════════════════════ */
/* CARD CONTENT - COMPLETION STATUS                            */
/* ════════════════════════════════════════════════════════════ */

.sjd-done-row {
  margin-bottom: 12px;
  margin-top: -8px;
}

.sjd-done-pill {
  display: inline-block;
  background: #d1fae5;
  color: #065f46;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.sjd-done-pill i {
  margin-right: 4px;
}

/* ════════════════════════════════════════════════════════════ */
/* CARD CONTENT - DIVIDER                                      */
/* ════════════════════════════════════════════════════════════ */

.sjd-card-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 12px 0;
  flex: 0 0 auto;
}

/* ════════════════════════════════════════════════════════════ */
/* CARD CONTENT - BOTTOM (Dates)                               */
/* ════════════════════════════════════════════════════════════ */

.sjd-card-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.sjd-date-inline-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sjd-date-label-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sjd-date-label-row i {
  font-size: 12px;
}

.sjd-date-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #9ca3af;
  letter-spacing: 0.5px;
}

.sjd-date-val {
  font-size: 13px;
  color: #1f2937;
  font-weight: 500;
}

/* ════════════════════════════════════════════════════════════ */
/* TIMELINE CONTAINER                                          */
/* ════════════════════════════════════════════════════════════ */

.sjd-timeline-container {
  padding: 20px 0;
}

/* ════════════════════════════════════════════════════════════ */
/* TIMELINE MODE STYLES (Vertical List)                        */
/* ════════════════════════════════════════════════════════════ */

.sjd-is-timeline .sjd-timeline-grid {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  gap: 0;
}

.sjd-is-timeline .sjd-timeline-grid::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 2px;
  background: #e5e7eb;
}

.sjd-is-timeline .sjd-timeline-grid-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 24px;
  width: 100%;
}

.sjd-is-timeline .sjd-timeline-grid-item::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
  border: 3px solid #d1d5db;
  z-index: 1;
}

/* Timeline dot colors based on category */
.sjd-is-timeline .sjd-timeline-grid-item.sjd-cat-filing::before { border-color: #10b981; }
.sjd-is-timeline .sjd-timeline-grid-item.sjd-cat-review::before { border-color: #3b82f6; }
.sjd-is-timeline .sjd-timeline-grid-item.sjd-cat-hearings::before { border-color: #8b5cf6; }
.sjd-is-timeline .sjd-timeline-grid-item.sjd-cat-judgment::before { border-color: #f59e0b; }
.sjd-is-timeline .sjd-timeline-grid-item.sjd-cat-endorsement::before { border-color: #ef4444; }

/* ════════════════════════════════════════════════════════════ */
/* RESPONSIVE STYLES                                           */
/* ════════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .sjd-timeline-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .sjd-stepper {
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .sjd-timeline-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sjd-stepper {
    flex-wrap: wrap;
    padding: 0;
  }

  .sjd-stepper-progress {
    display: none;
  }

  .sjd-step {
    flex: 1 1 calc(50% - 4px);
    min-width: 100px;
  }

  .sjd-step-label {
    font-size: 11px;
  }

  .sjd-timeline-card {
    padding: 16px;
  }

  .sjd-card-title {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .sjd-timeline-grid {
    gap: 12px;
  }

  .sjd-step {
    flex: 1 1 auto;
  }

  .sjd-step-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .sjd-timeline-card {
    padding: 12px;
  }

  .sjd-card-title {
    font-size: 13px;
  }

  .sjd-view-toggle-toolbar {
    margin-bottom: 16px;
  }

  .sjd-toggle-btn {
    padding: 8px 12px;
    font-size: 13px;
  }
}

/* ════════════════════════════════════════════════════════════ */
/* RTL SUPPORT                                                 */
/* ════════════════════════════════════════════════════════════ */

[dir="rtl"] .sjd-card-title-group,
.sjd-rtl .sjd-card-title-group {
  flex-direction: row-reverse;
}

[dir="rtl"] .sjd-done-pill i,
.sjd-rtl .sjd-done-pill i {
  margin-right: 0;
  margin-left: 4px;
}

[dir="rtl"] .sjd-date-label-row,
.sjd-rtl .sjd-date-label-row {
  flex-direction: row-reverse;
}

[dir="rtl"] .sjd-date-label-row i,
.sjd-rtl .sjd-date-label-row i {
  margin-left: 0;
  margin-right: 6px;
}

[dir="rtl"] .sjd-timeline-card,
.sjd-rtl .sjd-timeline-card {
  border-left: none;
  border-right: 4px solid #d1d5db;
}

[dir="rtl"] .sjd-timeline-grid-item.sjd-cat-filing .sjd-timeline-card,
.sjd-rtl .sjd-timeline-grid-item.sjd-cat-filing .sjd-timeline-card {
  border-right-color: #10b981;
}

[dir="rtl"] .sjd-timeline-grid-item.sjd-cat-review .sjd-timeline-card,
.sjd-rtl .sjd-timeline-grid-item.sjd-cat-review .sjd-timeline-card {
  border-right-color: #3b82f6;
}

[dir="rtl"] .sjd-timeline-grid-item.sjd-cat-hearings .sjd-timeline-card,
.sjd-rtl .sjd-timeline-grid-item.sjd-cat-hearings .sjd-timeline-card {
  border-right-color: #8b5cf6;
}

[dir="rtl"] .sjd-timeline-grid-item.sjd-cat-judgment .sjd-timeline-card,
.sjd-rtl .sjd-timeline-grid-item.sjd-cat-judgment .sjd-timeline-card {
  border-right-color: #f59e0b;
}

[dir="rtl"] .sjd-timeline-grid-item.sjd-cat-endorsement .sjd-timeline-card,
.sjd-rtl .sjd-timeline-grid-item.sjd-cat-endorsement .sjd-timeline-card {
  border-right-color: #ef4444;
}

/* RTL Support for Timeline Mode */
[dir="rtl"] .sjd-is-timeline .sjd-timeline-grid::before,
.sjd-rtl .sjd-is-timeline .sjd-timeline-grid::before {
  left: auto;
  right: 20px;
}

[dir="rtl"] .sjd-is-timeline .sjd-timeline-grid-item,
.sjd-rtl .sjd-is-timeline .sjd-timeline-grid-item {
  padding-left: 0;
  padding-right: 50px;
}

[dir="rtl"] .sjd-is-timeline .sjd-timeline-grid-item::before,
.sjd-rtl .sjd-is-timeline .sjd-timeline-grid-item::before {
  left: auto;
  right: 14px;
}

.completed .sjd-step-icon i, .active .sjd-step-icon i {
   color: #fff !important;
}

/* case history */

.repeating-group .input-group {
    display: flex;
    border-collapse: separate;
    max-width: 100%;
}

.repeating-group .input-group > .k-widget.k-dropdown {
    width: calc(100% - 70px);
}


/* Responsive design starts */

[lang="ar"] body.smart-style-6 ol.breadcrumb + .badge {
    float: left;
}


@media only screen and (max-width: 1199.98px) {
 .dashboard .dashboard-left {
  width: 100%;
 }

 .dashboard .dashboard-right {
  width: 100%;
 }

 .dashboard .dashboard-left .card .card-header h2 {
  font-size: 20px;
 }

 .dashboard .dashboard-left .card .stat .value {
  font-size: 18px;
 }

 .dashboard .dashboard-left .card .card-icon {
  width: 34px;
  height: 34px;
  font-size: 1rem;
 }

 aside#left-panel {
  width: 240px;
 }

 .fixed-header #main {
  margin-left: 290px;
  padding-top: 20px !important;
 }

 html[lang="ar"] .smart-rtl #main {
  margin-right: 290px;
 }

 .k-grid-toolbar .toolbar .filterBtn {
  font-size: 13px;
 }

 .k-grid-header th.k-header,
   .k-grid-header th.k-header > .k-link,
   .k-grid td {
  font-size: 12px !important;
  overflow: unset;
  white-space: normal;
  text-overflow: unset;
  text-align: left;
  overflow-wrap: anywhere;
 }

 html[lang="ar"] .k-grid-header th.k-header,
   html[lang="ar"] .k-grid-header th.k-header > .k-link,
   html[lang="ar"] .k-grid td {
  text-align: right;
 }

 .k-grid-header th.k-header,
   .k-grid-header th.k-header > .k-link {
  overflow-wrap: unset;
 }

 .k-grid table {
  min-width: 900px !important;
 }

 body .k-grid-header th.k-header:first-child a.k-link {
  border-radius: 10px 0 0 0;
 }

 [lang="ar"] body .k-grid-header th.k-header:first-child a.k-link {
  border-radius: 0 10px 0 0;
 }

 body.smart-style-6 .login-info a span:after {
  right: 71px;
 }

 body.smart-style-6 .login-info a:after {
  right: 80px;
 }

 html[lang="ar"] body.smart-style-6 .login-info a span:after {
  left: 71px;
 }

 html[lang="ar"] body.smart-style-6 .login-info a:after {
  left: 80px;
 }
}

@media only screen and (max-width: 991.98px) {
 body.smart-style-6 #logo img {
  margin-left: 0;
  width: auto !important;
 }

 [lang="ar"] body.smart-style-6 #logo img {
  margin-right: 0;
 }

 body.smart-style-6.internal .page-footer.internal-footer {
  margin: 0 !important;
 }

 .fixed-header.fixed-ribbon #header {
  max-width: 100%;
  min-height: 80px;
 }

 body.smart-style-6 .login-info a:before {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50% !important;
  margin-left: -40px;
  top: 50%;
  font-size: 24px;
  right: auto !important;
 }

 html body.smart-style-6 .login-info {
  min-height: 180px;
  background: none !important;
 }

 .jarviswidget header h2 {
  width: calc(100% - 260px);
 }

 html[lang="ar"] body.smart-style-6 .login-info a span {
  margin-right: 0;
  max-width: 100%;
  width: 100%;
  text-align: center;
 }

 html[lang="ar"] .smart-rtl #header {
  padding: 0px 16px !important;
 }
}

@media only screen and (max-width: 979.98px) {
 aside#left-panel {
  width: 280px;
 }

 .fixed-header #main {
  margin-left: 20px !important;
 }

 .hidden-menu #left-panel {
  margin-left: 0;
  border-left: 0;
  border-radius: 0 32px 32px 0;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
 }

 html[lang="ar"] .hidden-menu #left-panel {
  border-radius: 32px 0 0px 32px;
  border-right: none;
  border-left: 1px solid rgb(212, 199, 180);
 }

 body.smart-style-6 nav > ul {
  height: calc(100% - 180px);
  margin-bottom: 0;
 }

 body.smart-style-6 nav ul li a {
  overflow-wrap: anywhere;
 }

 body.smart-style-6 nav > ul::before {
  background: #fff;
  top: 3px;
 }

 body.smart-style-6 nav > ul::after {
  top: 5px;
 }

 html body.smart-style-6 .login-info {
  min-height: 150px;
  background: none !important;
 }

 body.smart-style-6 .login-info a span {
  width: 100%;
  text-align: center;
  margin-top: 110px;
 }

 body.smart-style-6 .login-info a span:after {
  right: 91px;
  bottom: 47px;
 }

 body.smart-style-6 .login-info a:after {
  right: 100px;
  bottom: 56px !important;
 }

 html[lang="ar"] body.smart-style-6 .login-info a span:after {
  left: 91px;
 }

 html[lang="ar"] body.smart-style-6 .login-info a:after {
  left: 140px;
 }

 body.smart-style-6 #logo-group span#activity,
   body.smart-style-6 .btn-header > :first-child > a {
  display: inline-flex;
  min-height: 42px !important;
  min-width: 42px !important;
  padding: 10px !important;
  align-items: center;
 }

 html.hidden-menu-mobile-lock {
  overflow: hidden !important;
 }

 html[lang="ar"] .smart-rtl #main {
  margin-right: 20px !important;
 }
}

@media only screen and (max-width: 767.98px) {
 
 div#globe a strong {
  width: auto;
  margin-right: 6px;
 }

 div#globe a strong:after {
  display: none;
 }

 #task-grid .k-header.k-grid-toolbar .toolbar {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  grid-auto-columns: minmax(190px, max-content);
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
 }

 html[lang="ar"] div#globe a strong i.fas.fa-globe {
  margin-right: 0px;
  margin-left: 8px !important;
  margin-top: 0px !important;
 }

 .ajax-dropdown {
  width: 300px;
 }

 .ajax-dropdown {
  margin-left: -184px;
 }

 .smart-rtl .ajax-dropdown {
  left: 50%;
  right: auto;
  margin-left: -116px;
 }

 .ajax-dropdown:before, .ajax-dropdown:after {
  visibility: hidden;
 }

 body.smart-style-6 .MessageBoxContainer {
  max-width: calc(100% - 40px);
 }
}

@media only screen and (max-width: 575.98px) {
 #logo-group > span a {
  margin-left: 16px;
 }

 .dashboard {
  gap: 0;
 }

 .dashboard .dashboard-left .card {
  width: 100%;
  max-width: 100%;
  flex: unset !important;
  min-width: 100%;
  margin-bottom: 12px;
 }

 .dashboard .dashboard-left .row {
  flex-wrap: wrap;
  gap: 0;
  justify-content: unset;
  margin: 0 !important;
 }

 .dashboard .dashboard-left .card .card-header h2 {
  font-size: 28px;
 }

 .dashboard .dashboard-left .card .stat .value {
  font-size: 22px;
 }

 .jarviswidget header h2 {
  width: calc(100% - 120px);
 }

 body.smart-style-6 #logo img {
  width: 200px !important;
  height: auto !important;
 }

 body.hidden-menu #hide-menu a {
  display: inline-flex;
 }

 [lang="ar"] #logo-group > span a {
  justify-content: flex-start !important;
  margin-right: -16px;
  margin-left: 0;
 }

 div#globe a {
  margin-right: 0;
 }

 html[lang="ar"] div#globe a {
  margin-right: 0;
 }

 html[lang="ar"] div#globe a {
  margin-top: 0px !important;
  margin-left: 0 !important;
 }
}

@media only screen and (max-width: 379.98px) {
 body.smart-style-6 .btn-header.transparent a {
  width: auto !important;
  height: auto !important;
  border: none !important;
  min-width: 0 !important;
  margin: 0;
 }

 html body div#globe a {
  padding: 0!important;
  border: none !important;
  margin: 0;
 }
}