html,
body {

    height: 100%;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    background: transparent !important;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

#sidebar-menu {
    height: 100%;
    margin-top: 20px;
    position: absolute;
    width: 100%;
    max-height: 100% !important;
}

.custom-scrollbar-container.nav-sm #sidebar-menu {
    margin-top: 40px !important;
}

.menu_section::-webkit-scrollbar {
    width: 8px;
}

.menu_section::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.menu_section::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.full-width {

    width: 100%;

}

.full-height {
    height: 100%;
}

.hide-scrollbar {
    overflow-y: hidden;
}

.text-white {
    color: #fff;
}

.custom-btn-transition {
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.border-radius-3x {
    border-radius: 3px;
}

.position-relative {
    position: relative;
}

.daterangepicker .ranges li {
    color: #73879C
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #536A7F;
    border: 1px solid #536A7F;
    color: #fff
}

.daterangepicker .input-mini {
    background-color: #eee;
    border: 1px solid #ccc;
    box-shadow: none !important
}

.daterangepicker .input-mini.active {
    border: 1px solid #ccc
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
    height: 30px;
    border: 1px solid #ADB2B5;
    line-height: 30px;
    border-radius: 0px !important
}

.daterangepicker select.monthselect {
    margin-right: 2%
}

.daterangepicker td.in-range {
    background: #E4E7EA;
    color: #73879C
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #536A7F;
    color: #fff
}

.daterangepicker th.available:hover {
    background: #eee;
    color: #34495E
}

.daterangepicker:before,
.daterangepicker:after {
    content: none
}

.daterangepicker .calendar.single {
    margin: 0 0 4px 0
}

.daterangepicker .calendar.single .calendar-table {
    width: 224px;
    padding: 0 0 4px 0 !important
}

.daterangepicker .calendar.single .calendar-table thead tr:first-child th {
    padding: 8px 5px
}

.daterangepicker .calendar.single .calendar-table thead th {
    border-radius: 0
}

.daterangepicker.picker_1 {
    color: #fff;
    background: #34495E
}

.profile_info {
    padding: 10px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}

/* menu */
.custom-scrollbar-container .right-side-menu .right-menu {
    display: none;
    position: fixed;
    top: 57px;
    right: 0;
    width: 340px;
    background-color: #fff;
    padding: 15px 0px 15px 15px;
    border-left: 1px solid #ccc;
    box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
    max-height: 100%;
    height: 100%;
    z-index: 9999;
    border: 0px !important;
}

.custom-scrollbar-container .right-side-menu .right-menu #right-side-menu {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100svh - 135px) !important;
}

.custom-scrollbar-container .right-side-menu .right-menu ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}

.custom-scrollbar-container .right-side-menu .right-menu ul li .comment-avatar {
    margin-right: 0px;
    width: 35px;
}

.custom-scrollbar-container .right-side-menu .right-menu ul li div {
    width: 75%;
}

.custom-scrollbar-container .right-side-menu .right-menu ul li:last-child {
    border-bottom: none;
}

.custom-scrollbar-container .right-side-menu .right-menu #right-side-menu::-webkit-scrollbar {
    width: 8px;
}

.custom-scrollbar-container .right-side-menu .right-menu #right-side-menu::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.custom-scrollbar-container .right-side-menu .right-menu #right-side-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.nav.navbar-nav.navbar-right .right-menu-section #menu-toggle {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
    padding: 10px 12px;
    border-radius: 100px;
}

#notification-toggle {
    padding: 10px 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#notification-toggle:hover {
    background: #ededed;
}

.nav.navbar-nav.navbar-right .right-menu-section #menu-toggle:hover {
    background-color: #ffffff;
}

.nav.navbar-nav.navbar-right .right-menu-section #menu-toggle i.fa.fa-ellipsis-h {
    font-size: 18px;
    margin-top: 1px;
}

.custom-scrollbar-container .right-side-menu {
    position: relative;
}

.custom-scrollbar-container .right-side-menu .right-menu .menu-cross-icon .menu-close {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-scrollbar-container .right-side-menu .right-menu #close-menu i {
    font-size: 20px;
    font-weight: 200;
}

.side-menu-section {
    margin-right: 0px;
    transition: 0.3s ease-in-out;
}

.custom-scrollbar-container .right-side-menu .right-menu .menu-cross-icon .menu-close #close-menu:hover {
    background-color: #ededed;
}

.deletebutton-section button.btn.btn-danger {
    margin: 0px !important;
}

#taskModal .modal-dialog {
    width: 768px;
    margin: 30px auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-scrollbar-container .right-side-menu .right-menu .menu-cross-icon .menu-close #close-menu {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.custom-scrollbar-container .right-side-menu .right-menu .menu-cross-icon {
    padding: 10px;
}

.custom-scrollbar-container .right-side-menu .right-menu .menu-cross-icon .menu-heading {
    margin: 0px;
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

.daterangepicker.picker_1 .calendar-table {
    background: #34495E
}

.daterangepicker.picker_1 .calendar-table thead tr {
    background: #213345
}

.daterangepicker.picker_1 .calendar-table thead tr:first-child {
    background: #1ABB9C
}

.daterangepicker.picker_1 .calendar-table td.off {
    background: #34495E;
    color: #999
}

.daterangepicker.picker_1 .calendar-table td.available:hover {
    color: #34495E
}

.daterangepicker.picker_2 .calendar-table thead tr {
    color: #1ABB9C
}

.daterangepicker.picker_2 .calendar-table thead tr:first-child {
    color: #73879C
}

.daterangepicker.picker_3 .calendar-table thead tr:first-child {
    color: #fff;
    background: #1ABB9C
}

.daterangepicker.picker_4 .calendar-table thead tr:first-child {
    color: #fff;
    background: #34495E
}

.daterangepicker.picker_4 .calendar-table td,
.daterangepicker.picker_4 .calendar-table td.off {
    background: #ECF0F1;
    border: 1px solid #fff;
    border-radius: 0
}

.daterangepicker.picker_4 .calendar-table td.active {
    background: #34495E
}

.calendar-exibit .show-calendar {
    float: none;
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden
}

.calendar-exibit .show-calendar .calendar {
    margin: 0 0 4px 0
}

.calendar-exibit .show-calendar.picker_1 {
    background: #34495E
}

.calendar-exibit .calendar-table {
    padding: 0 0 4px 0
}

.left_col {
    background: #fff;
}

.nav-sm .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 75px;
    padding: 0;
    z-index: 9999;
    position: absolute
}

.nav-sm .container.body .col-md-3.left_col.menu_fixed {
    position: fixed;
    height: 100%
}

.nav-sm .container.body .col-md-3.left_col .mCSB_container,
.nav-sm .container.body .col-md-3.left_col .mCustomScrollBox {
    overflow: visible
}

.nav-sm .hidden-small {
    visibility: hidden
}

.nav-sm .container.body .right_col {
    padding: 10px 0px;
    margin-left: 70px;
    z-index: 2
}

.nav-sm .navbar.nav_title {
    width: 70px;
    display: flex;
    align-items: center;
}

.nav-sm .navbar.nav_title a span {
    display: none
}

.nav-sm .navbar.nav_title a i {
    font-size: 27px;
    margin: 13px 0 0 3px
}

.site_title i {
    border: 1px solid #EAEAEA;
    padding: 5px 6px;
    border-radius: 50%
}

.site_title img {
    max-height: 66px;
    max-width: 180px;
}

.nav-sm .main_container .top_nav {
    display: block;
    margin-left: 70px;
    z-index: 2
}

.nav-sm .nav.side-menu li a {
    text-align: center !important;
    font-weight: 400;
    font-size: 10px;
    padding: 10px 5px
}

.content-section.task-serach-results .content-section-list {
    font-size: 16px;
    font-weight: 600;
}

.nav-sm ul.nav.child_menu ul,
.nav-sm .nav.side-menu li.active-sm ul ul {
    position: static;
    width: 200px;
    background: none
}

.nav-sm>.nav.side-menu>li.active-sm>a {
    color: #1ABB9C !important
}

.nav-sm .nav.side-menu li a i.toggle-up {
    display: none !important
}

.nav-sm .nav.side-menu li a i {
    font-size: 25px !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 5px
}

.nav-sm ul.nav.child_menu {
    left: 100%;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 4000;
    background: #3E5367;
    display: none
}

.nav-sm ul.nav.child_menu li {
    padding: 0 10px
}

.nav-sm ul.nav.child_menu li a {
    text-align: left !important
}

.copy-right li {
    list-style: none;
}

.menu_section {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100dvh - 67px);
}

.copy-right li p {
    padding: 13px 15px 0px;
    width: 100%;
    display: block;
    user-select: none;
}

.menu_section h3 {
    padding-left: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 1px 1px #000
}

.menu_section>ul {
    margin-top: 10px
}

.profile_pic {
    width: 35%;
    float: left
}

.img-circle.profile_img {
    width: 70%;
    background: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 10px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    padding: 4px
}

.profile_info {
    padding: 10px;
    width: 65%;
    float: left
}

.profile_info span {
    font-size: 13px;
    line-height: 30px;
    color: #BAB8B8
}

.profile_info h2 {
    font-size: 14px;
    color: #ECF0F1;
    margin: 0;
    font-weight: 300
}

.profile.img_2 {
    text-align: center
}

.profile.img_2 .profile_pic {
    width: 100%
}

.profile.img_2 .profile_pic .img-circle.profile_img {
    width: 50%;
    margin: 10px 0 0
}

.profile.img_2 .profile_info {
    padding: 15px 10px 0;
    width: 100%;
    margin-bottom: 10px;
    float: left
}

.main_menu span.fa {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #C4CFDA
}

.active a span.fa {
    text-align: right !important;
    margin-right: 4px
}

.nav-sm .menu_section {
    margin: 0
}

.nav-sm li li span.fa {
    display: inline-block
}

.nav_menu {
    float: left;
    margin-bottom: 0px !important;
    width: 100%;
    position: relative;
}

@media (min-width: 480px) {
    .nav_menu {
        position: static
    }
}

.nav-md .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 230px;
    padding: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    border-right: 1px solid #D9DEE4;
}

.nav-md .container.body .col-md-3.left_col.menu_fixed {
    height: 100%;
    position: fixed
}

body .container.body .right_col {
    background: transparent !important;
}

.custom-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
    width: 30%;
}

.nav-md .container.body .right_col {
    margin-left: 230px;
    height: auto;
    /* min-height: calc(100svh - 2px) !important; */
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
}

.nav-sm .container.body .right_col {
    min-height: calc(100svh - 2px) !important;
}

.nav_title {
    width: 100%;
    float: left;
    background: transparent;
    border-radius: 0;
    height: auto;
}

/*Hum Styles*/
h5.card-title.my-own-title-card {
    margin-top: 2px;
}

h5.card-title.my-own-title-card a {
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 16px;
    background: #df8329;
    border: 1px solid #df8329;
    color: #fff;
}

h5.card-title.my-own-title-card a:focus {
    background: #df8329;
    border: 1px solid #df8329;
    box-shadow: none;
}

.comment .comment-meta {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.kanban-card.card-border.custom-kanban-card {
    background: transparent;
    border: none;
    box-shadow: none;
}

.comment .comment-meta div span a.date {
    font-weight: 400;
    cursor: default;
}

.comment-text p {
    color: #333;
    margin-bottom: 0px;
    max-width: max-content;
    white-space: break-spaces;
    word-break: break-word;
    font-weight: 400;
    font-family: unset;
    font-size: 15px;
}

#members p {
    font-weight: 400;
    font-size: 15px !important;
}

output.note-status-output {
    padding: 0px !important;
}

.note-editor.note-frame.panel .note-editing-area .note-editable {
    resize: none;
    height: 120px !important;
}

.comment .comment-meta .comment-text {
    width: 100%;
    margin-bottom: 0px !important;
    word-break: break-word;
}

.note-editable p {
    background-color: unset !important;
    font-size: 15px !important;
    font-weight: 400 !important;

}

.comment .comment-meta .comment-text p span {
    background: unset !important;
}

.comment .comment-meta .comment-text #new-comment {
    width: 100% !important;
}

#descriptionText p {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    text-align: justify;
}

::placeholder {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #6c757d !important;
    opacity: 0.5 !important;
}
.bs-placeholder {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #6c757d !important;
    opacity: 0.5 !important;
}
.developers-report-from .col-md-6.col-sm-6.col-xs-12.input-group.developer-dropdown-section .bootstrap-select.input-group-btn.form-control.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}
#datatable-responsive_filter label {
    font-weight: 600 !important;
    font-size: 15px !important;
}

.disabled-label {
    font-weight: 600 !important;
    font-size: 15px !important;
}

#datatable-responsive1_filter label {
    font-weight: 600;
    font-size: 15px;
}

.comment .comment-meta div span {
    font-weight: bold !important;
    color: #000;
}

.edit-button-section button {
    margin-bottom: 0px;
}

.kanban-card.card-border.custom-kanban-card .card-header {
    background: transparent;
    border: none;
    padding-top: 0;
}

.new-custom-listt {
    background: #E7E8EC;
    padding: 8px;
    border-radius: 8px;
    margin-top: -8px;
    box-shadow: 0 2px 4px rgba(0.1, 0.1, 0.1, 0.1);
}

.new-custom-listt input#newListTitle {
    border: 2px solid #E7E8EC;
    border-radius: 8px;
    font-weight: 400;
    color: #000;
}

.new-custom-listt input#newListTitle::-ms-input-placeholder {
    color: #000;
}

.new-custom-listt input#newListTitle::placeholder {
    color: #000;
}

.new-custom-listt #cancelNewList {
    background: transparent;
    border: none;
    background: #d43f3a;
    font-size: 15px;
    padding: 6px 9px;
    color: #fff;
    animation: 0.8s linear infinite;
}

.new-custom-listt #cancelNewList:hover {
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    cursor: pointer;
    background: #BE3834;
}

.new-custom-listt #addListBtn {
    margin-right: 0px;
}

.kanban-card.custom-kanban-loop-card {
    flex: 0 1 auto;
    overflow: visible;
    flex-basis: 20%;
    height: auto;
}

.kanban-custom-row-holder {
    align-items: flex-start;
    align-content: flex-start;
}

.khanban-footer {
    padding: 4px 0px !important;
}

.custom-scrollbar-container .right-side-menu .right-menu ul li .user-name-css span {
    font-weight: 600;
    word-break: break-all;
    color: #000;
}
.notification-card-section .noticication-card .panel-heading .notification-panel-content a {
    font-weight: 700;
    color: #fff;
}
.kanban-custom-row-holder .kanban-card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 4px;
    height: 100%;
    max-height: calc(100svh - 260px);
    z-index: 1;
    list-style: none;
}

#emailData a {
    word-break: break-word;
    white-space: break-spaces;
}

#emailData h2 {
    font-size: 18px;
    font-weight: 500;
}

#emailData h3 {
    font-size: 20px;
    font-weight: 500;
}

#dailyStatusReport .form-group .col-md-6.col-sm-6.col-xs-12 {
    padding: 0px;
}

#dailyStatusReport .form-group .alert {
    top: 20px !important;
    left: 26.5% !important;
    width: 50%;
    position: sticky;
    margin-top: 3px;
}

.kanban-custom-row-holder .kanban-card .card-body #newCardForm .addNewTaskForm.mode2 .form #newTaskTitle {
    resize: none;
    overflow-wrap: break-word;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    margin-bottom: 9px !important;
}

.window-title #renameTaskForm textarea {
    width: 95%;
}

.task-description img {
    max-width: 200px;
    height: auto;
}

.addNewTaskForm.mode2 .form div#newTaskTitle {
    margin-bottom: 0px !important;
}

.khanban-footer .newTaskForm #addTaskBtn {
    margin: 0px !important;
}

.khanban-footer .newTaskForm #cancelNewTask {
    margin: 0px !important;
}

.kanban-card .card-body {
    overflow-y: auto;
    border-top: 1px solid #dfe1e6;
    overflow-x: hidden !important;
    padding: 6px;
}

.kanban-row {
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 2px;
    right: 0;
    top: 125px !important;
    -webkit-user-select: none;
    user-select: none;
}

.custom-kanban-loop-card a.btn.btn-primary.btn-block.addNewTask {
    background: #190f04;
    color: #fff;

    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

div.dataTables_wrapper div.dataTables_length select {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.x_custom_panel_style form .item.form-group,
.x_custom_panel_style form .item.form-group.custom-form-group-field {
    display: flex;
    align-items: center;
}

.x_custom_panel_style form input.form-control,
.x_custom_panel_style form select.form-control,
.x_custom_panel_style form .select2-selection--multiple,
.x_custom_panel_style form .select2-selection--single,
.x_custom_panel_style form div.form-control#phonefocus {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: none !important;
    transition: .3s box-shadow;
    height: 32px;
    line-height: 1.3;
    color: #000;
    font-size: 13px;
}
.x_custom_panel_style form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}
input {
    padding: 6px 12px !important;
}
.x_custom_panel_style form .select2-selection--single {
    border: none;
    height: 46px !important;
    line-height: 46px !important;
}

.x_custom_panel_style form div.form-control#phonefocus,
.x_custom_panel_style form .select2-selection--single,
.x_custom_panel_style form .select2-selection--multiple {
    height: 46px;
    line-height: 33px;
}

.x_custom_panel_style form input.form-control:focus,
.x_custom_panel_style form .select2-selection--single,
.x_custom_panel_style form select.form-control:focus {
    background-color: #fff;
    box-shadow: none !important;
    transition: .3s box-shadow;
    height: 32px !important;
    line-height: 32px !important;
    border: 1px solid #ccc !important;
    color: #000;
}

.x_custom_panel_style form input.form-control::-ms-input-placeholder {
    color: #000;
}

.x_custom_panel_style form .select2-selection__rendered::placeholder {
    color: #000;
}

.x_custom_panel_style form input.form-control::placeholder {
    color: #000;
}

.x_custom_panel_style form .select2-search__field::-ms-input-placeholder {
    color: #000;
}

.x_custom_panel_style form .select2-search__field::placeholder {
    color: #000;
}

.x_custom_panel_style form .select2-selection--single {
    color: #000;
}

.x_custom_panel_style form div.form-control#phonefocus .cc-picker-code-select-enabled::after {
    top: 12px;
}

.x_custom_panel_style form div.form-control#phonefocus .cc-picker-code {
    display: inline-block;
}

.custom-kanban-loop-card a.btn.btn-primary.btn-block.addNewTask:hover {
    background: #000;
}

.x_custom_panel_style .custom-form-group-field {
    margin-bottom: 15px;
}

.x_custom_panel_style .custom-file-input {
    display: none;
}

.x_custom_panel_style .custom-file-label {
    margin-bottom: 0;
    background: #f8922d;
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
}

.left_col.scroll-view {
    height: auto;
}

.custom-content-design {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

#editClientForm .item.form-group .col-md-6.col-sm-6.col-xs-12 #profile_picture:focus {
    outline: none !important;
}

.custom-dash-content-contain {
    padding-left: 0px;
    padding-right: 0;
    padding-top: 0px;
}

#projectStatusMessage {
    padding: 10px 15px;
    background: #000;
    text-align: left;
}

.custom-dash-content-contain #dashboard_container {
    padding-left: 10px !important;
}

#report-img {
    width: 25%;
    height: auto;
}

.custom-content-design .project-content a {
    background: #df8329;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 0px 30px;
}

.custom-content-design .project-content a {
    font-size: 16px;
    font-weight: 600;
    user-select: none;
    line-height: 45px;
}

.custom-content-design .project-content {
    border: none !important;
    background-color: transparent !important;
    padding: 10px 0px 0px 0px;
}

.recent-card-contain>img {
    max-height: 150px;
    object-fit: cover;
    width: 100%;
}

.recent-proj-holder h3 i {
    padding-right: 5px;
}

.recent-card-contain h4 {
    position: absolute;
    top: 5px;
    bottom: auto;
    margin-bottom: 0;
    padding-left: 10px;
    background: #df8329;
    padding: 5px;
    margin-left: 10px;
    border-radius: 5px;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    overflow: hidden;
    max-width: fit-content;
}

.recent-proj-holder h3 {
    user-select: none;
}

.recent-card-contain i.custom-font-dots {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 5px;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.recent-card-contain i.custom-font-dots:hover {
    background: #df8329;
    color: #fff;
}

.recent-card-block {
    margin-bottom: 0px;
}

.recent-proj-holder h3 {
    width: max-content;
    background: #0000008c;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 0px 30px;
    font-size: 16px;
    font-weight: 600;
    user-select: none;
    line-height: 45px;
}
.recent-card-contain .dropdown-menu {
    position: absolute;
    text-shadow: none;
    z-index: 9998;
    border: 1px solid #D9DEE4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: auto;
    right: -233px;
    top: auto;
    bottom: 14px;
    border: none;
    outline: none;
    background: transparent;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.recent-card-contain .dropdown-menu .btn.btn-primary {
    margin-right: 1px;
    background: #f8922d;
    color: #000;
    border: none;
    padding: 3px 10px;
    font-size: 12px;
}

.recent-card-contain .dropdown-menu .btn.btn-info {
    margin: 0px;
    background: #000;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.recent-card-contain .dropdown-menu .btn.btn-info i.fa.fa-pencil-square-o {
    font-size: 16px;
}

#datatable-responsive1 tr td {
    vertical-align: middle;
}

.fixed-custom-div-logo-holder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 91;
    width: 100%;
    height: auto;
    max-width: 230px;
    background: #fff;
    padding-bottom: 4px;
    border-bottom: none !important;
}

.nav-sm .fixed-custom-div-logo-holder {
    max-width: 70px;
    padding-bottom: 0px;
}

.nav-sm .fixed-custom-div-logo-holder .text-white {
    font-size: 11px;
}

.main_container .left_col.scroll-view center.text-white {
    color: #000;
}

.container.emailDataContainer {
    padding: 10px;
}

.emailDataContainer .list-group-block h2 {
    background: #5bc0de;
    padding: 10px;
    border-radius: 7px;
}

.emailDataContainer .list-group-flex-holder {
    display: flex;
    flex-wrap: wrap;
}

.emailDataContainer .list-group-holder {
    flex: 1 auto;
    margin-right: 15px;
}

.emailDataContainer .list-group-holder:last-child {
    margin-right: 0px;
}

.emailDataContainer .list-group-holder i {
    padding-right: 5px;
}

table.proj-desc-holder tbody tr:nth-child(even) {
    background: #17a2b8;
    color: #fff;
}

table.proj-desc-holder tbody tr:nth-child(odd) {
    background: #5bc0de;
    color: #fff;
}

table.proj-desc-holder tbody tr th {
    border-right: 1px solid;
}

table.proj-desc-holder tbody tr {
    height: 15vh;
}

table.proj-desc-holder tbody tr th {
    font-size: 15px;
    min-width: 130px;
}

table.proj-desc-holder tbody tr td {
    font-size: 14px;
}

table.proj-desc-holder tbody tr th,
table.proj-desc-holder tbody tr td {
    vertical-align: middle;
}

.tomorrow-plan-contain {
    display: flex;
    align-items: center;
}

.tomorrow-plan-contain h4 {
    margin-top: 0;
    margin-right: 10px;
    min-width: 130px;
}

.tomorrow-plan-contain p {
    flex: 1 auto;
    border: 1px solid #5bc0de;
    padding: 10px;
    border-radius: 7px;
}

.custom-checklist-hold li i {
    padding-right: 5px;
    color: #5bc0de;
}

.list-group-flex-holder .list-group-item {
    border-color: #5bc0de;
}

.list-group-flex-holder .list-group-item i {
    color: #5bc0de;
}

.report-sbmt-btn-contain .report-sbmt-btn {
    margin-right: 10px;
}

form.custom-fields-styles .item.form-group .form-control,
form.custom-fields-styles .item.form-group .select2-container--default .select2-selection--single,
form.custom-fields-styles .item.form-group .select2-container--default .select2-selection--multiple {
    border-radius: 5px;
}

form.custom-fields-styles .item.form-group .form-control,
form.custom-fields-styles .item.form-group .select2-container--default .select2-selection--single:focus,
form.custom-fields-styles .item.form-group .select2-container--default .select2-selection--multiple:focus {
    background: #fff;
}

form.custom-fields-styles .item.form-group .date-timepick-custom-field .form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

form.custom-fields-styles .item.form-group .date-timepick-custom-field .form-control:focus {
    background: #fff;
}

form.custom-fields-styles .item.form-group .date-timepick-custom-field .input-group-addon {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

form.custom-fields-styles .item.form-group .form-control:focus {
    background: transparent !important;
}

.choose-label1 {
    padding-top: 8px;
    padding-right: 0px !important;
}

.choose-select1.form-control {
    border-radius: 6px;
    text-transform: capitalize;
}

#datatable-responsive_length>label {
    text-transform: capitalize;
}

.dashboard-scroll {
    width: 100%;
    overflow-y: hidden;
    scrollbar-width: none;

    -webkit-scrollbar {
        display: none;
    }
}

#notification-section .notification-modal .notification-dropdown .dropdown.bootstrap-select.show-tick.bs3.dropup.open .dropdown-toggle:focus {
    border-color: #ccc !important;
}

#notification-section .notification-modal .notification-dropdown .dropdown.bootstrap-select.show-tick.bs3.dropup.open .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

#notification-section .notification-modal .notification-dropdown .dropdown.bootstrap-select.show-tick.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.col-md-6.col-sm-6.col-xs-12.input-group.status-section .dropdown.bootstrap-select.input-group-btn.custom-select.form-control.bs3.dropup.open .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.col-md-6.col-sm-6.col-xs-12.input-group.status-section .dropdown.bootstrap-select.input-group-btn.custom-select.form-control.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.col-md-6.col-sm-6.col-xs-12.input-group.clients-section .dropdown.bootstrap-select.show-tick.input-group-btn.form-control.bs3.dropup.open .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.col-md-6.col-sm-6.col-xs-12.input-group.clients-section .dropdown.bootstrap-select.show-tick.input-group-btn.form-control.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.right-content-scroll {
    overflow-y: auto;
    max-height: calc(100svh - 66px) !important;
    height: 100% !important;
    overflow-x: hidden;
}

.col-md-6.col-sm-6.col-xs-12.country-list-section .iti.iti--allow-dropdown.iti--show-flags #phoneField {
    padding-left: 52px !important;
}

.confirmation-dropdown {
    position: absolute;
    background-color: #ffffff;
    min-width: 260px;
    width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 11;
    right: 0px !important;
    border-radius: 10px;
    top: 74px;
}

.confirmation-dropdown p {
    font-weight: 500;
}

.ConfirmDropdown {
    position: absolute;
    transition: opacity 0.5s;
    background-color: #f9f9f9;
    max-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 11;
    right: -40px !important;
    border-radius: 10px;
    top: 40px;
}

.deletebutton-section #ConfirmDelete {
    margin: 0px;
}

.deletebutton-section .CancelDelete {
    margin: 0px;
}

.deletebutton-section {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    margin: 10px 0px;
}

