body {
    background-color: #f3f3f3 !important;
    /* font-family: Roboto, -apple-system, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; */
    font-family: 'Nunito', sans-serif;
    font-size: 13px !important;
    /* color: #72777a; */
    line-height: 1.5;
    letter-spacing: 0.2px;
}

.clintFolder {
    max-width: 100%;
    min-height: unset;
}

.activeClient {
    padding-top: 42px;
    /* padding-left: 300px; */
    padding-left: 285px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.activeClient.active {
    padding-left: 90px;
}

.whitBG {
    background: #f3f3f3 !important;
}

a:focus,
a:hover {
    text-decoration: none !important;
    outline: none !important;
}

.sidebar {
    background-color: #12192D;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 280px;
    /* width: 305px; */
    z-index: 1000;
    color: #72777a;
    border-right: 1px solid rgba(0, 0, 0, 0.0625);
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    width: 6px !important;
}

.ps-scrollbar-y-rail {
    top: 67px !important;
    z-index: 99999 !important;
}

.peer {
    display: flex;
    align-content: center;
    position: relative;
}

.sidebar-logo {
    border-bottom: 1px solid rgba(0, 0, 0, 0.0625);
    line-height: 0;
    padding: 12px 30px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sidebar-logo a:hover {
    color: #313435;
    text-decoration: none;
}

.sidebar-logo .logo {
    background-position: center left;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: #2196f3;
    border-radius: 50%;
}

.sidebar-logo .logo-text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 15px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sidebar-inner {
    position: relative;
    height: 100%;
}

.sidebar ul {
    list-style-type: none;
}

.sidebar-menu {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 125px;
    scrollbar-width: thin;
    scrollbar-color: #A8A8A8 #F1F1F1;
}


/* Custom Sidetab Navigation Scrollbar*/

.sidebar-menu::-webkit-scrollbar {
    width: 10px;
    height: 17px;
}

.sidebar-menu::-webkit-scrollbar-corner,
.sidebar-menu::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

.sidebar-menu::-webkit-scrollbar-thumb {
    background-color: #A8A8A8;
    background-clip: padding-box;
    border: 2px solid transparent;
    border-radius: 10px;
    display: none;
}

.sidebar-menu::-webkit-scrollbar-thumb:hover {
    background-color: rgb(112, 112, 112);
    display: block;
}

.sidebar-menu::-webkit-scrollbar-thumb:active {
    background-color: rgb(128, 128, 128);
}


/* Buttons */

.sidebar-menu::-webkit-scrollbar-button:single-button {
    /* background-color: rgb(64, 64, 64); */
    background: rgba(0, 0, 0, 0.2);
    display: block;
    background-size: 10px;
    background-repeat: no-repeat;
}


/* Up */

.sidebar-menu::-webkit-scrollbar-button:single-button:vertical:decrement {
    height: 16px;
    width: 16px;
    background-position: center 5px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='50,00 0,50 100,50'/></svg>");
}


/* End */

.sidebar-menu>li:first-child {
    margin-top: 0px;
}

.sidebar.active {
    width: 70px;
}

.sidebar.active .sidebar-logo {
    padding: 12px 14px;
}

.sidebar.active+.header {
    width: calc(100% - 70px);
}

.sidebar.active .logo-text {
    opacity: 0;
}

.sidebar.active .sidebar-menu {
    overflow: hidden;
}

.sidebar.active span.title,
.sidebar.active span.arrow,
.sidebar.active .dropdown-menu {
    opacity: 0;
}


/* .sidebar.active:hover{
    width:280px;
} */


/* .sidebar.active:hover .sidebar-logo{
    padding: 12px 30px;
} */

.mobile_Toggle {
    display: none;
    font-size: 18px;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


/* .sidebar.active:hover + .header{
    width: calc(100% - 70px);
} */

.sidebar.active:hover .logo-text,
.sidebar.active:hover .dropdown-menu {
    opacity: 1;
}

.sidebar.active:hover span.title,
.sidebar.active:hover span.arrow {
    opacity: 1;
}

.sidebar-menu li {
    position: relative;
}

.sidebar-menu>li>a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 15px;
    position: relative;
    white-space: nowrap;
}

.sidebar-menu li a {
    color: #72777a;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar-menu>li>a .icon-holder {
    border-radius: 6px;
    display: inline-block;
    /* font-size: 17px; */
    font-size: 13px;
    height: 35px;
    left: 0;
    line-height: 35px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    width: 30px;
}

.sidebar-menu>li>a {
    display: block;
    /* font-size: 15px; */
    font-size: 13px;
    font-weight: 500;
    padding: 3px 15px;
    position: relative;
    white-space: nowrap;
    color: #fff;
}

.sidebar-menu li a:hover,
.sidebar-menu li a:focus {
    color: #fff;
}

.sidebar-menu li:hover,
.sidebar-menu li:focus {
    background-color: #063792;
}

.sidebar-menu li.nav-item .open {
    background-color: #063792;
}

.sidebar-menu li.nav-item .has-sub .open a {
    background-color: #063792;
}

.sidebar-menu li.nav-item>.dropdown-menu,
.sidebar-menu li.nav-item .has-sub>.dropdown-menu {
    background-color: #0C5DF4 !important;
}

.sidebar-menu li.nav-item>.dropdown-menu li:not(.has-sub):hover,
.sidebar-menu li.nav-item .has-sub>.dropdown-menu li:hover {
    background-color: #3a7bf4 !important;
}

.sidebar.active:hover {
    width: 280px !important;
}

.sidebar-menu li.dropdown .arrow {
    font-size: 10px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.sidebar-menu li.dropdown.open>a>.arrow,
.sidebar-menu li.dropdown a.sidebar-link.open .arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-menu>li.dropdown ul.dropdown-menu {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    padding-left: 40px;
    padding-top: 0;
    position: relative;
    transition: unset;
    display: none;
    font-size: 13px;
}


/* .sidebar-menu > li.dropdown.open ul.dropdown-menu{
    display: block;
} */

.sidebar-menu>li.dropdown .sidebar-link.open+ul.dropdown-menu {
    display: block;
    background-color: #0C5DF4 !important;
}

.sidebar-menu>li.dropdown ul.dropdown-menu>li>a {
    display: block;
    padding: 8px 13px;
    color: #fff;
    font-weight: 400;
    white-space: normal;
}

.sidebar-menu>li.dropdown ul.dropdown-menu>li>a:hover {
    color: #313435;
}

.header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0625);
    display: block;
    margin-bottom: 0;
    padding: 0;
    position: fixed;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: calc(100% - 280px);
    /* width: calc(100% - 305px); */
    z-index: 800;
    right: 0;
    border-radius: 0;
}

.header .header-container {
    height: 65px;
}

.header .header-container .nav-left,
.header .header-container .nav-right {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    width: auto;
    margin: 0;
}

.header .header-container .nav-left {
    float: left;
    margin-left: 15px;
}

.header .header-container .nav-left>li,
.header .header-container .nav-right>li {
    float: left;
}

.header .header-container .nav-left>li>a,
.header .header-container .nav-right>li>a {
    color: #72777a;
    display: block;
    line-height: 65px;
    min-height: 65px;
    padding: 0 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header .header-container .nav-right span.round_username {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #2196f3;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
    text-transform: uppercase;
}

.header .header-container .nav-left>li>a i,
.header .header-container .nav-right>li>a i {
    font-size: 17px;
}

.header .header-container .nav-right {
    float: right;
}

.header .header-container .nav-right .dropdown-menu {
    left: auto;
    right: 0;
}

.header .header-container .dropdown-menu {
    margin: 0;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: -webkit-transform 0.15s ease-out;
    transition: -webkit-transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

.dropdown-menu.show {
    display: block;
}

.header .header-container .nav-right .dropdown-menu>li>a {
    line-height: 1.5;
    min-height: auto;
    padding: 10px 15px;
    font-size: 13px;
    color: #72777a !important;
    font-weight: 400;
}

.header .header-container .nav-right .dropdown-menu>li>a:hover {
    color: #262626 !important;
    text-decoration: none !important;
    background-color: #f5f5f5 !important;
}

.user-setting-dropdown .dropdown-menu li {
    position: relative;
}

.user-setting-dropdown .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100% !important;
    top: -7px;
}

.user-setting-dropdown .dropdown-menu .dropdown-submenu-left {
    right: 100% !important;
    left: auto;
    top: -1px;
}

.user-setting-dropdown .dropdown-menu>li:hover>.dropdown-submenu,
.user-setting-dropdown .dropdown-menu>li:hover>.dropdown-submenu-left {
    display: block;
}

.working-status-dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.active-working-status {
    background-color: #efefef !important;
}

.header .header-container .nav-right .dropdown-menu>li>a>i {
    margin-right: 10px;
}

.header .header-container .dropdown-menu>li>a {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header .header-container .dropdown-menu .divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.0625);
    height: 1px;
    overflow: hidden;
}

.sidebar-menu li.dropdown.open>a {
    color: #fff;
}

.blue_cc,
.blue_cc:hover {
    color: #2196f3;
}

.brown_cc,
.brown_cc:hover {
    color: #795548 !important;
}

.orange_cc,
.orange_cc:hover {
    color: #ff5722 !important;
}

.c-deep-purple-500,
.cH-deep-purple-500:hover {
    color: #673ab7 !important;
}

.c-indigo-500,
.cH-indigo-500:hover {
    color: #3f51b5 !important;
}

.c-light-blue-500,
.cH-light-blue-500:hover {
    color: #03a9f4 !important;
}

.c-pink-500,
.cH-pink-500:hover {
    color: #e91e63 !important;
}

.c-teal-500,
.cH-teal-500:hover {
    color: #009688 !important;
}

.c-orange-500,
.cH-orange-500:hover {
    color: #ff9800 !important;
}

.c-deep-purple-500,
.cH-blue-500:hover {
    color: #673ab7 !important;
}

.c-red-500,
.cH-red-500:hover {
    color: #f44336 !important;
}


/*--- DATABLE_PAGE_CSS_28-07-START ---*/

.titleSec {
    /* margin-bottom: 30px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*     -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.titleSec.second {
    margin-top: 30px;
}

.titleSec .page_title {
    font-size: 21px;
    color: #313435 !important;
}

.titleSec .page_title.big {
    font-size: 28px;
}

.data_tBl_wrapper {
    margin-top: 24px;
    background: #fff;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.0625) !important;
    border-radius: 3px !important;
}

.dataTables_wrapper {
    margin: 0;
}


/* table.dataTable{
    border-collapse: collapse !important;
} */

.table-bordered {
    border: none !important;
}

table.dataTable thead tr th {
    border-top: none !important;
}


/* table tbody tr.odd td {
    background-color:#f2f2f2;
} */

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-color: #EFEFEF !important;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 2px 10px !important;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111;
    border-bottom: none !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
    vertical-align: middle !important;
}

.dataTables_length label,
.dataTables_filter label {
    margin: 0;
    font-weight: 400;
    color: #313435;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid rgba(0, 0, 0, 0.0625);
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 35px;
    font-size: 13px;
    margin-left: 15px;
    padding: 5px;
    color: #72777a;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.dataTables_wrapper .dataTables_info {
    color: #72777a;
}

.dataTables_wrapper .dataTables_paginate {
    color: #72777a !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #72777a !important;
    padding: 6px 12px;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.first.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.last.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    background: #7774e7;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
#empTable_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    background: #7774e7 !important;
}


/*--- DATABLE_PAGE_CSS_28-07-END ---*/


/* ICON-COLOR */

i.fa.fa-file-archive-o {
    color: #F78E0A !important;
}

i.fa.fa-trash-o {
    color: #E20D25 !important;
}

i.fa.fa-eye {
    color: #4AA8D1 !important;
}

i.fa-minus-square {
    color: #E14B3B !important;
}

i.fa.fa-retweet {
    color: #0A4B58 !important;
}

i.fa.fa-file-pdf-o {
    color: #2196f3 !important;
}

i.fa.fa-folder-open {
    color: #1791F2 !important;
}

i.fa.fa-check {
    color: #E8C400 !important;
}

.mainBtn,
label.dms-prof-img,
.clear {
    display: inline-block;
    width: auto;
    border-radius: 4px;
    background: #2196f3;
    color: #fff;
    /* font-size: 14px; */
    font-size: 13px;
    font-weight: 600;
    padding: 8px 12px;
    /* line-height: 20px; */
    line-height: 15px;
    border: 0;
    transition: all ease 0.2s;
    margin-top: 8px;
    position: relative;
    transform-origin: center center;
}


/* .mainBtn:hover,
label.dms-prof-img:hover,
.clear:hover {
    background: #42a6f5 !important;
    border-color: #37a1f4 !important;
} */

.mainBtn:focus,
label.dms-prof-img:focus,
.clear:focus {
    /* background: #42a6f5;
    border-color: #37a1f4; */
    /* -webkit-box-shadow: 0 0 0 0.35rem rgb(28 128 207 / 50%);
    box-shadow: 0 0 0 0.35rem rgb(28 128 207 / 50%); */
    outline: 0;
}

.titleSec .mainBtn {
    margin: 0;
    color: #fff;
    background: #2196f3 !important;
}

.titleSec .mainBtn i {
    color: #fff;
}

td .mainBtn,
td .mainBtn:hover,
td .mainBtn:focus {
    background: transparent !important;
    padding: 0 10px !important;
    color: #212529 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

td .mainBtn i {
    color: #212529;
}

label.dms-prof-img i {
    margin-right: 5px;
}

.data_tBl_wrapper.details_page .row.usr-type {
    justify-content: unset;
}

.data_tBl_wrapper.details_page .usr-type .form-group .form-control {
    width: 100% !important;
}

.form-group label {
    font-weight: 500;
    margin: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #6C757D;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #90cbf9;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgb(33 150 243 / 25%);
    box-shadow: 0 0 0 0.25rem rgb(33 150 243 / 25%);
}

.data_tBl_wrapper.details_page .row.usr-type .form-group .form-control {
    margin: 0;
    margin-top: 10px !important;
    background-color: #6c757d !important;
    color: #fff !important;
}

select.form-control {
    background: #2196f3 !important;
    color: #fff !important;
}

select.form-control:focus {
    outline: 0 !important;
    -webkit-box-shadow: 0 0 0 0.35rem rgb(130 138 145 / 50%);
    box-shadow: 0 0 0 0.35rem rgb(130 138 145 / 50%);
    border-color: #565e64 !important;
}

.data_tBl_wrapper.details_page .row.usr-type .form-group select.form-control:hover,
.data_tBl_wrapper.details_page .row.usr-type .form-group select.form-control:focus {
    background: #5c636a !important;
}

table#empTable th {
    background: transparent;
    color: #212529;
    text-align: left;
    padding: 10px 18px;
}

div#empTable_length {
    margin-bottom: 0;
}

