:root {
    --mainColor: #19193d;
    --mainColorTextColor: #ffffff;
    --secondaryColor: #f2a942;
    --successColor: #09572d;
    --mediumColor: #b49f31;
    --dangerColor: #b24a4a;
    --textTilteColor: #4a69b2;
    --blue: #4a69b2;
    --light-blue: #45a1d9;
    --light2-blue: #909ccb;
    --red: #b24a4a;
    --mainTextColor: #19193d;
}


@font-face {
    font-family: 'DIN Next LT Arabic Regular';
    src: url('../fonts/din next lt arabic regular/arbfonts-dinnextltarabic-regular-2.ttf') format('truetype');
}

body {
    font-family: 'DIN Next LT Arabic Regular';
}

.form-control {
    font-size: 12px;
}

.form-group label, label {
    font-size: 13px;
}

.form-group label, label {
    color: var(--mainTextColor);
    /*color: #77777a;*/
}

#sidebar * {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

#sidebar .submenu-item a span {
    overflow: unset !important;
    text-overflow: unset !important;
    white-space: break-spaces !important;
}

#sidebar ul.menu-categories.ps {
    height: calc(100vh - 50px) !important;
    background-image: url('../media/images/bg-texture.png');
    background-size: cover;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.float-end {
    float: left;
}

.primary {
    color: var(--mainColor);
}

.warning {
    color: var(--mediumColor);
}

.danger {
    color: var(--dangerColor);
}

.priority-dropdown .dropdown-menu a.primary svg {
    color: var(--mainColor);
}

.priority-dropdown .dropdown-menu a.warning svg {
    color: var(--mediumColor);
}

.priority-dropdown .dropdown-menu a.danger svg {
    color: var(--dangerColor);
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input::placeholder {
    opacity: 0.01;
}

.main-color {
    color: var(--mainTextColor)
}

.secondary-color {
    color: var(--secondaryColor)
}

.danger-color {
    color: var(--dangerColor)
}

.medium-color {
    color: var(--mediumColor)
}

.success-color {
    color: var(--successColor)
}

.activeate-color {
    color: var(--successColor) !important;
}

.deactivate-color {
    color: var(--dangerColor) !important;
}

.delete-color {
    color: var(--dangerColor) !important;
}

.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
    fill: var(--mainTextColor);
}

.ql-snow .ql-stroke {
    stroke: var(--mainTextColor);
}

.ql-toolbar.ql-snow .ql-picker-label {
    color: var(--mainTextColor);
}

.ql-editor {
    text-align: right;
}


.Bold {
    font-weight: bold;
}

.inline {
    display: inline;
}

.mb-10 {
    margin-bottom: 10px;
}


.fg-transparent {
    color: transparent;
}

.fg-success {
    color: var(--successColor);
}

.fg-worning {
    color: var(--mediumColor);
}

.fg-medium {
    color: var(--mediumColor);
}

.fg-danger {
    color: var(--dangerColor);
}

::-webkit-scrollbar {
    cursor: pointer !important;
    width: 10px;
    height: 10px;
    /*    background-color: #F5F5F5;*/
}

::-webkit-scrollbar-thumb {
    cursor: pointer !important;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    /* background-color: #246890; */
}

::-webkit-scrollbar-thumb {
    /*background-color: var(--mainColor) !important;*/
    background-color: #e4e6e9 !important;
}

::-webkit-scrollbar-track {
    cursor: pointer !important;
    /*    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);*/
    border-radius: 3px;
    background-color: transparent;
}

::selection {
    /*    color: var(--mainTextColor);
    background: var(--mainColor);*/
    color: #ffffff;
    background: #19193d;
}

.no-transition {
    transition: none;
}

.no-transform:hover {
    transform: none;
}

.btn-group > .btn, .btn-group .btn {
    padding: 6px 8px;
}

.btn-group .dropdown-item {
    cursor: pointer;
}

.breadcrumb-four .breadcrumb li:not(:first-child):before {
    background: var(--mainColor);
}

.breadcrumb-four .breadcrumb li span {
    line-height: 14px;
    vertical-align: text-top;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.no-padding {
    padding: 0;
}

.required-star {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.drop-box {
    width: 100%;
    min-height: 150px;
    display: flex;
    align-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background: #F8F8F8;
    border: 3px dashed #DDD;
    text-align: center;
    /*padding: 50px 10px;*/
    cursor: pointer;
}

ui-cropper canvas {
    max-width: 100%;
}

.drop-box.dragover {
    border: 5px dashed var(--mainColor);
}

.drop-box.dragover-err {
    border: 5px dashed red;
}

.required-star-label {
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 0;
}

#sidebar .theme-brand {
    background-color: var(--mainColor);
    padding: 0.9px 3px 0.9px 0px;
}

    #sidebar .theme-brand li.theme-text a {
        font-size: 16px !important;
        padding: 0.2rem 0.5rem;
        line-height: 38px;
    }

    #sidebar .theme-brand li.theme-logo {
        background: transparent;
        border-radius: 5px;
    }

        #sidebar .theme-brand li.theme-logo img {
            width: 35px;
            height: 35px;
        }

.sidebar-closed #sidebar .theme-brand {
    padding: 0px;
}

    .sidebar-closed #sidebar .theme-brand li.theme-logo img {
        width: 55px;
        height: 44px;
    }

.main-container #sidebar .navbar-nav .theme-logo {
    width: 17%
}

.main-container #sidebar .navbar-nav .theme-text {
    width: 83%
}

.main-container.sidebar-closed #sidebar .navbar-nav .theme-logo {
    width: 100%
}

.sidebar-closed > .sidebar-wrapper:hover #sidebar .navbar-nav .theme-logo {
    width: 22%
}

.sidebar-closed > .sidebar-wrapper:hover #sidebar .navbar-nav .theme-text {
    width: 78%
}

.sidebar-closed > .sidebar-wrapper:hover #sidebar .theme-brand {
    padding: 0;
}

.main-container.sidebar-closed #sidebar .navbar-nav .theme-text {
    width: 0%
}

.navbar-expand-sm .navbar-item .nav-link {
    line-height: 35px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link {
    font-size: 16px;
}

.tab-title h5 {
    letter-spacing: unset;
}

.navbar .toggle-sidebar, .navbar .sidebarCollapse {
    font-size: 16px;
    line-height: 16px;
    margin-right: 12px;
    margin-left: 12px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section {
    padding: 4px 0px;
    border-bottom: 1px solid #e0e6ed;
}

#sidebar ul.menu-categories {
    padding: 5px 0 5px 0;
}

.sidebar-closed #sidebar ul.menu-categories li.menu > .dropdown-toggle {
    padding: 12px 11px;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle {
    font-size: 15px;
}

#sidebar ul.menu-categories li.menu ul.submenu > li.submenu-item a {
    justify-content: flex-start;
}


#sidebar ul.menu-categories ul.submenu > li a {
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
    padding: 5px 18px 5px 12px;
}

    #sidebar ul.menu-categories ul.submenu > li a svg {
        width: 20px;
        margin-left: 6px;
    }

