﻿:root {
    --themeGreen: #2DB98C;
    --themedarkgray: #384B50;
    --themedarkergray: #031406;
    --themeGray: #64748B;
    --themeDarkGray: #28373e;
    --ThemeLightGray: #E2E8F0;
    --background-color: hsl(0, 0%, 100%);
    --color: hsl(198.46deg, 19.12%, 30%);  
}
/*background*/
/*solid gredent*/
.bg-danger-solid {
    background: rgb(255,74,5);
    background: -moz-linear-gradient(270deg, rgba(255,0,0,1) 50%, rgba(255,113,113,1) 50%);
    background: -webkit-linear-gradient(270deg, rgba(255,0,0,1) 50%, rgba(113,113,84,1) 50%);
    background: linear-gradient(270deg, rgba(255,0,0,1) 50%, rgba(255,113,113,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#ff7171",GradientType=1);
}

.bg-info-solid {
    background: rgb(24,58,152);
    background: -moz-linear-gradient(270deg, rgba(24,58,152,1) 50%, rgba(13,118,255,1) 50%);
    background: -webkit-linear-gradient(270deg, rgba(24,58,152,1) 50%, rgba(13,118,255,1) 50%);
    background: linear-gradient(270deg, rgba(24,58,152,1) 50%, rgba(13,118,255,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#183a98",endColorstr="#0d76ff",GradientType=1);
}

.bg-success-solid {
    background: rgb(46,193,20);
    background: -moz-linear-gradient(270deg, rgba(46,193,20,1) 50%, rgba(6,209,134,1) 50%);
    background: -webkit-linear-gradient(270deg, rgba(46,193,20,1) 50%, rgba(6,209,134,1) 50%);
    background: linear-gradient(270deg, rgba(46,193,20,1) 50%, rgba(6,209,134,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2ec114",endColorstr="#06d186",GradientType=1);
}

.bg-dark-blue {
    background: rgb(18,71,130);
    background: -moz-linear-gradient(360deg, rgba(18,71,130,1) 0%, rgba(39,93,183,1) 100%);
    background: -webkit-linear-gradient(360deg, rgba(18,71,130,1) 0%, rgba(39,93,183,1) 100%);
    background: linear-gradient(360deg, rgba(18,71,130,1) 0%, rgba(39,93,183,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#124782",endColorstr="#275db7",GradientType=1);
}

.bg-dark-green {
    background: rgb(18,71,130);
    background: -moz-linear-gradient(360deg, rgba(0, 93, 53,1) 0%, rgba(78, 183, 144,1) 100%);
    background: -webkit-linear-gradient(360deg, rgba(0, 93, 53,1) 0%, rgba(78, 183, 144,1) 100%);
    background: linear-gradient(360deg, rgba(0, 93, 53,1) 0%, rgba(78, 183, 144,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#124782",endColorstr="#275db7",GradientType=1);
}

.bg-dark-yellow {
    background: rgb(18,71,130);
    background: -moz-linear-gradient(360deg, rgba(225, 116, 0, 1) 0%, rgba(253, 183, 93, 1) 100%);
    background: -webkit-linear-gradient(360deg, rgba(225, 116, 0, 1) 0%, rgba(253, 183, 93, 1) 100%);
    background: linear-gradient(360deg, rgba(225, 116, 0, 1) 0%, rgba(253, 183, 93, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#124782",endColorstr="#275db7",GradientType=1);
}

.bg-gray_gradient {
    background: rgb(18,71,130);
    background: -moz-linear-gradient(90deg, rgba(228, 228, 228, 1) 0%, rgba(248, 248, 248, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(228, 228, 228, 1) 0%, rgba(248, 248, 248, 1) 100%);
    background: linear-gradient(90deg, rgba(226228 228, 228, 1) 0%, rgba(248, 248, 248, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e4e4",endColorstr="#f8f8f8",GradientType=1);
}


.text-center th, text-center td{
    text-align: center !important
}
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #67757c;
}
.bg-brown-Op {
    background-color: rgba(97, 45, 11, 0.2) !important;
}

.bg-blue-Op {
    background-color: rgba(11, 29, 79, 0.2) !important;
}
.bg-green-Op {
    background-color: rgba(3, 151, 58, 0.2) !important;
}
.Link-success:hover {
    color: var(--themeGreen) !important;
}
body {
    font-weight: 400;
    font-size: 14px;
    color: var(--themedarkgray);
}
.labelview, .skin-black-light .form-control.labelview {
    background: unset;
    background-color: transparent !important;
    border: 0px
}
.skin-black-light .bg-light {
    background-color: #45575e !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    padding-left: 80px;
}

.box {
    -webkit-transition: unset;
    transition: unset;
}

.Timer-light-icon {
    display: none
}

.bg-themegray {
    background-color: #384a50 !important
}

.bg-themeLightGray {
    background-color: #e5e5e5 !important;
}

.ThemeToggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 62px;
    height: 32px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    outline: none;
    border: none;
    cursor: pointer;
    background: #fff;
    transition: background-color ease 0.3s;
}

    .ThemeToggle::before {
        content: url("https://shivanarrthine.com/public/images/icons/sun.svg");
        display: block;
        position: absolute;
        z-index: 2;
        width: 24px;
        height: 24px;
        background: var(--themeGreen);
        left: 4px;
        top: 4px;
        border-radius: 50%;
        text-indent: 4px;
        line-height: 32px;
        word-spacing: 37px;
        color: #fff;
        white-space: nowrap;
        transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
    }

    .ThemeToggle:checked {
        background-color: var(--ThemeLightGray);
        border-color: var(--themeGray);
    }


        .ThemeToggle:checked::before {
            left: 32px;
            content: url("https://shivanarrthine.com/public/images/icons/moon.svg");
            background: var(--themeGray);
        }

.card__toggle [type=checkbox]:checked, .card__toggle [type=checkbox]:not(:checked) {
    position: relative;
    left: unset;
    opacity: 1;
}


.skin-black-light .light-logo {
    display: inline-block !important;

}

.skin-black-light .dark-logo {
    display: none !important
}

.skin-black-light a,
.skin-black-light .btn.btn-outline {
    color: #ffffff;
}
    .skin-black-light .btn.btn-outline:hover{
        color:#26353a
    }

    .skin-black-light .modal-header {
        background: #2db98c;
        color: #fff
    }

.skin-black-light .Timer-light-icon {
    display: block
}

.skin-black-light .Timer-dark-icon {
    display: none
}

.skin-black-light .main-header {
    background: #384a50;
}

.skin-black-light .bg-themeLightGray {
    background-color: #384a50 !important
}

.skin-black-light .content-header > h1, .skin-black-light .content-header > .container > h1,
.skin-black-light .content-header > .breadcrumb > li > a, .skin-black-light .content-header > .container > .breadcrumb > li > a {
    color: #cdd2d2;
}

.skin-black-light .box,
.skin-black-light .box.box-body.bg-dark {
    background: #34464c !important;
}

.skin-black-light .delete-Icon-btn {
    box-shadow: 0 2px 2px #000;
}

.skin-black-light .datepicker table tr td.day.focused, .skin-black-light .datepicker table tr td.day:hover,
.skin-black-light .grid-action-menu .dropdown-menu .dropdown-item:hover {
    background-color: var(--themeGreen) !important;
}

.skin-black-light .grid-action-menu .dropdown-menu .dropdown-item,
.skin-black-light .input-group .input-group-addon {
    border-color: transparent;
}

.skin-black-light .dropdown-item:hover, .skin-black-light .dropdown-item:focus,
.skin-black-light .dropdown-item.active, .skin-black-light .dropdown-item:active {
    background-color: #45575e !important
}

.skin-black-light .btn-dark {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.skin-black-light .form-control:-webkit-autofill {
    background-color:  var(--themedarkgray)  !important; /* Remove the blue background */
    box-shadow: 0 0 0px 1000px  var(--themedarkgray)  inset !important; /* Fills the background with white (or match your design) */
    -webkit-text-fill-color: #ffffff !important; /* Matches text color with non-autofilled inputs */
}


.skin-black-light [type=checkbox]:checked + label:before {
    border-right-color: var(--themeGreen);
    border-bottom-color: var(--themeGreen);
}

.skin-black-light .table-bordered, .skin-black-light .table-bordered > tbody > tr > td, 
.skin-black-light .table-bordered > tbody > tr > th, .skin-black-light .table-bordered > tfoot > tr > td,
.skin-black-light .table-bordered > tfoot > tr > th, .skin-black-light .table-bordered > thead > tr > td, .skin-black-light .table-bordered > thead > tr > th {
    border-color: #000 !important;
    border-top-color: #000 !important;
}

.skin-black-light .border, .skin-black-light .grid-action-menu .dropdown-menu .dropdown-item, .skin-black-light .dropdown-menu, .skin-black-light .dropdown-grid,
.skin-black-light .Tier-Block .card, .skin-black-light .table > thead > tr > th, .skin-black-light .fc-day, .skin-black-light .btn-light,
.skin-black-light .TypeofEntity-content, .skin-black-light .borderd-content,
.skin-black-light .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.skin-black-light .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.skin-black-light .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a,
.skin-black-light .navbar-nav > .user-menu > .dropdown-menu > .user-body,
.skin-black-light table.theme-tbl2, .skin-black-light .modal-footer,
.skin-black-light .SubTask-list li,
.skin-black-light .AnnouncementsList li,
.skin-black-light .wysihtml5-toolbar .btn-default {
    border-color:  var(--themedarkgray)  !important;
}

.skin-black-light .navbar-nav > .messages-menu > .dropdown-menu > li.header,
.skin-black-light .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.skin-black-light .navbar-nav > .tasks-menu > .dropdown-menu > li.header,
.skin-black-light .modal-header {
    border-bottom-color:  var(--themedarkgray)  !important;
}


skin-black-light .card, .skin-black-light .modal-content, .skin-black-light .wysihtml5-sandbox {
    background-color: #26353a
}

.skin-black-light .content-header, .skin-black-light .sidebar-menu > li > .treeview-menu, .skin-black-light .grid-action-menu .dropdown-menu,
.skin-black-light .AddContacts-block,
.skin-black-light .AddBankDetails-block, .skin-black-light select.form-control, .skin-black-light .form-control,
.skin-black-light .select2-selection--multiple, .skin-black-light .select2-dropdown,
.skin-black-light .select2-container--default .select2-selection--single, .skin-black-light .fc-unthemed .fc-today,
.skin-black-light .fc th.fc-fri, .skin-black-light .fc th.fc-mon, .skin-black-light .fc th.fc-sat,
.skin-black-light .fc th.fc-sun, .skin-black-light .fc th.fc-thu, .skin-black-light .fc th.fc-tue, .skin-black-light .fc th.fc-wed,
.skin-black-light .document_card.card, .skin-black-light .main-header li.user-header, .skin-black-light .btn-light,
.skin-black-light .AddContacts-item, .skin-black-light .BankDetails-item, .skin-black-light .Evaluation-panel .card,
.skin-black-light .media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover, .skin-black-light .media-list-hover .media-list-body > .media:hover,
.skin-black-light .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.skin-black-light .navbar-nav > .messages-menu > .dropdown-menu > li.header,
.skin-black-light .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.skin-black-light .navbar-nav > .tasks-menu > .dropdown-menu > li.header,
.skin-black-light .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.skin-black-light .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.skin-black-light .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a,
.skin-black-light .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.skin-black-light .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.skin-black-light .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover, .skin-black-light .dropdown-menu,
.skin-black-light .theme-tbl2 thead tr, .skin-black-light table.theme-tbl2 > tbody > tr > th,
.skin-black-light .select2-container--default .select2-results__option[aria-selected=true],
.skin-black-light .select2-dropdown .select2-search__field,
.skin-black-light .select2-search--inline .select2-search__field, .skin-black-light textarea, .skin-black-light .listheader, .skin-black-light .SubTask-list li.listheader,
.skin-black-light .AnnouncementsList li,
.skin-black-light .CommentsList > li:hover,
.skin-black-light .dark-bg-heading,
.skin-black-light .wysihtml5-toolbar .btn-default,
.skin-black-light .datepicker table tr td span.focused, .skin-black-light .datepicker table tr td span:hover,
.skin-black-light .theme-tbl thead tr,
.skin-black-light .nav-tabs-custom,
.skin-black-light .input-group .input-group-addon,
.skin-black-light .daterangepicker .calendar-table,
.skin-black-light .dtfc-fixed-start.dtfc-fixed-left, .skin-black-light .dtfc-fixed-end.dtfc-fixed-right,
.skin-black-light .dtfc-fixed-start.dtfc-fixed-left, .skin-black-light .dtfc-fixed-end.dtfc-fixed-right,
.skin-black-light .profile-card {
    background-color: var(--themeDarkGray) !important
}
.skin-black-light .datepicker-days,
.skin-black-light .bootstrap-timepicker-widget {
    background-color: #1a262b !important
}
.skin-black-light .wizard-step {
    background-color: #26353a
}

    .skin-black-light .wizard-step:after {
        color: #26353a
    }

.skin-black-light .main-header .navbar .nav > li > a, .skin-black-light .table, .skin-black-light .box-header, .skin-black-light table, .skin-black-light .grid-action-menu .dropdown-menu .dropdown-item,
.skin-black-light .dropdown-item, .skin-black-light select.form-control, .skin-black-light .form-control,
.skin-black-light .label, .skin-black-light .modal-body,
.skin-black-light .select2-container--default .select2-selection--multiple, .skin-black-light .select2-dropdown,
.skin-black-light .select2-container--default .select2-selection--single .select2-selection__rendered,
.skin-black-light .fc th.fc-fri, .skin-black-light .fc th.fc-mon, .skin-black-light .fc th.fc-sat,
.skin-black-light .fc th.fc-sun, .skin-black-light .fc th.fc-thu, .skin-black-light .fc th.fc-tue, .skin-black-light .fc th.fc-wed, .skin-black-light .document_card.card,
.skin-black-light .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p, .skin-black-light .navbar-nav > .user-menu > .dropdown-menu > .user-body a, .skin-black-light .document_container h6:first-child,
.skin-black-light .btn-light, .skin-black-light .media a:not(.btn):not(.avatar), .skin-black-light .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.skin-black-light .navbar-nav > .messages-menu > .dropdown-menu > li.header,
.skin-black-light .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.skin-black-light .navbar-nav > .tasks-menu > .dropdown-menu > li.header,
.skin-black-light .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.skin-black-light .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.skin-black-light .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a,
.skin-black-light .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.skin-black-light .main-header .navbar .nav > li > a:hover,
.skin-black-light .main-header .navbar .nav > li > a:active,
.skin-black-light .theme-tbl2 thead tr, .skin-black-light table.theme-tbl2 > tbody > tr > th,
.skin-black-light .select2-container--default .select2-results__option[aria-selected=true],
.skin-black-light .text-dark,
.skin-black-light div.dt-container .dt-paging .dt-paging-button.disabled,
.skin-black-light div.dt-container .dt-paging .dt-paging-button.disabled:hover,
.skin-black-light div.dt-container .dt-paging .dt-paging-button.disabled:active,
.skin-black-light iframer, .skin-black-light .wysihtml5-editor,
.skin-black-light .CommentsList > li:hover,
.skin-black-light .wysihtml5-toolbar .btn-default,
.skin-black-light .select2-search--dropdown input,
.skin-black-light .usertask-detail .box.box-body, .skin-black-light .usertask-detail .fc-day,
.skin-black-light .nav-tabs-custom > .nav-tabs > li > a.active:hover, .skin-black-light .nav-tabs-custom > .nav-tabs > li > a.active,
.skin-black-light .nav-tabs-custom > .nav-tabs > li > a,
.skin-black-light .daterangepicker .calendar-table,
.skin-black-light .Alerts-time-line .Alerts-item h6,
.skin-black-light .dropdown-menu, .skin-black-light .dropdown-grid,
.skin-black-light a.text-dark:hover, .skin-black-light a.text-dark:focus,
.skin-black-light .AnnouncementsList li a {
    color: #ffffff !important;
}

.skin-black-light .bg-dark {
    background-color: #45575e !important;
    color: #fff;
}

body.skin-black-light .st0 {
    fill: #ffffff;
}

.skin-black-light .wrapper, .skin-black-light .main-sidebar, .skin-black-light .left-side {
    background-color: #384a50;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

.skin-black-light .sidebar-menu > li.active > a, .skin-black-light .sidebar-menu > li.menu-open > a, .skin-black-light .Tier-Block .card-header {
    color: #ffffff;
    background: #2db98c;
}

.skin-black-light .sidebar a, .skin-black-light .sidebar-menu .treeview-menu > li > a, .skin-black-light .box-body,
.skin-black-light .box.box-body.bg-dark,
.skin-black-light .dt-search .dt-input, .skin-black-light div.dt-container div.dt-search input,
.skin-black-light .main-footer,
.skin-black-light .input-group .input-group-addon {
    color: #cdd2d2;
}

    .skin-black-light .sidebar-menu .treeview-menu > li.active > a, .skin-black-light .sidebar-menu .treeview-menu > li > a:hover {
        color: #2db98c
    }

.skin-black-light .content, .skin-black-light .content-wrapper, .skin-black-light .dropdown-grid, .skin-black-light .Tier-Block .card,
.skin-black-light .fc-day,
.skin-black-light .AddContacts-item, .skin-black-light .BankDetails-item, .skin-black-light .SubTask-list li,
.skin-black-light .nav-tabs-custom > .tab-content,
.skin-black-light .nav-tabs-custom > .nav-tabs > li > a.active:hover, .skin-black-light .nav-tabs-custom > .nav-tabs > li > a.active {
    background-color: #45575e !important
}

.skin-black-light .box.box-body, .skin-black-light .fc-day {
    color: #000
}



.skin-black-light .dt-search .dt-input, .skin-black-light div.dt-container div.dt-search input {
    background:  var(--themedarkgray)  !important;
}

.skin-black-light .main-footer {
    background: #253439;
    padding: 15px;
    border-top: 1px solid #253439;
}

/* Light Theme Styles */
.skin-black .wysihtml5-sandbox {
    background-color: #fff; /* Light background */
    color: #000; /* Dark text */
}

/* Dark Theme Styles */
.skin-black-light .wysihtml5-sandbox {
    background-color: #000; /* Dark background */
    color: #fff; /* Light text */
}
.skin-black-light .card-header .btn-header-link:after {
    background-image: url(../images/angle-down-solid-light.svg);
}


.fc-event {
    padding: 5px 5px 5px 35px;
    min-height: 18px;
}

@media (max-width: 768px) { /* Adjust the max-width as per your requirement */
    .fc-title {
        display: none;
    }
}

.table-striped tbody tr:nth-of-type(odd) td.dtfc-fixed-left, .table-striped tbody tr:nth-of-type(odd) td.dtfc-fixed-right {
    background-color: rgb(242, 242,242);
}

.table-hover tbody tr:hover td.dtfc-fixed-left, .table-hover tbody tr:hover td.dtfc-fixed-right {
    background-color: #f3f7f9;
}

table.dataTable > tbody > tr td.dtfc-fixed-left, table.dataTable > tbody > tr td.dtfc-fixed-right {
    background-color: #ffffff;
}

.skin-black-light .table-striped tbody tr:nth-of-type(odd) td.dtfc-fixed-left,
.skin-black-light .table-striped tbody tr:nth-of-type(odd) td.dtfc-fixed-right {
    background-color: rgb(49 66 72);
}

.skin-black-light table.dataTable > tbody > tr td.dtfc-fixed-left,
.skin-black-light table.dataTable > tbody > tr td.dtfc-fixed-right {
    background-color: #34464c;
}

.skin-black-light .table-hover tbody tr:hover td.dtfc-fixed-left,
.skin-black-light .table-hover tbody tr:hover td.dtfc-fixed-right,
.skin-black-light .table.theme-tbl.dataTable > tbody > tr:hover,
.skin-black-light .table-hover tbody tr:hover {
    background-color: #44555c !important;
}

.skin-black-light .editor-block iframe, .skin-black-light .box-body textarea {
    border-color: #64748b !important;
}

.content-header {
    background: var(--background-color);
    color: var(--color);
}
/* .skin-black, .skin-black .content*/



.theme-control svg .inner,
.theme-control svg .outer {
    fill: var(--color);
}

.theme-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background 0.2s ease-in-out;
}

.theme-control-container {
    position: relative;
}

.range-container {
    border: 0px solid var(--color);
    border-radius: 5px;
    padding: 0px;
    opacity: 1;
    position: absolute;
    top: 15px;
    left: 50;
    transition: opacity 0.2s ease-in-out, left 0.15s ease-in-out;
}

    .range-container input {
        width: 180px;
    }

.range-container--visible {
    opacity: 1;
    left: 50px;
}


.navbar-nav > .theme-menu > .dropdown-menu {
    width: 280px;
    padding: 0;
    margin: 0;
    top: 100%;
}

.clearfix {
    clear: both !important;
    width: 100%
}

@media (max-width: 767px) {
    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 122px;
    }
}

.cursor-pointer {
    cursor: pointer
}

.cursor-default {
    cursor: default !important
}

.vh-100 {
    height: 100vh;
    display: flex
}

.vh-75 {
    height: 75vh;
    display: flex
}

.border-1 {
    border: 1px solid #ddd
}

.treeview-menu > li > a > .fa, .treeview-menu > li > a > .glyphicon, .treeview-menu > li > a > .ion {
    padding-top: 3px;
}

.treeview-menu > li > a {
    padding: 15px 5px 15px 15px;
}

.skin-black .sidebar-menu .treeview-menu > li.active > a, .skin-black .sidebar-menu .treeview-menu > li > a:hover {
    color: var(--themeGreen);
}


[type=radio].with-gap:checked + label:after, [type=radio].with-gap:checked + label:before, [type=radio]:checked + label:after {
    border: 5px solid #ffffff;
}

[type=radio]:checked + label:before {
    border: 2px solid var(--themeGreen);
}

[type=radio] + label:after, [type=radio] + label:before {
    z-index: 1
}

[type=radio].with-gap:checked + label:after, [type=radio]:checked + label:after {
    background-color: var(--themedarkgray);
    z-index: 0;
}

.leave-bg {
    padding: 15px 0;
    text-shadow: 0 1px 0 #000;
    background: rgb(255,99,0);
    background: -moz-linear-gradient(130deg, rgba(255,99,0,1) 0%, rgba(138,37,0,1) 89%);
    background: -webkit-linear-gradient(130deg, rgba(255,99,0,1) 0%, rgba(138,37,0,1) 89%);
    background: linear-gradient(130deg, rgba(255,99,0,1) 0%, rgba(138,37,0,1) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6300",endColorstr="#8a2500",GradientType=1);
}

:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

:focus::-moz-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

:focus::-o-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}




.mh-vh {
    min-height: 69.85vh
}

.content {
    padding:15px
}

.custom-tbl td, .custom-tbl th {
    padding: 5px
}

label label {
    margin: 0px !important
}

[type=checkbox]:checked + label:before {
    border-right: 2px solid var(--themedarkgray);
    border-bottom: 2px solid var(--themedarkgray);
}

[type=checkbox] + label:before, [type=checkbox]:not(.filled-in) + label:after {
    border-color: var(--themeGreen);
    width: 24px;
    height: 24px;
}

[type=checkbox] + label {
    margin-bottom: 0px;
    padding-left: 30px;
}

.status.btn {
    color: #fff !important
}

#statusText {
    border-radius: 5px;
    padding: 2px 9px;
    font-size: 14px;
    margin: 0 0px 2px 0 !important;
}
/* Ensure that the demo table scrolls */
th, td {
    white-space: nowrap;
}

.gx-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

    .gx-5 [class*="col"] {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

.allTimeSheets [class*="col"] {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

    .allTimeSheets [class*="col"] .btn {
        padding: 5px;
        font-size: 16px;
        width: 100%;
        height: 100%;
    }

.nowrap {
    white-space: pre-wrap
}

.sidebar-menu li > a {
    display: flex;
    flex-direction: row;
    padding: 10px 5px 10px 15px;
}

    .sidebar-menu li > a span {
        white-space: normal
    }

table.dataTable, .dt-scroll-headInner {
    width: 100% !important
}

div.dataTables_wrapper {
    width: 800px;
    margin: 0 auto;
}

.dtfc-fixed-start.dtfc-fixed-left,
.dtfc-fixed-end.dtfc-fixed-right,
.dtfc-fixed-start.dtfc-fixed-left,
.dtfc-fixed-end.dtfc-fixed-right {
    background-color: #ffffff;
    z-index: 9
}

.theme-tbl thead tr,
th.dtfc-fixed-start.dtfc-fixed-left,
th.dtfc-fixed-end.dtfc-fixed-right,
table.theme-tbl > tbody > tr > th {
    background-color:  var(--themedarkgray)  !important;
    color: #ffffff
}

.theme-tbl th [type=checkbox]:checked + label:before {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

table.theme-tbl.dataTable > tbody > tr > th, table.theme-tbl.dataTable > tbody > tr > td,
table.theme-tbl.dataTable > thead > tr > th, table.theme-tbl.dataTable > thead > tr > td {
    line-height: 40px !important
}

div.dt-container div.dt-paging {
    margin: 25px 0 0 0;
}

.page-item.active .page-link, .pagination .active.page-number .page-link {
    background: #2db98c;
}

table.theme-tbl2 {
    border: 1px solid #E2E8F0
}

    .theme-tbl2 thead tr,
    table.theme-tbl2 > tbody > tr > th {
        background-color: #E2E8F0 !important;
        color: #000
    }

.table {
    color: #000000;
}

table.theme-tbl2.table-hover tbody tr:hover {
    background-color: #f3f7f9 !important;
}

table.theme-tbl2.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

table.theme-tbl2 > tbody > tr > td {
    padding: 0.6rem 1rem
}

.table.theme-tbl2 > tbody > tr > td, .table.theme-tbl2 > tbody > tr > th, .table.theme-tbl2 > tfoot > tr > td, .table.theme-tbl2 > tfoot > tr > th, .table.theme-tbl2 > thead > tr > td, .table.theme-tbl2 > thead > tr > th {
    border-top: 1px solid #d0cfcf;
}

.theme-tbl2 th [type=checkbox]:checked + label:before {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

table.theme-tbl2.dataTable > tbody > tr > th, table.theme-tbl2.dataTable > tbody > tr > td,
table.theme-tbl2.dataTable > thead > tr > th, table.theme-tbl2.dataTable > thead > tr > td {
    line-height: 40px !important
}

/*div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover,
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
    border: 1px solid #E2E8F0;
    background: #fff;
}*/
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
}

.form-check {
    position: relative;
    display: flex;
    padding-left: 1.25rem;
    align-items: center;
}

.dt-search {
    position: relative;
    display: flex;
    width: 40%;
}

    .dt-search label {
        display: none
    }

    .dt-search .dt-input, div.dt-container div.dt-search input {
        background: #F4F7FA !important;
        width: 100%;
        margin: 15px 0;
        height: 49px;
        padding: 15px !important;
        border-color: var(--themeGray) !important;
        border-radius: 0px !important
    }

        .dt-search .dt-input:focus {
            border-color: var(--themeGray) !important;
            outline-color: var(--themeGray) !important;
        }

    .dt-search:after {
        content: '';
        width: 50PX;
        height: 100%;
        position: absolute;
        right: 0;
        background: url(../images/icons/search-icon.svg) no-repeat center;
    }

.dt-info {
    float: left;
    margin-top: 15px
}

.dt-paging {
    float: right;
    margin-top: 15px
}


.dt-scroll-body {
    overflow-y: unset !important;
    min-height: 300px
}

.no_min-height .dt-scroll-body {
    overflow-y: unset !important;
    min-height: unset
}

.dt-scroll-body td > a {
    color: var(--themeGreen)
}

.no-min-h .dt-scroll-body dt-scroll-body {
    min-height: unset;
}

.simplified-editor {
    width: 300px;
    height: 50px;
}

.expanded-editor {
    width: 100%;
    height: 200px;
}

.grid-action-menu {
    position: absolute;
    right: 1.25rem;
    z-index: 99
}

    .grid-action-menu .dropdown-toggle {
        padding: 0px;
        border: 0px;
        background: none
    }

        .grid-action-menu .dropdown-toggle:focus {
            outline: 0px
        }

        .grid-action-menu .dropdown-toggle::after {
            border: 0px;
            background: url(../images/icons/page-action-menu.svg);
            width: 48px;
            height: 48px
        }

    .grid-action-menu .dropdown-menu {
        background: #F7F7F7;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    }

        .grid-action-menu .dropdown-menu .dropdown-item {
            border-bottom: 1px solid #E2E8F0;
            line-height: 30px;
            color: #191919
        }

            .grid-action-menu .dropdown-menu .dropdown-item:hover {
                color: #fff;
                background: var(--themeGreen)
            }

.row-Actionbtn {
    margin: auto
}

.btnAction {
    border: 0px;
    background: url(../images/icons/dotted-action-btn.svg) no-repeat center 100%;
    width: 28px;
    height: 28px
}

    .btnAction:focus {
        outline: 0px
    }

    .btnAction::after {
        border: 0px;
        content: unset !important
    }

.row-Actionbtn .dropdown-menu {
    min-width: 250px;
}
/*  .row-Actionbtn .dropdown-menu:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 1em solid transparent;
        border-right: 0;
        border-bottom: 1em solid transparent;
        border-left: 1em solid;
        color: #ebebeb;
        top: 8px;
        position: absolute;
        right: -13px;

    }*/

.row-Actionbtn .dropdown-menu, .row-Actionbtn .dropdown-grid {
    z-index: 9999 !important
}
/*.dropdown-menu {
    min-width: 200px;
    border-radius: 8px;
 
}   .dropdown-menu-left {
        right: 0;*/ /* Align to left */
/*left: auto;*/ /* Override right alignment */
/*transform: translateX(-100%);*/ /* Shift to the left */
/*}

.dropdown-item .icon {
    margin-right: 10px;
}*/
.label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: normal;
    color: var(--themedarkgray);
    padding: .2em
}

.form-control {
    border-color: var(--themeGray);
}

.lbl-required:after {
    content: '*';
    position: absolute;
    color: #FF0000;
    width: 15px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3.2rem + 2px);
}

.form-control, .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.5
}

.select2-container {
    /*margin-bottom:15px*/
}

    .select2-container .select2-selection--single {
        height: calc(3.2rem + 2px);
        line-height: 2.5;
        border: 1px solid var(--themeGray);
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            margin-top: 0px
        }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 20px;
}

.hidden {
    display: none
}

.box-body {
    /* min-height:400px;*/
}

.box-body-content {
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    height: 58vh;
}

    .box-body-content > div {
        display: flex;
        flex-direction: column;
        margin-top: 100px
    }
/*.wizard-Block .wizard-btn .btn {
    width: 100px
}
.wizard-nav {
    display: flex;
    justify-content: start;
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

.wizard-step {*/
/*flex: 1;*/
/*padding: 10px 30px;
    text-align: center;
    background-color: var(--themedarkgray);
    color: white;
    cursor: pointer;
    border-radius: 0;
    transition: background-color 0.3s;
    position: relative;
    margin-right: -5px;
}

.wizard-step.active {
    background-color: var(--themeGreen);
}

.wizard-step + .wizard-step {
    margin-left: 5px;
}
.wizard-step.active:after {
    color:var(--themeGreen)
}
.wizard-step:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 1.58em solid transparent;
    border-right: 0;
    border-bottom: 1.58em solid transparent;
    border-left: 1.7em solid;
    color: var(--themedarkgray);
    top: 0;
    position: absolute;
    right: -22px;
    z-index: 999;
    height: 36.5px;
}
.wizard-step:last-child {
   background-color: #4E626A
}
.wizard-step:last-child:after {
    color: #4E626A
}

.wizard-step:last-child.active{
    background-color: var(--themeGreen)
}

.wizard-step:last-child.active:after {
    color: var(--themeGreen)
}

.wizard-step:first-child.active {
    background-color: var(--themeGreen)
}

.wizard-step:first-child.active:after {
    color: var(--themeGreen)
}

.wizard-step:first-child {
    background-color: #4E626A
}

.wizard-step:first-child:after {
    color: #4E626A
}*/

.wizard-Block .wizard-btn .btn {
    width: 100px;
}

.wizard-nav {
    display: flex;
    justify-content: start;
    list-style-type: none;
    padding: 0;
    margin: 15px 25px 15px 0;
}

.wizard-step {
    padding: 10px 30px;
    text-align: center;
    background-color: var(--themedarkgray);
    color: white;
    cursor: default;
    border-radius: 0;
    transition: background-color 0.3s;
    position: relative;
    margin-right: -5px;
    display: flex;
    align-items: center; /* Ensure vertical alignment */
    height: 50px; /* Set a fixed height */
}

    .wizard-step.active {
        background-color: var(--themeGreen);
    }

    .wizard-step + .wizard-step {
        margin-left: 5px;
    }

    .wizard-step:after {
        display: inline-block;
        width: 0;
        height: 0;
        content: "";
        border-top: 25.5px solid transparent; /* Adjust according to the height */
        border-right: 0;
        border-bottom: 25px solid transparent; /* Adjust according to the height */
        border-left: 20px solid;
        color: var(--themedarkgray);
        top: 0.4px;
        position: absolute;
        right: -20px;
        z-index: 1;
    }

    .wizard-step.active:after {
        color: var(--themeGreen);
    }

    .wizard-step:first-child {
        background-color: #4E626A;
    }

        .wizard-step:first-child:after {
            color: #4E626A;
        }

        .wizard-step:first-child.active {
            background-color: var(--themeGreen);
        }

            .wizard-step:first-child.active:after {
                color: var(--themeGreen);
            }

    .wizard-step:last-child {
        background-color: #4E626A;
    }

        .wizard-step:last-child:after {
            color: #4E626A;
        }

        .wizard-step:last-child.active {
            background-color: var(--themeGreen);
        }

            .wizard-step:last-child.active:after {
                color: var(--themeGreen);
            }


.breadcrumb.wizard-nav .wizard-step:first-child {
    background-color: var(--themeGreen);
    color: #fff !important
}

    .breadcrumb.wizard-nav .wizard-step:first-child a {
        color: #fff !important
    }

    .breadcrumb.wizard-nav .wizard-step:first-child:after {
        content: ' ';
        color: var(--themeGreen) !important;
    }

.breadcrumb.wizard-nav .wizard-step {
    background-color: var(--themedarkgray);
    cursor: default;
}

    .breadcrumb.wizard-nav .wizard-step a {
        color: #fff !important
    }

    .breadcrumb.wizard-nav .wizard-step:nth-child(2) {
        padding-left: 30px !important;
    }

.breadcrumb.wizard-nav .breadcrumb-item.wizard-step:nth-child(2):before {
    content: ' ' !important;
}

.breadcrumb.wizard-nav .breadcrumb-item.active {
    color: #fff !important
}

.breadcrumb.wizard-nav .wizard-step:last-child:after {
    content: ' ';
    color: var(--themedarkgray);
}

.breadcrumb.wizard-nav .wizard-step:after {
    content: unset;
    color: var(--themedarkgray);
}

.breadcrumb-item.wizard-step + .breadcrumb-item.wizard-step:before {
    padding: 0 15px 0 0px;
}

.breadcrumb-item.wizard-step + .breadcrumb-item.wizard-step {
    padding-left: 15px;
    padding-right: 15px;
}

    .breadcrumb-item.wizard-step + .breadcrumb-item.wizard-step::before {
        color: #fff !important
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: '>'
}

@media (max-width: 768px) {
    .wizard-nav {
        margin: 15px 25px 15px 0;
    }

    .wizard-step {
        padding: 10px 10px 10px 25px;
    }

    .content-wrapper > .content {
        padding: 15px;
    }
}
/*add contact*/
.AddContacts-block, .AddBankDetails-block {
    background: var(--ThemeLightGray);
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 15px
}

.AddContacts-header, .AddBankDetails-header {
    display: flex;
    justify-content: space-between;
}

.AddContacts_btn {
    width: 135px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icons/add-more.svg) no-repeat center;
    border: 0px;
    outline: unset;
    cursor: pointer;
    height: 30px;
    color: transparent
}

.btn-close-icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icons/close-icon.svg) no-repeat center;
    border: 0px;
    outline: unset;
    cursor: pointer;
    fill:aqua
}

.btn-add-icon {
    width: 30px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icons/add-more.svg) no-repeat center left;
    border: 0px;
    outline: unset;
    cursor: pointer;
    height: 29px;
    border-radius: 20px;
}

.btn-edit-icon {
    width: 30px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icons/edit-icon.svg) no-repeat center;
    border: 0px;
    outline: unset;
    cursor: pointer;
    background-size: 16px;
}

.AddContacts-item, .BankDetails-item {
    background: #fff;
    padding: 20px 15px;
    border-radius: 20px;
    margin-top: 15px
}

    .AddContacts-item:first-child, .BankDetails-item:first-child {
        margin-top: 0
    }

@media (max-width: 768px) {
    .AddContacts-header {
        flex-direction: column
    }
}

.btn-style1 {
    min-width: 150px;
    margin: 15px
}

.TypeofEntity-content, .borderd-content {
    border: 1px solid var(--ThemeLightGray);
    padding: 20px 15px;
    border-radius: 20px;
    margin-bottom: 15px
}

.time-icon {
    position: absolute;
    right: 0;
    border: 0px
}

.date-icon {
    position: relative
}

    .date-icon i {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 18px;
        cursor: pointer
    }

.input-group-append.datepicker {
    position: absolute;
    right: 0;
    top: 5px
}

    .input-group-append.datepicker .input-group-text {
        background-color: transparent;
        border: 0px
    }

.alert-rounded {
}

.alert-border {
    border-color: #FF4961 !important;
    background: #fff !important;
    color: #FF4961 !important
}

.back-link {
    color: var(--themeGreen);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

    .back-link span {
        display: inline-block;
        transition: transform 0.3s ease-in-out;
    }
    /* Hover effect */
    .back-link:hover > span {
        animation: move-left-right 0.6s infinite;
        /* transform: translateX(-5px);*/ /* Move the icon 10px to the left */
    }

/* Keyframes for continuous left-right movement */
@keyframes move-left-right {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-4px);
    }

    100% {
        transform: translateX(0);
    }
}

#loader, #pageloader, #loader2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*    background: rgba(255, 255, 255, 1);*/
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--themeGreen);
    width: 100%;
    height: 100%;
}

.page-loader {
    position: fixed !important;
  background: rgba(255, 255, 255, 0.7) !important;
    align-items: start;
    z-index: 9999 !important;
    overflow: hidden;
    width:100%;
    height:100%
}

.dark-bg-heading {
    background: var(--themedarkgray);
    color: #fff;
    padding: 8px 15px
}

.servicelist-item {
    display: flex;
    justify-content: space-between
}

.servicelist .label {
    line-height: 20px;
    margin: 0px 30px 0 50px;
}

.servicelist .form-check-input {
    margin: 0 15px 0 5px
}

.profile-img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    
}

.avatar, .avatar2, .avatar-div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    display: inline-block;
}

.avatar-xxl {
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 1.375rem;
}

.user.user-menu a {
    display: flex !important;
    justify-content: start;
    align-items: center;
    height: 100%;
    text-align: left
}

.Useravatar {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px
}

    .Useravatar .text-dark {
        color: #465161 !important
    }

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li.user-profile:hover > a > .pull-right-container {
    top: -35px !important;
    display: none !important;
}

.Tier-Block .card {
    background: #F7F7F7;
    border: 1px solid #D9D9D9
}

.Tier-Block .card-header {
    background: #D9D9D9
}


.SumoSelect {
    width: 100% !important;
}

    .SumoSelect .select-all {
        padding: 10px 0 10px 35px !important;
        height: auto !important;
    }

        .SumoSelect .select-all label {
            margin: 0px !important
        }

    .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
        background-color: var(--themeGreen) !important;
    }

    .SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
        width: 22px !important;
        height: 22px !important;
    }

    .SumoSelect > .optWrapper.multiple > .options li.opt span i {
        border: 1px solid var(--themeGreen) !important;
    }