#empTable td a {
    text-decoration: none;
}


/* LOG-IIN-PAGE-CSS-START */


/* LOG-IIN-PAGE-CSS-END */


/* FORM_CANVAS_BOX_CSS_START */

.signArea1 .sig.sigWrapper {
    width: 302px !important;
}

.signArea2 .sig.sigWrapper {
    width: 202px !important;
}

.signArea2 .sig.sigWrapper {
    width: 302px !important;
}

.signArea4 .sig.sigWrapper {
    width: 303px !important;
}

.signArea3 .sig.sigWrapper {
    width: 183px !important;
}

.signArea5 .sig.sigWrapper {
    width: 183px !important;
}

.signArea6 .sig.sigWrapper {
    width: 303px !important;
}

.signArea7 .sig.sigWrapper {
    width: 182px !important;
}

canvas {
    width: 100%;
}


/*======== FORM_CANVAS_BOX_CSS_END =========*/


/*========== MODAL_CSS_START ===========*/

.custom_modal {
    color: #72777a !important;
    font-family: Roboto, -apple-system, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    margin-top: 0 !important;
    z-index: 99999 !important;
    background: rgb(0 0 0 / 30%) !important;
}

.custom_modal .modal-content {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px !important;
}

.custom_modal .modal-header {
    padding: 16px !important;
    text-align: left !important;
    justify-content: flex-start !important;
    position: relative;
}