#sidebar ul.menu-categories ul.sub-submenu > li a {
    justify-content: flex-start;
}

    #sidebar ul.menu-categories ul.sub-submenu > li a svg {
        width: 18px;
        margin-left: 5px;
    }

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a {
    color: #888ea8;
    margin-right: 45px;
    font-size: 13px;
    cursor: pointer;
    padding: 5px 20px 5px 12px;
}

#sidebar ul.menu-categories li.menu.active > .dropdown-toggle svg,
#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] svg {
    /*color: #b7872e;*/
    color: #888ea8;
    /*color: var(--mainColorTextColor);*/
    fill: transparent;
}

#sidebar ul.menu-categories li.menu.active > .dropdown-toggle:hover svg {
    color: var(--secondaryColor);
    fill: transparent;
}

#sidebar ul.menu-categories li.menu.active > .dropdown-toggle:hover span {
    color: var(--secondaryColor);
}

#sidebar ul.menu-categories li.menu.active > .dropdown-toggle span {
    color: var(--secondaryColor);
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"]:hover svg {
    /*color: #b7872e;*/
    color: var(--secondaryColor);
    fill: transparent;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"]:hover span {
    color: var(--secondaryColor);
}
/*#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"]:hover svg {
    color: var(--mainColorTextColor);
}*/



#sidebar ul.menu-categories li.menu > .dropdown-toggle {
    padding: 5px 10px 10px 10px;
}

#sidebar ul.menu-categories ul.submenu > li.active {
    /*background: var(--mainColor);*/
    margin: 2px;
    border-radius: 5px;
}

    #sidebar ul.menu-categories ul.submenu > li.active a {
        padding: 10px 18px 10px 12px;
        color: var(--secondaryColor) !important;
    }

#sidebar ul.menu-categories > li.active:has(li.active) {
    background: #c4cee3;
}



#sidebar ul.menu-categories > li {
    margin: 5px 3px;
    border-radius: 10px;
    transition: all .5s;
    background: #e1e4eb;
    color: var(--mainColorTextColor);
    border-radius: 10px;
}
    /*        #sidebar ul.menu-categories > li:hover{

        }*/
    /*    #sidebar ul.menu-categories > li:hover {
        background: var(--mainColor);
        color: var(--mainColorTextColor);
    }*/
    #sidebar ul.menu-categories > li.active {
        /*border: 1px solid var(--mainColor);*/
        /*background: var(--mainColor);*/
        background: #e1e4eb;
        color: var(--mainColorTextColor);
        border-radius: 10px;
        margin: 5px 5px;
    }

    #sidebar ul.menu-categories > li:hover .submenu > li.show {
    }

    #sidebar ul.menu-categories > li.active .submenu > li.show {
        /*background: var(--mainColor);*/
        background: #eceff4;
        color: var(--mainColorTextColor);
        margin: 3px;
        border-radius: 5px;
    }

    #sidebar ul.menu-categories > li:hover ul.submenu > li ul.sub-submenu > li {
        /*background: var(--mainColor);*/
        color: var(--mainColorTextColor);
    }

    #sidebar ul.menu-categories > li.active ul.submenu > li ul.sub-submenu > li {
        background: #eceff4;
        color: #888ea8;
    }



/*#sidebar ul.menu-categories li:hover svg {
    color: var(--secondaryColor);
}*/

#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover {
    color: var(--secondaryColor);
}

    #sidebar ul.menu-categories li.menu > .dropdown-toggle:hover svg {
        color: var(--secondaryColor);
    }

#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] span {
    color: #888ea8;
}
/*#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] span,*/

#sidebar ul.menu-categories ul.submenu li > a[aria-expanded="true"] {
    color: #888ea8;
}

#sidebar ul.menu-categories ul.submenu li > [aria-expanded="true"]:before {
    background-color: var(--mainColorTextColor) !important;
}

#sidebar ul.menu-categories ul.submenu > li a {
    color: #888ea8;
}

    #sidebar ul.menu-categories ul.submenu > li a:hover {
        color: var(--secondaryColor) !important;
    }

#sidebar ul.menu-categories ul.submenu > li.show a {
    color: var(--secondaryColor);
}

#sidebar ul.menu-categories ul.submenu > li a:hover:before {
    background-color: var(--secondaryColor) !important;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:before {
    content: none;
    background-color: var(--mainColorTextColor);
}

#sidebar ul.menu-categories li.active > ul.show li.show a:not(.collapsed) svg.feather-chevron-right {
    transform: rotate(90deg);
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:hover {
    color: var(--secondaryColor);
}

/*#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active {
    background-color: var(--mainColor);
}*/

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active a:before {
    background-color: var(--secondaryColor);
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active a {
    color: var(--secondaryColor);
}


.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item a {
    padding: 5px 0px 5px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media img {
    width: 45px;
    height: 45px;
}

#sidebar ul.menu-categories li.menu ul.submenu > li a:before {
    content: none;
    background-color: #d3d3d3;
    position: absolute;
    height: 5px;
    width: 5px;
    top: 17.5px;
    right: 5px;
    border-radius: 50%;
}

.hidden {
    display: none;
}

#mainLoading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f6f4f4a6;
    height: 100%;
    z-index: 2000;
}

    #mainLoading svg {
        transform: scale(0.5) !important;
    }

md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: var(--mainColor);
    background: var(--mainColor);
}

md-tabs.on-tab-custome md-pagination-wrapper,
md-tabs.on-tab-custome md-tab-item {
    width: 100%;
}


.btn-primary {
    color: #fff !important;
    background-color: var(--mainColor) !important;
    box-shadow: none;
    border-color: var(--mainColor) !important;
}

    .btn-primary:hover, .btn-primary:focus {
        color: #fff !important;
        background-color: var(--secondaryColor) !important;
        box-shadow: none;
        border-color: var(--secondaryColor) !important;
    }

.btn-secondary {
    color: #fff !important;
    background-color: var(--secondaryColor) !important;
    box-shadow: none;
    border-color: var(--secondaryColor) !important;
}

    .btn-secondary:hover, .btn-secondary:focus {
        color: #fff !important;
        background-color: var(--mainColor) !important;
        box-shadow: none;
        border-color: var(--mainColor) !important;
    }

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active {
    color: #fff !important;
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}

.breadcrumb-four .breadcrumb li.active svg {
    color: var(--secondaryColor) !important;
}

.breadcrumb-four .breadcrumb li.active a {
    color: var(--secondaryColor) !important;
    font-weight: 600;
}

.btn {
    height: calc(1.4em + 1.4rem + 2px);
}

    .btn svg {
        width: 20px;
        height: 28px;
        vertical-align: middle;
    }

a.btn svg {
    height: 33px;
}

.layout-top-spacing {
    margin-top: 0px;
}

.breadcrumb-four .breadcrumb li {
    margin-bottom: 3px;
    padding: 4px 8px;
}

.card-body {
    padding: 0px;
}

.card-innerTaps .card-header {
    background: #fff;
    border: 0;
    padding: 0;
    padding-right: 10px;
    padding-top: 5px;
}

.card-innerTaps .card-body {
    padding: 0;
}

.form-control {
    padding: 5px 10px;
    height: calc(1.4em + 0.8rem + 2px);
    /*    height: inherit;*/
    transition: all .5s;
}