.delete-btn {
    border-radius: 20px;
    padding: 0px 15px 0px 36px;
    position: relative;
    background: url(../images/icons/delete-icon.svg) no-repeat;
    background-position: left center;
    background-color: #fff;
    border: 0px;
    height: 33px;
    box-shadow: 0 2px 2px #b0b0b0;
    cursor: pointer
}

.delete-Icon-btn {
    border-radius: 20px;
    padding: 0px;
    position: relative;
    background: url(../images/icons/delete-icon.svg) no-repeat;
    background-position: center;
    border: 0px;
    height: 33px;
    width: 33px;
    box-shadow: 0 2px 2px #b0b0b0;
    cursor: pointer
}

.Undo-Icon-btn {
    border-radius: 20px;
    padding: 0px 30px 0 15px;
    position: relative;
    background: url(../images/icons/undo-Icon.svg) no-repeat;
    background-position: center right 5px;
    border: 0px;
    height: 33px;
    width: auto;
    box-shadow: 0 2px 2px #b0b0b0;
    cursor: pointer;
    background-size: 24px;
    background-color: #fff;
}
/*.delete-btn:after{
        content:' ';
        position:absolute;
        width:30px;
        height:30px;
        background:url(../images/icons/delete-icon.svg) no-repeat center ;
        top:0;
        left:0;

    }*/