.custom_modal .modal-title {
    color: #72777a !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}

.custom_modal .modal-body {
    padding: 16px !important;
    font-size: 16px !important;
}

.custom_modal .modal-footer {
    padding: 12px !important;
}

.modal-header .close {
    background: transparent !important;
    top: 15px;
}

.modal-header .close:focus {
    outline: none;
}

.custom_modal .modal-header .close {
    font-weight: 300;
    position: absolute;
    right: 15px;
    top: 45%;
    transform: translateY(-50%);
    opacity: 1;
    background: transparent;
    font-size: 37px;
    line-height: initial;
    padding: 0;
    margin: 0;
    opacity: 0.5;
}

.custom_modal .modal-header .close:hover {
    opacity: 1;
}

.custom_modal .modal-header .close:focus {
    outline: none;
}

.custom_modal .btn-primary {
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
    margin: 4px;
}

.custom_modal .btn:focus {
    outline: none !important;
}

.custom_modal .btn-primary:hover {
    background-color: #42a6f5 !important;
    border-color: #37a1f4 !important;
}

.custom_modal .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.35rem rgb(28 128 207 / 50%);
    box-shadow: 0 0 0 0.35rem rgb(28 128 207 / 50%);
}

.custom_modal .btn-secondary:hover {
    color: #fff;
}