.input-group-prepend button {
    padding: 0;
    width: 35px;
    height: inherit;
}

.checkbox-primary .custom-control-input:checked ~ .custom-control-label::before,
.checkbox-Primary .custom-control-input:checked ~ .custom-control-label::before {
    color: var(--mainColorTextColor);
    border-color: var(--mainColor);
    background-color: var(--mainColor);
}

.checkbox-Secondary .custom-control-input:checked ~ .custom-control-label::before {
    color: var(--mainColorTextColor);
    border-color: var(--secondaryColor);
    background-color: var(--secondaryColor);
}

.checkbox-Danger .custom-control-input:checked ~ .custom-control-label::before {
    color: var(--mainColorTextColor);
    border-color: var(--dangerColor);
    background-color: var(--dangerColor);
}

.custom-checkbox {
    cursor: pointer;
    line-height: 2.1;
}

    .custom-checkbox .custom-control-label {
        cursor: pointer;
    }

    .custom-checkbox.wrong .custom-control-input:checked ~ .custom-control-label::after {
        /*background-image: url('../media/images/svg/x.svg');*/
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 24 24' fill='%23fff' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3e%3cline stroke='%23fff' x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline stroke='%23fff' x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
        /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");*/
    }

.btn {
    height: inherit;
    padding: 2px 8px;
}

label.form-control {
    line-height: 24px;
}

.input-group-prepend .input-group-text {
    padding: 5px 2px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
    min-width: 12rem;
}

.navbar .navbar-item .nav-item.notification-dropdown .dropdown-menu {
    padding: 5px 5px;
}

.navbar .dropdown-item {
    padding: 5px 0 5px 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item .notification-para {
    line-height: 2.5;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
    padding: 5px;
}

.header-container {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 33px;
}

.main-container {
    padding: 5px 5px 0 0;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
    margin-top: 1px;
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 5px;
}


@media (min-width: 992px) {
    .sidebar-noneoverflow .header-container {
        padding-right: 65px;
    }
}


#content {
    margin-top: 47px;
}

.layout-px-spacing {
    padding: 0 5px !important;
}

.layout-top-spacing .custome-formPage .card {
    border-radius: 8px;
}

    .layout-top-spacing .custome-formPage .card .card-footer {
        padding: 5px 1.25rem;
    }

.paginating-container {
    box-shadow: 0px 0px 5px 0px #b0b0b8;
    border-radius: 4px;
    padding: 3px;
}


    .paginating-container li {
        padding: 5px 0;
    }

        .paginating-container li a {
            padding: 10px 8px;
        }



tr[dnd-list],
tr[dnd-list] > th {
    position: relative;
}