.user-profile.treeview a {
    display: flex;
    align-items: center
}

    .user-profile.treeview a .avatar {
        margin-right: 10px
    }

.header-back-btn {
    position: absolute;
    right: 0;
    z-index: 9
}


/*CommentsList*/
.CommentsList {
    margin: 0px;
    padding: 0px
}

    .CommentsList > li {
        list-style: none;
        display: flex;
        line-height: 24px;
        border-bottom: 1px dashed #ccc;
        padding: 20px 15px
    }

        .CommentsList > li .useravatar {
            margin-right: 15px;
            flex: 0 0 30px;
            max-width: 30px;
        }

        .CommentsList > li:hover {
            background: #f9f8fa
        }

        .CommentsList > li .CommentsDerail {
            width: 100%;
        }

            .CommentsList > li .CommentsDerail .Comments {
                width: 100%;
            }

.clientDetail {
    margin: 0px;
    padding: 0px
}

    .clientDetail .form-label {
        font-weight: bold
    }

.Headerbacklink i {
    font-size: 36px;
    padding: 0;
    margin-right: 15px;
    color: var(--themeGreen)
}

.status.stat-todo {
    background: #ff8257
}

.status.stat-completed {
    background: #0d7847
}

.status.stat-active {
    background: #00cf87
}