.ConfirmDropdown p {
    font-weight: 500;
    color: #000;
    white-space: break-spaces;
}

.col-sm-3.history-third-col .custom-full-width-btn-block #confirmDropdown #cancelDelete:hover {
    background-color: #df8329 !important;
    border-color: #df8329;
}

.col-sm-3.history-third-col .custom-full-width-btn-block {
    position: relative;
    display: inline-block;
}

.right-content-scroll::-webkit-scrollbar {
    width: 8px;
}

.right-content-scroll::-webkit-scrollbar-thumb {
    background-color: #a5a5a5;
    border-radius: 5px;
}

.main-custom-container-body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main_container {
    flex: 1;
    position: fixed;
    width: 100%;
}

.kanban-card .card-header:focus-visible {
    outline: none !important;
}

.custom-font-dots {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 6px;
    border-radius: 7px;
    background: transparent;
    border: 0;
    transition: all linear 0.5s;
}

.custom-font-dots:hover {
    background: #000;
    border-radius: 7px;
}

.custom-trello-style-dropdown .dropdown-menu {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: absolute;
    z-index: 91;
}

.custom-trello-style-dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #172b4d;
    padding: 6px 12px;
    margin-bottom: 0px;
    display: block;
    border-bottom: 1px solid #D9DEE4;
    border-radius: 0;
    transition: all linear 0.5s;
}

.custom-trello-style-dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.custom-trello-style-dropdown .dropdown-menu .dropdown-item:hover {
    background: #000;
    color: #fff;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
}

#newCardForm .addNewTaskForm.mode2 .form #newTaskTitle input {
    border: none;
}

.custom-kanban-loop-card-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.custom-kanban-loop-card-holder .card-title {
    margin-top: 0;
    margin-bottom: 0;
    width: 90%;
}

.kanban-card .card-header .card-title .list-title-input {
    resize: none !important;
    color: #000;
    border: none;
    border-radius: 8px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    max-height: 40px;
    padding: 5px 10px !important;
}

.custom-kanban-loop-card-holder .card-title input.list-title-input {
    padding: 7px;
    background: transparent;
    box-shadow: inset 0 0 0 2px transparent;
    outline: none;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(4%, -50%);
    width: 70%;
    height: 32px;
}

.custom-kanban-loop-card-holder .card-title input.list-title-input:focus {
    border: 2px solid #fff;
    padding: 7px;
    color: #fff;
    border-radius: 7px;
    outline: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(4%, -50%);
    width: 80%;
    height: 32px;
}

.container.comment-container {
    margin-top: 0;
}

.custom-full-width-btn {
    width: 100%;
}

.history-third-col span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.loader-container.custom-loader-contr {
    width: 100%;
}

.task-description #descriptionText {
    word-wrap: break-word;
    padding: 10px;
}

#taskModal {
    overflow-y: auto;
    overflow-x: auto;
}

.kanban-card.card-border.custom-kanban-card .card-header .card-title.my-own-title-card #newListBtn i.fa.fa-plus {
    font-size: 14px;
}

.update-comment-btn:focus {
    background-color: #df8329 !important;
    border-color: #df8329 !important;
}

.nav-md .container.body .custom-right-col-style,
.nav-sm .container.body .custom-right-col-style {
    margin-top: 65px !important;
}
.col-sm-5 {
    padding: 5px 10px !important;
}
.col-sm-7 {
    padding: 5px 10px !important;
}
#dashboard_container {
    top: 65px !important;
}
.update-right-scroll {
    overflow-y: auto;
    max-height: calc(100svh - 57px) !important;
    height: 100% !important;
    overflow-x: hidden;
}
.update-right-scroll::-webkit-scrollbar {
    width: 8px;
  }

.update-right-scroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;

}
.update-right-scroll::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
}
.custom-main-menu-side {
    padding-top: 10px !important;
}

@media (max-width: 991px) {

    .nav-md .container.body .right_col,
    .nav-md .container.body .top_nav {
        margin: 0
    }

    .nav-md .container.body .col-md-3.left_col {
        display: none
    }

    .nav-md .container.body .right_col {
        width: 100%;
        padding-right: 0
    }

    .right_col {
        padding: 10px 0px 10px 10px !important
    }

    .nav-md .container.body .custom-right-col-style,
    .nav-sm .container.body .custom-right-col-style {
        padding-top: 0px !important;
        padding-left: 0px !important;
    }
    .right_col.custom-right-col-style.side-menu-section-js {
        padding-top: 0px !important;
    }
}

@media (max-width: 1200px) {
    .x_title h2 {
        width: 62%;
        font-size: 17px
    }

    .tile,
    .graph {
        zoom: 85%;
        height: inherit
    }
}

@media (max-width: 1270px) and (min-width: 192px) {
    .x_title h2 small {
        display: none
    }
}

.left_col .mCSB_scrollTools {
    width: 6px
}

.left_col .mCSB_dragger {
    max-height: 400px !important
}

.blue {
    color: #3498DB
}

.purple {
    color: #9B59B6
}

.green {
    color: #1ABB9C
}

.aero {
    color: #9CC2CB
}

.red {
    color: #E74C3C
}

.dark {
    color: #34495E
}

.border-blue {
    border-color: #3498DB !important
}

.border-purple {
    border-color: #9B59B6 !important
}

.border-green {
    border-color: #1ABB9C !important
}

.border-aero {
    border-color: #9CC2CB !important
}

.border-red {
    border-color: #E74C3C !important
}

.border-dark {
    border-color: #34495E !important
}

.bg-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #73879C
}

.bg-green {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
    color: #fff
}

.bg-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff
}

.bg-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
    color: #fff
}

.bg-orange {
    background: #F39C12 !important;
    border: 1px solid #F39C12 !important;
    color: #fff
}

.bg-purple {
    background: #9B59B6 !important;
    border: 1px solid #9B59B6 !important;
    color: #fff
}

.bg-blue-sky {
    background: #50C1CF !important;
    border: 1px solid #50C1CF !important;
    color: #fff
}

.container {
    width: 100%;
    padding: 0
}

.navbar-nav>li>a,
.navbar-brand,
.navbar-nav>li>a {
    color: #fff !important
}

.top_nav .nav>li>a:focus,
.top_nav .nav>li>a:hover,
.top_nav .nav .open>a,
.top_nav .nav .open>a:focus,
.top_nav .nav .open>a:hover {
    background: #D9DEE4
}

body {
    color: #172b4d;
    background: #2A3F54;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471
}

.main_container .top_nav {
    display: block;
    margin-left: 230px
}

.no-padding {
    padding: 0 !important
}

.page-title {
    width: 100%;
    height: 65px;
    padding: 10px 0
}

.page-title .title_left {
    width: 45%;
    float: left;
    display: block
}

.page-title .title_left h3 {
    margin: 9px 0
}

.page-title .title_right {
    width: 55%;
    float: left;
    display: block
}

.page-title .title_right .pull-right {
    margin: 10px 0
}

.fixed_height_320 {
    height: 320px
}

.fixed_height_390 {
    height: 390px
}

.fixed_height_200 {
    height: 200px
}

.overflow_hidden {
    overflow: hidden
}

.progress-bar-dark {
    background-color: #34495E !important
}

.progress-bar-gray {
    background-color: #BDC3C7 !important
}

table.no-margin .progress {
    margin-bottom: 0
}

.main_content {
    padding: 10px 20px
}

.col-md-55 {
    width: 50%;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .col-md-55 {
        width: 20%
    }
}

@media (min-width: 992px) {
    .col-md-55 {
        width: 20%
    }
}

@media (min-width: 1200px) {
    .col-md-55 {
        width: 20%
    }
}

@media (min-width: 192px) and (max-width: 1270px) {
    table.tile_info span.right {
        margin-right: 7px;
        float: left
    }
}

.center-margin {
    margin: 0 auto;
    float: none !important
}

.col-md-55,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 10px;
    padding-left: 10px
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.grid_slider .col-md-6 {
    padding: 0 40px
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 10px;
    margin-bottom: 10px
}

a {
    color: #5A738E;
    text-decoration: none
}

a,
a:visited,
a:focus,
a:active,
:visited,
:focus,
:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0
}

a:hover,
a:focus {
    text-decoration: none
}

.navbar {
    margin-bottom: 0
}

.navbar-header {
    background: #34495E
}

.navbar-right {
    margin-right: 0
}

.top_nav .navbar-right {
    margin: 0;
    /* width: 50%; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top_nav .navbar-right .form-group.search-parent {
    margin-right: 0px;
    cursor: pointer;
}

.form-group.search-parent {
    margin-bottom: 0px;
}

.top_nav .navbar-right li {
    display: inline-block;
    float: right;
    position: static
}

@media (min-width: 480px) {
    .top_nav .navbar-right li {
        position: relative
    }
}

.top_nav .dropdown-menu li {
    width: 100%
}

.top_nav .dropdown-menu li a {
    width: 100%;
    padding: 12px 20px
}

.top_nav li a i {
    font-size: 15px
}

.navbar-static-top {
    position: fixed;
    top: 0;
    width: 100%
}

.sidebar-header {
    border-bottom: 0;
    margin-top: 46px
}

.sidebar-header:first-of-type {
    margin-top: 0
}

.nav.side-menu>li {
    position: relative;
    display: block;
    cursor: pointer
}

.nav.side-menu>li>a {
    margin-bottom: 6px
}

.nav.side-menu>li>a:hover {
    opacity: 0.7 !important;
}

.nav.side-menu>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: transparent
}

.nav.child_menu {
    display: none
}

.nav.child_menu li:hover,
.nav.child_menu li.active {
    background-color: rgba(255, 255, 255, 0.06)
}

.nav.child_menu li {
    padding-left: 36px
}

.nav-md ul.nav.child_menu li:before {
    background: #425668;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%
}

.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #425668;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0
}

.nav-md ul.nav.child_menu li:last-child::after {
    bottom: 50%;
}

.nav.side-menu>li>a,
.nav.child_menu>li>a {
    color: #000;
    font-weight: 500;
    transition: all 0.5s linear;
    user-select: none;
}

#datatable-responsive1_wrapper a {
    user-select: none;
}

.nav.child_menu li li:hover,
.nav.child_menu li li.active {
    background: none;
}

.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {
    opacity: 0.7;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 13px 15px 12px
}

.nav.side-menu>li.current-page,
.nav.side-menu>li.active {
    border-left: 5px solid #df8329;
    /* text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0; */
    background: #ededed;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

.report-all-list .form-group.bad .alert {
    height: 26.1px;
    position: absolute;
    left: 25% !important;
    right: 0px;
    width: 50%;
    top: 36px;
    margin: 0px;
}

.report-all-list .form-group.bad {
    margin-bottom: 36px;
}

.nav li.current-page {
    background: rgba(255, 255, 255, 0.05)
}

.nav li li li.current-page {
    background: none
}

.nav li li.current-page a {
    color: #fff
}

.nav.side-menu>li.active>a {
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: #ededed;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0
}

.navbar-brand,
.navbar-nav>li>a {
    font-weight: 500;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 32px
}

.site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 59px;
    display: block;
    height: auto;
    margin: 0;
    margin-top: 10px;
}

.site_title:hover,
.site_title:focus {
    text-decoration: none
}

.nav.navbar-nav>li>a {
    color: #515356 !important;
    user-select: none;
}

.nav.top_menu>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #34495E !important
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent
}

.top_search {
    padding: 0
}

.top_search .form-control {
    border-right: 0;
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
    border-radius: 25px 0px 0px 25px;
    padding-left: 20px;
    border: 1px solid rgba(221, 226, 232, 0.49)
}

.top_search .form-control:focus {
    border: 1px solid rgba(221, 226, 232, 0.49);
    border-right: 0
}

.top_search .input-group-btn button {
    border-radius: 0px 25px 25px 0px;
    border: 1px solid rgba(221, 226, 232, 0.49);
    border-left: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #93A2B2;
    margin-bottom: 0 !important
}

.toggle {
    float: left;
    margin: 0;
    padding-top: 0px;
    width: 20%
}

.dashboard-menu nav .nav.toggle {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 57px;
}

.dashboard-menu .toggle #menu_toggle {
    padding: 0px 15px 0;
}

.toggle a {
    padding: 15px 15px 0;
    margin: 0;
    cursor: pointer
}

.toggle a i {
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.nav.child_menu>li>a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    padding: 9px
}

.panel_toolbox {
    float: right;
    min-width: 70px
}

.panel_toolbox>li {
    float: left;
    cursor: pointer
}

.panel_toolbox>li>a {
    padding: 5px;
    color: #C5C7CB;
    font-size: 14px
}

.panel_toolbox>li>a:hover {
    background: #F5F7FA
}

.line_30 {
    line-height: 30px
}

.main_menu_side {
    padding: 0
}

.bs-docs-sidebar .nav>li>a {
    display: block;
    padding: 4px 6px
}

footer {
    background: #f7f7f7;
    padding: 15px 20px;
    display: block
}

.nav-sm footer {
    margin-left: 70px
}

.footer_fixed footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%
}

@media (min-width: 768px) {
    .footer_fixed footer {
        margin-left: 0
    }
}

@media (min-width: 768px) {
    .footer_fixed .nav-sm footer {
        margin-left: 0
    }
}

.tile-stats.sparkline {
    padding: 10px;
    text-align: center
}

.jqstooltip {
    background: #34495E !important;
    width: 30px !important;
    height: 22px !important;
    text-decoration: none
}

.tooltip {
    display: block !important
}

.tiles {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 5px;
    margin-bottom: 0
}

.tile {
    overflow: hidden
}

.top_tiles {
    margin-bottom: 0
}

.top_tiles .tile h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 3px 0 7px;
    font-weight: bold
}

article.media {
    width: 100%
}

*,
*:before,
*:after {
    box-sizing: border-box
}

#integration-list {
    width: 100%;
    margin: 0 auto;
    display: table
}

#integration-list ul {
    padding: 0;
    margin: 20px 0;
    color: #555
}

#integration-list ul>li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 15px;
    overflow: hidden
}

#integration-list ul:last-child {
    border-bottom: 1px solid #ddd
}

#integration-list ul>li:hover {
    background: #efefef
}

.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer
}

.expand h2 {
    width: 85%;
    float: left
}

h2 {
    font-size: 25px;
    font-weight: 500
}

h3 {
    font-size: 22px;
    font-weight: 500;
}

#left,
#right {
    display: table
}

#sup {
    display: table-cell;
    vertical-align: middle;
    width: 80%
}

.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 13px;
    margin-right: 7px
}

.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
    height: 150px
}

.detail span {
    margin: 0
}

.right-arrow {
    width: 10px;
    float: right;
    font-weight: bold;
    font-size: 20px
}

.accordion .panel {
    margin-bottom: 5px;
    border-radius: 0;
    border-bottom: 1px solid #efefef
}

.accordion .panel-heading {
    background: #F2F5F7;
    padding: 13px;
    width: 100%;
    display: block
}

.accordion .panel:hover {
    background: #F2F5F7
}

.x_panel {
    position: relative;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 10px 15px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease
}

.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px
}

.x_title .filter {
    width: 40%;
    float: right
}

.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 2px;
    user-select: none;
    font-weight: 600;
}



#taskModalBody #labels-container .label {
    border-radius: 3px;
    padding: 0 12px;
    max-width: 100%;
    min-width: 32px;
    min-height: 32px;
    line-height: 32px;
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#taskModalBody #labels-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding: 0px 10px 10px 10px;
}

br {
    user-select: none;
}

.x_title h2 small {
    margin-left: 10px
}

.x_title span {
    color: #BDBDBD
}

.x_content {
    padding: 0 5px 0px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px
}

.x_content h4 {
    font-size: 16px;
    font-weight: 500
}

legend {
    padding-bottom: 7px
}

.demo-placeholder {
    height: 280px
}

.profile_details:nth-child(3n) {
    clear: both
}

.profile_details .profile_view {
    display: inline-block;
    padding: 10px 0 0;
    background: #fff
}

.profile_details .profile_view .divider {
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
    margin-top: 5px
}

.profile_details .profile_view .ratings {
    margin-bottom: 0
}

.profile_details .profile_view .bottom {
    background: #F2F5F7;
    padding: 9px 0;
    border-top: 1px solid #E6E9ED
}

.profile_details .profile_view .left {
    margin-top: 20px
}

.profile_details .profile_view .left p {
    margin-bottom: 3px
}

.profile_details .profile_view .right {
    margin-top: 0px;
    padding: 10px
}

.profile_details .profile_view .img-circle {
    border: 1px solid #E6E9ED;
    padding: 2px
}

.profile_details .profile_view h2 {
    margin: 5px 0
}

.profile_details .profile_view .ratings {
    text-align: left;
    font-size: 16px
}

.profile_details .profile_view .brief {
    margin: 0;
    font-weight: 300
}

.profile_details .profile_left {
    background: white
}

.pagination.pagination-split li {
    display: inline-block;
    margin-right: 3px
}

.pagination.pagination-split li a {
    border-radius: 4px;
    color: #768399;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

table.tile h3,
table.tile h4,
table.tile span {
    font-weight: bold;
    vertical-align: middle !important
}

table.tile th,
table.tile td {
    text-align: center
}

table.tile th {
    border-bottom: 1px solid #E6ECEE
}

table.tile td {
    padding: 5px 0
}

table.tile td ul {
    text-align: left;
    padding-left: 0
}

table.tile td ul li {
    list-style: none;
    width: 100%
}

table.tile td ul li a {
    width: 100%
}

table.tile td ul li a big {
    right: 0;
    float: right;
    margin-right: 13px
}

table.tile_info {
    width: 100%
}

table.tile_info td {
    text-align: left;
    padding: 1px;
    font-size: 15px
}

table.tile_info td p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 28px
}

table.tile_info td i {
    margin-right: 8px;
    font-size: 17px;
    float: left;
    width: 18px;
    line-height: 28px
}

table.tile_info td:first-child {
    width: 83%
}

td span {
    line-height: inherit
}

.sidebar-widget {
    overflow: hidden
}

.error-number {
    font-size: 90px;
    line-height: 90px;
    margin: 20px 0
}

.col-middle {
    margin-top: 5%
}

.mid_center {
    width: 370px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 20px
}

h3.degrees {
    font-size: 22px;
    font-weight: 400;
    text-align: center
}

.degrees:after {
    content: "o";
    position: relative;
    top: -12px;
    font-size: 13px;
    font-weight: 300
}

.daily-weather .day {
    font-size: 14px;
    border-top: 2px solid rgba(115, 135, 156, 0.36);
    text-align: center;
    border-bottom: 2px solid rgba(115, 135, 156, 0.36);
    padding: 5px 0
}

.weather-days .col-sm-2 {
    overflow: hidden;
    width: 16.66666667%
}

.weather .row {
    margin-bottom: 0
}

.bulk-actions {
    display: none
}

table.countries_list {
    width: 100%
}

table.countries_list td {
    padding: 0 10px;
    line-height: 30px;
    border-top: 1px solid #eeeeee
}

.dataTables_paginate a {
    padding: 6px 7px !important;
    background: #ddd !important;
    border-color: #ddd !important
}

.paging_full_numbers a.paginate_active {
    background-color: rgba(38, 185, 154, 0.59) !important;
    border-color: rgba(38, 185, 154, 0.59) !important
}

button.DTTT_button,
div.DTTT_button,
a.DTTT_button {
    border: 1px solid #E7E7E7 !important;
    background: #E7E7E7 !important;
    box-shadow: none !important
}

table.jambo_table {
    border: 1px solid rgba(221, 221, 221, 0.78)
}

table.jambo_table thead {
    background: rgba(52, 73, 94, 0.94);
    color: #ECF0F1
}

table.jambo_table tbody tr:hover td {
    background: rgba(38, 185, 154, 0.07);
    border-top: 1px solid rgba(38, 185, 154, 0.11);
    border-bottom: 1px solid rgba(38, 185, 154, 0.11)
}

table.jambo_table tbody tr.selected {
    background: rgba(38, 185, 154, 0.16)
}

table.jambo_table tbody tr.selected td {
    border-top: 1px solid rgba(38, 185, 154, 0.4);
    border-bottom: 1px solid rgba(38, 185, 154, 0.4)
}

.dataTables_paginate a {
    background: #ff0000
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white
}

.dataTables_length {
    width: 40%;
    float: left
}

.dataTables_length>label {
    text-transform: capitalize;
}

.dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_info {
    width: 60%;
    float: left
}

.dataTables_paginate {
    float: right;
    text-align: right
}

table.dataTable th.focus,
table.dataTable td.focus {
    outline: 2px solid #1ABB9C !important;
    outline-offset: -1px
}

table.display {
    margin: 0 auto;
    clear: both;
    width: 100%
}

table.display thead th {
    padding: 8px 18px 8px 10px;
    border-bottom: 1px solid black;
    font-weight: bold;
    cursor: pointer
}

table.display tfoot th {
    padding: 3px 18px 3px 10px;
    border-top: 1px solid black;
    font-weight: bold
}

table.display tr.heading2 td {
    border-bottom: 1px solid #aaa
}

table.display td {
    padding: 3px 10px
}

table.display td.center {
    text-align: center
}

table.display thead th:active,
table.display thead td:active {
    outline: none
}

.dataTables_scroll {
    clear: both
}

.top .dataTables_info {
    float: none
}

.clear {
    clear: both
}

.dataTables_empty {
    text-align: center
}

tfoot input {
    margin: 0.5em 0;
    width: 100%;
    color: #444
}

tfoot input.search_init {
    color: #999
}

td.group {
    background-color: #d1cfd0;
    border-bottom: 2px solid #A19B9E;
    border-top: 2px solid #A19B9E
}

td.details {
    background-color: #d1cfd0;
    border: 2px solid #A19B9E
}

.example_alt_pagination div.dataTables_info {
    width: 40%
}

.paging_full_numbers {
    width: 400px;
    height: 22px;
    line-height: 22px
}

.paging_full_numbers a:active {
    outline: none
}

.paging_full_numbers a:hover {
    text-decoration: none
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer
}

.paging_full_numbers a.paginate_button {
    background-color: #ddd
}

.paging_full_numbers a.paginate_button:hover {
    background-color: #ccc;
    text-decoration: none !important
}

.paging_full_numbers a.paginate_active {
    background-color: #99B3FF
}

table.display tr.even.row_selected td {
    background-color: #B0BED9
}

table.display tr.odd.row_selected td {
    background-color: #9FAFD1
}

div.box {
    height: 100px;
    padding: 10px;
    overflow: auto;
    border: 1px solid #8080FF;
    background-color: #E5E5FF
}

ul.msg_list li {
    background: #f7f7f7;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 6px 0;
    width: 96% !important
}

ul.msg_list li:last-child {
    margin-bottom: 6px;
    padding: 10px
}

ul.msg_list li a {
    padding: 3px 5px !important
}

ul.msg_list li a .image img {
    border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    float: left;
    margin-right: 10px;
    width: 11%
}

ul.msg_list li a .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 35px
}

ul.msg_list li a .message {
    display: block !important;
    font-size: 11px
}

.dropdown-menu.msg_list span {
    white-space: normal
}

.dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 9998;
    border: 1px solid #D9DEE4;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.dropdown-menu>li>a {
    color: #5A738E
}

.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    right: 0;
    left: auto;
    width: 170px
}

.navbar-nav .open .dropdown-menu.msg_list {
    width: 300px
}

.info-number .badge {
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 6px;
    position: absolute;
    right: 2px;
    top: 8px
}

#viewClientModal center img {
    object-fit: cover;
    width: auto;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5)
}

ul.to_do {
    padding: 0
}

ul.to_do li {
    background: #f3f3f3;
    border-radius: 3px;
    position: relative;
    padding: 7px;
    margin-bottom: 5px;
    list-style: none
}

ul.to_do p {
    margin: 0
}

.dashboard-widget {
    background: #f6f6f6;
    border-top: 5px solid #79C3DF;
    border-radius: 3px;
    padding: 5px 10px 10px
}

.dashboard-widget .dashboard-widget-title {
    font-weight: normal;
    border-bottom: 1px solid #c1cdcd;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    padding-left: 40px;
    line-height: 30px
}

.dashboard-widget .dashboard-widget-title i {
    font-size: 100%;
    margin-left: -35px;
    margin-right: 10px;
    color: #33a1c9;
    padding: 3px 6px;
    border: 1px solid #abd9ea;
    border-radius: 5px;
    background: #fff
}

ul.quick-list {
    width: 45%;
    padding-left: 0;
    display: inline-block
}