.custom_modal .btn-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 50%);
    -webkit-box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 50%);
    color: #fff !important;
}

@media (min-width: 576px) {
    .custom_modal .modal-dialog {
        max-width: 500px;
        width: 100%;
    }
}


/*========== MODAL_CSS_END ==============*/


/*======== RESPONSIVE-START ===========*/

@media screen and (min-width: 468px) and (max-width: 750px) {
    /* @media screen and (min-width: 992px) and (max-width: 1439px){ */
    .sidebar {
        width: 70px;
    }
    .activeClient {
        padding-left: 70px;
    }
    .header {
        width: calc(100% - 70px);
    }
    .sidebar-logo {
        padding: 12px 15px;
    }
    .sidebar:not(.active) .sidebar-inner .sidebar-menu li.dropdown .arrow,
    .sidebar span.title,
    .sidebar .dropdown-menu {
        opacity: 0;
    }
    .sidebar.active span.title,
    .sidebar.active span.arrow,
    .sidebar.active .logo-text {
        opacity: 1;
    }
    .sidebar.active {
        /* width:280px; */
        width: 305px;
    }
    .sidebar.active+.header {
        /* width: calc(100% - 280px); */
        width: calc(100% - 305px);
    }
    .activeClient.active {
        /* padding-left: 300px; */
        padding-left: 325px;
    }
    .sidebar.active .sidebar-menu {
        overflow: auto;
    }
}