.status.stat-progress {
    background: #00acea
}

.status.stat-pending {
    background: #fcc055
}

.status.On-Hold {
    background: #959595
}

.status.In-active {
    background: #ff7777
}

.status.Suspend {
    background: #1d2124
}

.status.Pause {
    background: #fd7e14
}

.status.stat-waiting {
    background: #FF9149;
}

.theme-btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

    .theme-btn.btn {
        transition: unset !important
    }

.add-icon {
    padding-right: 36px;
    background-image: url(../images/icons/plus-white.svg);
    background-repeat: no-repeat;
    background-position: center right 7px
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #17b07a !important;
    border-color: #17b07a;
    color: #fff;
}

.SubTask-list {
    margin: 0px;
    padding: 0px;
}

    .SubTask-list li.listheader {
        background: #c6cbd1 !important;
        font-weight: 700
    }

    .SubTask-list li {
        list-style: none;
        margin: 0px;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        line-height: 24px;
        background: #f5f6f7;
        border: 1px solid #dee1e4;
    }

        .SubTask-list li a {
            color: var(--themeGreen);
            text-decoration: underline
        }

        .SubTask-list li:hover {
            background: #fff
        }


.addtask .form-control {
    width: 60px;
    text-align: center
}

.edit-icon-btn {
    background: url(../images/icons/icons_edit.svg) no-repeat center;
    width: 30px;
    height: 30px;
    border: 0px;
    cursor: pointer
}