ul.quick-list li {
    padding-left: 10px;
    list-style: none;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

ul.quick-list li i {
    padding-right: 10px;
    color: #757679
}

.dashboard-widget-content {
    padding-top: 9px
}

.dashboard-widget-content .sidebar-widget {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #abd9ea;
    border-radius: 5px;
    text-align: center;
    float: right;
    padding: 2px;
    margin-top: 10px
}

.widget_summary {
    width: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.widget_summary .w_left {
    float: left;
    text-align: left
}

.widget_summary .w_center {
    float: left
}

.widget_summary .w_right {
    float: left;
    text-align: right
}

.widget_summary .w_right span {
    font-size: 20px
}

.w_20 {
    width: 20%
}

.w_25 {
    width: 25%
}

.w_55 {
    width: 55%
}

h5.graph_title {
    text-align: left;
    margin-left: 10px
}

h5.graph_title i {
    margin-right: 10px;
    font-size: 17px
}

span.right {
    float: right;
    font-size: 14px !important
}

.tile_info a {
    text-overflow: ellipsis
}

.sidebar-footer {
    bottom: 0px;
    clear: both;
    display: block;
    padding: 5px 0 0 0;
    position: fixed;
    width: 230px;
    background: #2A3F54;
    z-index: 999;
}

.sidebar-footer a {
    padding: 7px 0 3px;
    text-align: center;
    width: 25%;
    font-size: 17px;
    display: block;
    float: left;
    background: #172D44;
    cursor: pointer;
}

.sidebar-footer a:hover {
    background: #425567
}

.tile_count {
    margin-bottom: 20px;
    margin-top: 20px
}

.tile_count .tile_stats_count {
    border-bottom: 1px solid #D9DEE4;
    padding: 0 10px 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

@media (min-width: 992px) {
    footer {
        margin-left: 230px
    }
}

@media (min-width: 992px) {
    .tile_count .tile_stats_count {
        margin-bottom: 10px;
        border-bottom: 0;
        padding-bottom: 10px
    }
}

.tile_count .tile_stats_count:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border-left: 2px solid #ADB2B5;
    margin-top: 10px
}

@media (min-width: 992px) {
    .tile_count .tile_stats_count:first-child:before {
        border-left: 0
    }
}

.tile_count .tile_stats_count .count {
    font-size: 30px;
    line-height: 47px;
    font-weight: 600
}

@media (min-width: 768px) {
    .tile_count .tile_stats_count .count {
        font-size: 40px
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .tile_count .tile_stats_count .count {
        font-size: 30px
    }
}

.tile_count .tile_stats_count span {
    font-size: 12px
}

@media (min-width: 768px) {
    .tile_count .tile_stats_count span {
        font-size: 13px
    }
}

.tile_count .tile_stats_count .count_bottom i {
    width: 12px
}

.dashboard_graph {
    background: #fff;
    padding: 7px 10px
}

.dashboard_graph .col-md-9,
.dashboard_graph .col-md-3 {
    padding: 0
}

a.user-profile {
    color: #5E6974 !important
}

.user-profile img {
    line-height: 40px;
    display: inline-block;      
    vertical-align: middle;      
    margin-right: 5px;         
    border-radius: 50%;         
    border: 2px solid #ffffff;   
    width: 40px;               
    height: 40px;
    object-fit: contain;
}

ul.top_profiles {
    height: 330px;
    width: 100%
}

ul.top_profiles li {
    margin: 0;
    padding: 3px 5px
}

ul.top_profiles li:nth-child(odd) {
    background-color: #eee
}

.media .profile_thumb {
    border: 1px solid;
    width: 50px;
    height: 50px;
    margin: 5px 10px 5px 0;
    border-radius: 50%;
    padding: 9px 12px
}

.media .profile_thumb i {
    font-size: 30px
}

.media .date {
    background: #ccc;
    width: 52px;
    margin-right: 10px;
    border-radius: 10px;
    padding: 5px
}

.media .date .month {
    margin: 0;
    text-align: center;
    color: #fff
}

.media .date .day {
    text-align: center;
    color: #fff;
    font-size: 27px;
    margin: 0;
    line-height: 27px;
    font-weight: bold
}

.event .media-body a.title {
    font-weight: bold
}

.event .media-body p {
    margin-bottom: 0
}

h4.graph_title {
    margin: 7px;
    text-align: center
}

.fontawesome-icon-list .fa-hover a:hover {
    background-color: #ddd;
    color: #fff;
    text-decoration: none
}

.fontawesome-icon-list .fa-hover a {
    display: block;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    border-radius: 4px
}

.fontawesome-icon-list .fa-hover a:hover .fa {
    font-size: 28px;
    vertical-align: -6px
}

.fontawesome-icon-list .fa-hover a .fa {
    width: 32px;
    font-size: 16px;
    display: inline-block;
    text-align: right;
    margin-right: 10px
}

.main_menu .fa {
    width: 26px;
    opacity: .99;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tile-stats {
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #FFF;
    transition: all 300ms ease-in-out
}

.tile-stats:hover .icon i {
    animation-name: transformAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    color: rgba(58, 58, 58, 0.41);
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: transformAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: transformAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards
}

.tile-stats .icon {
    width: 20px;
    height: 20px;
    color: #BAB8B8;
    position: absolute;
    right: 53px;
    top: 22px;
    z-index: 1
}

.tile-stats .icon i {
    margin: 0;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0
}

.tile-stats .count {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.65857
}

.tile-stats .count,
.tile-stats h3,
.tile-stats p {
    position: relative;
    margin: 0;
    margin-left: 10px;
    z-index: 5;
    padding: 0
}

.tile-stats h3 {
    color: #BAB8B8
}

.tile-stats p {
    margin-top: 5px;
    font-size: 12px
}

.tile-stats>.dash-box-footer {
    position: relative;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none
}

.tile-stats>.dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15)
}

.tile-stats>.dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15)
}

table.tile_info {
    padding: 10px 15px
}

table.tile_info span.right {
    margin-right: 0;
    float: right;
    position: absolute;
    right: 4%
}

.tile:hover {
    text-decoration: none
}

.tile_header {
    border-bottom: transparent;
    padding: 7px 15px;
    margin-bottom: 15px;
    background: #E7E7E7
}

.tile_head h4 {
    margin-top: 0;
    margin-bottom: 5px
}

.tiles-bottom {
    padding: 5px 10px;
    margin-top: 10px;
    background: rgba(194, 194, 194, 0.3);
    text-align: left
}

a.star {
    color: #428bca !important
}

.mail_content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    margin-top: 20px;
    min-height: 500px;
    padding: 10px 11px;
    width: 100%
}

.list-btn-mail {
    margin-bottom: 15px
}

.list-btn-mail.active {
    border-bottom: 1px solid #39B3D7;
    padding: 0 0 14px
}

.list-btn-mail>i {
    float: left;
    font-size: 18px;
    font-style: normal;
    width: 33px
}

.list-btn-mail>.cn {
    background: none repeat scroll 0 0 #39B3D7;
    border-radius: 12px;
    color: #FFFFFF;
    float: right;
    font-style: normal;
    padding: 0 5px
}

.button-mail {
    margin: 0 0 15px !important;
    text-align: left;
    width: 100%
}

button,
.buttons,
.btn,
.modal-footer .btn+.btn {
    margin-bottom: 5px;
    margin-right: 5px
}

.btn-group-vertical .btn,
.btn-group .btn {
    margin-bottom: 0;
    margin-right: 0
}

.mail_list_column {
    border-left: 1px solid #DBDBDB
}

.mail_view {
    border-left: 1px solid #DBDBDB
}

.mail_list {
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 2px;
    display: inline-block
}

.mail_list .left {
    width: 5%;
    float: left;
    margin-right: 3%
}

.mail_list .right {
    width: 90%;
    float: left
}

.mail_list h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0 6px
}

.mail_list h3 small {
    float: right;
    color: #ADABAB;
    font-size: 11px;
    line-height: 20px
}

.mail_list .badge {
    padding: 3px 6px;
    font-size: 8px;
    background: #BAB7B7
}

@media (max-width: 767px) {
    .mail_list {
        margin-bottom: 5px;
        display: inline-block
    }
}

.mail_heading h4 {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px
}

.attachment ul {
    width: 100%;
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin-bottom: 30px
}

.attachment ul li {
    float: left;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px
}

.attachment ul li img {
    height: 150px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px
}

.attachment ul li span {
    float: right
}

.attachment .file-name {
    float: left
}

.attachment .links {
    width: 100%;
    display: inline-block
}

.compose {
    padding: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    border: 1px solid #D9DEE4;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 5px;
    z-index: 9999;
    display: none
}

.compose .compose-header {
    padding: 5px;
    background: #169F85;
    color: #fff;
    border-top-left-radius: 5px
}

.compose .compose-header .close {
    text-shadow: 0 1px 0 #ffffff;
    line-height: .8
}

.compose .compose-body .editor.btn-toolbar {
    margin: 0
}

.compose .compose-body .editor-wrapper {
    height: 100%;
    min-height: 50px;
    max-height: 180px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    overflow: auto
}

.compose .compose-footer {
    padding: 10px
}

.editor.btn-toolbar {
    zoom: 1;
    background: #F7F7F7;
    margin: 5px 2px;
    padding: 3px 0;
    border: 1px solid #EFEFEF
}

.input-group {
    margin-bottom: 3px
}

.ln_solid {
    border-top: 1px solid #e5e5e5;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0
}

span.section {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

.form-control {
    border-radius: 4px;
    width: 100%;
}

.form-horizontal .control-label {
    padding-top: 0px
}

.form-control:focus {
    border-color: #CCD0D7;
    box-shadow: none !important
}

#addHolidayForm.form-horizontal .control-label {
    padding-top: 0;
}

#assignResourcesForm.form-horizontal .control-label {
    padding-right: 0px;
    text-align: left;
}

legend {
    font-size: 18px;
    color: inherit
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}

.form-control-feedback {
    margin-top: 8px;
    height: 23px;
    color: #bbb;
    line-height: 24px;
    font-size: 15px
}

.form-control-feedback.left {
    border-right: 1px solid #ccc;
    left: 13px
}

.form-control-feedback.right {
    border-left: 1px solid #ccc;
    right: 13px
}

.form-control.has-feedback-left {
    padding-left: 45px
}

.form-control.has-feedback-right {
    padding-right: 45px
}

.form-group {
    margin-bottom: 10px
}

.validate {
    margin-top: 10px
}

.invalid-form-error-message {
    margin-top: 10px;
    padding: 5px
}

.invalid-form-error-message.filled {
    border-left: 2px solid #E74C3C
}

p.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6
}

p.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7
}

ul.parsley-errors-list {
    list-style: none;
    color: #E74C3C;
    padding-left: 0
}

input.parsley-error,
textarea.parsley-error,
select.parsley-error {
    background: #FAEDEC;
    border: 1px solid #E85445
}

.btn-group .parsley-errors-list {
    display: none
}

.bad input,
.bad select,
.bad textarea {
    border: 1px solid #CE5454;
    box-shadow: 0 0 4px -2px #CE5454;
    position: relative;
    left: 0;
    -moz-animation: .7s 1 shake linear;
    -webkit-animation: 0.7s 1 shake linear
}

.item input,
.item textarea {
    transition: 0.42s
}

.item .alert {
    float: left;
    margin: 0 0 0 20px;
    padding: 3px 10px;
    color: #FFF;
    border-radius: 3px 4px 4px 3px;
    background-color: #CE5454;
    max-width: none;
    white-space: pre;
    position: relative;
    left: -15px;
    opacity: 0;
    z-index: 1;
    transition: 0.15s ease-out
}

.item .alert::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-color: transparent #CE5454 transparent transparent;
    border-style: solid;
    border-width: 11px 7px;
    position: absolute;
    left: -13px;
    top: 1px
}

.item.bad .alert {
    left: 24%;
    opacity: 1
}

.inl-bl {
    display: inline-block
}

.well .markup {
    background: #fff;
    color: #777;
    position: relative;
    padding: 45px 15px 15px;
    margin: 15px 0 0 0;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: none
}

.well .markup::after {
    content: "Example";
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px
}

.autocomplete-suggestions {
    border: 1px solid #e4e4e4;
    background: #F4F4F4;
    cursor: default;
    overflow: auto
}

.autocomplete-suggestion {
    padding: 2px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden
}

.autocomplete-selected {
    background: #f0f0f0
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
    font-weight: bolder
}

.btn {
    border-radius: 3px
}

a.btn-success,
a.btn-primary,
a.btn-warning,
a.btn-danger {
    color: #fff
}

a.btn-warning,
a.btn-danger,
button.btn-danger,
a.btn-primary {
    background: #CC0033;
    color: #fff;
    border: none;
    transition: all 0.5s linear;
}

a.btn-primary {
    background: #f8922d;
    color: #fff;
}

a.btn-primary:hover,
a.btn.btn-primary:focus {
    background: #f8922d;
}

.btn-success {
    background: #000;
    color: #fff;
    transition: all 0.5s linear;
    border: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background: #333;
    color: #fff;
}

#dashboard_container .kanban-body-list .kanban-card {
    width: 250px;
}

.container.p-0.choose-section .control-label {
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 138px;
    white-space: nowrap;
    text-align: center;
    padding-left: 0px;
    cursor: auto;
}

.container.p-0.choose-section .col-md-6.col-sm-6.col-xs-12 {
    padding: 0px;
}

.custom-right-col-style #datatable-responsive1_wrapper a.btn.btn-success.btn-xs img {
    width: 19px;
    height: 19px;
    object-fit: contain;
}



#addClientForm .item.form-group .col-md-6.col-sm-6.col-xs-12.custom-file-input-block #profile_picture {
    display: none;
}

#addClientForm .item.form-group .col-md-6.col-sm-6.col-xs-12.custom-file-input-block label.custom-file-label {
    background: #f8922d;
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
}

#datatable-responsive1_wrapper a i.fa.fa-calendar {
    font-size: 19px;
    line-height: 19px;
}

a.btn-warning:hover,
a.btn-danger:hover,
button.btn-danger:hover {
    background: #640817;
    color: #fff;
}

.btn-dark {
    color: #E9EDEF;
    background-color: #4B5F71;
    border-color: #364B5F
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    color: #FFFFFF;
    background-color: #394D5F;
    border-color: #394D5F
}

.btn-round {
    border-radius: 30px
}

.btn.btn-app {
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 12px
}

.btn.btn-app>.fa,
.btn.btn-app>.glyphicon,
.btn.btn-app>.ion {
    font-size: 20px;
    display: block
}

.btn.btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa
}

.btn.btn-app:active,
.btn.btn-app:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.btn-app>.badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400
}

textarea {
    padding: 10px;
    vertical-align: top;
    width: 200px;
    resize: vertical;
    border-radius: 4px;
}

textarea:focus {
    outline-style: none;
    outline-width: 0px !important;
}

.btn_ {
    display: inline-block;
    padding: 3px 9px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.bs-glyphicons {
    margin: 0 -10px 20px;
    overflow: hidden
}

.bs-glyphicons-list {
    padding-left: 0;
    list-style: none
}

.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word
}

.bs-glyphicons li:hover {
    color: #fff;
    background-color: #1ABB9C
}

@media (min-width: 768px) {
    .bs-glyphicons {
        margin-right: 0;
        margin-left: 0
    }

    .bs-glyphicons li {
        width: 12.5%;
        font-size: 12px
    }
}

.tagsinput {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 6px 6px 0;
    width: 300px;
    overflow-y: auto
}

span.tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px 9px;
    text-decoration: none;
    background: #1ABB9C;
    color: #F1F6F7;
    margin-right: 5px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: helvetica
}

span.tag a {
    color: #F1F6F7 !important
}

.tagsinput span.tag a {
    font-weight: bold;
    color: #82ad2b;
    text-decoration: none;
    font-size: 11px
}

.tagsinput input {
    width: 80px;
    margin: 0px;
    font-family: helvetica;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 3px;
    background: transparent;
    color: #000;
    outline: 0px
}

.tagsinput div {
    display: block;
    float: left
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important
}

ul.bar_tabs {
    overflow: visible;
    background: #F5F7FA;
    height: 25px;
    margin: 21px 0 14px;
    padding-left: 14px;
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #E6E9ED
}

ul.bar_tabs>li {
    border: 1px solid #E6E9ED;
    color: #333 !important;
    margin-top: -17px;
    margin-left: 8px;
    background: #fff;
    border-bottom: none;
    border-radius: 4px 4px 0 0
}

ul.bar_tabs>li.active {
    border-right: 6px solid #D3D6DA;
    border-top: 0;
    margin-top: -15px
}

ul.bar_tabs>li a {
    padding: 10px 17px;
    background: #F5F7FA;
    margin: 0;
    border-top-right-radius: 0
}

ul.bar_tabs>li a:hover {
    border: 1px solid transparent
}

ul.bar_tabs>li.active a {
    border-bottom: none
}

ul.bar_tabs.right {
    padding-right: 14px
}

ul.bar_tabs.right li {
    float: right
}

a:focus {
    outline: none
}

ul.timeline li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    clear: both
}

.timeline .block {
    margin: 0;
    border-left: 3px solid #e8e8e8;
    overflow: visible;
    padding: 10px 15px;
    margin-left: 105px
}

.timeline.widget {
    min-width: 0;
    max-width: inherit
}

.timeline.widget .block {
    margin-left: 5px
}

.timeline .tags {
    position: absolute;
    top: 15px;
    left: 0;
    width: 84px
}

.timeline .tag {
    display: block;
    height: 30px;
    font-size: 13px;
    padding: 8px
}

.timeline .tag span {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.tag {
    line-height: 1;
    background: #1ABB9C;
    color: #fff !important
}

.tag:after {
    content: " ";
    height: 30px;
    width: 0;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    pointer-events: none;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 11px solid #1ABB9C
}

.timeline h2.title {
    position: relative;
    font-size: 16px;
    margin: 0
}

.timeline h2.title:before {
    content: "";
    position: absolute;
    left: -23px;
    top: 3px;
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #d2d3d2;
    border-radius: 14px;
    background: #f9f9f9
}

.timeline .byline {
    padding: .25em 0
}

.byline {
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    font-size: .9375em;
    line-height: 1.3;
    color: #aab6aa
}

ul.social li {
    border: 0
}

.social-sidebar,
.social-body {
    float: right
}

.social-sidebar {
    background: #EDEDED;
    width: 22%
}

.social-body {
    border: 1px solid #ccc;
    width: 78%
}

.thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.chat .thumb img {
    width: 27px;
    height: 27px;
    border-radius: 50%
}

.chat .status {
    float: left;
    margin: 16px 0 0 -16px;
    font-size: 14px;
    font-weight: bold;
    width: 12px;
    height: 12px;
    display: block;
    border: 2px solid #FFF;
    z-index: 12312;
    border-radius: 50%
}

.chat .status.online {
    background: #1ABB9C
}

.chat .status.away {
    background: #F39C12
}

.chat .status.offline {
    background: #ccc
}

.chat .media-body {
    padding-top: 5px
}

.dashboard_graph .x_title {
    padding: 5px 5px 7px
}

.dashboard_graph .x_title h3 {
    margin: 0;
    font-weight: normal
}

.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
    font-size: 18px
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em
}

.angular {
    margin-top: 100px
}

.angular .chart {
    margin-top: 0
}

.widget {
    min-width: 250px;
    max-width: 310px
}

.widget_tally_box .btn-group button {
    text-align: center
}

.widget_tally_box .btn-group button {
    color: inherit;
    font-weight: 500;
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7
}

ul.widget_tally,
ul.widget_tally li {
    width: 100%
}

ul.widget_tally li {
    padding: 2px 10px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 4px
}

ul.widget_tally .month {
    width: 70%;
    float: left
}

ul.widget_tally .count {
    width: 30%;
    float: left;
    text-align: right
}

.pie_bg {
    border-bottom: 1px solid rgba(101, 204, 182, 0.16);
    padding-bottom: 15px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    padding-bottom: 10px;
    box-shadow: 0 4px 6px -6px #222
}

.widget_tally_box .flex {
    display: -ms-flexbox;
    display: flex
}

ul.widget_profile_box {
    width: 100%;
    height: 42px;
    padding: 3px;
    background: #ececec;
    margin-top: 40px;
    margin-left: 1px
}

ul.widget_profile_box li:first-child {
    width: 25%;
    float: left
}

ul.widget_profile_box li:first-child a {
    float: left
}

ul.widget_profile_box li:last-child {
    width: 25%;
    float: right
}

ul.widget_profile_box li:last-child a {
    float: right
}

ul.widget_profile_box li a {
    font-size: 22px;
    text-align: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    display: block;
    border-radius: 50%;
    padding: 0px
}

ul.widget_profile_box li a:hover {
    color: #1ABB9C !important;
    border: 1px solid #26b99a
}

ul.widget_profile_box li .profile_img {
    width: 85px;
    height: 85px;
    margin: 0;
    margin-top: -28px
}

.widget_tally_box p,
.widget_tally_box span {
    text-align: center
}

.widget_tally_box .name {
    text-align: center;
    margin: 25px
}

.widget_tally_box .name_title {
    text-align: center;
    margin: 5px
}

.widget_tally_box ul.legend {
    margin: 0
}

.widget_tally_box ul.legend p,
.widget_tally_box ul.legend span {
    text-align: left
}

.widget_tally_box ul.legend li .icon {
    font-size: 20px;
    float: left;
    width: 14px
}

.widget_tally_box ul.legend li .name {
    font-size: 14px;
    margin: 5px 0 0 14px;
    text-overflow: ellipsis;
    float: left
}

.widget_tally_box ul.legend p {
    display: inline-block;
    margin: 0
}

.widget_tally_box ul.verticle_bars li {
    height: 140px;
    width: 23%
}

.widget .verticle_bars li .progress.vertical.progress_wide {
    width: 65%
}

ul.count2 {
    width: 100%;
    margin-left: 1px;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 10px 0
}

ul.count2 li {
    width: 30%;
    text-align: center
}

ul.count2 li h3 {
    font-weight: 400;
    margin: 0
}

ul.count2 li span {
    font-weight: 300
}

.divider {
    border-bottom: 1px solid #ddd;
    margin: 10px
}

.divider-dashed {
    border-top: 1px dashed #e7eaec;
    background-color: #ffffff;
    height: 1px;
    margin: 10px 0
}

ul.messages {
    padding: 0;
    list-style: none
}

ul.messages li,
.tasks li {
    border-bottom: 1px dotted #e6e6e6;
    padding: 8px 0
}

ul.messages li img.avatar,
img.avatar {
    height: 32px;
    width: 32px;
    float: left;
    display: inline-block;
    border-radius: 2px;
    padding: 2px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6
}

ul.messages li .message_date {
    float: right;
    text-align: right
}

ul.messages li .message_wrapper {
    margin-left: 50px;
    margin-right: 40px
}

ul.messages li .message_wrapper h4.heading {
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: 100%
}

ul.messages li .message_wrapper blockquote {
    padding: 0px 10px;
    margin: 0;
    border-left: 5px solid #eee
}

ul.user_data li {
    margin-bottom: 6px
}

ul.user_data li p {
    margin-bottom: 0
}

ul.user_data li .progress {
    width: 90%
}

.project_progress .progress {
    margin-bottom: 3px !important;
    margin-top: 5px
}

.projects .list-inline {
    margin: 0
}

.profile_title {
    background: #F5F7FA;
    border: 0;
    padding: 7px 0;
    display: -ms-flexbox;
    display: flex
}

ul.stats-overview {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px
}

ul.stats-overview li {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    width: 30%;
    font-size: 14px;
    border-right: 1px solid #e8e8e8
}

ul.stats-overview li:last-child {
    border-right: 0
}

ul.stats-overview li .name {
    font-size: 12px
}

ul.stats-overview li .value {
    font-size: 14px;
    font-weight: bold;
    display: block
}

ul.stats-overview li:first-child {
    padding-left: 0
}

ul.project_files li {
    margin-bottom: 5px
}

ul.project_files li a i {
    width: 20px
}

.project_detail p {
    margin-bottom: 10px
}

.project_detail p.title {
    font-weight: bold;
    margin-bottom: 0
}

.avatar img {
    border-radius: 50%;
    max-width: 45px
}

.pricing {
    background: #fff
}

.pricing .title {
    background: #1ABB9C;
    height: 110px;
    color: #fff;
    padding: 15px 0 0;
    text-align: center
}

.pricing .title h2 {
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    margin: 0;
    font-weight: 400
}

.pricing .title h1 {
    font-size: 30px;
    margin: 12px
}

.pricing .title span {
    background: rgba(51, 51, 51, 0.28);
    padding: 2px 5px
}

.pricing_features {
    background: #FAFAFA;
    padding: 20px 15px;
    min-height: 230px;
    font-size: 13.5px
}

.pricing_features ul li {
    margin-top: 10px
}

.pricing_footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.pricing_footer p {
    font-size: 13px;
    padding: 10px 0 2px;
    display: block
}

.ui-ribbon-container {
    position: relative
}

.ui-ribbon-container .ui-ribbon-wrapper {
    position: absolute;
    overflow: hidden;
    width: 85px;
    height: 88px;
    top: -3px;
    right: -3px
}

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
    background-color: #5b90bf
}

.ui-ribbon-container .ui-ribbon {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    transform: rotate(45deg);
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    line-height: 20px;
    background-color: #555;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after,
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before {
    border-top: 2px solid #5b90bf
}

.ui-ribbon-container .ui-ribbon:before {
    left: 0;
    bottom: -1px
}

.ui-ribbon-container .ui-ribbon:before {
    right: 0
}

.ui-ribbon-container .ui-ribbon:after,
.ui-ribbon-container .ui-ribbon:before {
    position: absolute;
    content: " ";
    line-height: 0;
    border-top: 2px solid #555;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent
}

.thumbnail .image {
    height: 120px;
    overflow: hidden
}

.caption {
    padding: 9px 5px;
    background: #F7F7F7
}

.caption p {
    margin-bottom: 5px
}

.thumbnail {
    height: 190px;
    overflow: hidden
}

.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default
}

.view .mask,
.view .content {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0
}

.view img {
    display: block;
    position: relative
}

.view .tools {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 3px;
    background: rgba(0, 0, 0, 0.35);
    margin: 43px 0 0 0
}

.mask.no-caption .tools {
    margin: 90px 0 0 0
}

.view .tools a {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    padding: 0 4px
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}

.view-first img {
    transition: all 0.2s linear
}

.view-first .mask {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out
}

.view-first .tools {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out
}

.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear
}

.view-first:hover img {
    transform: scale(1.1)
}

.view-first:hover .mask {
    opacity: 1
}

.view-first:hover .tools,
.view-first:hover p {
    opacity: 1;
    transform: translateY(0px)
}

.view-first:hover p {
    transition-delay: 0.1s
}

.form-group.has-feedback span {
    display: block !important;
}

.form-group .btn {
    margin-bottom: -6px;
}

.input-group-btn .btn {
    margin-bottom: 0;
}

/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px
}

.tabs-left {
    border-right: 1px solid #F7F7F7
}

.tabs-right {
    border-left: 1px solid #F7F7F7
}

.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px
}

.tabs-left>li {
    margin-right: -1px
}

.tabs-right>li {
    margin-left: -1px
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #F7F7F7;
    border-right-color: transparent
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #F7F7F7;
    border-left-color: transparent
}

.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    background: #F7F7F7;
    text-overflow: ellipsis;
    overflow: hidden
}

.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
    background: #F7F7F7;
    text-overflow: ellipsis;
    overflow: hidden
}

.sideways {
    margin-top: 50px;
    border: none;
    position: relative
}

.sideways>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px
}

.sideways>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px
}

.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd
}

.sideways.tabs-left {
    left: -50px
}

.sideways.tabs-right {
    right: -50px
}

.sideways.tabs-right>li {
    transform: rotate(90deg)
}

.sideways.tabs-left>li {
    transform: rotate(-90deg)
}

.morris-hover {
    position: absolute;
    z-index: 1000
}

.morris-hover.morris-default-style {
    padding: 6px;
    color: #666;
    background: rgba(243, 242, 243, 0.8);
    border: solid 2px rgba(195, 194, 196, 0.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0
}

.price {
    font-size: 40px;
    font-weight: 400;
    color: #26B99A;
    margin: 0
}

.prod_title {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 5px;
    margin: 30px 0;
    font-size: 20px;
    font-weight: 400
}

.product-image img {
    width: 90%
}

.prod_color li {
    margin: 0 10px
}

.prod_color li p {
    margin-bottom: 0
}

.prod_size li {
    padding: 0
}

.prod_color .color {
    width: 25px;
    height: 25px;
    border: 2px solid rgba(51, 51, 51, 0.28) !important;
    padding: 2px;
    border-radius: 50px
}

.product_gallery a {
    width: 100px;
    height: 100px;
    float: left;
    margin: 10px;
    border: 1px solid #e5e5e5
}

.product_gallery a img {
    width: 100%;
    margin-top: 15px
}

.product_price {
    margin: 20px 0;
    padding: 5px 10px;
    background-color: #FFFFFF;
    text-align: left;
    border: 2px dashed #E0E0E0
}

.price-tax {
    font-size: 18px
}

.product_social {
    margin: 20px 0
}

.product_social ul li a i {
    font-size: 35px
}

.login {
    background: #F7F7F7
}

.login .fa-paw {
    font-size: 26px
}

a.hiddenanchor {
    display: none
}

.login_wrapper {
    right: 0px;
    margin: 0px auto;
    max-width: 380px;
    position: relative;
    display: flex;
    align-items: center;
}

.registration_form {
    z-index: 21;
    opacity: 0;
    width: 100%;
}

.login_form {
    z-index: 22
}

#signup:target~.login_wrapper .registration_form,
#signin:target~.login_wrapper .login_form {
    z-index: 22;
    animation-name: fadeInLeft;
    animation-delay: .1s
}

