
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-size: 14px;
    /* color: #72777a; */
    line-height: 1.5;
    letter-spacing: 0.2px;
}
.clintFolder{
    max-width:100%;
    min-height:unset;
}
.activeClient{
    padding-top: 50px;
    padding-left: 300px;
    -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: #fff;
    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;
    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 img {
    width: 50%;
}

.sidebar.active .sidebar-logo .logo img {
    width: 100%;
}

.sidebar-logo .logo-text {
    color: #313435;
    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;
}
.sidebar-menu > li:first-child{
    margin-top: 30px;
}
.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{
    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{
    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;
    height: 35px;
    left: 0;
    line-height: 35px;
    margin-right: 14px;
    position: relative;
    text-align: center;
    width: 35px;
}
.sidebar-menu > li > a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 15px;
    position: relative;
    white-space: nowrap;
    color:#72777a;
}
.sidebar-menu li a:hover,
.sidebar-menu li a:focus {
    color: #313435;
}
.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: 53px;
    padding-top: 0;
    position: relative;
    transition: unset;
    display: none;
}
/* .sidebar-menu > li.dropdown.open ul.dropdown-menu{
    display: block;
} */
.sidebar-menu > li.dropdown .sidebar-link.open + ul.dropdown-menu{
    display: block;
}
.sidebar-menu > li.dropdown ul.dropdown-menu > li > a {
    display: block;
    padding: 10px 15px;
    color: #72777a;
    font-weight: 400;
}
.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);
    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: 14px;
    color:#72777a;
    font-weight: 400;
}
.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: #313435;
}
.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;
    margin-top: 10px;
}
.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: 8px 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: 14px;
    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-weight: 600;
    padding: 8px 12px;
    line-height: 20px;
    border: 0;
    transition: all ease 0.2s;
    margin-top: 8px;
}

.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-top: 10px;
    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: 14px;
    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: 992px) and (max-width: 1366px) {
  /* @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{
        opacity:0;
    }
    .sidebar.active span.title,
    .sidebar.active span.arrow,
    .sidebar.active .logo-text{
        opacity:1;
    }
    .sidebar.active {
        width:280px;
    }
    .sidebar.active + .header {
       width: calc(100% - 280px);
    }
    .activeClient.active {
        padding-left: 300px;
    }
}
@media screen and (max-width: 991px){
    .header{
        width:100%;
    }
    .sidebar {
        left: -280px;
        width: calc(280px - 30px);
    }
    .sidebar .sidebar-logo,
    .sidebar.active .sidebar-logo{
        padding:12px 30px;
    }
    .sidebar.active {
        left: 0;
        width: 280px
    }
    .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: #145a92;
    border-color: #bce0fb;
    background-color: #d3eafd;
    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;
}

.sweet-overlay {
    z-index: 99999 !important;
}

.sweet-alert {
    z-index: 99999 !important;
}

.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;
}

.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; }

.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-purple-50,
.bgcH-purple-50:hover {
  background-color: #f3e5f5 !important;
}

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

/** Utility Classes **/
.m-r-0 {
  margin-right: 0 !important;
}
.m-r-5 {
    margin-right: 5px !important;
}
.m-r-10 {
    margin-right: 10px !important;
}
.m-r-15 {
    margin-right: 15px !important;
}
.m-r-20 {
    margin-right: 20px !important;
}
.m-r-25 {
    margin-right: 25px !important;
}
.m-b-0 {
    margin-bottom: 0 !important;
}
.m-b-5 {
    margin-bottom: 5px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-15 {
    margin-bottom: 15px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-25 {
    margin-bottom: 25px !important;
}
/** End **/