.delete-icon-btn {
    background: url(../images/icons/delete-icon.svg) no-repeat center;
    width: 30px;
    height: 30px;
    border: 0px;
    cursor: pointer
}

.ParentTaskLink {
    color: var(--themeGreen);
    text-decoration: underline;
    cursor: pointer;
    border: 0;
    background: unset !important
}

.AnnouncementsList {
    margin: 0px;
    padding: 0px
}

    .AnnouncementsList li {
        list-style: none;
        margin: 0px;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        line-height: 24px;
        background: #f5f6f7;
        border: 1px solid #dee1e4;
    }

        .AnnouncementsList li a {
            text-decoration: underline
        }

        .AnnouncementsList li:hover {
            background: #fff
        }

.text-wrap {
    white-space: normal
}

#notificationIcon.reddot::after {
    content: '';
    display: inline-block;
}

#notificationIcon::after {
    content: unset;
    display: none
}


.main-header .messages-menu .dropdown-toggle i.animated::after, .main-header .notifications-menu .dropdown-toggle i.animated::after, .main-header .tasks-menu .dropdown-toggle i.animated::after {
    top: 17px;
    right: 10px;
}
.main-header .messages-menu .dropdown-toggle i::after, .main-header .notifications-menu .dropdown-toggle i::after, .main-header .tasks-menu .dropdown-toggle i::after {
    content: '';
    position: absolute;
    top: 17px;
    right: 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #FF4961;
    animation: unset !important;
    transform-origin: center;
}
.faa-ring.animated, .faa-ring.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-ring {
    -webkit-animation: unset !important;
    animation: unset !important;
    transform-origin-x: 0;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}
.bg-infolight a {
    background: rgb(55,143,233,0.1);
}

    .bg-infolight a:hover {
        background: rgb(55,143,233,0.2) !important;
    }