#signup:target~.login_wrapper .login_form,
#signin:target~.login_wrapper .registration_form {
    animation-name: fadeOutLeft
}

.animate {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 0.5s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    -ms-animation-duration: 0.5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both
}

.login_box {
    padding: 20px;
    margin: auto
}

.left {
    float: left
}

.alignleft {
    float: left;
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px
}

.clearfix:after,
form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.login_content {
    margin: 0 auto;
    position: relative;
    text-align: center;
    min-width: 380px
}

.login_content a,
.login_content .btn-default:hover {
    text-decoration: none
}

.login_content a:hover {
    text-decoration: underline
}

.login_content h1 {
    font: normal 25px Helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
    line-height: 20px;
}

.login_content h1:before,
.login_content h1:after {
    content: "";
    height: 0px;
    position: absolute;
    top: 10px;
    width: 27%
}

.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
    right: 0
}

.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
    left: 0
}

.login_content h1:before,
.login_content h1:after {
    content: "";
    height: 0px;
    position: absolute;
    top: 10px;
    width: 20%
}

.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
    right: 0
}

.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
    left: 0
}

.login_content form {
    position: relative;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    background: rgb(255 255 255 / 61%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
}
.copyright p {
    user-select: none;
    margin-bottom: 0px;
}
#login .separator {
    margin-top: 0px;
}
.copyright h1 {
    margin: 0px 0px 10px 0px;
}
.login_content form input[type="text"],
.login_content form input[type="email"],
.login_content form input[type="password"] {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-color: #cccccc !important;
    color: #777;
    width: 100%
}

.login_content form input[type="text"]:focus,
.login_content form input[type="email"]:focus,
.login_content form input[type="password"]:focus {
    -ms-box-shadow: 0 0 2px #ed1c24 inset;
    -o-box-shadow: 0 0 2px #ed1c24 inset;
    box-shadow: 0 0 2px #A97AAD inset;
    background-color: #fff;
    border: 1px solid #A878AF;
    outline: none
}

#username {
    background-position: 10px 10px !important
}

#password {
    background-position: 10px -53px !important
}

.login_content form div a {
    font-size: 12px;
    margin: 10px 15px 0 0
}

.reset_pass {
    margin-top: 10px !important
}

.login_content div .reset_pass {
    margin-top: 13px !important;
    margin-right: 39px;
    float: right
}

.separator {
    border-top: 1px solid #D8D8D8;
    margin-top: 10px;
    padding-top: 10px
}

.button {
    background: #f7f9fa;
    background: linear-gradient(top, #f7f9fa 0%, #f0f0f0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f9fa', endColorstr='#f0f0f0', GradientType=0);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #CFD5D9;
    padding: 15px 0
}

.login_content form input[type="submit"],
#content form .submit {
    float: left;
    margin-left: 38px
}

.button a {
    background: url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) 0 -112px no-repeat;
    color: #7E7E7E;
    font-size: 17px;
    padding: 2px 0 2px 40px;
    text-decoration: none;
    transition: all 0.3s ease
}

.button a:hover {
    background-position: 0 -135px;
    color: #00aeef
}

header {
    width: 100%
}

#nprogress .bar {
    background: #1ABB9C
}

#nprogress .peg {
    box-shadow: 0 0 10px #1ABB9C, 0 0 5px #1ABB9C
}

#nprogress .spinner-icon {
    border-top-color: #1ABB9C;
    border-left-color: #1ABB9C
}

.editor-wrapper {
    min-height: 250px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid #ccc;
    padding: 4px;
    box-sizing: content-box;
    box-shadow: rgba(0, 0, 0, 0.07451) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none
}

.voiceBtn {
    width: 20px;
    color: transparent;
    background-color: transparent;
    transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    border: transparent;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dropdown-menu a {
    cursor: pointer
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 19px;
}

.select2-container--default .select2-selection--single::placeholder,
.select2-container--default .select2-selection--multiple::placeholder {
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 3px
}

.x_custom_panel_style form .select2-selection--single {
    border-radius: 4px !important;
}

.x_custom_panel_style form .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 3px 0px;
}

.client-input ul.select2-selection__rendered {
    padding: 3px 0px !important;
}

#taskModalBody .col-sm-3.history-third-col .select2.select2-container.select2-container--default .selection .select2-selection.select2-selection--single .select2-selection__arrow {
    height: 31px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 2px;
    border: none;
    border-radius: 0;
    padding: 3px 5px
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc
}

.switchery {
    width: 32px;
    height: 20px
}

.switchery>small {
    width: 20px;
    height: 20px
}

fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.cropper .img-container,
.cropper .img-preview {
    background-color: #f7f7f7;
    width: 100%;
    text-align: center
}

.cropper .img-container {
    min-height: 200px;
    max-height: 516px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .cropper .img-container {
        min-height: 516px
    }
}

.cropper .img-container>img {
    max-width: 100%
}

.cropper .docs-preview {
    margin-right: -15px
}

.cropper .img-preview {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden
}

.cropper .img-preview>img {
    max-width: 100%
}

.cropper .preview-lg {
    width: 263px;
    height: 148px
}

.cropper .preview-md {
    width: 139px;
    height: 78px
}

.cropper .preview-sm {
    width: 69px;
    height: 39px
}

.cropper .preview-xs {
    width: 35px;
    height: 20px;
    margin-right: 0
}

.cropper .docs-data>.input-group {
    margin-bottom: 10px
}

.cropper .docs-data>.input-group>label {
    min-width: 80px
}

.cropper .docs-data>.input-group>span {
    min-width: 50px
}

.cropper .docs-buttons>.btn,
.cropper .docs-buttons>.btn-group,
.cropper .docs-buttons>.form-control {
    margin-right: 5px;
    margin-bottom: 10px
}

.cropper .docs-toggles>.btn,
.cropper .docs-toggles>.btn-group,
.cropper .docs-toggles>.dropdown {
    margin-bottom: 10px
}

.cropper .docs-tooltip {
    display: block;
    margin: -6px -12px;
    padding: 6px 12px
}

.cropper .docs-tooltip>.icon {
    margin: 0 -3px;
    vertical-align: top
}

.cropper .tooltip-inner {
    white-space: normal
}

.cropper .btn-upload .tooltip-inner,
.cropper .btn-toggle .tooltip-inner {
    white-space: nowrap
}

.cropper .btn-toggle {
    padding: 6px
}

.cropper .btn-toggle>.docs-tooltip {
    margin: -6px;
    padding: 6px
}

@media (max-width: 400px) {
    .cropper .btn-group-crop {
        margin-right: -15px !important
    }

    .cropper .btn-group-crop>.btn {
        padding-left: 5px;
        padding-right: 5px
    }

    .cropper .btn-group-crop .docs-tooltip {
        margin-left: -5px;
        margin-right: -5px;
        padding-left: 5px;
        padding-right: 5px
    }
}

.cropper .docs-options .dropdown-menu {
    width: 100%
}

.cropper .docs-options .dropdown-menu>li {
    padding: 3px 20px
}

.cropper .docs-options .dropdown-menu>li:hover {
    background-color: #f7f7f7
}

.cropper .docs-options .dropdown-menu>li>label {
    display: block
}

.cropper .docs-cropped .modal-body {
    text-align: center
}

.cropper .docs-cropped .modal-body>img,
.cropper .docs-cropped .modal-body>canvas {
    max-width: 100%
}

.cropper .docs-diagram .modal-dialog {
    max-width: 352px
}

.cropper .docs-cropped canvas {
    max-width: 100%
}

.form_wizard .stepContainer {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow-x: hidden
}

.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px
}

.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center
}

.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666
}

.wizard_horizontal ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 20px;
    width: 100%;
    z-index: 4;
    left: 0
}

.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    background: #ccc
}

.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5
}

.wizard_horizontal ul.wizard_steps li a.selected:before,
.step_no {
    background: #34495E;
    color: #fff
}

.wizard_horizontal ul.wizard_steps li a.done:before,
.wizard_horizontal ul.wizard_steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff
}

.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%
}

.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto
}

.wizard_verticle .stepContainer {
    width: 80%;
    float: left;
    padding: 0 10px
}

.actionBar {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    text-align: right;
    margin-top: 10px
}

.actionBar .buttonDisabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.actionBar a {
    margin: 0 3px
}

.wizard_verticle .wizard_content {
    width: 80%;
    float: left;
    padding-left: 20px
}

.wizard_verticle ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 20%;
    float: left;
    margin: 0 0 20px
}

.wizard_verticle ul.wizard_steps li {
    display: list-item;
    text-align: center
}

.wizard_verticle ul.wizard_steps li a {
    height: 80px
}

.wizard_verticle ul.wizard_steps li a:first-child {
    margin-top: 20px
}

.wizard_verticle ul.wizard_steps li a,
.wizard_verticle ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666
}

.wizard_verticle ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #ccc;
    top: 20px;
    width: 4px;
    z-index: 4;
    left: 49%
}

.wizard_verticle ul.wizard_steps li a.disabled .step_no {
    background: #ccc
}

.wizard_verticle ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5
}

.wizard_verticle ul.wizard_steps li a.selected:before,
.step_no {
    background: #34495E;
    color: #fff
}

.wizard_verticle ul.wizard_steps li a.done:before,
.wizard_verticle ul.wizard_steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff
}

.wizard_verticle ul.wizard_steps li:first-child a:before {
    left: 49%
}

.wizard_verticle ul.wizard_steps li:last-child a:before {
    left: 49%;
    left: auto;
    width: 0
}

.form_wizard .loader {
    display: none
}

.form_wizard .msgBox {
    display: none
}

.progress {
    border-radius: 0
}

.progress-bar-info {
    background-color: #3498DB
}

.progress-bar-success {
    background-color: #26B99A
}

.progress_summary .progress {
    margin: 5px 0 12px !important
}

.progress_summary .row {
    margin-bottom: 5px
}

.progress_summary .row .col-xs-2 {
    padding: 0
}

.progress_summary .more_info span {
    text-align: right;
    float: right
}

.progress_summary .data span {
    text-align: right;
    float: right
}

.progress_summary p {
    margin-bottom: 3px;
    width: 100%
}

.progress_title .left {
    float: left;
    text-align: left
}

.progress_title .right {
    float: right;
    text-align: right;
    font-weight: 300
}

.progress.progress_sm {
    border-radius: 0;
    margin-bottom: 18px;
    height: 10px !important
}

.progress.progress_sm .progress-bar {
    height: 10px !important
}

.dashboard_graph p {
    margin: 0 0 4px
}

ul.verticle_bars {
    width: 100%
}

ul.verticle_bars li {
    width: 23%;
    height: 200px;
    margin: 0
}

.progress.vertical.progress_wide {
    width: 35px
}



.alert-info {
    color: #E9EDEF;
    background-color: rgba(52, 152, 219, 0.88);
    border-color: rgba(52, 152, 219, 0.88)
}

.alert-warning {
    color: #E9EDEF;
    background-color: rgba(243, 156, 18, 0.88);
    border-color: rgba(243, 156, 18, 0.88)
}

.alert-danger,
.alert-error {
    color: #E9EDEF;
    background-color: rgba(231, 76, 60, 0.88);
    border-color: rgba(231, 76, 60, 0.88)
}

.ui-pnotify.dark .ui-pnotify-container {
    color: #E9EDEF;
    background-color: rgba(52, 73, 94, 0.88);
    border-color: rgba(52, 73, 94, 0.88)
}

.custom-notifications {
    position: fixed;
    margin: 15px;
    right: 0;
    float: right;
    width: 400px;
    z-index: 4000;
    bottom: 0
}

ul.notifications {
    float: right;
    display: block;
    margin-bottom: 7px;
    padding: 0;
    width: 100%
}

.notifications li {
    float: right;
    margin: 3px;
    width: 36px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3)
}

.notifications li:last-child {
    margin-left: 0
}

.notifications a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 9px 8px
}

.tabbed_notifications .text {
    padding: 5px 15px;
    height: 140px;
    border-radius: 7px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3)
}

.tabbed_notifications div p {
    display: inline-block
}

.tabbed_notifications h2 {
    font-weight: bold;
    text-transform: uppercase;
    width: 80%;
    float: left;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

.tabbed_notifications .close {
    padding: 5px;
    color: #E9EDEF;
    float: right;
    opacity: 1
}

.fc-state-default {
    background: #f5f5f5;
    color: #73879C
}

.fc-state-down,
.fc-state-active {
    color: #333;
    background: #ccc
}

.dropzone {
    min-height: 300px;
    border: 1px solid #e5e5e5
}

.col-sm-3.history-third-col .popup-menu .popup-menu-content-hie.move-modal .move-section .move-body .bootstrap-select .dropdown-toggle {
    background: transparent;
    border: 1px solid #ccc;
    color: #999999;
}

.main_menu .label {
    line-height: 11px;
    margin-top: 4px;
}

@media only screen and (max-width: 767px) {
    .dataTables_filter {
        width: 0%;
    }
}

@media only screen and (max-width: 693px) {
    .dataTables_filter {
        width: 100%;

    }

    .dataTables_filter .input-sm {

        padding: 5px 0px;


    }
}

@media only screen and (max-width: 591px) {
    .dataTables_filter {
        float: left;
    }
}

@media (max-width: 460px) {
    .dataTables_wrapper .col-sm-6 {
        width: 100%;
        margin-bottom: 5px;
    }

    .dataTables_wrapper .col-sm-6 .dataTables_filter {
        float: none;
    }
}


@media (max-width: 767px) {
    .dataTables_length {
        float: none;
    }
}

.daterangepicker.xdisplay {
    width: 228px;
}

.dataTables_wrapper>.row {
    overflow: auto !important;
}


.input-group.date .input-group-addon {
    background-color: #ffff !important;
}

/* ======dailyreportcss========= */
.content {
    color: black;
}

#taskModal {
    color: black;
}

main.content.custom-content-design.custom-dash-content-contain {
    display: flex;
    flex-direction: column;
}

.permissions-section .processList .checkbox label input::before {
    box-shadow: inset 14px 14px #fff;
    position: absolute;
    left: 2px;
}


.custom-pages-section {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    position: relative;
}

.kanban-card {
    min-width: 250px;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
    background-color: #ebecf0;
    margin-right: 16px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-kanban-loop-card a.btn.btn-primary.btn-block.addNewTask {
    width: 95%;
    margin: 2px auto 2px auto !important;
}

.form-group #search-input {
    position: absolute;
    top: 0px;
    width: 250px;
}

.khanban-footer .newTaskForm {
    padding: 8px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.form-horizontal.form-label-left.mode2 .col-md-12.col-sm-12.col-xs-12 button.btn.btn-primary {
    background: #f8922d !important;
    color: #fff !important;
    border: 1px solid #f8922d !important;
}

#viewClientModal .modal-dialog .modal-content .modal-header .close {
    text-shadow: none;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}


.form-horizontal.form-label-left.mode2 .form-group .col-md-12.col-sm-12.col-xs-12 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sweet-alert button.cancel {
    background-color: #000 !important;
}

.status-report-section .form-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.developers-report-from .col-md-6.col-sm-6.col-xs-12.input-group.developer-dropdown-section .dropdown-menu.open {
    max-height: 109px !important;
}

#viewClientModal #assignResourcesForm .modal-footer button.btn.btn-primary {
    background: #f8922d;
    color: #fff;
    border: 1px solid #f8922d;
    margin: 0px;
}
#datatable-responsive1_wrapper #datatable-responsive1_filter label input {
    display: block;
    text-overflow: ellipsis;
}
#sidebar-menu .nav.side-menu {
    width: 100%;
}

#viewClientModal .modal-dialog .modal-content {
    border: none !important;
}

.top_nav .dropdown-menu li:last-child a {
    border-bottom: 0px !important;
}

.main_container .top_nav .nav_menu nav .nav.navbar-nav.navbar-right .form-group.search-parent .popup-search-container {
    background: transparent !important;
    left: 0px !important;
    top: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group.search-parent .form-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 78%;
}

.kanban-card .card1-body {
    overflow-y: auto;
    border: 2px solid #dfe1e6;
    overflow-x: hidden !important;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0.1, 0.1, 0.1, 0.1);
    border-radius: 6px;
}

.kanban-card .card1-custom {
    padding: 8px 15px;
    cursor: pointer;
}

.kanban-card .card-header {
    background-color: #df8329;
    color: #fff;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    height: 60px;
}

.kanban-card .card-footer {
    background-color: #f4f5f7;
    border-top: 1px solid #dfe1e6;
    padding: 10px;
    border-radius: 0 0 8px 8px;
}

.progress {
    max-height: 300px !important;
    min-height: 300px !important;
}

.comment-container {
    max-width: 600px;
    margin: 50px auto;
}

.comment {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

#members ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
}

.comment-avatar {
    padding: 5px;
    background-color: #f8f9fa;   
    border-radius: 50%;         
    display: inline-flex;      
    align-items: center;         
    justify-content: center;
}
.profile-card .profile-body .comment-avatar {
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    min-width: 50px;
    min-height: auto;
}

.profile-card .profile-body .comment-avatar img {
    height: 40px;
    width: 40px;
}
.comment-avatar img {
    display: inline-block;       
    border-radius: 50%;           
    width: 40px;                 
    height: 40px;             
    object-fit: cover;
    cursor: pointer;
}

.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #888;
    margin-bottom: 0px;
}

.comment-meta a {
    color: #007bff;
    text-decoration: none;
}

.comment-actions {
    display: flex;
    align-items: center;
    color: #888;
}

.comment-actions a {
    margin-right: 10px;
    color: #007bff;
    text-decoration: none;
}

.new-comment {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    background-color: #fff;
    margin: 50px auto;
}

.new-comment-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.new-comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-comment-input {
    width: calc(100% - 42px);
    border: none;
    padding: 5px;
    margin-bottom: 10px;
    outline: none;
}

.new-comment-input::placeholder {
    color: #888;
}

#taskModal .modal-content {
    border-radius: 9px !important;
}

#taskModal {
    background: rgba(0, 0, 0, 0.75);
}

#taskModal .modal-dialog .modal-content .modal-header {
    border-bottom: 0px !important;
}

#taskModal .modal-content #taskModalBody #datatable-responsive {
    display: none;
}

#taskModal .modal-dialog .modal-content .close,
#statusReportModal .modal-dialog .modal-content .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.5s linear;
}

#taskModal .modal-dialog .modal-content .close:hover,
#statusReportModal .modal-dialog .modal-content .close:hover {
    background: #df8329;
    color: #fff;
}

#statusReportModal .modal-content .modal-header .close {
    color: #fff;
    margin: 0px;
}

.recent-proj-holder {
    font-size: 30px;
    font-weight: 600;
    width: 100%;
}

main.content.custom-content-design {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
    min-height: calc(100svh - 65px);
}

#taskModal .modal-dialog .modal-content .modal-header .close:hover,
#statusReportModal .modal-dialog .modal-content .modal-header .close:hover span {
    color: #fff;
}

#statusReportModal .modal-content {
    border: none;
}

#statusReportModal .modal-content .modal-footer .btn.btn-primary {
    background: #df8329;
    color: #fff;
    border: none;
    margin: 0px;
}

#taskModal .modal-body .task-description h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 10px 6px 0px;
    margin: 0px;
    color: #172b4d !important;
}

.attachment-section #attachmentsForm #attachmentsInput:focus {
    outline: none !important;
}

.attachment-section #attachmentsForm #attachmentsInput:hover {
    outline: none !important;
    border: none !important;
}

#taskModal .new-comment {
    background-color: var(--ds-background-neutral, #091e420f);
    box-shadow: none;
    border: none;
    font-weight: 500;
    border-radius: 3px;
    color: #172b4d;
    display: block;
    min-height: 40px;
    padding: 8px 12px;
    text-decoration: none;
}

.kanban-card .card-body::-webkit-scrollbar {
    width: 8px;
}

.khanban-footer {
    padding: 0px;
}

.kanban-card .card-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.kanban-card .card-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.kanban-row::-webkit-scrollbar {
    width: auto;
    height: 9px;
}

.kanban-row::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.kanban-row::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

body.modal-open {
    overflow-y: hidden !important;
}

#newCardForm .addNewTaskForm.mode2 .form button {
    padding: 5px 10px;
}

.main_container .top_nav .nav_menu nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px;
    background: #EDEDED;
    border-bottom: 1px solid #D9DEE4;
}

.dashboard-menu nav .container .item.form-group label {
    max-width: max-content;
}

.main_container .top_nav .nav_menu nav .nav.navbar-nav.navbar-right .form-group.search-parent .popup-search-container {
    background-color: #fff;
    position: absolute;
    width: 100%;
    display: block;
    z-index: 1000;
    left: 100px;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.form-group.search-parent .popup-search-container .form-group i.fa.fa-search {
    position: absolute;
    z-index: 999;
    left: 990px !important;
    right: 0px;
    top: 10px;
}

#taskModal #taskModalBody {
    padding: 10px 10px 10px;
    position: relative;
}

#taskModal #taskModalBody .text-center a img.img-fluid {
    padding: 0px !important;
    position: relative;
    top: -9px;
}

.col-md-6.col-sm-6.col-xs-12.generatePassword-section #generatePassword {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.form-group.alert-section {
    margin-bottom: 0px;
}

#editNoteForm .col-md-6.col-sm-6.col-xs-12 {
    padding: 0px;
}

#editNoteForm .form-group .alert {
    width: 50%;
    position: sticky;
    left: 26.2% !important;
    right: 0px;
    margin-left: 0px;
    margin-top: 3px;
}

#fireEmployee {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.custom-scrollbar-container .container.body.main-custom-container-body .custom-side-left-col {
    overflow: hidden;
}

.nav_menu.dashboard-menu nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

#updateProfileForm .item.form-group.custom-form-group-field .col-md-6.col-sm-6.col-xs-12 img {
    max-width: 50% !important;
    max-height: 50% !important;
    border-radius: 20%;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.custom-dropdown option:hover {
    background: #000 !important;
    color: #fff !important;
}

/* loader css  */
.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #df8329;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: auto;
    position: relative;
    left: 0px;
    right: 0px;
    top: 0;
}

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

    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

/* loader css  */

/* Dropdown css */
.bootstrap-select .dropdown-toggle {
    border-radius: 4px !important;
    border: 1px solid #ccc;
    padding: 6px 12px;
    height: 34px;
}

.bootstrap-select .dropdown-menu.open .inner.open .inner li a {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px solid #c1c1c1;
    cursor: pointer;
}
.swal-footer {
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bootstrap-select .dropdown-menu.open {
    position: absolute;
    z-index: 111;
    top: 32px;
    left: 0px;
    right: 0px;
    max-height: 83px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.col-md-6.col-sm-6.col-xs-12.send-notification-section .dropdown.bootstrap-select.form-control.col-md-7.bs3.dropup.open .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.col-md-6.col-sm-6.col-xs-12.send-notification-section .dropdown.bootstrap-select.form-control.col-md-7.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.col-md-6.col-sm-6.col-xs-12.input-group.status-dropdown .dropdown.bootstrap-select.input-group-btn.custom-select.form-control.bs3.open.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.col-md-6.col-sm-6.col-xs-12.input-group.status-dropdown .dropdown.bootstrap-select.input-group-btn.custom-select.form-control.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.col-md-6.col-sm-6.col-xs-12.Assigned-Projects-section .dropdown.bootstrap-select.show-tick.form-control.bs3.dropup.open button.btn.dropdown-toggle.btn-default.bs-placeholder .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.col-md-6.col-sm-6.col-xs-12.Assigned-Projects-section .dropdown.bootstrap-select.show-tick.form-control.bs3.dropup button.btn.dropdown-toggle.btn-default.bs-placeholder .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.col-md-6.col-sm-6.col-xs-12.input-group.project-dropdown .dropdown.bootstrap-select.input-group-btn.custom-select.form-control.bs3.dropup.open .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.col-md-6.col-sm-6.col-xs-12.input-group.project-dropdown .dropdown.bootstrap-select.input-group-btn.custom-select.form-control.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.col-sm-3.history-third-col .dropdown.bootstrap-select.user-select-ajax.bs3.dropup.open .dropdown-menu.open {
    height: 130px !important;
    max-height: 63px !important;
}
.col-sm-3.history-third-col .bootstrap-select .dropdown-menu.open .inner.open .inner li a span {
    font-size: 14px !important;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 133px;
}
.col-sm-3.history-third-col .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    text-overflow: ellipsis;
}

#datatable-responsive1_wrapper .row {
    overflow: hidden !important;
    display: contents;
}

.bootstrap-select .dropdown-menu.open .inner.open .inner li a:hover {
    color: #fff;
    background-color: #000 !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: transparent !important;
}

.bootstrap-select .dropdown-menu.open .inner.open .inner li a span {
    font-size: 14px !important;
    font-weight: 500;
    text-overflow: ellipsis;
    max-width: 580px;
    overflow: hidden;
    text-transform: capitalize;
}
.btn-default:hover {
    background-color: transparent !important;
}
.btn-default {
    background-color: transparent !important;
}
#register .login_content #login2 {
    display: none;
}
.login_content #forgotPasswordBtn:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
}

.pre-navbar .choose-project-section .dropdown.bootstrap-select .dropdown-menu.open {
    max-height: 163px !important;
}

.Acl_roles-section #datatable-responsive_length .bootstrap-select .dropdown-menu.open {
    position: absolute;
    z-index: 111;
    top: 32px;
    left: 0px;
    right: 0px;
    max-height: 81px !important;
}

#datatable-responsive1_wrapper #datatable-responsive1_length .bootstrap-select .dropdown-menu.open {
    position: absolute;
    z-index: 111;
    top: 32px;
    left: 0px;
    right: 0px;
    min-height: 67px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.pre-navbar .choose-project-section .dropdown.bootstrap-select .dropdown-menu.open {
    position: absolute;
    z-index: 111;
    top: 32px;
    left: 0px;
    right: 0px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.pre-navbar .choose-project-section .dropdown.bootstrap-select .dropdown-menu.open .inner.open {
    max-height: 100% !important;
}

.row.recent-card-block .col-md-3.col-sm-3.col-xs-12.recent-card-holder {
    margin-bottom: 20px;
}

.bootstrap-select .dropdown-toggle:focus-visible {
    outline: none !important;
}

.bootstrap-select .dropdown-toggle .filter-option:focus-visible {
    outline: none !important;
}

.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner:focus-visible {
    outline: none !important;
}

.dropdown.bootstrap-select.open:focus-visible {
    outline: none !important;
}

.container .dropdown.bootstrap-select:focus-visible {
    outline: none !important;
}

#saveDescriptionButton {
    background-color: #df8329;
    border-color: #df8329;
    color: #fff;
}

input.btn.btn-primary.note-btn.note-btn-primary.note-image-btn {
    background-color: #df8329;
    border-color: #df8329;
    color: #fff;
}