@media screen and (max-width: 468px) {
    .header {
        width: 100%;
    }
    .sidebar {
        /* left: -280px; */
        left: -305px;
        /* width: calc(280px - 30px); */
        width: calc(305px - 30px);
    }
    .sidebar .sidebar-logo,
    .sidebar.active .sidebar-logo {
        padding: 12px 30px;
    }
    .sidebar.active {
        left: 0;
        /* width: 280px */
        width: 305px
    }
    .mobile_Toggle {
        display: block;
    }
    .activeClient,
    .activeClient.active {
        padding-left: 0;
    }
    .sidebar.active+.header {
        width: 100%;
    }
    .sidebar.active span.title,
    .sidebar.active span.arrow,
    .sidebar.active .logo-text {
        opacity: 1;
    }
}


/*=========== RESPONSIVE-END ===========*/


/*=========== BADGE CSS ===========*/

.badge-secondary {
    color: white;
    border-color: #bce0fb;
    background-color: #2196f3;
    font-weight: 400;
}

.header .header-container .nav-left .notifications .counter,
.header .header-container .nav-right .notifications .counter {
    background-color: #ff3c7e;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 3px 5.5px;
    position: absolute;
    right: 6px;
    top: 12px;
}

.header .header-container .nav-left .notifications .dropdown-menu,
.header .header-container .nav-right .notifications .dropdown-menu {
    min-width: 350px;
    padding: 0;
}

.header .header-container .nav-right .dropdown-menu {
    left: auto;
    right: 0;
}