.fa-timesheet:before {
    content: '';
    background: url(../images/icons/timesheet-icon-w.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: flex;
    color: #ffffff;
    fill: #ffffff
}

.fa-checcktimesheet:before {
    content: '';
    background: url(../images/icons/checcktimesheet.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: flex;
    color: #ffffff;
    fill: #ffffff
}
.fa-ExpenseApproval {
    content: '';
    background: url(../images/icons/ExpenseApproval.svg) no-repeat left;
    width: 20px;
    height: 20px;
    display: flex;
    color: #ffffff;
    fill: #ffffff
}
.d-flex {
    display: flex !important
}

.icon {
    width: 24px;
    height: 24px;
    display: inline-block;
}

    .icon.icon-timesheet {
        background: url(../images/icons/timesheet-icon.svg) no-repeat center;
        color: var(--themedarkgray);
        fill: var(--themedarkgray)
    }

/*Info-block*/
.Info-block {
    background: var(--ThemeLightGray);
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 15px
}

    .Info-block .Info-item {
    }

        .Info-block .Info-item > div {
            background: #fff;
            padding: 15px;
            border-radius: 20px;
            margin-top: 15px;
        }

    .Info-block .Info-header {
        display: flex;
        justify-content: space-between;
    }

.Info-block_btn {
    width: 135px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icons/add-more.svg) no-repeat center;
    border: 0px;
    outline: unset;
    cursor: pointer;
    height: 30px
}

.information-block-list {
    margin: 0px;
    padding: 0;
}

    .information-block-list ul {
        margin: 0px;
        padding: 0;
    }

        .information-block-list ul li {
            background: #fff;
            padding: 15px;
            border-radius: 15px;
            margin-bottom: 15px;
            list-style: none
        }

            .information-block-list ul li label {
                text-align: left;
                width: 100%
            }

            .information-block-list ul li:first-child {
                margin-bottom: 0
            }

.icon-wrapper-alt {
    margin: 0;
    height: 44px;
    width: 44px;
    text-align: center;
    overflow: visible;
    display: flex
}

.timer_menu {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer
}

    .timer_menu > a {
        display: flex !important;
        justify-content: center;
        align-items: center;
        height: 100%;
        cursor: pointer
    }

        .timer_menu > a h4.text-success {
            color: #008857 !important
        }

    .timer_menu > div {
        line-height: 15px;
        padding-top: 3px;
    }

    .timer_menu .dropdown-toggle {
        line-height: 15px !important;
        font-size: 16px !important;
    }

.input-group .input-group-addon {
    display: flex;
    align-items: center
}

.fc-time-grid .fc-slats td {
    color: var(--themedarkgray)
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border-radius: 5px
}


/*document start*/
/*document*/
/*document*/
.document_container {
}

    .document_container .document_card {
        border-radius: 15px;
        text-align: center;
        box-shadow: none;
    }

        .document_container .document_card .card-body {
            border-radius: 15px;
            text-align: center;
            padding: 1rem 0.5rem
        }

    .document_container .doc_type {
        position: relative
    }

        .document_container .doc_type .badge {
            position: absolute;
            top: 29px;
            right: 50px;
            width: 18px;
            height: 18px;
            border-radius: 2rem;
            line-height: 12px;
            color: #fff;
            background: #e50505 !important;
            text-align: center;
            padding: 2px;
            font-size: 10px;
        }

        .document_container .doc_type i {
            margin: auto;
            width: 100px;
            height: 100px;
            margin-bottom: 1rem
        }

    .document_container h6:first-child {
        color: #000
    }

.document_card .dropdown-menu {
    padding-top: 1rem
}

.document_card .dropend button {
    width: 30px;
    height: 30px;
    border-radius: 2rem;
}

    .document_card .dropend button.show {
        background-color: #ccc !important;
    }

    .document_card .dropend button i {
        font-size: 1rem;
        color: #666666
    }

    .document_card .dropend button::after {
        display: none
    }

.document_card .dropdown-menu .dropdown-item {
    text-align: right;
    justify-content: flex-end;
    display: flex
}

    .document_card .dropdown-menu .dropdown-item i {
        margin-left: 15px
    }

.document_container .content2 {
    margin-bottom: 1.4rem
}

.document-search {
    border: 1px solid #ccc;
    width: 100%;
    position: relative;
    border-radius: 6px;
}

    .document-search i {
        position: absolute;
        top: 13px;
        right: 13px;
        width: 22px;
        height: 22px;
        font-size: 22px;
    }

    .document-search input {
        outline: 0px;
        border: 0px;
        box-shadow: none;
        width: 100%;
        padding: 10px 26px 10px 15px;
        line-height: 28px;
        border-radius: 6px;
    }

.document-lefbar {
}

    .document-lefbar .card {
        border-radius: 15px;
        text-align: center;
        box-shadow: none;
        height: 100%
    }

        .document-lefbar .card .card-body {
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 0 5px rgba(4,9,20, 0.03);
            padding: 1rem 0.5rem
        }

    .document-lefbar .card-header {
        display: flex;
        justify-content: space-between;
        text-transform: capitalize;
        margin-bottom: 15px
    }

        .document-lefbar .card-header h6, .document-lefbar .card-header h5 {
            margin: 0px
        }

.cLogo img {
    height: 100px;
    width: auto;
}

.text-muted {
    color: #acacac !important;
}

.storagetype_list ul {
    margin: 0px;
    padding: 0px
}

    .storagetype_list ul li {
        list-style: none;
        margin: 0.5rem;
        padding: 0.5rem 1rem;
        border: 1px solid #e7e7e7;
        border-radius: 2rem;
        background: #f9f9f9;
    }

        .storagetype_list ul li a {
            display: flex;
            font-weight: bold;
            color: #000;
            text-transform: uppercase
        }

        .storagetype_list ul li i {
            margin-right: 1rem
        }

.file_setting_list {
    margin: 1.6rem 0
}

    .file_setting_list ul {
        margin: 0px;
        padding: 0px
    }

        .file_setting_list ul li {
            list-style: none;
            margin: 0 0.5rem;
            padding: 0.5rem 1rem;
            text-align: left
        }

            .file_setting_list ul li a i {
                margin-right: 0.8rem;
                width: 15px;
                height: 15px;
                background: #ccc;
                display: block;
                border-radius: 2rem
            }

            .file_setting_list ul li a {
                display: flex;
                font-weight: bold;
                color: #000;
                align-items: center;
            }

.upload_tbl {
}

    .upload_tbl thead {
        background: #f6f6f6
    }

        .upload_tbl thead th {
            border-bottom: 1px solid #b3b3b3;
            border-top: 1px solid #b3b3b3;
            border-left: 1px solid #b3b3b3;
            vertical-align: middle
        }

            .upload_tbl thead th:first-child {
                border-left: 0px
            }

    .upload_tbl tbody {
        vertical-align: top
    }

        .upload_tbl tbody td {
        }

        .upload_tbl tbody td {
            border-bottom: 1px solid #b3b3b3;
            border-top: 1px solid #b3b3b3;
            border-left: 1px solid #b3b3b3;
            vertical-align: top
        }

            .upload_tbl tbody td:first-child {
                border-left: 0px
            }

    .upload_tbl .fileselection {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .upload_tbl h6 {
        font-weight: bold;
        color: #000;
        margin: 0px
    }

    .upload_tbl .form-check {
        display: flex;
        align-items: center
    }

        .upload_tbl .form-check .form-check-input {
            margin-right: 0.5rem
        }

.uploadfile_list {
    padding: 0px !important;
    vertical-align: top !important
}

    .uploadfile_list ul {
        margin: 0px;
        padding: 0px
    }

    .uploadfile_list .list_header {
        background: #f6f6f6;
    }

    .uploadfile_list li {
        border-bottom: 1px solid #b3b3b3;
        list-style: none;
        display: flex;
        justify-content: space-between;
        padding: 0.5rem;
        align-items: center
    }

    .uploadfile_list h6 {
        margin: 0px;
        font-weight: normal;
    }

    .uploadfile_list li:last-child {
        border-bottom: 0px
    }

    .uploadfile_list ul.list_body {
        max-height: 186px;
        overflow-y: auto
    }

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }


.round-icon {
    display: block;
    background-color: #efeeff;
    border-radius: 100px;
    position: relative;
    -moz-box-shadow: inset 2px 1px 6px #bfc3c6;
    -webkit-box-shadow: inset 2px 1px 6px #bfc3c6;
    box-shadow: inset 2px 1px 6px #bfc3c6;
}

    .round-icon:after {
        content: '';
        background-size: 100%;
        width: 66%;
        height: 66%;
        position: absolute;
        left: 17%;
        top: 17%;
    }

.custom-icon , .image-icon{
    display: block;
    position: relative;
}

.small_icon {
    font-size: 1rem !important;
    margin: 0px;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.icon-xs {
    width: 16px;
    height: 16px;
}

.icon-sm {
    width: 20px;
    height: 20px;
}

.icon-md {
    width: 32px;
    height: 32px;
}

.icon-xl {
    width: 46px;
    height: 46px
}

.icon-xxl {
    width: 60px;
    height: 60px
}

.icon-xxxl {
    width: 80px;
    height: 80px
}
.document_card .img-thumbnail {
    border:0px
}
.icon-wordDoc {
    background: url(../images/icons/word-doc.svg) center no-repeat;
    background-size: contain
}

.icon-excel {
    background: url(../images/icons/excel-doc.svg) center no-repeat;
    background-size: contain
}
.icon-image {
    background: url(../images/icons/image-doc.svg) center no-repeat;
    background-size: contain
}
.icon-zip{
    background: url(../images/icons/zip-icon.svg) center no-repeat;
    background-size: contain
}


.icon-Document {
    background: url(../images/icons/documentfolder.svg) center no-repeat;
    background-size: contain
}

.icon-download {
    background: url(../images/icons/download_gray.svg) center no-repeat;
    background-size: contain
}

.icon-pdf {
    background: url(../images/icons/pdf.svg) center no-repeat;
    background-size: contain
}

.icon-video {
    background: url(../images/video-icon.png) center no-repeat;
    background-size: contain
}
.icon-documentfolder {
    background: url(../images/icons/documentfolder.svg) center no-repeat;
    background-size: contain
}


.icon-edit {
    background: url(../images/icons/edit.svg) center no-repeat;
    background-size: contain
}

.icon-edit-gray {
    background: url(../images/icons/edit_gray.svg) center no-repeat;
    background-size: contain
}

.icon-upload {
    background: url(../images/icons/upload_gray.svg) center no-repeat;
    background-size: contain
}

.icon-delete-gray {
    background: url(../images/icons/delete_gray.svg) center no-repeat;
    background-size: contain
}

.icon-delete {
    background: url(../images/icons/delete.svg) center no-repeat;
    background-size: 100%
}

.icon-delete_red {
    background: url(../images/icons/delete.svg) center no-repeat;
    background-size: contain
}

.icon-download_gray {
    background: url(../images/icons/download_gray.svg) center no-repeat;
    background-size: contain
}

.icon-download {
    background: url(../images/icons/download.svg) center no-repeat;
    background-size: contain
}

.icon-ppt {
    background: url(../images/icons/icon-ppt.svg) center no-repeat;
    background-size: contain
}
.icon-font {
    background: url(../images/icons/font-icon.svg) center no-repeat;
    background-size: contain
}

.icon-video {
    background: url(../images/icons/icon-video.svg) center no-repeat;
    background-size: contain
}
.page-item.active .page-link, .pagination .active.page-number .page-link {
    /*background: #3686ff*/
}

.page-item#previous-page a, .page-item#next-page a {
    color: #343f51;
    font-weight: 300;
}

.pagination-sm .page-link {
    padding: 0.5rem 1rem;
}



.pagination2 {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination-sm .page-link2 {
    padding: 0.25rem 0.5rem;
    font-size: .968rem;
    line-height: 1.5;
}

.page-link2:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-item2.active .page-link2, .pagination2 .active.page-number2 .page-link2 {
    z-index: 1;
    color: #fff;
    background-color: #3f6ad8;
    border-color: #007bff;
}

.InteractionHistorypagination2 {
    display: flex;
    justify-content: end
}

.page-item2.active .page-link, .pagination2 .active.page-number2 .page-link2 {
    background: #3686ff
}

.page-item2#previous-page2 a, .page-ite2m#next-page2 a {
    color: #343f51;
    font-weight: 300;
}

.pagination-sm .page-link2 {
    padding: 0.5rem 1rem;
}

.pagination2 li a:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.pagination2 li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}