input.btn.btn-primary.note-btn.note-btn-primary.note-video-btn {
    background-color: #df8329;
    border-color: #df8329;
    color: #fff;
}


#addClientForm .form-group .col-md-6.col-sm-6.col-xs-12.checkbox-section #custom-checkBox2 {
    margin-bottom: 5px !important;
    margin-left: 97px !important;
}

#datatable-responsive1_wrapper .dropdown.bootstrap-select.form-control.input-sm.bs3.dropup.open .bs-caret .caret {
    transform: rotate(180deg) !important;
}

#datatable-responsive1_wrapper #datatable-responsive1_length .dropdown.bootstrap-select.form-control.input-sm.bs3.dropup .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.official-holidays-section #datatable-responsive_wrapper #datatable-responsive_length .dropdown.bootstrap-select.form-control.input-sm.dropup.open .btn.dropdown-toggle.btn-default .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.official-holidays-section #datatable-responsive_wrapper #datatable-responsive_length .dropdown.bootstrap-select.form-control.input-sm.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.Acl_roles-section #datatable-responsive_wrapper #datatable-responsive_length .dropdown.bootstrap-select.form-control.input-sm.bs3.dropup.open .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.Acl_roles-section #datatable-responsive_wrapper #datatable-responsive_length .dropdown.bootstrap-select.form-control.input-sm.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.col-sm-3.history-third-col .dropdown.bootstrap-select.user-select-ajax.bs3.dropup.open .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.col-sm-3.history-third-col .dropdown.bootstrap-select.user-select-ajax.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-color: transparent !important;
    box-shadow: none !important;
}

.col-sm-3.history-third-col .custom-full-width-btn-block button {
    color: #fff;
    background-color: #df8329 !important;
    border-color: #df8329;
    margin: 0px;
}

.col-sm-3.history-third-col button {
    color: #fff;
    background-color: #df8329;
    border-color: #df8329;
    margin: 0px;
}

#shareTask {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

#shareTask i.fa.fa-share {
    margin-right: 0px !important;
}

.col-sm-3.history-third-col .custom-full-width-btn-block {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.right_col.custom-right-col-style .tab-content .col-md-12.col-sm-12.col-xs-12 #datatable-responsive_wrapper .row {
    overflow-y: hidden !important;
    display: contents;
}

#datatable-responsive_wrapper .row {
    display: contents;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    padding: 6px 12px;
    color: #000 !important;
}

/* =====checkbox ===== */
#addClientForm .form-group .col-md-6.col-sm-6.col-xs-12.checkbox-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.custom-input {
    -webkit-appearance: none;
    appearance: none;
}

input[type="checkbox"].custom-input {
    border-radius: 3px;
    margin: 0px !important;
}

#addClientForm .form-group .col-md-6.col-sm-6.col-xs-12.checkbox-section .custom-control-label {
    margin-bottom: 0px !important;
    margin-top: 5px;
}

input[type="radio"].custom-input {
    border-radius: 50%;
}

input[type=checkbox]:focus {
    outline: none !important;
    outline-offset: 0px !important;
}

.custom-input::before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 14px 14px #333;
}

input[type="checkbox"].custom-input::before {
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
}

#custom-checkBox2:checked {
    background-color: #333;
}

#custom-checkBox2::before {
    box-shadow: inset 14px 14px #fff;
}

input[type="checkbox"].custom-input:checked::before {
    transform: scale(1);
}

#custom-radio2::before {
    box-shadow: inset 14px 14px #fff !important;
}

inpiut,
label {
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
    margin-left: 10px;
    transform: translateY(5px);
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    padding: 2px !important;
}

.custom-input:checked {
    background: #333;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 20px !important;
    padding-top: 2px;
}

.processList .checkbox label {
    padding-left: 0px;
}

.processList .checkbox label span.check-text {
    position: relative;
    top: 6px;
    left: 30px;
    margin-left: 5px !important;
}

/* ======checkbox end===== */
.kanban-card.custom-kanban-loop-card .newTaskForm {
    padding: 0px 8px;
}

.permissions ul.processList {
    padding-left: 10px !important;
}

.kanban-custom-row-holder .kanban-card .card-body #newCardForm {
    margin: 6px 0px 0px 0px;
    padding-top: 6px;
    overflow: hidden;
    display: inline-table;
}

.dataTables_wrapper .col-sm-12 {
    padding: 0px !important;
}

.dataTables_wrapper .col-sm-6 {
    padding: 0px !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: 113px !important;
    padding-left: 5px;
    padding-right: 5px;
}

.custom-right-col-style form.form-horizontal.form-label-left.mode2 .form-group .col-md-6.col-sm-6.col-xs-12.col-md-offset-3 .btn.btn-primary {
    background: #f8922d;
    color: #fff;
    border: 1px solid #f8922d;
}

.bootstrap-select .dropdown-menu.open .inner.open {
    overflow: hidden !important;
    max-height: calc(100vh - -5000px) !important;
}

.col-md-6.col-sm-6.col-xs-12.custom-dropdowns .bootstrap-select .dropdown-menu .inner.open {
    max-height: max-content !important;
}

#addHolidayForm .item.form-group .col-md-6.col-sm-6.col-xs-12 {
    padding: 0px;
    margin-bottom: 0px;
}

#demo-form2 .item.form-group .col-md-6.col-sm-6.col-xs-12 img {
    max-width: 100%;
    height: auto;
    width: 50%;
    margin-bottom: 10px;
}

#taskModal .modal-dialog .modal-content.custom-scrollbar-container button.close {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    font-size: 25px;
    color: #000;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 300;
   
}
#taskModal .modal-dialog .modal-content.custom-scrollbar-container button.close:hover {
    color: #FFF !important;
}
#taskModal .modal-dialog .modal-content.custom-scrollbar-container button.close span {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    filter: none !important;
}
#taskModal .modal-dialog .modal-content.custom-scrollbar-container button.close:hover {
    background-color: #df8329 !important;
}

.comment-section {
    border: none;
    padding: 15px 0px 0px 0px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000 !important;
    color: white;
}

.note-modal.link-dialog .modal-dialog {
    width: 400px;
    min-height: calc(100vh - -141px) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.note-modal.link-dialog .modal-dialog .modal-content {
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.note-modal.link-dialog .modal-dialog {
    box-shadow: none !important;
}

.note-modal.link-dialog .modal-dialog .modal-header {
    display: none;
}

.top_nav .dropdown-menu li a:hover {
    width: 100%;
    background: #000;
    color: #fff;
}

.top_nav .dropdown-menu li a {
    border-bottom: 1px solid #c1c1c1;
}

.bootstrap-select .dropdown-menu.open::-webkit-scrollbar {
    width: 5px;
}

.bootstrap-select .dropdown-menu.open::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.bootstrap-select .dropdown-menu.open::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.custom-right-col-style #demo-form2 .item.form-group .col-md-6.col-sm-6.col-xs-12 .bootstrap-select.bs3.dropup.open .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.custom-right-col-style #demo-form2 .item.form-group .col-md-6.col-sm-6.col-xs-12 .bootstrap-select.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.custom-right-col-style .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.dashboard-menu .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.deleteCategory {
    padding: 6px 12px;
    font-size: 14px;
}

table.dataTable a.btn-primarys {
    background: #f8922d;
    color: #fff;
    width: 40px;
    height: 32px;
}

table.dataTable a.btn.btn-success {
    width: 40px;
    height: 32px;
}

table.dataTable .deleteCategory {
    width: 40px;
    height: 32px;
}

table.dataTable .btn.btn-primarys i.fa.fa-edit {
    font-size: 19px;
    line-height: 19px;
    margin-left: -2px;
}

#addClientForm .item.form-group .col-md-6.col-sm-6.col-xs-12 input#profile_picture:focus-visible {
    outline: none;
}

#addClientForm .item.form-group .col-md-6.col-sm-6.col-xs-12 input#profile_picture:focus {
    outline: none;
}

table.dataTable .btn.btn-success i.fa.fa-list {
    font-size: 17px;
    line-height: 23px;
}

table.dataTable .deleteCategory i.fa.fa-trash {
    font-size: 17px;
    line-height: 19px;
}

table.dataTable .btn.btn-primarys i.fa.fa-pencil {
    font-size: 17px;
    line-height: 19px;
}

#attachmentsContainer .deleteAttachment {
    color: #b01d1d;
}

#attachmentsContainer a {
    color: #df8329;
    font-weight: 600;
}

#addProjectform h4.card_title {
    font-size: 16px;
    font-weight: bold;
}

table.dataTable .btn.btn-info.btn-xs i.fa.fa-eye {
    font-size: 17px;
    line-height: 17px;
}

table.dataTable .btn.btn-info.btn-xs {
    padding: 6px 12px;
}

.custom-right-col-style #datatable-responsive1_wrapper a.btn.btn-success.btn-xs {
    width: 40px;
    height: 33px;
}

#datatable-responsive1_wrapper a.btn.btn-success.btn-xs {
    padding: 6px 8px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: 25px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #f8922d !important;
}

table.dataTable #fireEmployee img {
    width: 24px;
    height: 20px;
    object-fit: contain;
}

table.dataTable #fireEmployee {
    padding: 6px 8px;
    line-height: 0px;
    width: 40px;
    height: 33px;
}

.col-sm-3.history-third-col .select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
    border-radius: 4px !important;
}

table.dataTable button i.fa.fa-retweet {
    font-size: 17px;
    line-height: 19px;
}

.form-horizontal .control-label {
    padding-top: 0px;
    height: 32px;
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row;
    white-space: nowrap;
    cursor: default;
}

.disabled {
    pointer-events: none;
    user-select: none !important;
}
.form-group.image-hide {
    margin-bottom: 0px;
}
span {
    user-select: none;
}

#updateProfileForm .item.form-group.custom-form-group-field .col-md-6.col-sm-6.col-xs-12.custom-file-input-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
}

#datetimepicker input {
    height: 32px;
}

.history-third-col .bootstrap-select.user-select-ajax {
    width: 167px !important;
}

#taskModal .modal-dialog #taskModalBody .col-sm-9 .comment-section div .note-editing-area .note-editable {
    resize: vertical;
    height: 100px !important;
}

#taskModal .modal-dialog #taskModalBody .col-sm-9 .comment-section div output.note-status-output {
    padding: 0px;
}

.comment-actions a.js-confirm-delete-action.delete-comment-btn {
    color: #b01d1d;
}

.comment-actions a.js-edit-action.edit-comment-btn {
    color: #df8329;
}

.history-third-col .bootstrap-select.user-select-ajax .dropdown-toggle {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #000 !important;
}

.disabled-label {
    pointer-events: none;
    cursor: not-allowed;
}

.disabled-label .dropdown.bootstrap-select.form-control.input-sm.bs3 {
    pointer-events: fill;
    cursor: pointer !important;
}

.custom-kanban-loop-card-holder .card-title input.list-title-input:focus {
    user-select: none;
}

.col-md-12.col-sm-12.col-xs-12.report-forms-block .x_content img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    max-width: 100%;
}

#datatable-responsive_wrapper #datatable-responsive_length label.disabled-label .dropdown.bootstrap-select.form-control.input-sm {
    pointer-events: fill;
    cursor: pointer !important;
}

#datatable-responsive_wrapper .col-sm-6 #datatable-responsive_filter label {
    pointer-events: none;
    cursor: not-allowed;
    display: flex;
    align-items: center;
    color: #172b4d;
}
#datatable-responsive_wrapper .col-sm-6 #datatable-responsive_filter label input {
    display: block;
    text-overflow: ellipsis;
}
#datatable-responsive1_wrapper .col-sm-6 #datatable-responsive1_filter label input.form-control.input-sm {
    pointer-events: all;
}

#datatable-responsive1_info {
    user-select: none;
}

#datatable-responsive_wrapper .col-sm-6 #datatable-responsive_filter label input.form-control.input-sm {
    pointer-events: all;
}

#datatable-responsive1_wrapper .col-sm-6 #datatable-responsive1_filter label {
    pointer-events: none;
    cursor: not-allowed;
    display: flex;
    align-items: center;
}

th {
    user-select: none;
}

#showPassword i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
}

.password-section {
    position: relative;
}

.confirm-Password-section {
    position: relative;
}

#showConfirmPassword i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-transform: capitalize;
}
#change_password_modal #change_password .item.bad .alert {
    left: 8% !important;
    opacity: 1;
    top: 0px;
    width: 100%;
    position: sticky;
    margin: 3px 0px 0px 0px;
}

#change_password .OldPassword-section {
    position: relative;
    height: 34px;
    width: 100%;
}

#change_password .ConfirmPassword-section {
    position: relative;
    height: 34px;
    width: 100%;
}

#change_password .form-group {
    display: contents;
}

#change_password .NewPassword-section {
    position: relative;
    height: 34px;
    width: 100%;
}

#showOldPassword i {
    position: absolute;
    right: 19px;
    top: 10px;
    font-size: 14px;
}

#change_password {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.NewPassword-section {
    position: relative;
    height: 34px;
}

#showNewPassword i {
    position: absolute;
    right: 19px;
    top: 10px;
    font-size: 14px;
}

.ConfirmPassword-section {
    position: relative;
    height: 34px;
}

#datatable-responsive1 tr td form input {
    border: 1px solid #ccc;
}

.ConfirmPassword-section #showConfirmPassword i {
    position: absolute;
    right: 19px;
    top: 10px;
    font-size: 14px;
}

.form-horizontal.form-label-left.mode2 .col-md-6.col-sm-6.col-xs-12.input-group .bootstrap-select .dropdown-menu.open .inner.open {
    overflow-y: hidden !important;
}

.dropdown-backdrop {
    position: unset !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-primarys {
    background: #f8922d;
    color: #fff;
    width: 40px;
    height: 32px;
}

#datatable-responsive1 #deleteEmployee {
    padding: 6px 12px;
    line-height: 0px;
    color: #fff;
    background-color: #CC0033;
    border-color: #CC0033;
}

#datatable-responsive1 #ResetPasswordForEmployee {
    padding: 6px 12px;
    line-height: 0px;
    color: #fff;
    background: #f8922d;
    border-color: #f8922d;
}

#datatable-responsive1_wrapper a {
    padding: 6px 12px;
}

#datatable-responsive1 #ResetPasswordForEmployee i.fa.fa-unlock-alt {
    font-size: 20px;
    line-height: 20px;
}

#datatable-responsive1 a i.fa.fa-flag {
    font-size: 20px;
    line-height: 20px;
}

#datatable-responsive1 #deleteEmployee i.fa.fa-trash-o {
    font-size: 20px;
    line-height: 19px;
}

.modal.note-modal.link-dialog.in .modal-footer .btn.btn-primary.note-btn.note-btn-primary.note-link-btn {
    color: #fff;
    background-color: #df8329;
    border-color: #df8329;
}

.col-md-6.col-sm-6.col-xs-12.input-group.add-Clients-section .dropdown.bootstrap-select.show-tick.input-group-btn.form-control.client-input.bs3.dropup.open .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.col-md-6.col-sm-6.col-xs-12.input-group.add-Clients-section .dropdown.bootstrap-select.show-tick.input-group-btn.form-control.client-input.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.col-md-6.col-sm-6.col-xs-12.input-group.Project-Type-section .dropdown.bootstrap-select.input-group-btn.custom-select.form-control.bs3.dropup.open .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.col-md-6.col-sm-6.col-xs-12.input-group.Project-Type-section .dropdown.bootstrap-select.input-group-btn.custom-select.form-control.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.dropdown-header.optgroup-1 {
    border-bottom: 1px solid #ccc;
}

.divider.optgroup-1div {
    display: none;
}

#saveCommentButton {
    color: #fff;
    background-color: #df8329 !important;
    border-color: #df8329 !important;
}

.note-modal.link-dialog .modal-body .custom-input::before {
    box-shadow: inset 14px 14px #fff;
}

.note-modal.link-dialog .modal-body .checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.note-modal.link-dialog .modal-body .checkbox .custom-input {
    left: -3px;
    bottom: 6px;
}

.col-md-6.col-sm-6.col-xs-12.input-group.Add-Employees-section .dropdown.bootstrap-select.show-tick.input-group-btn.form-control.bs3.dropup.open .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.col-md-6.col-sm-6.col-xs-12.input-group.Add-Employees-section .dropdown.bootstrap-select.show-tick.input-group-btn.form-control.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.col-md-6.col-sm-6.col-xs-12.input-group.developer-dropdown-section .dropdown.bootstrap-select.show-tick.input-group-btn.form-control.bs3.dropup.open .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.col-md-6.col-sm-6.col-xs-12.input-group.developer-dropdown-section .dropdown.bootstrap-select.show-tick.input-group-btn.form-control.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.col-md-6.col-sm-6.col-xs-12.our-select-style .dropdown.bootstrap-select.form-control.col-md-7.bs3.dropup.open .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.col-md-6.col-sm-6.col-xs-12.our-select-style .dropdown.bootstrap-select.form-control.col-md-7.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

#shareTask:focus,
#shareTask:active {
    color: #fff !important;
    background-color: #df8329 !important;
    border-color: #df8329 !important;
}

#labels:focus,
#labels:active {
    color: #fff;
    background-color: #df8329 !important;
    border-color: #df8329 !important;
}

#moveTaskBtn:focus,
#moveTaskBtn:active {
    color: #fff;
    background-color: #df8329 !important;
    border-color: #df8329 !important;
}

.form-horizontal.form-label-left.mode2 .col-md-3 .item.form-group label.control-label {
    display: flex;
    justify-content: flex-start;
}

.form-horizontal.form-label-left.mode2 .col-md-5 label.control-label {
    display: flex;
    justify-content: flex-start;
}

.col-sm-3.history-third-col .popup-menu {
    position: relative;
}

.col-sm-3.history-third-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels {
    border-radius: 8px;
    box-shadow: var(--ds-shadow-overlay, 0px 8px 12px #091e4226, 0px 0px 1px #091e424f);
    background-color: #fff !important;
    width: 304px;
    left: -309px;
    top: -49px;
    padding: 10px 0px;
}

.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels .label-icon {
    padding: 0px;
}

.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels #close-popup-menu-content-labels {
    border-radius: 16px;
    border: none !important;
}

.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels .label-icon {
    position: relative;
    text-align: end;
    padding: 0px 10px;
}

.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels .form-group label {
    margin-bottom: 0px !important;
}

.popup-menu-content {
    position: absolute;
    width: 100%;
    display: block;
    z-index: 1000;
    left: -192px;
    top: -88px;
}

.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels .form-group .custom-input::before {
    box-shadow: inset 14px 14px #fff;
}

#notification i.fa.fa-bell-o {
    cursor: pointer;
    font-size: 16px;
}

#notification {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    position: relative;
    padding: 10px 12px;
    border-radius: 100%;
    transform: translateZ(10px);
}

#notification:hover {
    background-color: #fff;
}

.notificationbell span {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

#notification img {
    width: 18px;
    height: auto;
    object-fit: contain;
    cursor: pointer;
}

.notificationbell {
    width: 10px;
    height: 5px;
    background-color: #000;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -7px;
    left: 23px;
}

.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels .form-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 0px !important;
    position: relative;
}

.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels .form-group .custom-input {
    position: absolute;
    left: 2px;
    bottom: 7px;
}

.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels .label-custom-scroll::-webkit-scrollbar {
    width: 8px;
}

.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels .label-custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels .label-custom-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels .label-custom-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 150px;
    height: 100%;
    padding: 0px 12px 0px;
}

#datatable-responsive1 tr td form input[type="text"]:focus {
    border: 2px solid #ccc;
    border-radius: 4px !important;
}

#updateProjectForm .col-md-6.col-sm-6.col-xs-12.input-group.clients-section .dropdown-menu.open {
    max-height: 109px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels .form-group label div {
    width: 200px !important;
    height: 20px;
    border-radius: 5px;
    background-color: #000000;
    margin-left: 28px;
}

.form-group .col-md-6.col-sm-6.col-xs-12 .custom-input::before {
    box-shadow: inset 14px 14px #fff;
}

#notes::-webkit-scrollbar {
    width: 5px;
}

#notes::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#editClientForm .clients-attachement {
    padding: 10px;
    background: #f8922d;
    border-radius: 5px;
    border-color: #f8922d;
    display: table;
    color: #fff;
    margin-bottom: 0px;
}

#editClientForm input[type="file"] {
    display: none !important;
}

.client-attachement {
    display: flex;
    align-items: center;
    gap: 10px;
}

#attachmentsForm label {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #df8329;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    border-radius: 5px;
    background-color: #df8329;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    transition: 0.4s ease-in-out;
}

#attachmentsForm label input[type="file"] {
    display: none;
}

#notes::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#description::-webkit-scrollbar {
    width: 4px;
}

#description::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#description::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#updateProjectForm .item.form-group .col-md-6.col-sm-6.col-xs-12.input-group.custom-input-field #name {
    border-radius: 4px !important;
}

#notes {
    border-radius: 4px !important;
    height: 110px;
    font-weight: 500;
}

#description {
    border-radius: 4px !important;
    height: 110px;
}

.task-description .task-title-input {
    background: #0000;
    border-radius: 4px;
    box-shadow: none;
    font-size: 20px;
    font-weight: 600;
    height: 37px;
    line-height: 24px;
    min-height: 24px;
    padding: 6px 10px;
    resize: none;
    border: none;
    width: 100%;
    margin: 0px;
}

.task-description {
    padding: 0px;
}

.task-description .task-title-input:focus {
    border: 2px solid #ccc !important;
}

.note-btn-group.btn-group .custom-font-size-dropdown {
    min-width: 60px !important;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100px !important;
    max-height: 100px;
}

.kanban-card .card1-body img {
    max-width: 100%;
    height: 100px;
    object-fit: contain;
}

.note-btn-group.btn-group .custom-font-size-dropdown::-webkit-scrollbar {
    width: 8px;
}

.note-btn-group.btn-group .custom-font-size-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.note-btn-group.btn-group .custom-font-size-dropdown::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.note-btn-group.btn-group .custom-font-size-dropdown li a {
    border-bottom: 1px solid #c1c1c1;
    padding: 3px 10px !important;
}

.note-btn-group.btn-group .custom-font-size-dropdown li a:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.note-btn-group.btn-group .custom-font-size-dropdown li a:hover span {
    color: #fff !important;
}

.note-btn-group.btn-group .custom-font-size-dropdown li a i {
    color: #ccc !important;
}

img {
    user-select: none;
}

label {
    user-select: none;
}

td {
    user-select: none;
}

.top_nav .navbar-right .form-group.search-parent .task-serach-results {
    right: 125px !important;
    width: 250px !important;
    position: absolute;
    top: 35px;
    background: #fff;
    border-radius: 4px;
    max-height: 265px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.top_nav .navbar-right .form-group.search-parent .list-serach-results-section {
    padding: 6px 12px;
    border-bottom: 1px solid #ccc;
}

.top_nav .navbar-right .form-group.search-parent .task-serach-results .task-serach-results-section:last-child {
    border-bottom: none;
}

.top_nav .navbar-right .form-group.search-parent .task-serach-results-section {
    padding: 6px 12px;
    border-bottom: 1px solid #ccc;
}

.top_nav .navbar-right .form-group.search-parent .task-serach-results::-webkit-scrollbar {
    width: 8px;
}

.top_nav .navbar-right .form-group.search-parent .task-serach-results::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.top_nav .navbar-right .form-group.search-parent .task-serach-results::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.top_nav .navbar-right .form-group.search-parent .task-serach-results-section h3 {
    margin: 0px !important;
}

.top_nav .navbar-right .form-group.search-parent .task-serach-results .project-serach-results-section {
    padding: 6px 12px;
    border-bottom: 1px solid #ccc;
}



#form .col-md-3 {
    padding: 0px;
}

#demo-form2 .col-sm-12 .permissions {
    padding: 0px 12px;
}

.tab-content .container h2.with-border {
    padding: 0px 12px;
}

.col-sm-3.history-third-col .popup-menu .popup-menu-content-hie.move-modal {
    border-radius: 8px;
    box-shadow: var(--ds-shadow-overlay, 0px 8px 12px #091e4226, 0px 0px 1px #091e424f);
    background-color: #fff !important;
    width: 250px;
    padding: 12px;
    left: -260px;
    top: -34px;
    position: absolute;
    height: 150px;
}

#datatable-responsive_info {
    user-select: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination a {
    user-select: none;
}

#datatable-responsive_wrapper #datatable-responsive_length .dropdown.bootstrap-select.form-control.input-sm.dropup.open .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

#datatable-responsive_wrapper #datatable-responsive_length .dropdown.bootstrap-select.form-control.input-sm.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.col-sm-3.history-third-col .popup-menu .popup-menu-content-hie.move-modal .move-section .dropdown.bootstrap-select.bs3.dropup.open .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.col-sm-3.history-third-col .popup-menu .popup-menu-content-hie.move-modal .move-section .dropdown.bootstrap-select.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg) !important;
}

.col-sm-3.history-third-col .popup-menu .popup-menu-content-hie.move-modal .move-section .move-body .bootstrap-select {
    width: 195px;
}

#popup-menu-content-moveTaskView .move-body .bootstrap-select.open .dropdown-menu.open .inner.open {
    max-height: calc(100vh - -5000px) !important;
}

.col-sm-3.history-third-col .popup-menu .popup-menu-content-hie.move-modal .move-section {
    position: relative;
}

.col-sm-3.history-third-col .popup-menu .popup-menu-content-hie.move-modal .move-section .move-header #close-popup-menu-content-move-task {
    border-radius: 50px;
    border: none;
    position: absolute;
    right: 0px;
}

.col-sm-3.history-third-col .popup-menu .popup-menu-content-hie.move-modal .move-section .move-body form #move-task-select {
    display: block !important;
}

.bootstrap-select .dropdown-menu li:last-child a {
    border-bottom: 0px !important;
}

.form-horizontal .control-label.col-md-3.col-sm-3.col-xs-12.set-password {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.control-label {
    user-select: none;
}

.modal-backdrop.in {
    opacity: .5;
    visibility: hidden;
}

#updateProfileForm .col-md-6.col-sm-6.col-xs-12 #iti-0__country-listbox {
    width: calc(100dvw - 934px) !important;
    bottom: -140px !important;
    max-height: 140px !important;
}

#addHolidayForm .item.form-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#addHolidayForm .item.form-group .col-md-6.col-sm-6.col-xs-12 input {
    user-select: none;
}

#addHolidayForm .form-group .col-md-6.col-sm-6.col-xs-12.col-md-offset-3 {
    display: flex;
    align-items: center;
    gap: 5px;
}

#addHolidayForm .form-group .col-md-6.col-sm-6.col-xs-12.col-md-offset-3 #addholidays {
    margin-right: 0px;
}

.quiet a.date {
    color: #df8329;
}

#MovelistDropdown {
    display: none;
}

.movelist-header i.fa.fa-times-circle-o {
    color: #000;
}

#MovelistDropdown .movelist-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#MovelistDropdown .movelist-content .movelist-footer {
    width: 100%;
}