tr[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
    padding-right: 0px;
}

    tr[dnd-list] .dndDraggingSource {
        display: none;
    }

    tr[dnd-list] .dndPlaceholder {
        /*display: block;*/
        background-color: #ddd;
        padding: 10px 15px;
        min-height: 42px;
        list-style: none;
    }

    tr[dnd-list] th {
        background-color: #fff;
        border: 1px solid #ddd;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        /*display: block;*/
        margin-bottom: -1px;
        /* Disable text selection if item is not draggable */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        tr[dnd-list] th dnd-nodrag {
            /*display: block;*/
            padding: 10px 15px;
        }

        tr[dnd-list] th.background-man {
            background-color: #CAE0FC;
        }

        tr[dnd-list] th.background-woman {
            background-color: #FFE2F5;
        }

    tr[dnd-list] input.background-man {
        background-color: #D8E9FF;
        color: #2F4D99;
    }

    tr[dnd-list] input.background-woman {
        background-color: #FFF0FA;
        color: #D84FA7;
    }

/*.typesDemo .handle {
    cursor: move;
    position: absolute;
    top: 14px;
    left: 12px;
}*/

.typesDemo .name {
    margin-left: 20px;
}

.card-scrollable .card-header {
    padding-top: 3px;
    padding-bottom: 0px;
    background-color: #fff;
}

.card-scrollable .card-body {
    overflow: auto;
}

.customTable-scrollableBody {
    overflow: auto;
    box-shadow: 0px 0px 5px 0px #b0b0b8;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 4px;
}

.customTable-scrollableBody-tableDisplay {
    overflow: auto;
    box-shadow: 0px 0px 5px 0px #b0b0b8;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 4px;
    display: table;
    width: 100%;
}

    .customTable-scrollableBody-tableDisplay .table-cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

.card-scrollable-full-inner {
    overflow: auto;
}

.card-scrollable-full-inner-hasSearch {
    overflow: auto;
    direction: ltr;
}

.card-scrollable-full-inner-hasSearch-innerTap .body {
    overflow: auto;
}


.sub-image-item {
    display: inline-block;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    margin: 1px;
}

    .sub-image-item.oneItem {
        width: 99%;
    }

    .sub-image-item.towItems {
        width: 49.5%;
    }

    .sub-image-item.threeItems {
        width: 33%;
    }

    .sub-image-item.morethanthreeItems {
        width: 33%;
    }


.card-scrollable-News {
    box-shadow: rgb(111 111 111 / 35%) 0px 1px 15px 1px;
    border-radius: 5px;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 50px;
}

.news-body {
    background-color: #f6f6f6 !important;
}

.card-scrollable-full-inner {
    box-shadow: rgb(111 111 111 / 35%) 0px 1px 15px 1px;
    /*    border-radius: 5px;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 0px;*/
}

.custom-float-left {
    float: left !important;
}

.custom-float-right {
    float: right !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

tags-input .tags .input {
    height: 38px;
    float: right;
}

.ql-container {
    height: 200px;
    min-height: 200px;
}

.custom-control-input {
    display: none;
}

.custom-control-label::before,
.custom-control-label::after {
    width: 1.3rem;
    height: 1.3rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    width: 1.3rem;
    height: 1.3rem;
}

.custom-control-label::after {
    width: 1.3rem;
    height: 1.3rem;
}

.bootstrap-select.btn-group .dropdown-menu {
    border: 1px solid rgb(27, 85, 226);
    padding-bottom: 10px;
}

.nav-pills .nav-link {
    color: var(--mainTextColor);
    background-color: #e2dfdf;
    border-radius: 0;
    cursor: pointer;
    padding-bottom: 3px;
    margin-top: 5px;
    transition: all .5s;
    border: 1px solid #888ea8;
    border-bottom: 0px;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: var(--mainColorTextColor);
        background-color: var(--mainColor);
        padding: 0.5rem 1rem;
        margin-top: 0px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

/*.ng-isolate-scope .dropdown-menu .dropdown-menu .dropdown-item:first-child {
    display: none;
}*/

.bootstrap-select.btn-group .dropdown-menu a.dropdown-item {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 4px;
}

    .bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner {
        border: 1px solid #bfc9d4;
        border-radius: 5px;
    }

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 150px;
    overflow-y: auto;
}

.checkbox-info,
.checkbox-info .custom-control-input,
.checkbox-info .custom-control-label {
    cursor: pointer;
}


.lookup-title {
    margin: 6px 5px;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid var(--mainColor);
    cursor: pointer;
    transition: all .5s;
}

    .lookup-title label {
        margin-bottom: 0px;
    }

    .lookup-title label,
    .lookup-title svg {
        color: var(--mainColor);
    }

    .lookup-title:hover {
        background: var(--mainColor);
        color: var(--mainColorTextColor);
        transform: translateY(-1px);
        margin-left: 0px;
    }

    .lookup-title.active {
        background: var(--mainColor);
        color: var(--mainColorTextColor);
        transform: translateY(-1px);
        margin-left: 0px;
    }

        .lookup-title.active label,
        .lookup-title.active svg {
            color: var(--mainColorTextColor);
        }

    .lookup-title:hover label,
    .lookup-title:hover svg {
        color: var(--mainColorTextColor);
    }

.lookup-title-search {
    position: relative;
    padding: 4px 0 2px 0;
    display: flex;
}

    .lookup-title-search input {
        border-radius: 4px;
        padding-right: 38px;
        font-size: 16px;
        width: 100%;
        color: #3b3f5c;
        border: 0;
        outline: none;
        padding: 10px 30px 12px 16px;
        background: #f1f2f3;
        margin: 0 5px 0 5px;
        border: 1px dashed #888ea8;
    }

    .lookup-title-search svg {
        content: "\f169";
        position: absolute;
        right: 11px;
        color: #acb0c3;
        top: 10px;
        right: 10px;
    }






.customTable {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    /*border-spacing: 5px;*/
    border-spacing: 0px;
}

    .customTable .customTableHeader {
        transition: all 0.35s ease;
    }

        .customTable .customTableHeader select {
            direction: rtl;
        }

        .customTable .customTableHeader .header-label {
            width: 100%;
            color: #ffffff;
            background: var(--mainColor);
            border: 1px solid var(--mainColor);
            border-radius: 5px;
            min-height: 40px;
            padding: 0px 6px;
        }

        .customTable .customTableHeader .header-search-inner {
            padding: 0px 5px;
            background: no-repeat;
            border: none;
            color: #000;
        }

        .customTable .customTableHeader .header-label .cell {
            line-height: 28px;
            display: flex;
            padding: 5px;
            width: 150px;
            max-width: 150px;
            text-align: center;
            cursor: pointer;
            transition: all 0.35s ease;
        }

        .customTable .customTableHeader .header-search-inner .cell {
            cursor: default;
        }

        .customTable .customTableHeader .header-label .cell:hover {
            transform: translateY(-2px);
        }

        .customTable .customTableHeader .header-label .cell i.fa {
            line-height: 1.5;
            width: 10%;
            margin: auto 1px;
        }

        .customTable .customTableHeader .header-label .cell span.cell-title {
            line-height: 1.5;
            width: 80%;
        }

        .customTable .customTableHeader .header-label .cell i.fa-sort-asc {
            color: var(--secondaryColor)
        }

        .customTable .customTableHeader .header-label .cell i.fa-sort-desc {
            color: var(--secondaryColor)
        }

        .customTable .customTableHeader .header-search {
            width: 100%;
            display: inline-block;
        }

            .customTable .customTableHeader .header-search .float-right {
                float: right !important;
            }

            .customTable .customTableHeader .header-search .float-left {
                float: left !important;
            }

        .customTable .customTableHeader .header-search-mor-info {
            width: 100%;
            padding: 0;
            background-color: #ced0d4;
            border: 1px solid #4a69b2;
            border-radius: 5px;
            display: inline-block;
            display: none;
            position: absolute;
            width: 100%;
            z-index: 100;
            max-width: 96.5%;
        }

            .customTable .customTableHeader .header-search-mor-info .first-row {
                margin-top: 10px;
            }

            .customTable .customTableHeader .header-search-mor-info .ng-not-empty {
                border: 1px solid var(--secondaryColor);
            }

.table-search-term {
    font-size: 10px;
    height: 36px;
}

.customTable .customTableRow {
    transition: 0.5s all;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: pointer;
    transition: all 0.35s ease;
}

    .customTable .customTableRow:hover,
    .customTable .customTableRow.active {
        background-color: #f7f7f7;
        /*transform: translateY(-1px);*/
    }

    .customTable .customTableRow .main-info {
        width: 100%;
        border: 1px solid #4a69b2;
        border-radius: 5px;
    }

    .customTable .customTableRow:hover .main-info,
    .customTable .customTableRow.active .main-info {
        background: #dee1e4;
    }



    .customTable .customTableRow .main-info .cell {
        color: #000;
        word-wrap: break-word;
        padding: 5px;
        width: 150px;
        max-width: 150px;
        text-align: center;
        overflow: hidden;
    }

/*        .customTable .customTableRow .main-info .cell p {
            margin: 0;
        }*/

.customTable .customTableHeader .header-label .cell .chk-option {
    width: 30px;
}

.customTable .customTableHeader .header-label .cell .div-dnd-handle {
    position: absolute;
    line-height: 25px;
}

.customTable .customTableHeader .header-label .cell .div-header-title {
    margin: auto;
}

.customTable .customTableHeader .header-label .cell .btn-dnd-handle {
    background: transparent;
    color: #ffffff;
    border: 0;
}

    .customTable .customTableHeader .header-label .cell .btn-dnd-handle svg {
        color: #8e94ac5e;
        width: 15px;
        height: 15px;
        transition: all .5s;
    }

.customTable .customTableHeader .header-label .cell:hover .btn-dnd-handle svg {
    color: #ffffff;
}

.customTable .customTableHeader .header-label .dndPlaceholder {
    list-style-type: none;
}

.customTable .customTableRow .mor-info {
    width: 100%;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    display: none;
}

.customTable .cell p.list-item {
    border: 1px solid #000;
    border-radius: 5px;
    background: var(--mainColor);
    color: #ffffff;
    padding: 3px 2px;
    margin-bottom: 2px;
}

.item-content {
    background-color: #d2cfcf;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem .625rem;
    position: relative;
    display: inline-flex;
    min-width: 0;
    word-wrap: break-word;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 7px;
    border-radius: 5px;
    padding: 0;
    transition: all 0.35s ease;
    box-shadow: 0px 2px 4px rgb(126 142 177 / 12%);
}

.customTableRow.show-mor-info {
    margin-bottom: 7px;
}

    .customTableRow.show-mor-info .main-info {
        border-bottom: 1px solid #f7f7f7;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin-bottom: 0;
        background-color: #dadee7;
    }

    .customTableRow.show-mor-info .mor-info {
        /*min-height: 43px;*/
        display: block;
        border: 1px solid #4a69b2;
        border-top: 1px solid #dadee7;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.customTableRow:has(.btn-group.show) {
    display: inline;
}
/*.customTable .customTableRow .operations .btn-group.show .dropdown-toggle {
}*/


.customTable .customTableRow .main-info .cell.operations {
    overflow: visible;
}



.customTableHeader.show-mor-info .header-search-mor-info {
    transition: all 0.35s ease;
    min-height: 43px;
    opacity: 1;
    display: block;
    border: 1px solid #4a69b2;
}



.TaskTable .customTableRow {
    overflow-y: unset;
    overflow-x: unset;
}

    .TaskTable .customTableRow .main-info {
        width: 100%;
        border: 1px solid var(--mainColor);
        border-radius: 19px;
    }

    .TaskTable .customTableRow:hover,
    .TaskTable .customTableRow.active {
        /*background-color: unset !important;*/
        background-color: #eaf1ff;
        transform: unset !important;
    }

    /*        .TaskTable .customTableRow:hover .main-info,
        .TaskTable .customTableRow.active .main-info {
            background-color: unset !important;
            -webkit-transform: unset !important;
            transform: unset !important;
        }*/

    .TaskTable .customTableRow .cell-toscale {
        transition: all .5s;
    }

    .TaskTable .customTableRow:hover .cell-toscale,
    .TaskTable .customTableRow.active .cell-toscale {
        -webkit-transform: translateY(0) scale(1.01);
        transform: translateY(0) scale(1.01);
    }

    .TaskTable .customTableRow .main-info .cell {
        text-align: unset;
        overflow: unset;
    }

.TaskTable .customTable-scrollableBody {
    background: linear-gradient(270deg, #e1e4eb, #fff) !important;
}

.nav-taskStatus {
    position: absolute;
    width: 100%;
    z-index: 1;
}

    .nav-taskStatus .nav-link {
        color: var(--mainTextColor);
        background-color: transparent !important;
        transition: all .5s !important;
        border: 0px solid #888ea8 !important;
        border-bottom: 0px;
        font-weight: bold;
        cursor: pointer;
    }

        .nav-taskStatus .nav-link.active {
            background-color: #e1e4eb !important;
            color: #1b55e2 !important;
            /*            border-top-left-radius: 30px !important;
            border-bottom-left-radius: 30px !important;*/
            padding: 10px 14px 10px 12px !important;
        }

/*.customTable.TaskTable .customTableRow .mor-info {
    width: 100%;
    border-bottom: 1px solid #4a69b2;
    border-radius: 0px;
}
.customTable.TaskTable .customTableRow:hover, .customTable.TaskTable .customTableRow.active {
    background-color: inherit !important;
    -webkit-transform: translateY(0) scale(1.01);
    transform: translateY(0) scale(1.01);
}*/
.image-cropper-container {
    border: none;
    margin-bottom: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-bottom: 10px;
}


.file-tree {
    margin-bottom: 0;
    padding-left: 30px;
    list-style: none;
    overflow: hidden;
    padding-inline-start: 5px;
}

    .file-tree li.file-tree-folder::before {
        color: var(--mainColor)
    }

    .file-tree .file-tree-folder::after {
        color: var(--mainColor)
    }

.asd {
    background: var(--mainColor);
    color: var(--mainColorTextColor);
}

.file-tree-folder .title {
    width: 110%;
    border-radius: 5px;
    line-height: 30px;
    margin: 0;
    padding: 5px;
    cursor: pointer;
    transition: all .5s;
}

    .file-tree-folder .title .folder-name {
        padding: 0px 5px;
    }

    .file-tree-folder .title:hover {
        background: var(--mainColor);
        color: var(--mainColorTextColor);
    }

.file-tree .file-tree-folder.open > .title {
    background: var(--mainColor);
    color: var(--mainColorTextColor);
}

    .file-tree .file-tree-folder.open > .title::before {
        color: var(--mainColorTextColor);
    }

.file-tree .file-tree-folder svg {
    transition: all .5s;
}

.file-tree .file-tree-folder.open > .title .custom-float-left svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /* top: 0rem;*/
}


.bootstrap-select.btn-group > .dropdown-toggle {
    padding: 0.5rem 1.25rem;
}

md-select {
    border: 1px solid #bfc9d4;
    border-radius: 5px;
    padding: 2px 10px 2px 0px;
    margin: 0px 0 0px 0;
    width: 100%;
    font-size: 12px;
    height: calc(1.4em + 0.8rem + 2px);
}

    md-select:focus {
        border: 1px solid #1b55e2 !important;
    }

    md-select.md-default-theme .md-select-value, md-select .md-select-value {
        border-bottom-color: transparent;
        padding: 0;
    }

    md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
        border-bottom-color: transparent;
        color: rgba(0,0,0,0.87);
    }

md-select-menu {
    min-width: 250px;
    /*width: 250px;*/
}

    md-select-menu md-content {
        min-width: auto;
    }

md-select-heqder {
    margin-top: 5px;
    margin-bottom: 5px;
}

.md-select-scrollable-option {
    max-height: 188px;
    overflow: auto;
    margin-top: 5px;
}

.md-select-groub-btn md-select {
    display: inline-block;
    width: 89%;
}

.md-select-groub-btn button {
    display: inline-block;
}

md-select[disabled] .md-select-value {
    background-size: 4px 0px;
    cursor: not-allowed;
}

md-option {
    height: auto;
    border: 1px solid #bfc9d4;
    border-radius: 5px;
    margin: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.md-dialog-container,
.selectdemoSelectHeader {
    z-index: 2020 !important;
}

    .selectdemoSelectHeader .demo-header-searchbox {
        border: 1px solid #bfc9d4;
        border-radius: 5px;
        margin: 3px;
        outline: none;
        height: 100%;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .selectdemoSelectHeader .demo-select-header {
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
        height: 34px;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        width: auto;
    }

    .selectdemoSelectHeader md-content._md {
        max-height: 240px;
    }

md-select-menu:not(.md-overflow) md-content {
    padding: 5px 0 0 0;
}

.md-select-menu-container.md-active md-select-menu {
    border-radius: 5px;
}

[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
    padding-left: 2px;
    height: auto;
    min-height: 38px;
}

md-option .md-text {
    overflow-wrap: break-word;
    max-width: 100%;
    white-space: unset;
}

md-select:disabled {
    background: #f1f2f3;
}

.custome-checkBox label.form-control {
    border: 1px dashed #888ea8;
    background: #f1f2f3;
    margin: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
}

.custome-checkBox-list .lookup-title-search {
    padding: 0px 0 2px 0;
}

    .custome-checkBox-list .lookup-title-search input {
        margin: 0px;
        padding: 10px 35px 12px 16px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0;
    }

.custome-checkBox-list .List {
    padding: 5px;
    background: #f1f2f3;
    border: 1px dashed #888ea8;
    border-radius: 5px;
    max-height: 300px;
    min-height: 100px;
    height: 300px;
    overflow-y: auto;
}

    .custome-checkBox-list .List .option {
        border: 1px solid #bfc9d4;
        padding: 5px 5px 9px 5px;
        border-radius: 5px;
        margin-bottom: 5px;
        cursor: pointer;
    }


md-dialog.md-transition-in {
    background: none;
    box-shadow: none;
    width: 100%;
    overflow: visible
}

.modal-dialog {
    margin: auto;
    max-height: 90vh;
}

.modal-dialog,
.modal-content {
}

.modal-header,
.modal-body,
.modal-footer {
    background: #fff;
    justify-content: flex-start;
    padding: 5px 10px;
}

    .modal-footer .btn {
        min-width: 100px;
        min-height: 34px;
    }

.modal-dialog .modal-body {
    /*max-height: 100px;*/
    overflow-y: auto;
}

.modal-content svg.close {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 2px;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    color: #2196f3;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: .600s;
}

.attachment {
    border: 1px solid var(--mainColor);
    margin: 5px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 3px 5px 0px var(--mainColor);
    margin-left: 15px;
}

    .attachment svg.close {
        right: -7px;
        top: -8px;
        font-size: 12px;
        font-weight: 600;
        padding: 2px;
        background: #fff;
        border-radius: 5px;
        opacity: 1;
        color: #dd2c00;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: .600s;
        margin-left: 2px;
    }

    .attachment span.close {
        right: -7px;
        top: -8px;
        font-size: 12px;
        font-weight: 600;
        padding: 2px;
        background: #fff;
        border-radius: 5px;
        opacity: 1;
        color: #dd2c00;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: .600s;
        margin-left: 2px;
    }

#delete-attachment {
    float: left;
    left: 0px;
    position: absolute;
    top: -6px;
}

.md-dialog-container .selectdemoSelectHeader {
    z-index: 1200;
    direction: rtl;
}

.operations .option-btn {
    display: inline-block;
}

    .operations .option-btn a {
        padding: 2px;
    }

.operations .btn-group > .btn, .operations .btn-group .btn {
    padding: 6px 6px;
}



.btn-group .dropdown-menu {
    padding: 1px;
}

.friend-box img {
    margin-right: 10px;
    margin-bottom: 10px;
}

.img-radius {
    border-radius: 50%;
}

.user-box .media-object, .friend-box .media-object {
    height: 60px;
    width: 60px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    margin-right: 5px !important;
}

.social-client-description {
    margin-bottom: 20px;
    background: #f0f2f5;
    border-radius: 10px;
    padding: 10px;
    flex: inherit;
}

.social-msg .active {
    display: inline-block;
}

.media-btn {
    display: inline-block;
    background: #f0f2f5;
    border-radius: 7px;
    padding: 5px 5px;
    transition: all .5s;
    font-size: 10px;
}

    .media-btn:hover {
        transform: translateY(-2px);
    }

.media .media-body {
    margin-left: 10px;
}

.btn.btn-icon {
    border-radius: 50%;
    line-height: 30px;
    background: var(--mainColor);
    color: var(--mainColorTextColor);
}

.right-icon-control .form-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: unset;
}



.fq-tab-section .card {
    margin-bottom: 10px;
}

    .fq-tab-section .card .card-header {
        background: #f1f2f3;
        padding: 0;
        border: none;
        cursor: pointer;
        padding: 7px 10px;
        font-weight: 600;
        font-size: 16px;
        color: #1b55e2;
    }

        .fq-tab-section .card .card-header div {
            /*            padding: 13px 21px;
            font-weight: 600;
            font-size: 16px;
            color: #1b55e2;
        */
        }

            .fq-tab-section .card .card-header div svg.feather-code {
                width: 17px;
                vertical-align: middle;
                margin-left: 11px;
                color: #888ea8;
            }

            .fq-tab-section .card .card-header div .faq-q-title {
                overflow: hidden;
                white-space: nowrap;
                font-size: 13px;
                color: #3b3f5c;
                font-weight: 700;
            }

            .fq-tab-section .card .card-header div .like-faq {
                display: inline-block;
                float: left;
            }

            .fq-tab-section .card .card-header div svg.feather-thumbs-up {
                cursor: pointer;
                vertical-align: bottom;
                margin-left: 10px;
                width: 18px;
                color: #888ea8;
                fill: rgba(0, 23, 55, 0.08);
            }

            .fq-tab-section .card .card-header div span.faq-like-count {
                font-size: 13px;
                font-weight: 700;
                color: #888ea8;
                fill: rgba(0, 23, 55, 0.08);
            }

    .fq-tab-section .card .faq-card-body {
        padding: 10px 3%;
    }

    .fq-tab-section .card:hover .card-header div svg.feather-code {
        color: #1b55e2;
        fill: rgba(27, 85, 226, 0.239216);
    }

    .fq-tab-section .card:hover .card-header div svg.feather-thumbs-up {
        color: #1b55e2;
        fill: rgba(27, 85, 226, 0.239216);
    }

    .fq-tab-section .card:hover .card-header div span.faq-like-count,
    .fq-tab-section .card .card-header div[aria-expanded="true"] span.faq-like-count {
        color: #1b55e2;
        fill: rgba(27, 85, 226, 0.239216);
    }


    .fq-tab-section .card .card-header .category {
        display: inline-block;
        background: #f0f2f5;
        border-radius: 7px;
        padding: 5px 5px;
        transition: all .5s;
        font-size: 10px;
    }

    .fq-tab-section .card .card-header .header-btn {
        display: inline-block;
        transition: all .5s;
    }

        .fq-tab-section .card .card-header .header-btn svg {
            width: 18px;
            transition: all .5s;
        }

        .fq-tab-section .card .card-header .header-btn:hover svg {
            color: var(--mainColor);
            transform: translateY(-2px);
        }


.component-card_4 {
    /*width: 30rem;*/
    cursor: pointer !important;
    background: #ebebeb;
    margin: 0 auto;
    border: none;
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    -webkit-box-shadow: -4px 6px 10px -3px #bfc9d4;
    box-shadow: -4px 6px 10px -3px #bfc9d4;
    transition: .5s;
}

    .component-card_4.active {
        transform: translateY(-2px);
        box-shadow: -4px 6px 10px -3px var(--mainColor);
    }

    .component-card_4:hover {
        transform: translateY(-2px);
        box-shadow: -4px 6px 10px -3px var(--mainColor);
    }

    .component-card_4 .card-body {
        min-height: 50px !important;
        height: auto !important;
        padding: 0;
        cursor: pointer;
        display: flex;
    }


    .component-card_4 .user-profile {
        align-self: center;
        padding: 10px 20px;
    }

    .component-card_4 .user-info {
        padding: 10px 0px 10px 8px;
    }

    .component-card_4 .card-user_name {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .component-card_4 .card-user_occupation {
        color: #888ea8;
        font-size: 13px;
    }

    .component-card_4 .card-star_rating span {
        display: inline-block;
        padding: 5px 15px;
        font-size: 13px;
        border-radius: 10px;
    }

    .component-card_4 .card-text {
        color: #515365;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 600;
        line-height: 23px;
    }

.tab-content-calls {
    border-top: 1px solid #888ea8;
}

.m-0-5 {
    margin: 0px 5px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-r-5 {
    margin-right: 5px;
}

.EntityBuild .toolbox {
    width: 100%;
}

    .EntityBuild .toolbox ul li {
        width: 29%;
        display: inline-block;
        margin-left: 1%;
        margin-right: 0%;
    }

        .EntityBuild .toolbox ul li span {
            width: 100%;
            cursor: move;
            border: 2px dotted #4a69b2;
            height: 40px;
            line-height: 28px;
        }

    .EntityBuild .toolbox ul {
        cursor: move;
        list-style: none;
        padding-left: 0px;
        margin-top: 10px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

.EntityBuild .bathbox ul {
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
}

ul[dnd-list] .dndDraggingSource {
    display: none;
}

ul[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #ddd;
    padding: 10px 15px;
    min-height: 42px;
}

.typesDemo ul[dnd-list],
.typesDemo ul[dnd-list] > li {
    position: relative;
}

.typesDemo ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
    padding-right: 0px;
}

    .typesDemo ul[dnd-list] .dndDraggingSource {
        display: none;
    }

    .typesDemo ul[dnd-list] .dndPlaceholder {
        display: block;
        background-color: #ddd;
        padding: 10px 15px;
        min-height: 42px;
    }

    .typesDemo ul[dnd-list] li {
        background-color: #fff;
        border: 1px solid #ddd;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        display: block;
        margin-bottom: -1px;
        /* Disable text selection if item is not draggable */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .typesDemo ul[dnd-list] li dnd-nodrag {
            display: block;
            padding: 10px 15px;
        }

        .typesDemo ul[dnd-list] li.background-man {
            background-color: #CAE0FC;
        }

        .typesDemo ul[dnd-list] li.background-woman {
            background-color: #FFE2F5;
        }

    .typesDemo ul[dnd-list] input.background-man {
        background-color: #D8E9FF;
        color: #2F4D99;
    }

    .typesDemo ul[dnd-list] input.background-woman {
        background-color: #FFF0FA;
        color: #D84FA7;
    }

.typesDemo .handle {
    cursor: move;
    position: absolute;
    top: 14px;
    left: 12px;
}

.typesDemo .name {
    margin-left: 20px;
}

.typesDemo .label-as-tabel-title {
    background-color: var(--mainColor);
    color: #ffffff;
    line-height: 25px;
}


.md-open-menu-container {
    z-index: 1030;
}

.container-element {
    background-color: #d9dde0;
    padding: 2px;
    border-radius: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

    .container-element.SubGroup {
        background-color: #c3c5c8;
    }

    .container-element .item {
        margin-bottom: 3px;
    }

.entity-empty-icon {
    border-radius: 5px;
    border: 2px dashed var(--mainColor);
    width: 100%;
    height: 100px;
    cursor: pointer;
    transition: all .3s;
    margin: 0;
    width: 50%;
}

    .entity-empty-icon .svg {
        width: 100%;
        height: 100%;
        transition: all .3s;
    }

        .entity-empty-icon .svg svg {
            width: 100%;
            height: 100%;
            transition: all .3s;
        }

    .entity-empty-icon:hover {
        background-color: var(--mainColor)
    }

        .entity-empty-icon:hover .svg {
            color: var(--mainColorTextColor)
        }

            .entity-empty-icon:hover .svg svg {
                color: var(--mainColorTextColor)
            }

.icon-grid-container {
    background-color: #f0f0f0;
    margin: 0;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
    gap: 20px;
    background-color: white;
}

.icon-card {
    display: flex;
    flex-direction: column;
    padding: 0px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

    .icon-card:hover {
        background-color: #e7e7e7;
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.icon-img {
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
}

.icon-name {
    font-size: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.icon-card-active {
    background-color: var(--secondaryColor);
}

.quality-template-card {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .quality-template-card:hover {
        transform: translateY(-10px);
    }

    .quality-template-card .card-header {
    }

        .quality-template-card .card-header .quality-template-title {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
            font-weight: bold;
        }


    .quality-template-card .quality-template-card-overlay {
        bottom: 0;
        color: #fff;
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: absolute;
        -webkit-transform: scale(0);
        transform: scale(0);
        margin: 0 auto;
    }

    .quality-template-card .card-block {
        position: relative;
    }

        .quality-template-card .card-block .col {
            padding-right: 0;
        }

        .quality-template-card .card-block .col-auto {
            margin: auto;
        }

        .quality-template-card .card-block .Icon-section {
            width: 100px;
            height: 100px;
            text-align: center;
            padding-top: 10px;
            background: #ffffff;
            border-radius: 15%;
            color: var(--secondaryColor);
            background-color: rgba(0,0,0,.03);
        }

            .quality-template-card .card-block .Icon-section svg {
                width: 100%;
                height: 90%;
            }

        .quality-template-card .card-block .info-section {
            padding-top: 10px;
            text-align: right;
        }

            .quality-template-card .card-block .info-section p {
                background-color: rgba(0,0,0,.03);
                padding: 5px 7px;
                border-radius: 5px;
                /*            height: 52px;
            max-height: 52px;*/
            }

        .quality-template-card .card-block:hover .quality-template-card-overlay {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            -webkit-transform: scale(1);
            transform: scale(1);
            margin: 0 auto;
            background-color: #ccc5c5b3;
            z-index: 2;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

.quality-template-card-overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .quality-template-card-overlay span a {
        border-radius: 50%;
        padding: 10px;
    }

        .quality-template-card-overlay span a svg {
            width: 40px;
            height: 40px;
        }

.quality-template-card-overlay a {
    height: auto;
}

.scrollable-tabs .first-level-tab {
    box-shadow: rgb(111 111 111 / 35%) 0px 1px 15px 1px;
    overflow: auto;
}

.navbar .navbar-item .nav-item.message-dropdown .dropdown-menu {
    border: none;
    border-radius: 4px;
    min-width: 21rem;
    left: 0px;
    right: auto;
    top: 50px;
    padding: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.dropdown:not(.custom-dropdown-icon) .dropdown-menu a.dropdown-item {
    padding: 5px 8px;
}

.navbar .navbar-item .nav-item.message-dropdown .dropdown-menu a.dropdown-item > div .media .media-body p.meta-user-name,
.navbar .navbar-item .nav-item.message-dropdown .dropdown-menu a.dropdown-item > div .media .media-body p.meta-title {
    margin-bottom: 0px;
}

.navbar .navbar-item .nav-item.message-dropdown .dropdown-menu a.dropdown-item > div .media .media-body p.message-text {
    margin-bottom: 2px;
}

.navbar .navbar-item .nav-item.message-dropdown .dropdown-menu a.dropdown-item > div .media .media-body p.meta-time {
    font-size: 10px;
}

.navbar .navbar-item .nav-item.message-dropdown .dropdown-menu a.dropdown-item {
    padding: 5px;
    transition: all .5s;
}

    .navbar .navbar-item .nav-item.message-dropdown .dropdown-menu a.dropdown-item:first-child {
        padding: 5px;
    }

    .navbar .navbar-item .nav-item.message-dropdown .dropdown-menu a.dropdown-item:hover {
        background-color: #e1e4eb;
    }


.pcoded-badge {
    position: relative;
    right: 0px;
    /*top: 6px;*/
    background: #ff5252;
    padding: 2px;
    color: #fff !important;
    border-radius: 4px;
    min-width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    font-weight: 500;
    font-size: 12px;
}

.notification-scroll .dropdown-item {
    transition: .3s;
}

    .notification-scroll .dropdown-item:hover {
        background: #f1f1f1 !important;
    }


.rangeCalendarFlatpickr {
    direction: ltr;
    text-align: right;
}

.flatpickr {
    direction: ltr;
    text-align: right;
}


.mobileView .header-container {
    padding-right: 11px;
}

.mobileView .customTable .customTableHeader .row {
    margin: 10px 0px;
}


.mobileView .customTable .customTableHeader .header-label {
    width: 100%;
    color: #ffffff;
    background: var(--mainColor);
    border: 1px solid var(--mainColor);
    border-radius: 5px;
    min-height: 35px;
    line-height: 29px;
    padding: 0px 5px;
}

.mobileView .customTable .customTableRow {
    background: #dde1e4;
    border-radius: 5px;
    margin-bottom: 15px;
}

    .mobileView .customTable .customTableRow .row {
        margin-bottom: 10px;
    }

    .mobileView .customTable .customTableRow .header-label {
        width: 100%;
        color: #ffffff;
        background: var(--mainColor);
        border: 1px solid var(--mainColor);
        border-radius: 5px;
        min-height: 30px;
        padding: 0px 5px;
    }

    .mobileView .customTable .customTableRow .main-info {
        width: 100%;
        border: 1px solid #4a69b2;
        border-radius: 5px;
        min-height: 30px;
    }

.mobileView .customTable .customTableHeader .btn-CustomSearch-toggle {
    height: 35px;
    margin: 0 10px;
}

.mobileView .customTable .customTableHeader .btn-CustomSearch-toggle-Colose {
    height: 35px;
    margin: 0 10px;
}

.mobileView .customTable .customTableHeader .header-search-mor-info {
    width: 100%;
    padding: 0;
    background-color: #ced0d4;
    border: 1px solid #4a69b2;
    border-radius: 5px;
    display: inline-block;
    display: none;
    position: relative;
    width: 100%;
    max-width: 100%;
}


.TaskBoard {
    position: absolute;
    height: 100%;
    width: 100%;
}

    .TaskBoard svg.active {
        color: var(--secondaryColor);
    }

    .TaskBoard .TaskBoard-body {
        display: flex;
        overflow-x: auto;
        height: 90%;
    }

.btn.active {
    background-color: var(--secondaryColor) !important;
    border-color: var(--secondaryColor) !important;
}

.TaskBoard .TaskBoard-body .TaskBoard-Status-Panale {
    min-width: 23%;
    width: 23%;
    margin: 1%;
    padding: 5px;
    margin-top: 2px;
}

    .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-header {
        display: flex;
        /*height: 10%;*/
        height: 40px;
        margin-bottom: 5px;
        padding: 5px;
        background: #e0e6ed;
        border-radius: 10px;
        -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08);
        -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08);
        box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08);
    }

        .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-header .title {
            width: 70%;
        }

        .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-header .export {
            width: 10%;
            cursor: pointer;
        }

        .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-header .filter {
            width: 10%;
            cursor: pointer;
        }

        .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-header .sort {
            width: 10%;
            cursor: pointer;
        }

    .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-body {
        position: relative;
        height: 78%; /*Should Be Calculated*/
        max-height: 78%;
        overflow-y: hidden;
        border: 5px solid #e0e6ed;
        background: #e0e6ed;
        border-radius: 10px;
        -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
        box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
    }

        .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-body .dndPlaceholder {
            position: relative;
            border-color: #1b55e2;
            height: 141px;
            margin-bottom: 36px;
            border-radius: 15px;
            border: 1px dashed #1b55e2;
            background-image: linear-gradient(45deg, rgba(27, 85, 226, 0.09) 25%, transparent 25%, transparent 50%, rgba(27, 85, 226, 0.09) 50%, rgba(27, 85, 226, 0.09) 75%, transparent 75%, transparent);
            background-size: 1rem 1rem;
            -webkit-animation: progress-bar-stripes 1s linear infinite;
            animation: progress-bar-stripes 1s linear infinite;
            list-style: none;
        }

            .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-body .dndPlaceholder:before {
                content: 'Drop';
                position: absolute;
                right: 41%;
                font-size: 19px;
                color: #1b55e2;
                top: 50%;
                margin-top: -16px;
                font-weight: 600;
            }

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    100% {
        background-position: 0 0;
    }
}

.card-header .btn.rounded-circle {
    height: 32px;
    width: 32px;
    padding: 0px 3px;
}

.card-header .btn.ShownElementsSection {
    width: auto;
    border-radius: 7px !important;
}

.btn.border-radius-7 {
    border-radius: 7px !important;
}

.left-border-radius-7 {
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
}

.dropdown-item {
    cursor: pointer !important;
}

.todo-content .meta-date {
    position: relative;
}

.todo-content span.badge {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding: 1px 3px 0px;
    font-size: 9px;
    color: #fff !important;
    background: #8e99a6;
    border: 1px solid #e0e6ed;
    top: -5px;
    right: -12px;
    text-align: center;
}


.TaskBoard .btn.rounded-circle {
    height: 32px;
    width: 32px;
    padding: 0px 3px;
}

.TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-body .scrolled-Section {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-body .TaskBoard-Task {
    cursor: pointer;
    background: #f7f7f7;
    border: 1px solid #19193d2e;
    border-radius: 5px;
    padding: 5px;
    transition: all .3s;
    margin-bottom: 10px;
    font-size: 12px;
}

    .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-body .TaskBoard-Task:hover {
        background: #ffffff;
    }


    .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-body .TaskBoard-Task .TaskBoard-Task-header {
        display: flex;
    }

        .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-body .TaskBoard-Task .TaskBoard-Task-header .title {
            width: 80%;
            max-width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-body .TaskBoard-Task .TaskBoard-Task-header .priority {
            width: 10%;
        }

        .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-body .TaskBoard-Task .TaskBoard-Task-header .operation {
            width: 10%;
        }

    .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-body .TaskBoard-Task .TaskBoard-Task-body .section-icon {
        display: inline-flex;
    }

    .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-body .TaskBoard-Task .TaskBoard-Task-body .section-title {
        display: inline-block;
        width: 85%;
        max-width: 85%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-body .TaskBoard-Task .TaskBoard-Task-body span.perant-badge {
        position: relative
    }

    .TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-body .TaskBoard-Task .TaskBoard-Task-body span.badge {
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        padding: 1px 3px 0px;
        font-size: 9px;
        color: #fff !important;
        background: #8e99a6;
        border: 1px solid #e0e6ed;
        top: -9px;
        left: 9px;
        text-align: center;
    }


.TaskBoard .TaskBoard-body .TaskBoard-Status-Panale .TaskBoard-Status-Panale-body .btn-info {
    border-radius: 50%;
    background: #f7f7f7;
    border: #f7f7f7;
    color: #19193d !important;
}


.loader_grad_relative {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: rgba(255,255,255,255.9);
    z-index: 900;
    opacity: 0.9;
}

.loader-lg {
    width: 2.5rem;
    height: 2.5rem;
    border-width: 0.35em;
}

.spinner-border {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    text-indent: -999em;
    border: .25em solid;
    border-color: currentColor currentColor currentColor transparent;
    border-radius: 50%;
    -webkit-animation-name: spinner-border;
    animation-name: spinner-border;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


#EmployeeTree {
    border: 1px solid var(--mainColor);
    border-radius: 10px;
    box-shadow: 0px 5px 13px 1px var(--mainColor);
}

.projectName-label {
    max-width: 80%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