/* Center ratings in container */
.box-example-1to10 .br-wrapper {
    width: 210px;
    position: absolute;
    margin: 0px 0 0 -105px;
    left: 50%;
}

.box-example-movie .br-wrapper {
    width: 250px;
    position: absolute;
    margin: 0px 0 0 -125px;
    left: 50%;
}

.box-example-square .br-wrapper {
    width: 190px;
    position: absolute;
    margin: 0px 0 0 -95px;
    left: 50%;
}

.box-example-pill .br-wrapper {
    width: 232px;
    position: absolute;
    margin: 0px 0 0 -116px;
    left: 50%;
}

.box-example-reversed .br-wrapper {
    padding-top: 1.3em;
    width: 356px;
    position: absolute;
    margin: 0px 0 0 -178px;
    left: 50%;
}

.box-example-horizontal .br-wrapper {
    width: 120px;
    position: absolute;
    margin: 0px 0 0 -60px;
    left: 50%;
}

.text-break {
    white-space: normal !important
}

.Evaluation-panel .card {
    margin-bottom: 15px
}

.Evaluation-panel .btn.btn-link {
    background: var(--themedarkgray);
    color: #fff;
}

.Evaluation-panel .panel-header thead {
    background: #d6d6d6;
}

.Evaluation-panel thead th {
    color: var(--themedarkgray) !important
}

.bg-gray-500 {
    background-color: #b2c1c9 !important
}

.bg-gray-400 {
    background-color: #c4ded5 !important
}

.comingsoon_block img {
    display: inline-block;
    z-index: 1;
    position: relative;
    animation: none !important;
    transition: none !important;
    transform: none !important;
    overflow: hidden !important;
    -webkit-transform: unset !important;
    transform: unset !important
}


/*btn-toggle*/
.btn-toggle.btn-sm {
    height: 1.5rem;
    width: 4rem;
}

    .btn-toggle.btn-sm:before, .btn-toggle.btn-sm:after {
        line-height: 1.5rem
    }

    .btn-toggle.btn-sm.active > .handle {
        left: 2.5rem;
        transition: left .25s;
    }

    .btn-toggle.btn-sm:before {
        content: 'Show';
        left: unset !important;
        right: 5px;
    }

    .btn-toggle.btn-sm.btn-sm:after {
        left: 5px;
        right: unset;
    }

    .btn-toggle.btn-sm:after {
        content: 'Hide';
    }

    .btn-toggle.btn-sm > .handle {
        height: 1.7rem;
    }

.avatar-link {
    white-space: normal;
    display: flex;
    align-items: center;
    line-height: normal;
    width: 180px
}

.alert.alert-danger {
    background: #ffe3e7 !important;
    color: #000 !important
}

.SumoSelect > .optWrapper > .options {
    max-height: 132px !important;
}





.file-uploader {
    text-align: center;
    font-family: Arial, sans-serif;
    color: #5A67D8;
}

    .file-uploader h2 {
        font-size: 24px;
        /* margin-bottom: 20px;*/
    }

.upload-box {
    display: inline-block;
    border: 2px dashed #B2B2FF;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    width: 100%
}

    .upload-box:hover {
        background-color: #F2F2FF;
    }

.upload-icon {
    font-size: 40px;
    color: #5A67D8;
    /*     opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;*/
}

.hidden-file-input input[type="file"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.upload-box p {
    margin-top: 10px;
    font-size: 16px;
    color: #5A67D8;
}

#lstFiles {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #E2E8F0;
    padding: 10px;
    border-radius: 5px;
    color: #5A67D8;
}

.file-item {
    display: flex;
    align-items: center;
    background-color: #E2E8F0;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #000
}

    .file-item .file-name {
        flex: 1;
        margin-left: 10px;
        text-align: left;
    }

.progress-bar {
    width: 100%;
    background-color: #F0F4FF;
    border-radius: 5px;
    margin-top: 5px;
}

.progress {
    height: 6px;
    background-color: #5A67D8;
    border-radius: 5px;
    width: 0%;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.5;
}

.disablediv {
    width: 100%;
    height: 100%;
    position: ABSOLUTE;
    LEFT: 0;
    RIGHT: 0;
    Z-INDEX: 99;
    background: rgba(164, 178, 192, 0.3);
    border-radius: 5px;
}

.aspNetDisabled.form-control {
    background-image: none
}

.description-icon {
    background: #ffffff;
    border: 0px solid #26353a;
    border-radius: 4px;
    border-left: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer
}

    .description-icon i {
        font-size: 24px;
        color: #000 !important
    }

.skin-black-light .description-icon {
    background: #26353a;
}

    .skin-black-light .description-icon i {
        color: #fff !important
    }

.select2-container--disabled .select2-selection__arrow, .select2 .select2-selection__clear {
    display: none
}
.select2.favoriteList .select2-selection__clear {
}
.favorite-star{
    float:right
}

    .favorite-star .fa-star {
        color: gray;
        cursor: pointer;
    }


.error-highlight {
    background-color: red !important;
}

.nav-tabs-custom > .nav-tabs > li a.active {
    border-top-color:var(--themeGreen)
}
.ranges{
    float:none !important
}
.description-icon {
    background: url(../images/android-more-vertical-2.svg) no-repeat center #efefef !important;
    height: 25px;
    position: absolute;
    right: 6px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    border-color: #767676;
}
.marquee-row {
    width: 100%;
    overflow-x: hidden;
}

.marquee-block {
    position: relative;
    display: flex;
    width: 100%;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    justify-content: space-between;
}

.marquee-item-list {
    display: inline-flex;
    margin-bottom:25px
}

    .marquee-item-list li {
        width: 100%;
        list-style: none;
        padding-right: 30px;
        white-space: nowrap
    }
        .marquee-item-list li a{
            color:var(--themeGreen)
        }
        .marquee-item-list li i {
            margin-right: 15px
        }
        .marquee1 {
            animation-name: marquee1;
        }

.marquee2 {
    animation-name: marquee2;
}

@keyframes marquee1 {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@keyframes marquee2 {
    100% {
        left: 0;
    }

    0% {
        left: -100%;
    }
}


.Alerts-time-line {
}

    .Alerts-time-line .Alerts-content {
    }

    .Alerts-time-line .Alerts-item {
        border-bottom: 1px solid #ccc;
        margin-bottom: 0.6rem
    }

        .Alerts-time-line .Alerts-item:last-child {
            border-bottom: 0px
        }

        .Alerts-time-line .Alerts-item p {
            line-height: normal;
            margin: 0px 0 0.4rem 0;
            font-weight: 300;
        }

        .Alerts-time-line .Alerts-item h6 {
            color:#000
        }

        .Alerts-time-line .Alerts-item .day-alert {
            display: flex;
            width: 100%;
            align-content: center;
            justify-content: start;
            margin-left: 0rem;
            margin-bottom: 0.5rem;
            padding:10px 0
        }

        .Alerts-time-line .Alerts-item .alerticon {
            width: 24px;
            height: 24px;
            text-align: center;
            vertical-align: middle;
            border-radius: 100%;
            line-height: 22px;
            margin: 0 5px;
            padding: 2px 9px
        }

.alert-heading {
    margin-bottom: 0px;
    font-weight: 600;
}

.Alerts-time-line .Alerts-item .alerticon i {
    color: #fff
}
.alert_block .scroll-area-md {
    height: 220px;
}
.scroll-area-md {
    height: 200px;
    overflow-x: hidden;
}
.scrollbar-sidebar, .scrollbar-container {
    position: relative;
    height: 100%;
}
.check-all, .row-checkbox {
    text-align: left;
    float: left
}

.transparent-header {
    background-color: rgba(2, 56, 95, 0.2);
}
.transparent-holyday {
    background-color: rgba(45, 185, 140, 0.2)
}
.skew-section {
    padding: 0 15px;
    background-color: #be0019 !important;
    height:100%;
    display:flex;
    align-items:center

}
    /*.skew-section::after {
        content: ' ';
        background-color: #be0019 !important;
        -ms-transform: skew(20deg);
        -webkit-transform: skew(20deg);
        transform: skew(20deg);
        position: absolute;
        right: 0;
        padding: 5px 20px 5px 10px;
        width: 100%;
        height: 100%;
        z-index: -1
    }*/

.header-banner {
    height: 60px;
    justify-content: end;
    display: flex;
    align-items: end;
    width: 60%;
}
.header-banner > div{
    height: 34px;
    font-size: 18px;
}

.marquee-track {
    display: flex;
    white-space: nowrap;
}

.marquee-content {
    flex-shrink: 0;
    padding-right: 80px; /* adjust spacing between repeats */
    display: inline-block;
}
.label-google {
    background-color: #dd4b39
}

/* Optional: SlimScroll bar is hidden by default */
.sidebar .slimScrollDiv .slimScrollBar, .main-sidebar .slimScrollBar {

    opacity: 1 !important;
}
.main-sidebar .slimScrollBar {
    width: 12px !important;
    opacity: 0.6 !important;
    display: block !important;
}
.skin-black-light .form-control.ptxtEnd {
    background-color: unset !important
}
.custom-input{
    padding-left: 40px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 15px center;
}


.mytbl td{
    white-space:normal;
    line-height:normal

}
.text-align th:nth-child(3){
    text-align:left !important

}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: center
}