#MovelistDropdown .movelist-content .movelist-footer #MovelistMove {
    color: #fff;
    background-color: #df8329 !important;
    border-color: #df8329;
}

#MovelistDropdown .movelist-content .movelist-header button.close {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    background-color: #df8329;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.5s linear;
}

.movelist-body .dropdown.bootstrap-select.bs3.open button.btn.dropdown-toggle.btn-default {
    border: none;
    background-color: #ccc !important;
}

.movelist-body .dropdown.bootstrap-select.bs3 button.btn.dropdown-toggle.btn-default {
    border: none;
    background-color: #ccc !important;
}

.movelist-body .dropdown.bootstrap-select.bs3.open .dropdown-toggle .bs-caret .caret {
    display: none;
}

.movelist-body .dropdown.bootstrap-select.bs3 .dropdown-toggle .bs-caret .caret {
    display: none;
}

.MoveTasklist-dropdown {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 11;
    right: 0px !important;
    border-radius: 10px;
    top: 51px;
    left: 0px;
}

textarea {
    border: 1px solid #ccc;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    border-color: #cccc !important;
}

.dropdown.bootstrap-select.show-tick.bs3.open button.btn.dropdown-toggle.btn-primary:focus {
    border-color: #ccc !important;
    background-color: transparent !important;
}

.dropdown.bootstrap-select.show-tick.bs3.open button.btn.dropdown-toggle.btn-primary:hover {
    border-color: #ccc !important;
    background-color: transparent !important;
}

.notification-dropdown .dropdown.bootstrap-select.show-tick.bs3.open .dropdown-menu.open {
    top: 34px;
}

.notification-content-js {
    padding: 10px 15px;
}

/* country listbox css start*/
.swal-button {
    background-color: #df8329 !important;
    color: #fff;
}

.swal-button:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.col-md-6.col-sm-6.col-xs-12.send-notification-section .bootstrap-select .dropdown-menu.open {
    position: absolute;
    z-index: 111;
    top: 32px;
    left: 0px;
    right: 0px;
    min-height: 83px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.col-md-6.col-sm-6.col-xs-12.phone-section .iti__flag-container #iti-0__country-listbox {
    min-width: 515px !important;
    width: 100% !important;
    bottom: -200px !important;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px !important;
    height: 200px !important;
    border-radius: 4px !important;
}

.col-md-6.col-sm-6.col-xs-12 .iti .iti__flag-container .iti__selected-flag .iti__arrow.iti__arrow--up {
    transform: rotate(180deg) !important;
}

.col-md-6.col-sm-6.col-xs-12 .iti #iti-0__country-listbox::-webkit-scrollbar {
    width: 8px;
}

.col-md-6.col-sm-6.col-xs-12 .iti #iti-0__country-listbox::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.col-md-6.col-sm-6.col-xs-12 .iti #iti-0__country-listbox::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.col-md-6.col-sm-6.col-xs-12.Assigned-Projects-section .dropdown.bootstrap-select.show-tick.form-control.bs3.dropup.open .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.col-md-6.col-sm-6.col-xs-12.Assigned-Projects-section .dropdown.bootstrap-select.show-tick.form-control.bs3.dropup .dropdown-toggle .bs-caret .caret {
    transform: rotate(180deg);
}

.sa-confirm-button-container .confirm {
    background: #f8922d !important;
    color: #fff;
    border: none !important;
    box-shadow: #df8329 0px 0px 2px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset !important;
}

.form-group .col-md-6.col-sm-6.col-xs-12.col-md-offset-3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding: 0px;
}

.form-group .col-md-6.col-sm-6.col-xs-12.col-md-offset-3 button {
    margin-right: 0px !important;
}

/* country listbox css end*/
#addNewLabel .item.form-group.custom-form-group-field .alert {
    left: -17px !important;
}

.alert.alert-success.alert-dismissible.fade.in.txt-center button.close {
    color: #3c763d !important;
    opacity: 1;
}

#change_password_modal .modal-dialog .modal-header button.close {
    color: #fff;
    opacity: 1;
    margin: 0px;
}

.alert .alert.alert-domain.alert-success button.close {
    color: #3c763d !important;
    opacity: 1;
}

#MovelistDropdown .movelist-content .movelist-header {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    width: 100%;
}

.login-signup-section .alert::after {
    display: none !important;
}

.login-signup-section .item.bad .alert {
    opacity: 1;
    margin-top: 3px;
    position: sticky;
    margin-left: 0px;
}

.login_content .form-group {
    margin-bottom: 0px;
}

.login_content #login button.btn.btn-default.submit {
    background-color: #000 !important;
    color: #fff;
    border: 1px solid #000;
    width: 25%;
    margin: auto;
}
.login_content #forgotPasswordBtn {
    background-color: #000 !important;
    color: #fff !important;
}
#login-alert .close {
    top: 1px;
    margin-bottom: 0px;
}
.login-page {
    overflow: hidden;
}

#updateProfileForm .item.form-group.custom-form-group-field .alert {
    margin: 0px auto !important;
    top: 1px;
}

.item.form-group.gernate-password-section {
    margin-bottom: 0px !important;
}

.kanban-card-loop-section {
    padding-left: 0px !important;
}

.kanban-card-loop-section li {
    list-style: none;
}

.update-comment-btn {
    background-color: #df8329;
    border-color: #df8329;
    color: #fff;
}

.update-comment-btn:hover {
    background-color: #df8329;
    border-color: #df8329;
    color: #fff;
}

.nav-sm .copy-right li p {
    padding: 10px 5px 20px 5px;
    width: 100%;
    display: block;
    font-size: 12px;
}

.login_content .form-group .alert {
    width: 100%;
}

#addNoteForm .form-group.bad .alert {
    top: 23px;
}

#addNewLabel .item.form-group.custom-form-group-field .alert {
    left: 26.3% !important;
    top: 0px;
    width: 50%;
    position: sticky;
    margin-top: 3px;
    margin-left: 0px;
}

#addNewLabel .item.form-group.custom-form-group-field .col-md-6.col-sm-6.col-xs-12 {
    padding: 0px;
}

.col-sm-3.history-third-col .popup-menu .popup-menu-content-hie.move-modal .move-body form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.side-menu-section-js .form-horizontal.form-label-left.mode2 .col-md-3.col-sm-3.col-xs-12.report-sbmt-btn-contain.text-right .btn.btn-primary.report-sbmt-btn {
    background: #f8922d !important;
    border: none !important;
    color: #fff !important;
}

.login-section {
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    position: relative;
    background-size: cover;
}

.login-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(172 169 169 / 42%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    width: 100%;
    height: 100%;
}

.login_content form div a {
    font-size: 16px;
    margin: 10px 15px 0 0;
    color: #000;
    font-weight: 600;
    user-select: none;
}

.login_content h1 {
    font: normal 25px Helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
    line-height: 20px;
    margin: 20px 0px 0px 0px !important;
    font-size: 30px;
    font-weight: 700;
    color: #000;
  user-select: none;
}
.login-page #toast-container {
    top: 20px;
}
#login .separator {
    border: none;
    padding: 0px;
}

.login-signup-section {
    display: flex;
    align-items: center;
    justify-content: center;

}

.alert.login-page {
    position: absolute;
    z-index: 2222;
    width: 100%;
}

.login_wrapper {
    margin-top: 0px !important;
}

.iti-fullscreen-popup .iti__country-list::-webkit-scrollbar {
    width: 8px;
}

.iti-fullscreen-popup .iti__country-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.iti-fullscreen-popup .iti__country-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#notification i.fa.fa-bell-o.fa-lg {
    cursor: pointer;
    font-size: 16px;
    margin-right: 0px;
}

.right-menu-section #menu-toggle {
    margin-right: 0px !important;
}

#MovelistDropdown .movelist-body {
    width: 100%;
}

#MovelistDropdown .movelist-body .dropdown.bootstrap-select.bs3 {
    width: 100%;
}

.report-sbmt-btn {
    background: #f8922d !important;
    border: none !important;
    color: #fff !important;
}

.report-sbmt-btn:focus-visible {
    outline: none !important;
}

.col-md-6.col-sm-6.col-xs-12.col-md-offset-3 {
    padding: 0px;
}

.date-task-report {
    font-size: 30px;
}

.hide-me {
    display: none;
}
.list-title-input::-webkit-scrollbar {
    display: none;
}
#newTaskTitle::-webkit-scrollbar {
    display: none;
}
/* ======filter auto === */
.notification-filter-toggle input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}

.notification-icon .notification-filter-toggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 30px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.notification-icon .notification-filter-toggle label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.notification-icon .notification-filter-toggle input:checked+label {
    background: #ccc;
}

.report-listing-section .btn.btn-success {
    padding: 6px 12px;
}

.report-listing-section .btn.btn-success i.fa.fa-eye {
    font-size: 15px;
}

.notification-icon .notification-filter-toggle input:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.notification-icon .notification-filter-toggle label:active:after {
    width: 50px;
}

.right-side-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

#search i.fa.fa-search {
    font-size: 16px;
    cursor: pointer;
}

.notification-filter-toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

/* notificationcheck box */
.notification-content .notification-checkbox .checkbox {
    position: relative;
    overflow: hidden;
    margin: 0px;
}

.notification-content .notification-checkbox .checkbox__input {
    position: absolute;
    top: -100px;
    left: -100px;
}

.notification-content .notification-checkbox .checkbox__inner {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #626262;
    background: transparent no-repeat center;
}

.notification-content .notification-checkbox .checkbox__input:checked+.checkbox__inner {
    border-color: #000;
    background-color: #000;
    background-size: 14px 10px;
}

.notification-card-section .noticication-card .panel-heading .notification-panel-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
}

.notification-heading h2 {
    font-size: 25px;
    font-weight: 600;
}

.notification-card-section .noticication-card .panel.panel-default {
    border-radius: 10px;
    margin-bottom: 0px;
}

.notification-card-section .panel-body {
    background: #f1f2f4;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.notification-card-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
}

.noticication-scrollbar {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100svh - 127px) !important;
    cursor: pointer;
}

.noticication-scrollbar::-webkit-scrollbar {
    width: 8px;
}

.noticication-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.notification-panel-content .panel-body-content .sub-panel-content div {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.notification-panel-content .panel-body-content .sub-panel-content span {
    font-size: 14px;
    font-weight: 400;
}

.notification-panel-content .panel-img img {
    width: 30px;
    height: 30px;
}

.notification-panel-content .panel-body-content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
    width: 90%;
    padding: 0px;
}

.notification-panel-content .panel-body-content .panel-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.notification-panel-content .panel-body-content .sub-panel-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3px;
}

.notification-panel-content {
    padding: 10px 15px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.noticication-scrollbar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.notification-card-section .noticication-card {
    width: 90%;
}

.notification-card-section .noticication-card .panel-heading {
    border-color: #000;
    color: #ffff;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
}

.notification-card-section .noticication-card .panel-heading .notification-card {
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
    width: 100%;
}

.notification-dropdown .dropdown.bootstrap-select.show-tick.bs3:hover {
    background-color: transparent;
}

.notification-content-active {
    background-color: #ddd;
}

.notification-modals {
    width: 90%;
    background: #fff;
    position: absolute;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    right: 10px;
    display: none;
    top: 90px;
}

.notification-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notification-modals-heading h1 {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
}

.notification-head .close-icon i.fa.fa-times {
    border-radius: 100px;
    padding: 4px 6px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.notification-head .close-icon i.fa.fa-times:hover {
    background: #df8329;
}

.notification-modals .notifications-body {
    padding: 10px 0px;
}

.notification-dropdown {
    width: 100%;
}

.notification-dropdown .dropdown.bootstrap-select.show-tick.bs3 {
    width: 100%;
}

.notification-dropdown .bootstrap-select .dropdown-toggle {
    background-color: transparent;
    color: #000 !important;
}

.notification-dropdown .bootstrap-select.show-tick.bs3.dropup.open .dropdown-toggle:focus {
    background-color: transparent !important;

}

.notification-dropdown .bootstrap-select .dropdown-toggle:active {
    border-color: #ccc;
    box-shadow: none !important;
}

.notification-modals .notifications-body .notification-modal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.notification-dropdown .bootstrap-select.show-tick.bs3.dropup.open .dropdown-toggle:hover {
    background-color: transparent !important;
}

#assignResourcesForm .item.form-group .col-md-10.col-sm-10.col-xs-12 {
    width: 100%;
}

#assignResourcesForm .item.form-group label.control-label.col-md-2.col-sm-2.col-xs-12 {
    justify-content: flex-start;
    width: 100%;
}

#phoneField::placeholder {
    color: #ccc;
}

.note-modal::-webkit-scrollbar {
    width: 8px;
}

.note-modal::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.note-modal::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#addProjectform .item.form-group .alert {
    left: 23.5% !important;
    opacity: 1;
    top: 0px !important;
    width: 50%;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.note-editor.note-frame .note-editing-area .note-editable {
    overflow-y: auto;
    overflow-x: hidden;
}

#bannerR {
    display: none;
}

.boxed {
    margin: 0px !important;
    background-color: unset !important;
}

textarea {
    resize: none !important;
}

.note-editable p {
    background-color: unset !important;
}

/* search menu css */
.search-menu-section #toggleMenu {
    position: absolute;
    top: 12px;
    right: 172px;
    z-index: 1001;
    padding: 8px 12px;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 18px;
    border-radius: 100%;
}

.side-menu-section .col-sm-9 .button-row.form-actions {
    display: flex;
}

.acl-rol .item.form-group.bad .alert {
    left: 26% !important;
    width: 48.5%;
    margin-top: 3px;
    position: sticky !important;
}

.content-section {
    max-height: calc(100svh - 218px) !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.content-section::-webkit-scrollbar {
    width: 5px;
}

.content-section::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.content-section::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;

}

.search-menu-section .side-menu {
    position: fixed;
    top: 60px;
    right: 0px;
    display: none;
    width: 475px;
    height: min-content;
    background-color: #ffffff;
    color: #000;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: right 0.3s ease;
    z-index: 1000;
    border-radius: 0px 0px 0px 4px;
}

.search-menu-section .side-menu .search-dropdown li.content-section-list:hover {
    background-color: #eee;
}

.search-menu-section .side-menu .search-title h2 {
    margin: 0px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.search-menu-section .side-menu .content-section .content-section-list a {
    gap: 10px;
    display: flex;
    width: 100%;
    padding: 6px 10px;
    align-items: center;
    justify-content: flex-start;
    border-radius: 4px;
}

.search-input-menu-content p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #000;
    line-height: 18px;
    word-break: break-word;
    font-weight: 500;
}

.search-menu-section .side-menu .search-dropdown li.content-section-list .search-input-menu-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.content-section .content-section-list span i.fa.fa-credit-card {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.search-menu-section #toggleMenu:hover {
    background-color: #fff;
}

.search-menu-section .side-menu .content-section .content-section-list {
    gap: 10px;
    display: flex;
    width: 100%;
    padding: 6px 10px;
    align-items: center;
    justify-content: flex-start;
    border-radius: 4px;
}

.search-menu-section .side-menu .search-dropdown {
    list-style: none;
    margin: 0;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
}

.search-menu-section .side-menu ul .search-input-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px !important;
    background-color: #fff;
    padding: 10px !important;
    border-radius: 4px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;


}

.content-section .content-section-list {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
}

/* ======== */

.search-input-menu .search-box {
    width: 100%;
    position: relative;
    display: flex;
}

.search-input-menu .search-input {
    width: 100%;
    padding: 10px;
    border: 3px solid #ccc;
    border-radius: 10px 0 0 10px;
    border-right: none;
    outline: none;
    font-size: 15px;
    color: #000;
    background: none;
    height: 35px;
    display: block;
    text-overflow: ellipsis;
}

.content-section.task-serach-results .task-serach-results-section h3 {
    margin: 5px 0px;
    font-size: 18px;
    font-weight: 600;
}

.search-input-menu .search-button {
    text-align: center;
    height: 35px;
    width: 40px;
    outline: none;
    cursor: pointer;
    border: 3px solid #ccc;
    border-radius: 0 10px 10px 0;
    border-left: none;
    background: none;
    font-size: 20px;
    border-left: 3px solid #ccc;
    margin: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-input-menu .search-button i.fa.fa-search {
    color: #888;
    font-size: 16px;
}

.search-input-menu .container {
    width: 35%;
    position: absolute;
    left: 40%;
    top: 40%;
    transform: translate(-50%, -50%);
}

#taskModal::-webkit-scrollbar {
    width: 10px;
}

#taskModal::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#taskModal::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;

}

#viewClientModal .modal-header #assignEmployeesModalLabel {
    line-height: 30px !important;
}

#viewClientModal .modal-dialog .modal-content .modal-header .close {
    margin: 0px !important;
}

.comment-actions a.js-confirm-delete-action.delete-comment-btn span.inline-spacer {
    color: #000;
}

#members ul {
    padding-left: 0px;
}

.members-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.attachment {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.attachment p {
    margin: 0px !important;
}

.bg-img {
    background-repeat: no-repeat;
    background-position: center;
    height: calc(100svh - 2px) !important;
    width: 100%;
    position: relative;
    background-size: cover;
}

.bg-img::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(172 169 169 / 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* alert */
#updateProfileForm .custom-form-group-field.bad .alert {
    left: 26% !important;
    width: 50%;
    position: sticky;
}

#editClientForm .form-group.bad .alert {
    width: 50%;
    left: 25% !important;
    margin-top: 3px;
    margin-left: 0px;
}

#updateProfileForm .custom-form-group-field.bad input {
    margin-bottom: 3px;
}

#renameTaskForm input {
    width: 90%;
    border-color: #000;
    padding: 10px;
    border-radius: 4px;
}

#renameTaskForm input:focus {
    background-color: #ededed !important;
}

.comment-admin {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.coment.admin-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.card-activity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 5px 0px 0px;
}

.activity-icon img {
    width: 28px;
    height: 24px;
    object-fit: contain;
    transform: rotate(180deg);
}

.col-sm-9.activity-content {
    padding: 0px;
}

.col-sm-3.history-third-col .popup-menu .popup-menu-content-hie.move-modal .move-body .bootstrap-select .dropdown-toggle .bs-caret .caret {
    display: none;
}

.activity-button a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #df8329;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    border-radius: 5px;
    background-color: #df8329;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    transition: 0.4s ease-in-out;
}

.card-activity .activity-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

#demo-form2 .item.form-group.bad .alert {
    left: 26.3% !important;
    width: 50%;
    margin-top: 3px;
    position: sticky !important;
    margin-left: 0px !important;
}

.developers-report-from.mode2 .item.form-group.bad .alert {
    left: 26.3% !important;
    width: 50%;
    position: sticky;
    margin-top: -1px;
}

.developers-report-from.mode2 .item.form-group.bad {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#addNoteForm .item.form-group.bad .alert {
    left: 26.3% !important;
    position: sticky;
    width: 50%;
    margin-top: 3px;
    margin-left: 0px;
}

textarea::-webkit-scrollbar {
    width: 8px;
}

textarea::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

textarea::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#addHolidayForm .item.form-group .alert {
    left: 26.3% !important;
    width: 50%;
    position: sticky;
    margin-top: 3px;
}

.x_custom_panel_style form .item.form-group,
.x_custom_panel_style form .item.form-group.custom-form-group-field {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.item .alert::after {
    display: none;
}

#addClientForm .item.form-group.bad {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#addClientForm .item.form-group.bad .alert {
    width: 50%;
    left: 25% !important;
    top: 3px !important;
    margin-left: 0px;
}

/*Profile popup css start*/


.profile-card {
    background-color: #df8329;
    border-radius: 10px;
    overflow: hidden;
    width: 304px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
}

.profile-card .profile-header {
    padding: 10px;
    min-height: 100px;
}
.profile-card .profile-header .profile-close {
    text-align: end;
}
.profile-card .profile-body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    position: absolute;
    top: 47px;
    width: 100%;
    padding: 0px 10px;
}

.profile-card .profile-picture {
    background-color: #6c5ce7;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.profile-card .profile-info {
    flex-grow: 1;
}

.profile-card .profile-name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.profile-card .profile-username {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.profile-card .close-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
     padding: 5px 10px;
    border-radius: 50%;
    margin-right: 0px !important;
}
.profile-card .close-button:hover {
   background-color: #fff;
}
.custom-scrollbar-container .right-side-menu .right-menu ul li .comment-avatar.profile-popup-js {
    height: 35px;
    width: 35px;
    padding: 5px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels .label-custom-scroll .form-group label div {
    color: #fff;
    line-height: 24px;
    padding: 0px 12px;
    height: 25px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.profile-card .close-button i.fa.fa-times {
    font-size: 16px;
    color: #000;
    padding-top: 3px;
}
.profile-card .profile-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 50px;
    width: 50%;
}
.profile-card .profile-footer {
    background-color: #ffffff;
    padding: 10px;
    min-height: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.profile-card .profile-footer .view-profile {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    width: 100%;
    margin-top: 35px;
    border-radius: 4px;
}
.profile-card .profile-footer .view-profile:hover {
    background-color: #091e420f;
}

/*Profile popup css end*/
.demo-form4 .form-group.bad .alert {
    width: 50%;
    margin-top: 3px;
    left: 26%;
    position: sticky;
    margin-left: 0px !important;
}

.search-input-menu .content-section li a {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}


.search-menu-section .hide-dropdown {
    display: none;
}

#demo-form2 .item.form-group.acl_rol.bad .col-md-6.col-sm-6.col-xs-12 {
    padding: 0px;
}

.demo-form4 .form-group.bad .col-md-6.col-sm-6.col-xs-12 {
    padding: 0px;
}

#addClientForm .col-md-6.col-sm-6.col-xs-12 {
    padding: 0px;
}

#addNoteForm .item.form-group.bad .col-md-6.col-sm-6.col-xs-12 {
    padding: 0px;
}

#updateProfileForm .item.form-group.bad .col-md-6.col-sm-6.col-xs-12 {
    padding: 0px;
}

#change_password .form-group .item.col-md-6.col-sm-6.col-xs-12.bad {
    padding: 0px;
}

#editClientForm .item.form-group .col-md-6.col-sm-6.col-xs-12 {
    padding: 0px;
}

#demo-form2 .item.form-group .col-md-6.col-sm-6.col-xs-12 {
    padding: 0px;
}

#forgotPasswordForm .item.form-group.item-one div {
    width: 100% !important;
}

.forget-wrapper {
    max-width: 380px;
}

.forget-wrapper .login_content form {
    margin: 20px 0;
    position: relative;
    padding: 20px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    background: rgb(255 255 255 / 61%);
    border-radius: 0px;
    top: 20px;
    border-radius: 20px;
}

.forget-section {
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    position: relative;
}

.forget-wrapper #forgotPasswordForm .item.form-group.item-one.bad input {
    margin-bottom: 4px;
}

#forgotPasswordForm .item.form-group.item-one .alert {
    width: 100% !important;
    left: 0px;
    margin-left: 0px;
    position: sticky;
}

/* =================notification css=================== */
.notification-menu {
    display: block;
    max-width: 450px;
    width: 100%;
    margin: auto;
}

.notification-headers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    gap: 10px;
}

.notification-heading h2 {
    margin: 0;
    font-size: 1.5em;
}

.notification-icon {
    display: flex;
    align-items: center;
}

.notification-filter-toggle {
    display: flex;
    align-items: center;
}

.notification-filter-toggle input {
    margin-right: 5px;
}

.notification-scrollbar {
    max-height: 500px;
    overflow-y: auto;
    padding-top: 10px;
}



.panel {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.panel-heading {
    padding: 10px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.panel-body-content {
    padding: 10px;
}

.panel-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.alert.login-page .alert .close {
    margin-bottom: 0px;
    position: relative;
    top: 1px;
}
.notification-panel-content .panel-body-content .sub-panel-content div {
    white-space: break-spaces;
}

.notification-menu {
    position: fixed;
    top: 58px;
    right: 0;
    border: 1px solid #ffffff;
    background-color: var(--ds-surface-overlay, #ffffff);
    box-shadow: var(--ds-shadow-overlay, 0px 8px 12px #091e4226, 0px 0px 1px #091e424f);
    padding: 10px 0px 0px 0px;
    display: none;
}

.notification-send {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.panel-default {
    border-color: #ddd;
    background: #f1f2f4;
}

.noticications-unread {
    display: none;
}

.noticication-read .notification-text {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
}

.notification-title {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.noticication-read {
    width: 100%;
}

.notification-title p {
    margin-bottom: 0px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.noticication-read .notification-text a .notification-title span.atMention.me {
    background: #010101f7;
    border-radius: 10px;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
}

.notification-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 80%;
}

.notification-modal i.fa.fa-ellipsis-v {
    font-size: 20px;
    cursor: pointer;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#demo-form2 .iti--allow-dropdown.iti--show-flags #iti-0__country-listbox {
    width: calc(100vw - 918px) !important;
}

.iti {
    position: relative !important;
    display: inline-block;
}

#change_password .item {
    padding: 0px;
}

#change_password .col-sm-3 label {
    padding: 0px;
}

#change_password_modal .modal-content {
    border: none !important;
}

.custom-scrollbar-container .right-side-menu .right-menu ul li .user-name-css span a {
    word-wrap: break-word;
    color: #000;
    font-weight: 800;
}

.kanban-card .card1-body .card1-custom h5 {
    width: 100%;
    overflow: hidden !important;
    word-break: break-word;
    line-height: 20px;
    white-space: normal;
    font-size: 12px;

}

#datatable-responsive1_wrapper .row:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-file-input {
    display: none;
}

#image_preview {
    display: none;
}

#addClientForm #iti-0__country-listbox {
    width: calc(100svw - 935px) !important;
}

#editClientForm #iti-0__country-listbox {
    width: calc(100svw - 918px) !important;
}

.modal-open .modal::-webkit-scrollbar {
    width: 8px;
}

.modal-open .modal::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.modal-open .modal::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#renameTaskForm .task-title-input-js {
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    resize: none;
    overflow-wrap: break-word;
    box-sizing: border-box;
    line-height: 25px !important;
    padding: 6px 12px !important;
    border: 2px solid #ccc;
    color: #000;
}

textarea {
    resize: none;
}

.task-hide {
    display: none;
}

.Projects-hide {
    display: none;
}

.Lists-hide {
    display: none;
}

.window-title {
    width: 100%;
}

.task-title-container-js .task-title.task-title-js {
    font-size: 16px;
    font-weight: 600;
    padding: 6px 12px;
    margin: 0px;
    word-break: break-word;
    white-space: break-spaces;
    line-height: 25px;
    width: 95%;
    color: #000000;
}
.task-title-input-js::-webkit-scrollbar {
    display: none;
}
#updateProjectForm .card_title {
    font-size: 20px;
    font-weight: 600;
}
  .list-title-input {
    scrollbar-width: none; 
    -ms-overflow-style: none;  
  }
  .list-title-input::-webkit-scrollbar {
    width: 0px;
    background: transparent; 
  }
  .newTaskTitle {
    scrollbar-width: none; 
    -ms-overflow-style: none;  
  }
  .newTaskTitle::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }

  .task-title-input-js {
    scrollbar-width: none; 
    -ms-overflow-style: none;  
  }
  .task-title-input-js::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