.header .header-container .dropdown-menu {
    margin: 0;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: -webkit-transform 0.15s ease-out;
    transition: -webkit-transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

.header .header-container .nav-right .dropdown-menu>li {
    width: 100%;
}

.bdB {
    border-bottom: 1px solid rgba(0, 0, 0, 0.0625) !important;
}

.pX-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pY-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.header .header-container .nav-right .dropdown-menu>li {
    width: 100%;
}

.fsz-sm {
    font-size: 1.25rem !important;
}

.p-0 {
    padding: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.lis-n {
    list-style: none;
}

.pos-r {
    position: relative !important;
}

.c-grey-800,
.cH-grey-800:hover {
    color: #565a5c !important;
}

.td-n {
    text-decoration: none !important;
}

.peers {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.fxw-nw {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.mR-15 {
    margin-right: 15px !important;
}

.list-notification .peer-content {
    display: block;
}


/* .peer {
  display: block;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.peer > img {
  max-width: none;
} */

.bdrs-50p {
    border-radius: 50% !important;
}

.w-3r,
.sz-3r {
    width: 3rem;
}

.peer-greed {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.c-grey-600,
.cH-grey-600:hover {
    color: #7c8695 !important;
}

.text-dark {
    color: #212529 !important;
}

.m-0 {
    margin: 0px !important;
}

.fsz-xs {
    font-size: 0.95rem !important;
}

.p-20 {
    padding: 20px !important;
}

.list-notification {
    max-height: 350px;
    overflow: auto;
}

.dropdown-toggle::after {
    display: none;
}

.is-unread {
    background-color: #eee;
}

#share-client-modal .user-type {
    margin-top: 10px;
}

.bgc-white,
.bgcH-white:hover {
    background-color: #ffffff !important;
}

.user-state .peer {
    display: block;
    height: auto;
}

.d-ib {
    display: inline-block !important;
}

.lh-0 {
    line-height: 0 !important;
}

.va-m {
    vertical-align: middle !important;
}

.bdrs-10em {
    border-radius: 10em !important;
}

.c-green-500,
.cH-green-500:hover {
    color: #4caf50 !important;
}

.c-red-500,
.cH-red-500:hover {
    color: #f44336 !important;
}

.c-purple-500,
.cH-purple-500:hover {
    color: #9c27b0 !important;
}

.c-blue-500,
.cH-blue-500:hover {
    color: #2196f3 !important;
}

.bgc-green-50,
.bgcH-green-50:hover {
    background-color: #e8f5e9 !important;
}

.bgc-red-50,
.bgcH-red-50:hover {
    background-color: #ffebee !important;
}

.bgc-orange-50,
.bgcH-orange-50:hover {
    background-color: #ffebee !important;
}

.bgc-purple-50,
.bgcH-purple-50:hover {
    background-color: #f3e5f5 !important;
}

.bgc-blue-50,
.bgcH-blue-50:hover {
    background-color: #e3f2fd !important;
}

.bl-green {
    border-left: 4px solid #4caf50 !important;
}

.bl-red {
    border-left: 4px solid #f44336 !important;
}

.bl-purple {
    border-left: 4px solid #9c27b0 !important;
}

.bl-blue {
    border-left: 4px solid #2196f3 !important;
}

.br-red {
    border-right: 4px solid #d9534f;
}

.pX-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.user-state h6 {
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 1.3rem;
}

.material-switch>input[type="checkbox"] {
    display: none;
}

.material-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch>label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch>label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: 20px;
}

.user-state a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rating {
    border: none;
}

.rating>.main-rating-container {
    float: left;
}

.main-rating-container>[id^="star"] {
    display: none
}

.main-rating-container>label:before {
    margin: 5px;
    font-size: 1.50em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005"
}

.main-rating-container>label {
    color: #ddd;
    float: right
}

.main-rating-container>[id^="star"]:checked~label,
.main-rating-container:not(:checked)>label:hover,
.main-rating-container:not(:checked)>label:hover~label {
    color: #FFD700
}

.main-rating-container>[id^="star"]:checked+label:hover,
.main-rating-container>[id^="star"]:checked~label:hover,
.main-rating-container>label:hover~[id^="star"]:checked~label,
.main-rating-container>[id^="star"]:checked~label:hover~label {
    color: #FFED85
}

.uploaded-files-container {
    display: block;
    padding: 10px 0;
}

.menu-active {
    /* background-color: #a0a0a0; */
}

.menu-active a {
    color: #fff !important;
    font-weight: bold !important;
}

.menu-active a:hover {
    /* background-color: #a0a0a0 !important; */
    color: #fff !important;
}

.sidebar-menu li.menu-active {
    background-color: #004cd9 !important;
}

.sidebar-menu .dropdown-menu>li>a:focus,
.sidebar-menu .dropdown-menu>li>a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: transparent !important;
}

.client-select2-container .select2-container,
.service-provider-select2-container .select2-container,
.service-select2-container .select2-container {
    margin-top: 10px !important;
    display: block !important;
}

.client-select2-container .select2-container .select2-selection--multiple,
.client-select2-container .select2-container .select2-selection--single,
.service-provider-select2-container .select2-container .select2-selection--multiple,
.service-provider-select2-container .select2-container .select2-selection--single,
.service-select2-container .select2-container .select2-selection--multiple,
.service-select2-container .select2-container .select2-selection--single {
    min-height: 36px !important;
    padding-top: 2px !important;
    padding-left: 4px !important;
    border: 1px solid #ced4da !important;
}

.sidebar-menu .dropdown-menu li {
    /* list-style-type: circle; */
    /* list-style-type: disc; */
}

.json-resp .string {
    color: green;
}

.json-resp .number {
    color: darkorange;
}

.json-resp .boolean {
    color: blue;
}

.json-resp .null {
    color: magenta;
}

.json-resp .key {
    color: red;
}

.sidebar-menu li.has-sub .arrow {
    line-height: 25px !important;
}

.overflow-service-text {
    overflow: hidden;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.budget-state .card-body h4 {
    font-size: 17px !important;
}

.overflow-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
    display: block
}

.custom-badge {
    border-radius: 50px;
    width: auto;
    height: auto;
    min-width: 12px;
    align-items: center;
    padding: 9px;
    box-shadow: 1px 0.1px 10px #0a497c30;
    -webkit-transition: all 0.2s ease;
}

.user-pair .client-files-badge {
    height: 15px !important;
    width: 15px !important;
    min-height: 15px !important;
    min-width: 15px !important;
}

.add-payment-link-container {
    font-size: 15px;
    font-weight: bold;
}

.invoice-container #accordion {
    margin: auto;
    max-width: 500px;
}

.invoice-container .panel-heading a {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 13px;
}

.invoice-container .panel-heading a::after {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
}

.invoice-container .panel-heading a[aria-expanded="true"]::after {
    transform: rotate(-135deg);
    top: 5px;
}

.invoice-container .transaction-table tbody td {
    font-weight: normal;
}

.invoice-container .nav-pills .nav-link.active,
.invoice-container .nav-pills .show>.nav-link {
    color: #000;
    border-bottom: 3px solid #007bff;
    border-radius: 0;
    font-weight: bold;
    background: transparent;
}

.invoice-container .nav-pills .nav-link {
    color: #565A5C;
}

.invoice-pdf-preview-section .preview-container {
    padding: 30px;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 0px 15px 0px #ccc;
}

.invoice-container .bootstrap-tagsinput {
    display: block;
    margin-top: 10px;
    line-height: 27px;
}


/** Utility Classes **/

.m-r-0 {
    margin-right: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-b-15 {
    margin-bottom: 10px !important;
}

.text-muted {
    color: #6c757d!important;
}

.image-delete-btn {
    padding: 0 10;
    display: inline-block;
    padding: 8px 12px;
    line-height: 15px;
    transition: all ease 0.2s;
    margin-top: 8px;
}


/** End **/

.mainBtnDanger {
    background: #d9534f !important;
    border-color: #bb4a46 !important;
}

.mainBtnDanger:hover {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}


/* Ripple effect */


/* .mainBtn {
    outline: none;
    background-position: center !important;
    transition: background 0.8s !important;
}

.mainBtn:hover {
    outline: none;
    background: #063792 radial-gradient(circle, transparent 1%, #063792 1%) center/15000% !important;
}

.mainBtn {
    outline: none;
    background: #063792 radial-gradient(circle, transparent 1%, #063792 1%) center/15000% !important;
}

.mainBtn:active {
    background-color: #6eb9f7 !important;
    background-size: 100% !important;
    transition: background 0s !important;
} */


/* .mainBtn:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
} */


/* .mainBtn {
    background-color: #7c7cef;
    color: #ffffff;
    border: none;
    display: inline-block;
    padding: 16px 20px;
    font-size: 16px;
    min-width: 200px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transform-origin: center center;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 1px;
} */

.mainBtn:focus,
.mainBtn:active {
    outline: 0;
    box-shadow: none;
}

.mainBtn {
    /* Commented this line for the task "Mouse over toolip pover actions icons" */
    /* overflow: hidden; */
    z-index: 1;
    margin: -12px auto;
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    transform: scale(0);
    animation: ripple-animation 0.5s linear;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.breadcrumb {
    padding: 0;
    margin-bottom: 5px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}