.copy-field {
    position: relative;
    max-width: 500px;
    margin: 20px auto;
}

.url-icon {
    position: absolute;
    top: 24px;
    left: 15px;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 22px;
}
.link-btn {
    position: absolute;
    top: 1px;
    right: 1px;
}

.copy-field .form-control {
    padding-left: 3.5rem;
}

.TimeInputWrapper input[type="number"] {
    padding-right: 11px
}
.TimeInputWrapper input[type="number"]:focus{
    outline:unset
}
.xs-gutters{
    padding:0 10px 
}
.xs-gutters > .col, .xs-gutters > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}


.card-icon {
    display: inline-block;
    width: 31px; /* adjust size */
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.card-VISA {
    background-image: url('../images/Visa-Card.png');
}

.card-MASTER {
    background-image: url('../images/Master-Card.png');
}

.card-AMEX {
    background-image: url('../images/AMEX-Card.png');
}

.card-DISCOVER {
    background-image: url('../images/Discover-Card.png');
}



    #ProjectAccordion .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1rem;
       
        color: #fff;
        text-align: left;
        background-color: var(--themeDarkGray);
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: var(--bs-accordion-transition);
        cursor:pointer
    }


.tier-container {
    position: relative;
    margin-left: 0px;
}


/*.tier-line {
    position: absolute;
    top: 0px;*/ /* top padding to align with first box center */
    /*bottom: 0px;*/ /* bottom padding to align with last box center */
    /*left: 15px;
    width: 2px;
    background-color: #999;
    z-index: 0;
    height:90%
}*/

.tier-item {
    position: relative;
    margin-bottom: 10px;
 /*   padding-left: 15px;*/
}
  /*  .tier-item:after {
        content: ' ';
        width: 50%;
        height: 2px;
        position: absolute;
        left: 0;
        background: #000;
        top: 50%;
        z-index: 0;
    }*/
.profile-card {
    background-color: var(--ThemeLightGray);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--themeGreen);
    overflow: hidden;
    margin-right: 15px;
    color:var(--themeDarkGray);
    line-height:normal;
    display:flex;
    justify-content:center;
    align-items:center;
    letter-spacing:-1px
}

    .profile-img img {
        width: 100%;
        height: auto;
    }
.profile-text{
    width:70%
}
.profile-text h6 {
    margin: 0;
    font-weight: bold;
}

.profile-text p {
    margin: 0;
    font-size: 0.875rem;
    color: #555;
}

.listing-view li {
    padding: 15px 0px;
    border-bottom: 1px dashed #67757c;
    list-style:none
}

/* Sidebar hidden by default in responsive */
@media (max-width: 768px) {
    .clientsidebar {
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background-color: #fff;
        overflow-y: auto;
        z-index: 1050;
        transition: left 0.3s ease;
        padding: 0
    }

    .clientsidebar.active {
        left: 0;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1040;
        display: none;
    }

        .overlay.active {
            display: block;
        }
}

.icon-size{

    width:200px; 
    max-width:100%;
    height:200px;
   display:flex;
    
   overflow:hidden;

    justify-content: center;
align-items: center;
text-align: center;
margin:auto !important
}
    .icon-size i, .icon-size img{
        justify-content: center;
        align-items: center;
        text-align: center;
        margin:unset !important
    }

.modal-header {
    background: #2db98c;
}

/*modal*/
.document_card {
            position: relative;
            width: 100%;
            border: 1px solid #67757c;
            overflow: hidden;
            border-radius: 8px;
            transition: transform 0.3s ease;
            margin-bottom:0px ;
            height:100%
        }

        .product-img {
            width: 100%;
            display: block;
        }

        .hover-icons {
            position: absolute;
            bottom: 0;
            top: 0;
            width: 100%;
            height: 100%;
            right: 0;
            transform: translateX(0%);
            display: flex;
            gap: 15px;
            opacity: 0;
            transition: opacity 0.3s ease;
            justify-content: center;
            align-items: center;
            left: 0;
            background: rgba(0, 0, 0, 0.6);
            z-index: 9;
        }

            .hover-icons .icon-btn {
                background: #fff;
                color: rgba(0, 0, 0, 0.6)
            }

        .document_card:hover .hover-icons {
            opacity: 1;
        }

        .Pre-icon-btn {
            background-color: white;
            width: 42px;
            height: 42px;
            border: none;
            padding: 0px;
            border-radius: 5px;
            font-size: 20px;
            cursor: pointer;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            transition: transform 0.2s;
            display: flex;
            justify-content: center;
            align-items: center
        }

            .Pre-icon-btn i {
                width: 30px !important;
                height: auto !important;
                color:#26353a
            }

            .Pre-icon-btn:hover {
                transform: scale(1.1);
            }
            .image-view-block{
                width:500px;
                max-width:100%;
                height:100%;
                text-align:center;
                display:flex;
                justify-content:center;
                align-items:center;
                margin:auto;
                overflow:auto
                   

               
            }
            .image-view-block img{
                margin:auto;


            }


            /*left palen in page */

.sidebar {
   /* min-height: 100vh;*/
    border: 0px;
}

    .sidebar .nav-link {
        color: white;
        padding: 10px 20px;
    }

.nav-link:focus, .nav-link:hover {
    background-color: var(--themeDarkGray);
    color: #fff;
}

.caret i {
    float: right;
    transition: transform 0.3s;
}

    .caret i.rotate {
        transform: rotate(90deg);
    }

.active-folder, .active-folder:hover {
    background-color: var(--themeGreen);
    color: white !important;
    border-radius: 5px;
}
.slimScrollBar{
    background:var(--themeGreen) !important
}
.folder-icon {
    padding-left: 42px;
}
    .folder-icon:after {
        content: '';
        background-image: url(../images/icons/folder-close.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 18px;
        position: absolute;
        left: 15px;
        width: 18px;
        height: 18px;
        opacity: 1;
        transform: scale(1);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .folder-icon.active-folder:after {
        background-image: url(../images/icons/folder-open.svg);
        opacity: 1;
        transform: scale(1.1); /* optional scale effect */
    }

.support-floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
   /* background-color: #ffffff;*/
    border-radius: 50%;
   /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);*/
    padding: 2px;
    display: flex;
    align-items: center; 
    justify-content: center;
    width: 100px;
    height:100px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

    .support-floating-btn:hover {
        transform: scale(1.05);
      /*  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);*/
    }

.Emergency-call {
    /*   background: #be0019 !important;*/
    background: linear-gradient(to right, #be0019, #e74d64);
    border-radius: 50px;
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    color: #fff !important;
    padding: 0px 6px !important;
    font-size: 20px;
    text-align: center;
}
    .Emergency-call:hover, .Emergency-call:focus {
        /*   background: #be0019 !important;*/
        background: linear-gradient(to right, #be0019, #e74d64) !important;
        padding: 0px 6px !important;
        box-shadow: 0 0 0 #000
    }

.Emg-card {
    height: 100%;
    margin: 0;
}
.Emg-card .card-header {
    font-weight:500
}
.Emg-card ul{
    margin:0px;
    padding: 0px;
}
.Emg-card li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; 
    list-style: none;
    padding: 0;
    color: var(--themeDarkGray);
    margin-bottom: 5px;
}

    .Emg-card li label:first-child {
        width: 145px;
        flex-shrink: 0;
        margin-right: 5px;
    }

    .Emg-card li label:last-child {
        flex: 1;
        min-width: calc(100% - 150px);
        word-break: break-word; 
    }
        .Emg-card li label:last-child:hover{
            color:var(--themeGreen)
        }

        .Emg-card li label {
            margin: 0px;
        }
 
  
    .skin-black-light .Emg-card li {
        color: #fff
    }
@media (min-width: 992px) {
   
    
}

@media (min-width: 1480px) {
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.custom-row > [class*='col-'] {
    padding-right: 10px; /* half the gap */
    padding-left: 10px; /* half the gap */
    margin-bottom:20px
}
.custom-row {
    margin-right: -10px; /* negative half gap */
    margin-left: -10px;
}

.jstree-anchor .fa-folder:before {
    content: ' ';
    background: url(../images/icons/folder-close.svg);
    background-position: center left;
    background-size: 20px;
    background-repeat: no-repeat;
    width:20px;
    height:20px;
    display:block

}