/* firefox custom scrollbar */
@supports (-moz-line-clamp: 2) {
   .kanban-card .card-header .card-title span.list-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        cursor: pointer;
        max-width: 200px;
        overflow: hidden;
        display: block; 
        text-overflow: ellipsis;
        display: -webkit-box; 
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; 
        overflow: hidden;
        display: -moz-box;
        -moz-box-orient: vertical;
        -moz-line-clamp: 2;
    }
}
@-moz-document url-prefix() {
    .modified {
        -moz-box-sizing: border-box !important;
        box-sizing: unset !important;
    }
    .update-right-scroll {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }
    .task-title-input-js {
        scrollbar-width: none;
    }
    .list-title-input {
        scrollbar-width: none;
      }
    .newTaskTitle {
        scrollbar-width: none;
    }
    .label-custom-scroll {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }
    .menu_section {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    .kanban-custom-row-holder .kanban-card .card-body {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    .kanban-row {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    #taskModal {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    .right-content-scroll {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    #iti-0__country-listbox {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    .bootstrap-select .dropdown-menu.open {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    .dataTables_scrollBody {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    #right-side-menu {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    .content-section {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    .noticication-scrollbar {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    .modal-open .modal {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    .note-btn-group.btn-group .custom-font-size-dropdown {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }
    .note-modal .modal-body {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    .note-codable {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    .kanban-custom-row-holder .kanban-card .card-body #newCardForm .addNewTaskForm.mode2 .form #newTaskTitle {
        margin-bottom: 0px !important;
    }

    .note-dropdown-menu.dropdown-menu.note-check.dropdown-fontname {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    .note-editable {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }
}

.kanban-card .card-header .card-title span.list-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    max-width: 200px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: break-spaces;
    word-break: break-all;
}
.note-editable p span {
    background-color: unset !important;
}

.modal-open .modal .modal-header .close {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #df8329;
    opacity: unset;
    color: #fff;
}

.modal-open .modal .modal-header .close:hover {
    text-shadow: none;
}

.modal-open .modal .modal-header .close {
    text-shadow: none;
}

#datatable-responsive tbody tr td::before {
    top: 17px !important;
    position: absolute;
}

#newTaskTitle::-webkit-scrollbar {
    width: 8px;
}

#newTaskTitle::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#newTaskTitle::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.top_nav .dropdown-menu li:last-child a {
    border-radius: 0px 0px 4px 4px;
}

.outer-div {
    border: none;
}

.select2-container--default.select2-container .select2-selection--multiple {
    border: none;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover {
    background-color: black;
    color: white;
}

.datepicker .datepicker-days .table-condensed .today:before {
    border-bottom-color: black;
}



.iti.iti--allow-dropdown {
    width: 100% !important;
}

#page-wrapper {
    margin-top: 100px;
}

.item.bad .alert {
    left: 0px !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover {
    background-color: black;
    color: white;
}

.datepicker .datepicker-days .table-condensed .today:before {
    border-bottom-color: black;
}

.iti.iti--allow-dropdown {
    width: 100% !important;
}

#page-wrapper {
    margin-top: 100px;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover {
    background-color: black;
    color: white;
}

.datepicker .datepicker-days .table-condensed .today:before {
    border-bottom-color: black;
}

.developers-report-from .input-group-addon:last-child {
    border: 1px solid #ccc !important;
}

.pre-navbar {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    top: 64px;
    z-index: 3;
}
#profile-popupp {
    position: absolute;
    display: block;
    z-index: 9999;
}
#toggleButton {
    width: 100%;
    background: #df8329;
    color: #fff;
    text-decoration: none;
}
.side-menu-section-js {
    transition: margin-right 0.3s ease;
}
.x_content .text-center {
    font-size: 30px;
    font-weight: 600;
}

.choose-section .form-group {
    display: flex;
}

.x_content h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

#datatable-responsive_wrapper .col-sm-12 #datatable-responsive tbody tr td button#fireEmployee {
    color: #fff;
    background: #f8922d;
    border-color: #f8922d;
}

.dashboard-coment-section {
    padding: 0px 20px !important;
}

.login-page .alert {
    z-index: 3333;
    width: 100%;
    position: fixed;
}
.login-page .alert .alert-success {
    z-index: 3333;
    width: 98%;
    position: fixed;
}
#login-alert {
    font-size: 16px;
    font-weight: 600;
}
.login-page .alert .alert-error {
    z-index: 3333;
    width: 98%;
    position: absolute;
}

.window-icon img {
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
}

.attachment-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.attachment-image .attachments-icon img {
    width: 24px;
    height: 24px;
}

.description-comment {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.description-comment .description-icon svg {
    width: 24px;
    height: 24px;
    font-size: 24px;
}
.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels .label-icon #close-popup-menu-content-labels {
    background-color: transparent;
    margin: 0px;
    color: #000;
    width: 30px;
    height: 30px;
}
.col-sm-3.history-third-col .popup-menu #popup-menu-content-labels .label-icon #close-popup-menu-content-labels:hover {
    background-color: #df8329;
    color: #fff !important;
}
#demo-form2 #acl_rol-from .alert {
    left: 25% !important;
    width: 50%;
    margin-top: 3px;
    position: sticky !important;
    margin-left: 0px !important;
}

/* ====button filter in slick slider===== */
.button-filter {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.button-filter .filter button {
    margin: 0px;
    background: transparent;
    border: none;
    padding: 0px;
}

.button-filter .filter button a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #f7922c;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    border-radius: 5px;
    background-color: #f7922c;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    transition: 0.4s ease-in-out;
}

.button-filter.slick-slider.slick-initialized .slick-prev:before,
.slick-next:before {
    color: black !important;
}

.slick-prev {
    left: -18px !important;
    margin: 1px 0px 0px !important;
}

.slick-next {
    right: -20px !important;
    margin: 1px 0px 0px !important;
}

.button-filter.slick-slider .slick-initialized .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.button-filter {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.button-filter .filter {
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-filter .filter button a:hover {
    background-color: #df8329;
}


.slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.task-description h4 {
    font-weight: 600;
    margin: 0px;
}

.attachment-section h4 {
    font-weight: 600;
}

.task-title-container-js {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
    padding: 10px 20px;
}
#demo-form2 #acl-role .alert {
    left: 25% !important;
    width: 50%;
    margin-top: 3px;
    position: sticky !important;
    margin-left: 0px !important;
}

#emailData h3 {
    display: none;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: none !important;
}

.note-modal .modal-body {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.note-modal .modal-body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.note-modal .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.note-modal .modal-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.note-codable::-webkit-scrollbar {
    width: 8px;
}

.note-codable::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.note-codable::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.description-comment .description-icon {
    margin-top: 5px;
}

.note-editable::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.note-editable::-webkit-scrollbar-track {
    background: #9f9c9c80;
    border-radius: 10px;
}

.note-editable::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.note-dropdown-menu.dropdown-menu.note-check.dropdown-fontname {
    height: 150px;
    overflow-y: auto;
}

.note-dropdown-menu.dropdown-menu.note-check.dropdown-fontname::-webkit-scrollbar {
    width: 8px;
}

.note-dropdown-menu.dropdown-menu.note-check.dropdown-fontname::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.note-dropdown-menu.dropdown-menu.note-check.dropdown-fontname::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.note-dropdown-menu.dropdown-menu.note-check.dropdown-fontname li a:hover {
    background-color: #000;
    color: #fff;
}

#updateProjectForm .form-group .alert {
    position: sticky;
    top: 94px;
    left: 26.3% !important;
    width: 50%;
    margin-left: 0px;
}

#datatable-responsive tbody tr ul li span {
    white-space: normal;
    word-break: break-word;
}

#statusReportModal .modal-body #task {
    white-space: normal;
    word-break: break-all;
}

.form-control::placeholder {
    color: #aaa !important;
}

.status-report-section .form-group.bad .alert {
    margin-left: 0px;
    left: 26% !important;
    width: 50%;
    margin-top: 2px;
    right: 0px !important;
    position: sticky;
}

.iti-fullscreen-popup .iti--container {
    position: fixed !important;
}

#missing-report .form-group .alert {
    height: 30px;
    width: 50%;
    position: sticky;
    left: 26.2% !important;
    right: 0px;
    margin-left: 0px;
}

#section .moreless-button:focus {
    color: #fff !important;
}

.task-description #descriptionText p span {
    font-size: 16px !important;
    color: #000;
    font-weight: 400;
}

.note-editable span {
    font-size: 15px !important;
}

/* read more or read less */
#section {
    width: 100%;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.moreless-button {
    background-color: #f7922c;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    border: none;
}

.moreless-button:hover {
    color: #fff;
}

.nav.navbar-nav.navbar-right li span.fa.fa-angle-down {
    font-size: 14px;
    color: #000;
}

.edit-button-section .cancel-update-comment-btn {
    margin-right: 0px;
}
.edit-button-section {
    display: flex;
    justify-content: space-between;
}
.no-records .content-section-listing {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.no-records li:last-child {
    padding: 0px !important;
}
.no-records .content-section-listing .notification-img {
    height: 120px;
    width: 30%;
    margin: auto;
    object-fit: contain;
}
.no-records span.content-section-list {
    width: 100% !important;
    padding: 6px 10px !important;
    border-radius: 4px !important;
    text-align: center !important;
    display: flex !important;
    gap: 10px !important;
    align-items: flex-start !important;
    justify-content: center !important;
}
.no-records .content-section-listing span.content-section-list:hover {
    background-color: #eee;
}
.project-layer {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(172 169 169 / 42%);
    display: flex;
    justify-content: center;
    align-items: center;
    /* z-index: 999; */
    width: 100%;
    min-height: calc(100svh - 57px);
}
.projects-img {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    width: 100%;
    min-height: calc(100svh - 57px) !important;
}
#datatable-responsive tbody tr td {
    vertical-align: middle;
}
#datatable-responsive tbody tr td .label-success {
    background-color: transparent;
    color: #000;
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
}
#datatable-responsive tbody tr td .label-danger {
    color: #000;
    padding: 0px;
    font-size: 14px;
    background-color: transparent;
    font-weight: 500;
}
#addClientForm #iti-0__country-listbox {
  width: 618px !important;
}
.search-menu-section #toggleMenu i.fa.fa-search {
    font-size: 18px;
}
.custom-scrollbar-container .right-side-menu .right-menu ul li .comment-avatar img.img-fluid {
    display: inline-block;     
    border-radius: 50%;        
    width: 25px;                
    height: 25px;                
    object-fit: contain;
}
.khanban-footer .newTaskForm #cancelNewTask {
    font-weight: 300;
    font-size: 25px;
    line-height: 22px !important;
    display: flex;
    justify-content: center;
    height: 32px;
    align-items: center;
}
#statusReportModal .modal-body #description {
    word-break: break-word;
    white-space: break-spaces;
}
#new-comment {
    overflow: hidden;
}
#addProjectform #enddatetimepicker #end_date {
    height: 32.4px !important;
}
#addProjectform #start_date {
    height: 32.4px !important;
}
#addProjectform #name {
    height: 32.4px;
}
#phoneField {
    padding-left: 44px !important;
}
.col-md-6.col-sm-6.col-xs-12.generatePassword-section #generatePassword:hover {
    color: #ccc;
}
.dataTable>tbody>tr.child ul li:last-child {
    border-bottom: none;
    display: flex !important;
}
#newTaskTitle {
    font-size: 12px;
}
.gernate-password-section .col-md-6.col-sm-6.col-xs-12 #generatePassword {
    cursor: pointer;
    color: #000;
}
.gernate-password-section .col-md-6.col-sm-6.col-xs-12 #generatePassword:hover {
    color: #ccc;
}
.profile-card .close-button span {
    position: absolute;
    right: 7px;
    top: -2px;
}
.profile-card .close-button {
    position: absolute;
    right: 11px;
    top: 10px;
    width: 30px;
    height: 30px;
    font-weight: 300;
    font-size: 25px;
}
/* responsive start */
@media only screen and (min-width: 1920px) {
    .side-menu-section-js {
        margin-top: 59px;
    }
    main.content.custom-content-design {
        min-height: calc(100svh - 55px);
    }
    
    #demo-form2 .item.form-group.bad .alert {
        left: 26% !important;
        width: 50%;
        margin-top: 3px;
        position: sticky !important;
        margin-left: 0px !important;
    }
    .menu_section {
        margin-bottom: 0px;
        height: calc(100dvh - 72px);
    }
    #addProjectform .item.form-group .alert {
        left: 25% !important;
        opacity: 1;
        top: 0px !important;
        width: 50%;
        margin-left: 0px;
    }
    #updateProfileForm .col-md-6.col-sm-6.col-xs-12 #iti-0__country-listbox {
        width: calc(100dvw - 1123px) !important;
        bottom: -133px !important;
        max-height: 131px !important;
    }

    #editNoteForm .form-group .alert {
        width: 50%;
        position: sticky;
        left: 26% !important;
    }

    #missing-report .form-group .alert {
        width: 50%;
        position: sticky;
        left: 26% !important;
    }

    .recent-card-contain .dropdown-menu {
        position: absolute;
        right: -246px;
        top: auto;
        bottom: 38px;
    }

    #editClientForm #iti-0__country-listbox {
        width: calc(100svw - 1105px) !important;
        bottom: -205px !important;
    }

    #addClientForm #iti-0__country-listbox {
        width: calc(100svw - 1125px) !important;
    }

    .form-group.search-parent .popup-search-container .form-group i.fa.fa-search {
        position: absolute;
        z-index: 999;
        left: 1420px !important;
        right: 0px;
        top: 10px;
    }

    .top_nav .navbar-right .form-group.search-parent .task-serach-results {
        right: 245px !important;
        width: 396px;
        position: absolute;
        top: 35px;
    }

    .form-group #search-input {
        position: absolute;
        top: 0px;
        width: 250px;
        right: -175px;
    }

    #demo-form2 .iti--allow-dropdown.iti--show-flags #iti-0__country-listbox {
        bottom: -154px !important;
        width: calc(100vw - 1110px) !important;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1441px) {
    .menu_section {
        height: calc(100dvh - 72px);
    }
    #updateProfileForm .col-md-6.col-sm-6.col-xs-12 #iti-0__country-listbox {
        width: calc(100dvw - 888px) !important;
        bottom: -143px !important;
        max-height: 140px !important;
    }

    #demo-form2 .item.form-group.bad .alert {
        left: 26.3% !important;
        width: 50%;
        margin-top: 3px;
        position: sticky !important;
        margin-left: 0px !important;
    }

    #demo-form2 .iti--allow-dropdown.iti--show-flags #iti-0__country-listbox {
        width: calc(100vw - 872px) !important;
    }

    #editClientForm #iti-0__country-listbox {
        width: calc(100svw - 865px) !important;
    }
    .copy-right li p {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1370px) {
    .menu_section {
        height: calc(100dvh - 74px);
    }
    .copy-right li p {
        margin-bottom: 0px;
    }
    #updateProfileForm .col-md-6.col-sm-6.col-xs-12 #iti-0__country-listbox {
        width: calc(100dvw - 852px) !important;
        bottom: -132px !important;
        max-height: 130px !important;
   
    }
    #addProjectform .item.form-group .alert {
        left: 25% !important;
        opacity: 1;
        top: 0px !important;
        width: 50%;
        margin-left: 0px;
    }

    #editNoteForm .form-group .alert {
        width: 50%;
        position: sticky;
        left: 26.5% !important;
        right: 0px;
        margin-left: 0px;
        margin-top: 3px;
    }

    .recent-card-contain .dropdown-menu {
        position: absolute;
        right: -140px;
        top: auto;
        bottom: 32px;
    }

    #dailyStatusReport .form-group .alert {
        top: 20px !important;
        left: 26.9% !important;
        width: 50%;
        position: sticky;
        margin-top: 3px;
    }

    #editClientForm #iti-0__country-listbox {
        width: calc(100svw - 829px) !important;
    }

    #addClientForm #iti-0__country-listbox {
        width: calc(100svw - 853px) !important;
    }

    #demo-form2 .iti--allow-dropdown.iti--show-flags #iti-0__country-listbox {
        width: calc(100vw - 830px) !important;
    }

    #addNoteForm .item.form-group.bad .alert {
        left: 26.3% !important;
        position: sticky;
        width: 50%;
        margin-top: 3px;
    }

    #search .popup-search-container .form-group #search-input {
        position: absolute;
        top: 0px;
        width: 340px;
        right: 150px;
    }

    .main_container .top_nav .nav_menu nav .nav.navbar-nav.navbar-right .form-group.search-parent .popup-search-container .form-group {
        width: 100%;
    }

    .form-group.search-parent .popup-search-container .form-group i.fa.fa-search {
        position: absolute;
        z-index: 999;
        left: 955px !important;
        right: 0px;
        top: 9px;
    }

    .top_nav .navbar-right .form-group.search-parent .task-serach-results {
        right: 149px !important;
        width: 342px !important;
        position: absolute;
        top: 35px;
    }

    .iti-fullscreen-popup .iti__country-list {
        max-height: 200px !important;
        width: calc(100dvw - 63px) !important;
        top: 444px !important;
        margin: auto;
        overflow-y: auto;
        right: 0px !important;
    }

    .login-signup-section {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .menu_section {
        height: calc(100dvh - 76px);
    }
    #updateProfileForm .col-md-6.col-sm-6.col-xs-12 #iti-0__country-listbox {
        max-height: 150px !important;
        width: calc(100dvw - 673px) !important;
        top: 419px !important;
        margin: auto;
        overflow-y: auto;
        right: 190px !important;
        overflow-x: hidden;
    }

    #missing-report .form-group .alert {
        width: 50%;
        position: sticky;
        left: 26.8% !important;
    }

    #editNoteForm .col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
    }

    #editNoteForm .form-group .alert {
        width: 100%;
        position: sticky;
        left: 0% !important;
        right: 0px;
        margin-left: 0px;
        margin-top: 3px;
    }

    #editNoteForm .form-group .control-label.col-md-3.col-sm-3.col-xs-12 {
        width: 100%;
    }

    #editNoteForm .form-group .control-label.col-md-3.col-sm-3.col-xs-12 {
        width: 100%;
        justify-content: flex-start;
        padding: 0px;
    }

    #editNoteForm .col-md-6.col-sm-6.col-xs-12 {
        margin: 0px;
    }

    .recent-card-contain h4 {
        font-size: 16px;
    }

    #dailyStatusReport .form-group .alert {
        top: 20px !important;
        left: 27.5% !important;
        width: 50%;
        position: sticky;
        margin-top: 3px;
    }

    #datatable-responsive_wrapper .col-sm-12 #datatable-responsive tbody tr td::before {
        top: 18px !important;
        left: 4px;
        height: 14px;
    }

    .bg-img {
        background-repeat: no-repeat;
        background-position: center;
        height: calc(100svh - -276px) !important;
        width: 100%;
        position: relative;
    }

    #addClientForm #iti-0__country-listbox {
        width: calc(100svw - 680px) !important;
    }

    .iti-fullscreen-popup .iti__country-list {
        max-height: 200px !important;
        width: calc(100svw - 591px) !important;
        top: 431px !important;
        margin: auto;
        overflow-y: auto;
        right: 226px !important;
    }

    #demo-form2 .iti--allow-dropdown.iti--show-flags #iti-0__country-listbox {
        width: calc(100vw - 664px) !important;
    }

    .copy-right li p {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .developers-report-from.mode2 .item.form-group.bad .alert {
        left: 27%;
        width: 50%;
        position: sticky;
        margin-top: -1px;
        margin-left: 0px;
    }

    #taskModalBody .container {
        display: flex;
        flex-direction: column;
    }

    #addProjectform .item.form-group .alert {
        left: 22.5% !important;
        opacity: 1;
        top: 0px !important;
        width: 50%;
    }

    .demo-form4 .form-group.bad .alert {
        width: 50%;
        margin-top: 3px;
        left: 27%;
        position: sticky;
    }

    #addClientForm .item.form-group.bad .alert {
        width: 50%;
        left: 25% !important;
        top: 3px !important;
        margin-left: 0px !important;
    }

    #addNoteForm .item.form-group.bad .alert {
        left: 27% !important;
        position: sticky;
        width: 50%;
        margin-top: 3px;
    }

    #addHolidayForm .item.form-group.bad .alert {
        left: 27% !important;
        width: 50%;
        position: sticky;
        margin-top: 3px;
    }

    #updateProfileForm .custom-form-group-field.bad .alert {
        left: 27% !important;
        width: 50%;
        position: sticky;
    }

    #demo-form2 .item.form-group.bad .alert {
        left: 27% !important;
        width: 50%;
        margin-top: 3px;
        position: sticky !important;
    }

    .Acl_roles-section #datatable-responsive_wrapper tbody tr td::before {
        top: 19px;
    }

    #addNewLabel .item.form-group.custom-form-group-field .alert {
        left: 27% !important;
        top: 0px;
        width: 50%;
        position: sticky;
        margin-top: 3px;
    }

    #addProjectform .item.form-group .alert {
        left: 25% !important;
        opacity: 1;
        top: 0px !important;
        width: 50%;
        margin-left: 0px;
    }

    .developers-report-from.mode2 .item.form-group.bad .alert {
        left: 0px;
        width: 100%;
        position: sticky;
        margin-top: -1px;
        margin-left: 0px;
    }

}

@media only screen and (max-width: 991px) {
    #dashboard_container {
        top: 75px !important;
    }
    .menu_section {
        height: calc(100dvh - 97px);
    }
    #missing-report .form-group .alert {
        width: 100%;
        position: sticky;
        left: 0% !important;
        right: 0px;
        margin-left: 0px;
    }

    #editNoteForm .col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
    }

    #editNoteForm .form-group .alert {
        width: 100%;
        position: sticky;
        left: 0% !important;
        right: 0px;
        margin-left: 0px;
        margin-top: 3px;
    }

    .iti-fullscreen-popup .iti__country-list {
        width: calc(100dvw - 49px) !important;
        top: 523px !important;
        right: -5px !important;
    }

    .status-report-section .form-group.bad .alert {
        margin-left: 0px;
        left: 0% !important;
        width: 100%;
        margin-top: 2px;
        right: 0px !important;
        position: sticky;
    }

    .report-all-list .form-group.bad .alert {
        height: 26.1px;
        position: absolute;
        left: 0% !important;
        right: 0px;
        width: 100%;
        top: 70px;
        margin: 0px;
    }

    .x_content {
        padding: 0px;
    }

    .pre-navbar .choose-project-section .choose-section .item.form-group {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .dataTables_wrapper .col-sm-7 {
        padding: 10px 0px;
    }

    .dataTables_wrapper .col-sm-5 {
        padding: 0px;
    }

    #demo-form2 #acl-role .alert {
        left: 25% !important;
        width: 100%;
        margin-top: 3px;
        position: sticky !important;
        margin-left: 0px !important;
    }

    #dailyStatusReport .form-group .hide-label {
        display: none !important;
    }

    #dailyStatusReport .form-group .control-label.col-md-3.col-sm-3.col-xs-12 {
        padding: 0px;
        display: flex;
    }

    #dailyStatusReport .form-group .col-md-6.col-sm-6.col-xs-12 {
        padding: 0px;
        width: 100%;
    }

    #dailyStatusReport .form-group .alert {
        top: 20px !important;
        left: 0% !important;
        width: 100%;
        position: sticky;
        margin-top: 3px;
        margin-left: 0px !important;
    }

    #demo-form2 .item.form-group.bad .alert {
        left: 0% !important;
        width: 100%;
        margin-top: 3px;
        position: sticky !important;
        margin-left: 0px !important;
    }
    #editClientForm #iti-0__country-listbox {
        width: calc(100svw - 76px) !important;
    }

    #addClientForm #iti-0__country-listbox {
        width: calc(100svw - 78px) !important;
        bottom: -153px !important;
    }

    #updateProjectForm .form-group .control-label {
        padding: 0px !important;
        display: flex !important;
    }

    #addProjectform .form-group .control-label {
        display: flex;
        padding: 0px;
    }

    #demo-form2 .form-group .control-label {
        display: flex !important;
    }

    #demo-form2 .form-group .control-label {
        align-items: center;
    }

    #updateProjectForm .form-group .control-label {
        align-items: center;
    }

    #addClientForm .form-group .control-label {
        padding: 0px;
        display: flex;
    }

    #demo-form2 .iti--allow-dropdown.iti--show-flags #iti-0__country-listbox {
        width: calc(100vw - 60px) !important;
    }

    .search-menu-section .side-menu .search-dropdown {
        display: flex;
        gap: 10px;
    }

    .demo-form4 .form-group .col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
    }

    #editClientForm .item.form-group .col-md-6.col-sm-6.col-xs-12 {
        width: 100% !important;
    }

    #editClientForm .form-group .hide-label {
        display: none;
    }

    #editClientForm .form-group.bad .alert {
        width: 100%;
        left: 0% !important;
        margin-top: 3px;
        margin-left: 0px;
    }

    #addHolidayForm .item.form-group.bad .alert {
        left: 27% !important;
        width: 100%;
        position: sticky;
        margin-top: 3px;
        margin-left: 0px;
    }

    #addNewLabel .item.form-group.custom-form-group-field .alert {
        left: 27% !important;
        top: 0px;
        width: 100%;
        position: sticky;
        margin-top: 3px;
        margin-left: 0px !important;
    }

    #addProjectform .item.form-group .alert {
        left: 0px !important;
        opacity: 1;
        top: -1px !important;
        width: 100%;
        margin-left: 0px;
    }

    .form-horizontal .control-label {
        width: 25%;
    }

    .login-signup-section {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-sm .copy-right li p {
        padding: 10px 5px 0px 5px;
        width: 100%;
        display: block;
        font-size: 12px;
        margin-bottom: 0px !important;
    }

    .form-group.search-parent .form-group {
        display: flex;
        align-items: center;
        position: relative;
    }

    #addNoteForm .item.form-group .col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
        padding: 0px;
    }

    .form-group .col-md-6.col-sm-6.col-xs-12.col-md-offset-3 {
        margin-left: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
        padding: 0px;
        width: 100%;
    }

    #addClientForm .item.form-group .col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
        padding: 0px;
    }

    #addClientForm .item.form-group .alert {
        width: 98%;
    }

    #addClientForm .item.form-group .alert::after {
        display: none;
    }

    #addClientForm .form-group .col-md-6.col-sm-6.col-xs-12.checkbox-section {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        width: 100%;
    }

    .form-horizontal.form-label-left.mode2 .item.form-group .col-md-6.col-sm-6.col-xs-12.input-group {
        width: 100%;
    }

    #demo-form2 .col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
        padding: 0px;
    }

    #updateProfileForm .item.form-group.custom-form-group-field .alert::after {
        display: none;
    }

    #addNewLabel .item.form-group.custom-form-group-field .alert::after {
        display: none !important;
    }

    #addNewLabel .item.form-group.custom-form-group-field {
        display: flex;
        flex-direction: column;
    }

    #updateProjectForm .item.form-group.bad .col-md-6.col-sm-6.col-xs-12.input-group.custom-input-field {
        margin-bottom: 0px;
    }

    #updateProjectForm .item.form-group .alert::after {
        display: none !important;
    }

    #updateProjectForm .item.form-group .alert {
        left: 0% !important;
        opacity: 1;
        width: 100%;
        margin: 3px auto 0px auto;
    }

    .form-horizontal.form-label-left.mode2 .item.form-group {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .form-horizontal.form-label-left.mode2 .item.form-group label.control-label.col-md-3.col-sm-3.col-xs-12 {
        width: 100%;
        padding: 0px;
        text-align: start !important;
    }

    .form-horizontal.form-label-left.mode2 .item.form-group #startdatetimepicker {
        width: 100%;
    }

    .form-horizontal.form-label-left.mode2 .item.form-group #enddatetimepicker {
        width: 100%;
    }

    #change_password_modal .modal-content .modal-body .OldPassword-section {
        width: 100%;
    }

    #change_password_modal .modal-content .modal-body .NewPassword-section {
        width: 100%;
    }

    #change_password_modal .modal-content .modal-body .ConfirmPassword-section {
        width: 100%;
    }

    #change_password_modal .modal-content .modal-body #change_password .form-group .col-sm-3 {
        width: 100%;
    }

    #change_password_modal .modal-content .modal-body #change_password .form-group .col-sm-9 {
        width: 100%;
    }

    #demo-form2 .col-md-9.col-md-offset-3 .form-group .col-md-6.col-sm-6.col-xs-12 {
        display: flex;
    }

    .nav_menu.dashboard-menu nav .nav.toggle {
        width: 80%;
    }

    #updateProjectForm .item.form-group .control-label.col-md-3.col-sm-3.col-xs-12 {
        width: 100%;
        justify-content: flex-start;
    }

    #updateProjectForm .item.form-group .col-md-6.col-sm-6.col-xs-12.input-group {
        width: 100% !important;
    }

    #addHolidayForm .item.form-group .control-label.col-md-3.col-sm-3.col-xs-12 {
        width: 100%;
    }

    #addHolidayForm .item.form-group .col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
        margin-bottom: 0px;
    }

    #addHolidayForm .item.form-group {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .form-horizontal .control-label {
        padding-top: 0px;
        height: 32px;
        text-align: end;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        white-space: nowrap;
        cursor: default;
    }

    #addNewLabel .item.form-group.custom-form-group-field .control-label.col-md-3.col-sm-3.col-xs-12 {
        width: 100%;
    }

    #addNewLabel .item.form-group.custom-form-group-field .col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
    }

    #addNewLabel .item.form-group.custom-form-group-field {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    #updateProfileForm .control-label.col-md-3.col-sm-3.col-xs-12.disabled {
        width: 100%;
    }

    #updateProfileForm .col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
        padding: 0px;
    }

    #updateProfileForm .control-label.col-md-3.col-sm-3.col-xs-12 {
        width: 100%;
    }

    #updateProfileForm .item.form-group {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #updateProfileForm .item.form-group.custom-form-group-field {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .left_col.scroll-view {
        height: auto;
    }

    .nav_menu nav .nav.toggle {
        width: 50%;
    }

    .nav_menu nav .nav.navbar-nav.navbar-right {
        width: 50% !important;
    }
    #addNoteForm .item.form-group.bad .alert {
        left: 0px !important;
        position: sticky;
        width: 100% !important;
        margin-top: 3px;
        margin-left: 0px;
    }

    #addClientForm .item.form-group.bad .alert {
        width: 100%;
        left: 0px !important;
        top: 3px !important;
        margin: 0px;
    }

    #addClientForm .form-group .col-md-6.col-sm-6.col-xs-12.checkbox-section #custom-checkBox2 {
        margin-left: 0px !important;
    }

    .demo-form4 .form-group.bad .alert {
        width: 100%;
        margin-top: 3px;
        left: 0px !important;
        position: sticky;
        margin-left: 0px !important;
    }
    #missing-report label {
        display: flex;
    }
    .right-content-scroll {
        max-height: calc(100dvh - -2px) !important;
    }
    main.content.custom-content-design {
        min-height: calc(100svh - 66px) !important;
    }
}
@media (min-width: 768px) and (max-width: 770px) {
    #updateProfileForm .col-md-6.col-sm-6.col-xs-12 #iti-0__country-listbox { 
        min-width: 716px !important;
    }
}
@media only screen and (max-width: 770px) {
    #demo-form2 #generatePassword-section {
        display: none !important;
    }
    .item.form-group.gernate-password-section .col-md-6.col-sm-6.col-xs-12 {
        margin-top: 5px;
    }
    .recent-card-block {
        margin-bottom: 10px;
    }

    .content.custom-content-design .recent-card-blocks .col-md-3.col-sm-3.col-xs-12.recent-card-holder {
        width: 50%;
        margin-bottom: 20px;
    }

    .developers-report-from.mode2 .item.form-group.bad .alert {
        left: 0% !important;
        width: 100%;
        position: sticky;
        margin-top: 1px;
        margin-left: 0px;
    }

    #demo-form2 #acl_rol-from .alert {
        left: 0% !important;
        width: 100%;
        position: sticky !important;
        margin-left: 0px !important;
    }

    .kanban-custom-row-holder .kanban-card .card-body {
        max-height: calc(100svh - 270px);
    }

    .pre-navbar {
        padding: 10px 0px;
    }

    .noticication-scrollbar {
        height: calc(100svh - 120px) !important;
    }

    .choose-section .col-md-6.col-sm-6.col-xs-12 {
        margin-bottom: 0px !important;
    }

    #demo-form2 .item.form-group label {
        justify-content: flex-start !important;
    }

    .notification-icon .notification-filter-toggle label {
        margin-bottom: 0px;
    }

    .notification-icon {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .notification-menu {
        max-width: 100%;
        margin: 0;
        width: 400px;
    }

    .notification-headers {
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }

    .notification-heading h2 {
        font-size: 1.2em;
    }

    .notification-scrollbar {
        max-height: 300px;
    }

    .panel-img img {
        width: 40px;
        height: 40px;
    }

    .notification-checkbox {
        justify-content: flex-start;
    }

    .pre-navbar .choose-project-section .choose-section .item.form-group {
        margin: 0px !important;
    }

    #dashboard_container {
        top: 75px !important;
    }

    .demo-form4 .form-group .col-md-6.col-sm-6.col-xs-12 {
        padding: 0px;
    }

    table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
    table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
        top: 18px;
        left: 4px;
    }

    #demo-form2 .acl_rol {
        padding: 0px 10px;
    }

    #addHolidayForm .item.form-group .alert {
        left: 0px !important;
        width: 100%;
        position: sticky;
        margin-top: 3px;
        margin-left: 0px;
    }

    #addProjectform .item.form-group .alert {
        left: 0px !important;
        opacity: 1;
        top: 0px !important;
        width: 100%;
        margin-left: 0px !important;
    }

    #editClientForm .item.form-group .col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
        padding: 0px;
    }

    #editClientForm .form-group.bad .alert {
        width: 100%;
        left: 0% !important;
        margin-top: 3px;
        margin-left: 0px !important;
    }

    #demo-form2 .item.form-group.bad .alert {
        left: 0px !important;
        width: 100%;
        margin-top: 3px !important;
        position: sticky !important;
        margin-left: 0px !important;
    }

    .report-listing-section tbody tr td::before {
        top: 17px !important;
    }

    #taskModal .modal-dialog {
        max-width: 630px !important;
        margin: 30px auto;
    }

    .iti-fullscreen-popup .iti__country-list {
        width: calc(100dvw - 52px) !important;
    }

    #taskModal {
        padding: 0px !important;
    }

    .login-signup-section {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custom-scrollbar-container .right-side-menu .right-menu .menu-cross-icon .menu-heading {
        margin: 0px;
        font-size: 20px;
        color: #000;
        font-weight: 600;
    }

    #addClientForm .item.form-group .alert {
        width: 97%;
    }

    #demo-form2 .item.form-group .alert {
        width: 97%;
        margin-top: 3px !important;
    }

    #addClientForm .form-group .col-md-6.col-sm-6.col-xs-12.checkbox-section {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .recent-card-contain h4 {
        font-size: 15px;
    }

    main.content.custom-content-design .recent-proj-holder .recent-card-block .col-md-3.col-sm-3.col-xs-12.recent-card-holder {
        width: 50%;
    }

    .recent-card-contain .dropdown-menu {
        position: absolute;
        text-shadow: none;
        top: 68%;
        z-index: 9998;
        left: auto;
        right: -255px;
    }

    .col-md-6.col-sm-6.col-xs-12.col-md-offset-3.success-btn-holder {
        display: flex;
        align-items: center;
        justify-content: flex-start;

    }

    .nav_menu.dashboard-menu nav .container {
        width: 50% !important;
        margin: 0px !important;
    }

    .nav_menu.dashboard-menu nav .container .form-group label {
        white-space: nowrap;
        font-size: 12px;
    }

    .nav_menu.dashboard-menu nav .container .item.form-group .col-md-6.col-sm-6.col-xs-12 {
        width: 75%;
    }

    .report-sbmt-btn-contain {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .report-sbmt-btn-contain .report-sbmt-btn {
        margin-right: 0;
    }

    .report-sbmt-btn-contain {
        text-align: left;
    }

    #updateProfileForm .custom-form-group-field.bad .alert {
        left: 0px !important;
        width: 100%;
        position: sticky;
    }

    #updateProfileForm .custom-form-group-field label {
        padding: 0px;
        display: flex;
    }

    #updateProfileForm .custom-form-group-field .custom-file-label {
        padding: 10px 15px;
    }
    .history-third-col .bootstrap-select.user-select-ajax {
        width: 132px !important;
    }
    .right-content-scroll {
        overflow-y: auto;
        max-height: calc(100svh - 56px) !important;
        height: 100% !important;
        overflow-x: hidden;
    }
}
@media only screen and (max-width: 480px) {
    #generatePassword-section {
        display: none !important;
    }
    .attachment p {
        display: none !important;
    }
    .kanban-card .card-header .card-title .list-title-input {
        width: 100%;
    }
    #datatable-responsive1_wrapper .row:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .custom-kanban-loop-card-holder .card-title input.list-title-input:focus {
        width: 80%;
        height: 32px;
    }
    .kanban-card .card-header .card-title span.list-title {
        max-width: 100%;
    }
    .custom-scrollbar-container .right-side-menu .right-menu {
        position: fixed;
        width: 360px;
   }
    .comment-container {
        margin: 10px auto;
    }
    #editClientForm label {
        display: flex;
        padding: 0px;
    }
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: start;
    }
    .recent-card-block .col-md-3.col-sm-3.col-xs-12.recent-card-holder:last-child {
        margin-bottom: 0px !important;
    }

    .search-menu-section .side-menu {
        position: fixed;
        top: 57px;
    }

    main.content.custom-content-design {
        gap: 5px;
    }

    .content.custom-content-design .recent-card-blocks .col-md-3.col-sm-3.col-xs-12.recent-card-holder {
        width: 100%;
        margin-bottom: 20px;
    }

    .iti-fullscreen-popup .iti--container {
        top: 30px;
        bottom: 30px;
        left: 30px;
        right: 30px;
        position: fixed !important;
    }

    .recent-card-block .col-md-3.col-sm-3.col-xs-12.recent-card-holder:last-child {
        margin-bottom: 10px !important;
    }

    .search-menu-section .side-menu {
        position: fixed;
        top: 57px;
    }

   

    .content.custom-content-design .recent-card-blocks .col-md-3.col-sm-3.col-xs-12.recent-card-holder {
        width: 100%;
        margin-bottom: 20px;
    }

    .report-all-list .form-group.bad .alert {
        top: 73px;
        margin: 0px;
    }

    .container.p-0.choose-section .col-md-6.col-sm-6.col-xs-12 {
        padding: 0px;
        width: 100%;
    }

    .col-sm-3.history-third-col .popup-menu .popup-menu-content-hie.move-modal .move-body {
        height: 100%;
    }

    .col-sm-3.history-third-col .popup-menu .popup-menu-content-hie.move-modal .move-body form {
        display: flex;
        flex-direction: column;
        gap: 0px;
        justify-content: space-between;
        height: 100%;
        padding-top: 30px;
    }

    .col-sm-3.history-third-col .popup-menu .popup-menu-content-hie.move-modal .move-section {
        position: relative;
        height: 100%;
    }

    .window-title #renameTaskForm textarea {
        width: 90%;
    }

    .ConfirmDropdown {
        position: absolute;
        right: 10px !important;
    }

    #renameTaskForm input {
        width: 85% !important;
    }

    #taskModal #taskModalBody .text-center a img.img-fluid {
        max-width: 50% !important;
    }

    #report-img {
        width: 50%;
        height: auto;
    }

    .report-listing-block #datatable-responsive_wrapper .row:last-child {
        display: flex;
        flex-direction: column;
    }

    .report-listing-block #datatable-responsive_wrapper .row:last-child .col-sm-5 {
        width: 100%;
    }

    .report-listing-block #datatable-responsive_wrapper .row:last-child .col-sm-7 {
        width: 100%;
    }

    .col-sm-3.history-third-col .popup-menu .popup-menu-content-hie.move-modal {
        left: 0px;
        top: -84px;
        right: 0px;
        position: absolute;
        width: 100%;
    }

    #popup-menu-content-moveTaskView .move-section .move-body .bootstrap-select {
        width: 100%;
    }

    .col-sm-3.history-third-col .popup-menu #popup-menu-content-labels #close-popup-menu-content-labels {
        display: block;
        margin-left: 0px !important;
    }

    .content-section {
        position: absolute;
        top: 135px;
        width: calc(100svw - 1px);
        right: 0px;
    }

    .modal.note-modal {
        padding-left: 0px !important;
    }
    .comment .comment-meta {
        display: flex;
        gap: 5px;
    }
    .confirmation-dropdown {
        position: absolute;
        z-index: 11;
        right: 287px !important;
    }
    .col-sm-3.history-third-col .custom-full-width-btn-block #confirmDropdown {
        position: absolute;
        z-index: 11;
        right: 44px !important;
    }
    .note-modal.link-dialog .modal-dialog {
        width: 320px;
        margin: auto;
    }

    #editClientForm #iti-0__country-listbox {
        min-width: 350px !important;
    }

    #showConfirmPassword i {
        position: absolute;
        right: 10px;
    }

    #showPassword i {
        position: absolute;
        right: 10px;
    }

    .login_wrapper {
        right: 0px !important;
        position: relative;
    }

    #taskModalBody #labels-container {
        display: flex;
        flex-wrap: wrap;
    }

    #datatable-responsive1_info {
        user-select: none;
        word-break: break-word;
        white-space: break-spaces;
        width: 100%;
        padding: 10px 10px 0px;
        text-align: center;
    }
    #datatable-responsive1_paginate {
        width: 100%;
    }
    .dataTables_wrapper .col-sm-7 {
        width: 100%;
    }

    #addHolidayForm .form-group .control-label {
        display: flex !important;
        padding: 0px;
        margin-bottom: 0px;
    }

    .search-input-menu .search-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #demo-form2 .item.form-group .custom-file-label {
        padding: 10px !important;
    }

    .col-sm-3.history-third-col .popup-menu #popup-menu-content-labels {
        left: 0px;
        top: -49px;
        width: 100%;
    }

    .col-sm-3.history-third-col .popup-menu #popup-menu-content-labels .form-group label div {
        width: calc(100svw - 134px) !important;
    }

    .col-sm-3.history-third-col .popup-menu #popup-menu-content-labels .label-icon {
        display: flex;
        justify-content: end;
        margin-bottom: 5px;
        padding: 0px 10px;
    }

    .notification-panel-content .panel-body-content .sub-panel-content div {
        font-size: 14px;
    }

    .search-menu-section .side-menu .search-dropdown {
        padding: 15px !important;
    }

    #datatable-responsive1_wrapper .col-sm-5 {
        padding: 0px !important;
        width: 100%;
    }

    #demo-form2 .item.form-group label {
        padding: 0px !important;
    }

    .notification-icon {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        width: 100%;
    }

    .notification-headers {
        flex-direction: row;
        align-items: center;
    }

    .notification-heading h2 {
        font-size: 1em;
    }

    .notification-scrollbar {
        max-height: 200px;
    }

    .panel-img img {
        width: 30px !important;
        height: 30px !important;
    }

    .notification-menu {
        max-width: 100%;
        margin: 0;
        width: 370px;
    }

    .kanban-custom-row-holder .kanban-card .card-body {
        max-height: calc(100svh - 305px);
    }

    .nav_menu nav .nav.navbar-nav.navbar-right {
        white-space: nowrap;
    }

    #change_password .col-md-6.col-sm-6.col-xs-12.col-md-offset-3 {
        margin: 0px !important;
    }

    .notification-headers {
        padding: 10px;
    }

    .search-menu-section .side-menu {
        width: 100%;
    }

    .search-menu-section #toggleMenu {
        top: 8px;
        right: 149px;
        font-size: 18px;
    }

    .search-menu-section .side-menu .search-title h2 {
        margin: 0px;
        font-size: 17px;
        color: #000000;
    }

    .report-listing-section tbody tr td ul li span.dtr-data {
        white-space: normal;
        word-break: break-word;
    }

    .form-horizontal.form-label-left.mode2 .item.form-group label.control-label.col-md-3.col-sm-3.col-xs-12 {
        display: unset;
    }

    .developers-report-from.mode2 .form-group .control-label {
        display: flex !important;
    }

    .custom-trello-style-dropdown .dropdown-menu {
        padding: 10px;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        position: absolute;
        z-index: 91;
        left: -136px;
    }

    .right-side-icon {
        gap: 0px;
    }

    .x_content h1 {
        font-size: 25px;
    }

    .nav_menu.dashboard-menu nav .nav.toggle {
        width: 60%;
    }

    table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
    table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
        top: 16px !important;
    }

    .col-sm-3.history-third-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 100% !important;
    }

    #taskModalBody .row .col-sm-9 {
        width: 100%;
    }

    .comment.comment-section {
        padding-right: 0px !important;
    }

    .comment.comment-section .comment-text {
        width: 100%;
    }

    .comment.comment-section .comment-text #new-comment {
        width: 100% !important;
    }

    .history-third-col .bootstrap-select.user-select-ajax {
        width: 100% !important;
    }

    #change_password_modal #change_password .item.bad .alert {
        left: 2% !important;
        opacity: 1;
        top: 40px !important;
        width: 100% !important;
    }

    #datatable-responsive_filter {
        text-align: justify;
    }

    main.content.custom-content-design .recent-proj-holder .recent-card-block .col-md-3.col-sm-3.col-xs-12.recent-card-holder {
        width: 100%;
    }

    .form-horizontal .control-label.col-md-3.col-sm-3.col-xs-12.set-password {
        display: flex;
        justify-content: flex-start;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 90% !important;
        max-width: 100%;
    }

    .form-group .col-md-6.col-sm-6.col-xs-12.col-md-offset-3 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 0px;
    }

    #datatable-responsive1_filter {
        text-align: left;
    }

    .col-md-12.col-sm-12.col-xs-12.report-forms-block .x_panel.report-panel-holder .x_content label.control-label.col-md-3.col-sm-3.col-xs-12 {
        padding: 0px;
        margin-bottom: 0px;
    }

    #change_password .form-group .col-sm-3 {
        width: 100%;
    }

    #change_password .form-group .col-sm-9 {
        width: 100%;
    }

    .col-md-6.col-sm-6.col-xs-12.col-md-offset-3 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .form-horizontal .control-label {
        text-align: start;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .form-horizontal .control-label {
        display: flex;
        justify-content: flex-start;
    }

    .user-profile img {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin-right: 5px;
    }

    .nav_menu.dashboard-menu nav .container .item.form-group label {
        padding-left: 5px !important;
        max-width: min-content;
    }

    .nav_menu.dashboard-menu nav .nav.navbar-nav.navbar-right a.user-profile.dropdown-toggle {
        line-height: 32px;
        padding: 13px 15px 12px;
        font-size: 11px;
    }

    .nav_menu.dashboard-menu nav .container .item.form-group .col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
        padding: 0px !important;
    }

    table.dataTable {
        max-width: 100% !important;
    }

    #datatable-responsive1_wrapper .col-sm-12 {
        width: 100%;
    }

    .x_custom_panel_style .custom-file-label {
        padding: 10px;
    }

    #phonefocus input#phoneField {
        width: 50%;
    }

    .container.emailDataContainer {
        padding: 0;
    }

    h1.text-center.date-task-report {
        font-size: 14px;
        margin: 0 0 5px;
    }

    .emailDataContainer .list-group-block h2 {
        font-size: 15px;
        margin: 0 0 10px;
    }

    table.proj-desc-holder tbody tr {
        height: 8vh;
    }

    table.proj-desc-holder tbody tr th {
        min-width: 115px;
        font-size: 13px;
    }

    table.proj-desc-holder tbody tr td {
        font-size: 12px;
    }

    .x_custom_panel_style form .item.form-group {
        flex-direction: column;
    }

    .custom-file-input-block span {
        font-size: 12px;
    }

    .x_custom_panel_style .custom-file-label {
        font-weight: 400;
    }

    .x_custom_panel_style form input.form-control,
    .x_custom_panel_style form div.form-control#phonefocus {
        height: 32px;
        line-height: 26px;
    }

    .x_custom_panel_style form input.form-control:focus {
        line-height: 40px;
        height: 40px;
    }

    .success-btn-holder>.btn.btn-success {
        font-size: 13px;
    }

    .success-btn-holder>.btn.btn-success:last-child {
        margin-right: 0;
    }

    .phone-focus-block input.phone-field {
        width: 50%;
    }

    .x_custom_panel_style form div.form-control#phonefocus .cc-picker-code-select-enabled::after {
        top: 9px;
    }

    table.proj-desc-holder tbody tr {
        height: 6vh;
    }

    .tomorrow-plan-contain h4 {
        margin-right: 5px;
    }

    #datatable-responsive_wrapper .col-sm-12 {
        width: 100%;
    }

    .form-horizontal.form-label-left.mode2 .item.form-group #datetimepicker .input-group-addon {
        border-radius: 0px !important;
    }

    .container.p-0.choose-section .item.form-group {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .container.p-0.choose-section .item.form-group label.control-label {
        text-align: left;
    }

    .iti-fullscreen-popup .iti__country-list {
        width: calc(100dvw - 52px) !important;
        top: 548px !important;
        height: 150px;
    }

    .login_content {
        margin: 0 auto;
        padding: 0px;
        position: relative;
        text-align: center;
        width: 280px;
    }

    #taskModal .modal-dialog {
        width: auto !important;
        margin: 30px 10px;
    }

    .recent-card-block {
        margin-bottom: 0px !important;
    }

    .recent-card-contain .dropdown-menu {
        position: absolute;
        text-shadow: none;
        top: 74%;
        z-index: 9998;
        left: auto;
        right: -255px;
    } 
.right-content-scroll {
    overflow-y: auto;
    max-height: calc(100svh - 56px) !important;
    height: 100% !important;
    overflow-x: hidden;
}
.nav-md .container.body .right_col {
    min-height: auto !important;
}

    #dashboard_container .kanban-body-list .kanban-card {
        width: 395px;
    }

    .kanban-card-loop-section #dashboard_container {
        top: 112px !important;
    }

    .custom-scrollbar-container .right-side-menu .right-menu .menu-cross-icon .menu-heading {
        margin: 0px;
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }

    .copy-right li a {
        padding: 10px 5px 20px 5px;
        width: 100%;
        display: block;
        font-size: 12px;
    }

    #addNoteForm .item.form-group .col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
        padding: 0px;
    }

    #addNoteForm .item.form-group label.control-label.col-md-3.col-sm-3.col-xs-12 {
        width: 100%;
        padding: 0px;
        display: flex;
    }
    #editNoteForm label {
        display: flex;
    }

    .form-group.search-parent .popup-search-container .form-group i.fa.fa-search {
        position: absolute;
        z-index: 999;
        left: 265px;
        right: 0px;
        width: auto;
    }

    .login-signup-section {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #demo-form2 .row .col-sm-12 {
        width: 100%;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0.3em !important;
    }

    #datatable-responsive_wrapper .col-sm-5 {
        width: 100%;
        margin-bottom: 10px;
        padding: 0px;
    }

    #datatable-responsive_wrapper .col-sm-5 #datatable-responsive_info {
        width: 100%;
        text-align: center;
    }

    #datatable-responsive_info {
        white-space: break-spaces;
        word-break: break-word;
        width: 100%;
    }

    .dataTables_wrapper div.dataTables_paginate ul.pagination {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .report-listing-block #datatable-responsive_wrapper .row:last-child .col-sm-7 #datatable-responsive_paginate {
        width: 100%;
    }

    #taskModalBody #labels-container {
        padding: 10px 10px 10px 10px;
    }

    .search-input-menu-content p {
        word-break: break-word;
        white-space: break-spaces;
    }
}

@media only screen and (min-device-width: 412px) and (max-device-width: 414px) {
        .iti-fullscreen-popup .iti__country-list {
            width: calc(100dvw - 52px) !important;
            top: 547px !important;
            right: -5px !important;
        }
        .login_content {
            margin: 0 auto;
            padding: 0px;
            position: relative;
            text-align: center;
            width: 280px;
            right: 0px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 520px) and (-webkit-device-pixel-ratio: 2) {
    .swal-modal {
        width: calc(100% - 40px);
    }

    #datatable-responsive_paginate {
        width: 100%;
    }
}

@media only screen and (min-device-width: 390px) and (max-device-width: 410px) and (-webkit-device-pixel-ratio: 3) {
    #dashboard_container .kanban-body-list .kanban-card {
        width: 370px;
    }
    .iti-fullscreen-popup .iti__country-list {
        width: calc(100dvw - 54px) !important;
        top: 547px !important;
        right: -2px !important;
    }
    .kanban-custom-row-holder .kanban-card .card-body {
        max-height: calc(100svh - 310px);
    }
    .login_content {
        padding: 0px 20px;
    }
}

@media only screen and (max-width: 376px) {
    .login_content {
        padding: 0px 20px;
    }

    .attachment {
        display: flex;
        gap: 5px;
    }

    .dataTables_wrapper .col-sm-7 #datatable-responsive_paginate {
        width: 100%;
    }

    .forget-wrapper .login_content form {
        margin: 20px;
    }

    .iti-fullscreen-popup .iti__country-list {
        width: calc(100dvw - 55px) !important;
        right: -2px !important;
        top: 547px !important;
    }

    #dashboard_container .kanban-body-list .kanban-card {
        width: 356px !important;
    }

    .custom-scrollbar-container .right-side-menu .right-menu .menu-cross-icon .menu-heading {
        margin: 0px;
        font-size: 16px;
        color: #000;
        font-weight: 600;
    }
}