body {
    background-color: #ffffff;
}

h1 {
    font-size: 22px;
    font-weight: bold;
}
h2 {
    font-size: 20px;
    font-weight: bold;
}
h3 {
    font-size: 18px;
    font-weight: bold;
}
h4 {
    font-size: 16px;
    font-weight: bold;
}


/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #d2d2d2;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #424a99;
    border-radius: 20px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover{
    background: #555;
    cursor: pointer;
}

.m-visible {
    display: none;
}

.layout-client {
    font-size: 0.85rem;
}

.btn {
    text-transform: none;
    letter-spacing: 1.2px;
}
label.btn {
    letter-spacing: 0;
}

.btn.btn-success {
    background-color: #424a99;
}
.btn.btn-link {
    border: 1px solid #424a99;
    color: #424a99;
}

a {
    color: #fff;
}

.va-top {
    vertical-align: top;
}

.bmd-form-group {
    padding: 0;
}
.form-group {
    margin: 0 0 20px 0;
}
.form-group .form-select-w {
    position: relative;
}
.form-group .form-select-w:after {
    position: absolute;
    z-index: 10;
    top: 12px;
    right: 0;
    pointer-events: none;
    font-family: "Material Icons";
    font-size: 20px;
    content: "\e5c5";
}

.form-errors ul {
    padding: 0;
    margin: 0;
    list-style: disc inside;
}

.bmd-form-group [class^="bmd-label"] {
    position: static;
display:inline-block;
}

.d-justify-sb-c {
    justify-content: space-between;
    align-items: center;
}
.d-justify-l-c {
    align-items: center;
}

.user-smallimage img {
    max-width: 30px;
    border-radius: 15px;
}
.user-mediumimage img {
    max-width: 50px;
    border-radius: 25px;
}

.is-focused .form-control {
    background-image: linear-gradient(to top, #424a99 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'] {
    color: #fff;
}
.form-check .form-check-input:checked ~ .form-check-sign .check {
    background-color: #ffffff;
}
.form-check .form-check-input:checked ~ .form-check-sign .check:before {
    color: #fff;
}
.form-check .form-check-sign .check {
    border: 1px solid #fff;
}

.vh-100 {
    height: 100vh;
}
.user-form {
    max-width: 350px;
    margin: 0 auto;
    margin-top: 13%;
}

.user-form.register-page{
     margin-top: 15px;
}

.user-form h2 {
    margin: 25px 0;
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
}

.user-form-ra {
    max-width: 390px;
    margin: 0 auto;
}

.user-form-ra h2 {
    margin: 0 0 30px 0;
    font-weight: bold;
}

.user-form-ra .card {
    background: rgba(108, 190, 69, 0.05);
    border: 1px solid #424a99;
    cursor: pointer;
}

.user-form-ra .card h4 {
    font-family: Roboto;
    letter-spacing: 1px;
}

.user-form-ra .card .material-icons {
    margin: 0 8px 0 0;
    vertical-align: text-top;
}

.sidebar-image {
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
}
.sb-login {
    background-image: url(../images/login-bg.png);
    height:100vh;
    background-size: 85%;
    background-position-y: 42%;
    background-position-x: left;
}
.sb-forgot {
    background-image: url(../images/login-bg.png);
    height:100vh;
    background-size: 85%;
    background-position-y: 42%;
    background-position-x: left;
}
.sb-register {
    background-image: url(../images/login-bg.png);
    background-size: 85%;
    background-position-y: 42%;
    background-position-x: left;
}
/* Sidebar */

.sidebar {
    background-color: #363740;
    box-shadow: none;
}
.sidebar.profile-empty:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    content: " ";
}

.sidebar-logo {
    position: relative;
    z-index: 5;
    padding: 22px 22px 0 22px;
}
.sidebar-logo a {
    display: flex;
    color: #A4A6B3;
}
.sidebar-logo a img {
    max-width: 44px;
    margin: 0 15px 0 0;
    border-radius: 22px;
}
.sidebar-logo a span span {
    color: #ffffff;
}

.sidebar-logo-bottom {
    position: absolute;
    text-align: center;
    width: 100%;
}
.sidebar-logo-bottom img {
    width: 80%;
}

.sidebar .nav li a {
    margin: 10px 0 0 0;
    color: #A4A6B3;
}
.sidebar .nav li:first-child > a {
    margin: 0;
}
.sidebar .nav li.active > a {
    background-color: rgba(200, 200, 200, 0.2);
    box-shadow: none;
}
.sidebar .nav li:hover > a {
    color: #ffffff;
}
.sidebar .nav li.bottom-one {
    position: absolute;
    width: 100%;
    bottom: 100px;
}
.sidebar .nav li.bottom-two {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.sidebar .nav li.bottom-two .sidebar-logo-bottom {
    position: static;
}

.sidebar .nav li.bottom-two img {
    max-width: 44px;
}

.sidebar-wrapper .nav li > a span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 0 0 5px;
    background-color: #424a99;
    color: #ffffff;
    border-radius: 12px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}

.main-panel > .content {
    margin-top: 0;
}

.navbar-form {
    text-align: center;
}
.navbar-form img {
    display: block;
}
.navbar-form a {
    color: #A4A6B3;
}

/* PROFILE */

.profile-empty-notice {
    width: 100%;
    min-height: 50px;
    background-color: #FFEEDE;
    padding: 13px 30px;
    margin: 0 30px 0 0;
    border-radius: 7px;
    color: #353535;
}
.profile-empty-notice > span {
    vertical-align: middle;
}

.profile-photo-upload {
    margin: 20px 0 45px 0; 
}
.profile-photo-upload > span {
    vertical-align: top;    
}
.profile-photo-upload > span a {
    color: #424a99;
}

.profile-services {
    margin: 25px 0 0 0;
    font-size: 16px;
}
.profile-services > div {
    margin: 0 28px 20px 0;
}

.profile-services input {
    display: none;
}

.profile-services input:checked+label {
    background-color: #EE9F00;
    color: #ffffff;
}

.profile-services label.btn {
    margin: 0;
    padding: 11px 28px;
    text-transform: none;
    font-size: 16px;
}

/* DASHBOARD */

.dashboard-head {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin: 0 0 40px 0;
}

.dashboard-head .blk-progress-title {
    position: absolute;
    left: 0;
}

.dashboard-head .blk-progress {
    display: flex;
    justify-content: space-between;
    padding: 20px 24px;
    width: 350px;
    border: 1px solid #DADADA;
    border-radius: 10px;
}

.dashboard-head .blk-progress .blk-progress-info h4 {
    margin: 0 0 25px 0;
}

.dashboard-head .blk-progress .blk-progress-info p {
    margin: 0;
}
.dashboard-head .blk-progress .blk-progress-info span {
    font-size: 25px;
    font-weight: bold;
}

.dashboard-head .blk-progress .blk-progress-diagram {
    position: relative;
}
.dashboard-head .blk-progress .blk-progress-diagram span {
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translate(-50%);
    font-size: 1.3rem;
}

.cc-svg {
    display: block;
    width: 92px;
    height: 92px;
}
.cc-path {
    stroke: #EE9F00;
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}
.cc-path-bg {
    stroke: #DBDBDB;
}

.dashboard-item,
.dashboard-item-new {
    margin: 0 0 24px 0;
}

.dashboard-item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 66px;
    background-color: #F8F8F8;
    padding: 0 32px;
    color: #ACACAC;
    border-radius: 6px;
}
.dashboard-item-head .dashboard-item-rsps-m {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
    line-height: 1.2;
    font-weight: bold;
    color: #515151;
}
.dashboard-item-head .dashboard-item-rsps {
    display: flex;
    align-items: center;
}
.dashboard-item-head .dashboard-item-rsps .suggested-rsp {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 30px;
    border-radius: 20px;
    background-color: #E19500;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.dashboard-item-head .dashboard-item-srv {
    width: 90%;
}
.dashboard-item-head .dashboard-item-srv strong {
    margin: 0 0 0 20px;
    font-weight: bold;
    color: #515151;
}
.dashboard-item-head .dashboard-item-rsp,
.dashboard-item-head .dashboard-item-cm {
    line-height: 1.2;
    margin: 0 30px 0 0;
}

.dashboard-item-head .dashboard-item-rsp img,
.dashboard-item-head .dashboard-item-cm img {
    margin: 0 12px 0 0;
}

.dashboard-item-head .dashboard-item-rsp strong,
.dashboard-item-head .dashboard-item-cm strong {
    display: block;
    font-weight: bold;
    color: #515151;
}

.dashboard-item-head .dashboard-item-tasks-all,
.dashboard-item-head .dashboard-item-tasks-active {
    white-space: nowrap;
    margin: 0 15px 0 0;
}

.dashboard-item-head .dashboard-item-tasks-all span,
.dashboard-item-head .dashboard-item-tasks-active span {
    display: inline-block;
    margin: 0 0 0 12px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}

.dashboard-item-head .dashboard-item-tasks-all span {
    background: #EE9F00;
}
.dashboard-item-head .dashboard-item-tasks-active span {
    background: #ACACAC;
}
.dashboard-item-head .dashboard-item-toggle {
    display: inline-block;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    transition: transform 0.3s ease;
}
.dashboard-item-head .dashboard-item-toggle span {
    color: #424a99;
}

.dashboard-item-body {
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}
.dashboard-item-body table {
    width: 100%;
}
.dashboard-item-body table tr th {
    padding: 12px 10px;
}
.dashboard-item-body table tr td {
    border-top: 1px solid #e1e1e1;
    padding: 15px 10px;
    vertical-align: middle;
}
.dashboard-item-body table tr th:first-of-type,
.dashboard-item-body table tr td:first-of-type {
    padding-left: 32px;
}
.dashboard-item-body table tr th:last-of-type,
.dashboard-item-body table tr td:last-of-type {
    padding-right: 32px;
}
.dashboard-item-body table tr td a {
    font-weight: bold;
}

.dashboard-item-body table tr td span.status {
    display: inline-block;
    background: #ACACAC;
    padding: 1px 12px;
    border-radius: 8px;
    color: #ffffff;
}
.dashboard-item-body table tr td span.status.closed {
    background: #EE9F00;
}

.dashboard-item.collapsed .dashboard-item-head .dashboard-item-toggle {
    transform: rotate(180deg);
}

.list-rsp {
    margin: 20px 0 0 0;
}
.list-rsp tr td {
    padding: 6px 10px;
}
.list-rsp tr td:first-of-type {
    padding-left: 0;
} 
.list-rsp tr td:last-of-type {
    padding-right: 0;
}

.ss-details {
    padding: 20px 25px;
    margin: 25px 0 0 0;
    background-color: #F8F8F8;
    border-radius: 10px;    
}
.ss-details .ss-details-status span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #A4A6B3;
}
.ss-details .ss-details-status span.active {
    color: #EE9F00;
}
.ss-details h3 {
    margin: 0 0 10px 0;
}
.ss-details dl:last-of-type,
.ss-details dl:last-of-type dd {
    margin: 0;
}

.task-timeline-w {
    position: relative;
    display: flex;
    margin: 0 0 15px 0;
}

.task-timeline-status {
    position: relative;
    flex-basis: 25%;
    font-size: 14px;
    border-bottom: 3px solid #c9c9c9;
    padding: 0 0 30px 0;
}
.task-timeline-status:after {
    display: block;
    position: absolute;
    bottom: -10px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #C9C9C9;
    content: " ";
}
.task-timeline-status strong {
    display: block;
    font-weight: bold;
}
.task-timeline-status strong.task-status-change {
    cursor: pointer;
    color: #EE9F00;
}

.task-timeline-status span {
    display: block;
}

.task-timeline-status.complete {
    border-bottom: 3px solid #EE9F00;
}
.task-timeline-status.started:after {
    bottom: -12px;
    left: -5px;
    background-color: #ffffff;
    border: 4px solid #ee9f00;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    font-family: "Material Icons";
    font-size: 17px;
    line-height: 18px;
    content: "\e5ca";
    color: #ee9f00;
    text-align: center;
}
.task-timeline-status:last-of-type {
    border-bottom: 3px solid transparent;
}

.page-navigation {
    margin: 0 0 25px 0;
}
.page-navigation .breadcrumbs {
    margin: 0 0 20px 0;
}
.page-navigation strong {
    font-weight: bold;
}
.page-navigation a {
    font-size: 15px;
}

.profile-columns {
    display: flex;
}
.profile-column {
    width: 75%;
}
.profile-column+.profile-column {
    width: 25%;
}

.profile-view-head {
    display: flex;
    justify-content: space-between;
}
.profile-name img {
    max-width: 66px;
    align-self: center;
    margin: 0 20px 0 0;
}

.profile-completeness {
    position: relative;
    width: 125px;
    padding: 0 0 3px 0;
    margin: 0 0 20px 0;
}
.profile-completeness:before,
.profile-completeness:after 
{
    display: block;
    position: absolute;
    bottom: -5px;
    height: 5px;
    border-radius: 5px;
    content: " ";
}
.profile-completeness:before {
    background-color: #E3E3E3;
    width: 100%;
}
.profile-completeness:after {
    background-color: #EE9F00;
    width: var(--profile-completeness);
}

.profile-info {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 20px 25px;
    margin: 25px 0 0 0;
}
.profile-info h3 {
    margin: 0 0 10px 0;
}
.profile-info h4 {
    margin: 15px 0 8px 0;
    padding: 10px 0 0 0;
    border-top: 1px dotted #999999;
}
.profile-info h4:first-of-type {
    margin: 0 0 8px 0;
    padding: 0;
    border-top: none;
}

.profile-info dl:last-of-type,
.profile-info dl:last-of-type dd {
    margin: 0;
}

.profile-sidebar {
    background-color: #F0F0F0;
    padding: 30px 24px;
    margin: -30px -15px -30px 0;
}
.profile-sidebar h2 {
    margin: 0 0 20px 0;
}

.profile-sidebar .profile-sidebar-item {
    position: relative;
    background-color: #ffffff;
    padding: 16px 18px;
    margin: 0 0 17px 0;
    border-radius: 10px;
    font-size: 14px;
}

.profile-sidebar .profile-sidebar-item h3 {
    margin: 0 0 20px 0;
    font-size: 16px;
}

.profile-sidebar .profile-sidebar-item p {
    margin: 0;
}

.profile-sidebar .profile-section-filled {
    position: absolute;
    right: 18px;
    background-color: #ffffff;
    border: 1px solid #E19500;
    border-radius: 10px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #E19500;
}
.profile-sidebar .profile-section-filled span {
    vertical-align: text-bottom;
    font-size: 19px;
}
.profile-sidebar .profile-ss .btn {
    display: block;
    white-space: normal;
    background-color: #E19500;
}


.profile-offence {
    padding: 20px 25px;
    margin: 25px 0 0 0;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.profile-certificates:after {
    display: block; clear: both; content: " ";
}

.profile-certificate {
    float: left;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 20px 25px;
    margin: 0 20px 20px 0;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    width: 490px;
    min-height: 280px;
}

.profile-certificate-info {
    width: 70%;
}

.profile-certificate-new {
    justify-content: center;
    align-items: center;
}

.profile-certificate-upload {
    position: relative;
    display: inline-block;
}
.profile-certificate-upload .cl-cert-file {
    display: none;
}
.profile-certificate-delfile {
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid #C4C4C4;
    border-radius: 15px;
    background-color: #ffffff;
}
.profile-certificate-delfile span {
    display: block;
    position: absolute;
    top: 13px;
    left: 6px;
    width: 15px;
    height: 2px;
    background-color: #333333;
    transform: rotate(45deg);
}
.profile-certificate-delfile span+span {
    position: absolute;
    transform: rotate(135deg);
}

.profile-certificate-upload-btn {
    display: none;
}

.profile-employments:after {
    display: block; clear: both; content: " ";
}
.profile-employment {
    float: left;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 20px 25px;
    margin: 0 20px 20px 0;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    width: 490px;
    min-height: 280px;
}

.profile-employment-info {
    width: 70%;
}

.profile-employment-new {
    justify-content: center;
    align-items: center;
}

.settings-sidebar {
    background-color: #F0F0F0;
    padding: 30px 24px;
    margin: -30px -30px -30px 0;
    min-height: 100vh;
}
.settings-sidebar h2 {
    margin: 0 0 20px 0;
}

.int-timeline p {
    text-align: center;
}

.int-timeline table {
    margin: 0 0 40px 0;
    font-size: 0.8rem;
}

.int-timeline table tr td {
    padding: 6px 10px;
}
.int-timeline table tr td img {
    width: 30px;
    border-radius: 15px;
}
.int-timeline table tr td.client-name {
    white-space: nowrap;
    line-height: 1.5;
}

.int-timeline table tr td.client-name strong {
    display: block;
    font-weight: bold;
}

.int-timeline table tr td a {
    font-weight: bold;
}

.prizes {
    display: flex;
    flex-wrap: wrap;
}

.prize {
    position: relative;
    margin: 0 20px 20px 0;
    width: 171px;
    height: 320px;
    background: transparent url(../images/prize.png) 0 0 no-repeat;
    color: #04814e;
}

.prize .prize-amount,
.prize .prize-name,
.prize .prize-descr {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.prize .prize-amount {
    top: 115px;
    font-size: 30px;
    font-weight: 900;
}
.prize .prize-name {
    top: 161px;
    font-size: 12px;
    font-weight: bold;
}
.prize .prize-descr {
    top: 191px;
    width: 92%;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
}

.user-block {
    color: #ACACAC;
    line-height: 1.4;
}

.user-block strong {
    display: block;
    font-weight: bold;
    color: #515151;
}
.user-block strong a {
    color: #515151;
}

.user-block .user-smallimage img {
    margin: 0 12px 0 0;
    max-width: 40px;
}

.client-page-chats .content {
    padding: 0;
}

.chats {
    height: 100vh;
}
.chats-left {
    overflow-y: scroll;
    height: 100vh;
    border-right: 1px solid #eeeeee;
}

.chats-sidebar {
    padding: 30px 0 0 0;
}

.chats-contact {
    display: flex;
    margin: 0 -15px;
    padding: 10px 15px;
    border-bottom: 1px solid #eeeeee;
    font-size: 0.75rem;
    cursor: pointer;
}
.chats-contact.selected {
    background-color: #F8F8F8;
}

.chats-contact .chats-contact-image {
    flex-shrink: 0;
    width: 50px;
}
.chats-contact .chats-contact-image img {
    max-width: 100%;
    border-radius: 25px;
}

.chats-contact .chats-contact-info {
    padding: 0 12px;
    line-height: 1.4;
    width: 70%;
}
.chats-contact .chats-contact-info strong {
    display: block;
    font-weight: bold;
}
.chats-contact .chats-contact-info strong a {
    color: #515151;
}

.chats-contact .chats-contact-info span {
    color: #ACACAC;
}
.chats-contact .chats-contact-info p {
    height: 20px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chats-contact .chats-contact-date {
    width: 80px;
}
.chats-contact .chats-contact-date p {
    margin: 0;
    font-size: 0.8rem;
}

.chats-contact .chats-contact-date span {
    float: right;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #6AC440;
    border-radius: 12px;
    color: #ffffff;
    text-align: center;
}

.chats-team-contacts {
    margin: 20px 0 0 0;
}
.chats-team-contacts:first-of-type {
    margin: 30px 0 0 0;
}
.chats-team-contacts .chats-team-contact {
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
}
.chats-team-contacts .chats-team-contact .user-mediumimage {
    margin: 0 10px 0 0;
}
.chats-team-contacts .chats-team-contact a {
    font-weight: bold;
    color: #515151;
}

.chat-head {
    padding: 15px;
}

.chat-body {
    padding: 20px 15px;
    margin: 0 -15px;
    background-color: #F8F8F8;
    height: calc(100vh - 148px);
    overflow-y: scroll;
}

.chat-msg {
    margin: 0 0 20px 0;
}
.chat-msg.chat-msg-my {
    text-align: right;
}
.chat-msg span {
    display: block;
    font-size: 0.7rem;
}
.chat-msg p {
    display: inline-block;
    max-width: 75%;
    background-color: #ffffff;
    border: 1px solid #EDEDED;
    padding: 10px 16px;
    margin: 12px 0 0 0;
    border-radius: 10px;
}

.chat-msg-unread {
    position: relative;
}
.chat-msg-unread:before  {
    position: relative;
    top: 12px;
    left: 0;
    display: block;
    background-color: #D8D8D8;
    height: 1px;
    content: " ";
}
.chat-msg-unread span {
    position: relative;
    display: inline-block;
    background-color: #F8F8F8;
    padding: 0 30px 0 0;
    color: #D8D8D8;
}

.chat-new-msg form {
    margin: 0;
}
.chat-new-msg-form {
    display: flex;
    padding: 15px 0;
}
.chat-new-msg-form input {
    border: 1px solid #E0E0E0;
    padding: 10px 16px;
    width: 99%;
    border-radius: 10px;
}
.chat-new-msg-form button {
    background-color: #ffffff;
    border: none;
    padding: 10px;
    color: #ACACAC;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}
.chat-new-msg-form button:focus {
    outline: none;
}

.profile-column {
    width: 75%;
    padding: 0 30px 0 15px;
}
.profile-column+.profile-column {
    width: 25%;
    padding: 0;
}

.google-visualization-tooltip {
    height: auto !important;
}
.google-visualization-tooltip-item-list .google-visualization-tooltip-item {
    white-space: nowrap;
}
.google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child {
    display: none;
}

/*--------------datatables 10-feb---------------*/

.table-responsive.round-table{
    border: 1px solid #ddd;
    border-radius: 20px 20px 0 0;
}
.cus-datatable.table-responsive.round-table{
    margin-bottom: 20px;
}
.cus-datatable.round-table .mdc-data-table{
    border-radius: 0;
    border-width: 0;
}
.cus-datatable div.dataTables_wrapper .mdc-data-table__cell{
    border: 0;
}
.cus-datatable div.dataTables_wrapper div.mdc-layout-grid{
    padding: 0;
}
div.dataTables_wrapper div.mdc-layout-grid:not(.dt-table) {
    padding: 5px 10px;
    background-color: #f6f6f6;
}
div.dataTables_wrapper div.mdc-layout-grid:last-child{
    background-color: transparent;
}
.cus-datatable.round-table table.mdl-data-table thead{
    background-color: #f6f6f6;
}
div.dataTables_wrapper div.dataTables_processing{
    position: absolute;
    top: 50.5%;
    left: 0;
    width: 100%;
    padding: 11px 0px;
    margin-left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 22px;
    border: 1px solid #ddd;
}


/*--------------notes-----------------*/



.noteslist-div {
    height: calc(100vh - 220px);
    overflow: auto;
}
ul.notlist-ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.notlist-ul > li {
    margin-bottom: 15px;
}
ul.notlist-ul > li > .notelist-desc {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
}
ul.notlist-ul > li > .notelist-date {
    font-size: 11px;
    color: #929292;
    text-align: right;
}
.notes-button-div{
    position: relative;
}
.notes-button-div button.btn {
    position: absolute;
    right: 5px;
    top: 1px;
    padding: 7px 20px;
}
.notes-button-div input.form-control {
    height: 45px;
    border: 0;
    padding: 0px 110px 0px 20px;
    border-radius: 100px;
    background-color: #fff;
    background-image: none;
}
.task-list-container {
    background: #e7e7e7;
    padding: 18px 50px 0px 132px;
    border-radius: 0;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: scroll;
    min-height: 500px;
}
.task-add-container{
    background: #e7e7e7;
}
.main-note {
    color: black;
    margin-bottom: 22px;
    background: white;
    border-radius: 4%;
    padding: 10px;
}

@media (max-width: 1480px) {
    .profile-column {
        width: 66%;
    }
    .profile-column+.profile-column {
        width: 34%;
    }
    .dashboard-head {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
    }
    .dashboard-head .blk-progress-title {
        position: static;
        flex-basis: 100%;
    }
    .dashboard-head .blk-progress {
        width: 32%;
    }
}
footer.footer-sec {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    padding: 5px 15px;
    text-align: center;
    float: right;
    font-size: 16px;
    color: #000;
    box-sizing: border-box;
    left: 0;
}
.main-panel {
    min-height: 100vh;
}
.modal-dialog .modal-footer{
    border-top: none;
    padding: 24px;
}
.modal-dialog .modal-body+.modal-footer{
    padding-top: 0;
}
.mg-bottom-10{ margin-bottom:10px; }
.mdc-data-table__cell a.btn.btn-link{
    border:0;}
.mdc-data-table__cell a.btn.btn-link img {
    width: 18px;
}
/*.main-panel{ padding-bottom: 50px; } */
a.plus-icon {
    font-size: 60px;	
    right: 40px;
    bottom: 20px;
    float:right;
}
.site_bottom {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.site_bottom p{
    font-size:12px;
    margin:5px 0;
}

.site_bottom p,
.site_bottom a{
    color:#aaa;
}

.site_bottom a:hover, .site_bottom a:focus{
    color: #424a99;
}


.reg_sign{
    min-height: 80vh;
    position: relative;
    overflow-y: scroll;
    height: 50vh;
}
.reg_sign .bmd-form-group .form-control, .reg_sign .bmd-form-group label, .reg_sign .bmd-form-group input::placeholder{
    color: #fff;
}
.reg_sign1
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.copy_bottom,
.copy_bottom a{
    font-size: 12px;
    color:#aaa;
    margin:5px 0;
}
.copy_bottom p{
    margin:0;
}
.copy_bottom a:hover{
    color:#424a99;
}
.cus-datatable td a.btn-sm{
    border:0px;
}
.cus-datatable td a.btn-sm img{
    width:20px;
}

@media (min-width: 991px) {
    .navbar .navbar-wrapper {
        display: none;
    }
}


@media (max-width: 1024px) {
    .dashboard-head .blk-progress {
        width: 49%;
    }

.sidebar-logo-bottom{
position:relative;
bottom:0;
top:20px;
}

}

@media (max-width: 768px) {
    .profile-columns {
        display: block;
    }
    .profile-column,
    .profile-column + .profile-column {
        width: auto;
        padding: 0;
    }
    .profile-sidebar {
        margin: 15px -15px 0 -15px;
    }
    .settings-sidebar {
        margin: 15px -30px 0 -30px;
    }
}

@media (max-width: 650px) {
    .site_bottom {
        position: static;
    }
    .reg_sign1 {
        position: static;
    }

    .dashboard-head .blk-progress {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .dashboard-item-new .dashboard-item-head {
        display: block;
        height: auto;
    }    
    .dashboard-item-head {
        padding: 10px 16px;
    }
    .dashboard-item-head .dashboard-item-rsp {
        margin: 0 0 10px 0;
    }

    .dashboard-item-head .dashboard-item-rsps {
        display: block;
    }
    .dashboard-item-body table tr th:first-of-type, .dashboard-item-body table tr td:first-of-type {
        padding-left: 10px;
    }
    .dashboard-item-body table tr th:last-of-type, .dashboard-item-body table tr td:last-of-type {
        padding-right: 10px;
    }
    .dashboard-item-tasks-active, .dashboard-item-x {
        display:inline-block;
    }

    .table_category .dashboard-item-head{
        display: block;
        height:auto;
        padding: 15px;
    }

    .chats-left.display-after {
        order: 2;
    }
    .chat-body {
    }
}

@media (max-width: 540px) {
    .profile-employment,
    .profile-certificate {
        float: none;
        width: auto;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 480px) {
    .m-hidden {
        display: none;
    }
    .m-visible {
        display: block;
    }

    .dashboard-item-head {
        display: block;
        height: auto;
    }

    .dashboard-item-head .dashboard-item-tasks-all,
    .dashboard-item-head .dashboard-item-tasks-active,
    .dashboard-item-x {
        margin: 10px 0 0 0;
    }
    .dashboard-item-x {
        float: right;
    }

    .profile-view-head {
        display: block;
    }
    .profile-view-head:after {
        display: block; clear: both; content: " ";
    }
    .profile-actions {
        float: right;
        text-align: right;
    }
    .profile-services .btn {
        white-space: normal;
    }
}

@media (max-width: 420px) {
    .user-form-ra {
        max-width: 90%;
    }
}
.times{ font-size: 12px; }
#cmform .select2-container { width:300px !important}
.ss-details .select2-container { width:100% !important}



@media (max-width: 1200px) {
    
    .sidebar-logo-bottom {
        position: relative;
        bottom: 0;
        top: 20px;
    }
}
label.error {
  color: red;
}
.material-switch > input[type="checkbox"] {
    display: none;   
}
.label-success {
  background-color: #5cb85c;
}
.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;
}
.faq-answer-section{ padding: 20px; margin-left: 30px; }
.displaynone{ display: none; }
.alert.alert-success{ background-color: #424a99 }
.tooltip > .tooltip-inner {width:450px !important;}
.tooltip-inner {
    max-width: 500px !important;
}
.no_web_page{
    margin-top: 20px;
    text-align: center;
    font-size: 17px;
    color: #fff;
}
#total_amount_sect{ margin-top: 20px; }
.search_app_form .bmd-form-group{float: left; margin-right: 10px;}
#search_aaps{
    float: left;
}
.add-web-tooltip{ margin-top: 13px; margin-right: 10px; }
.pad-rg-0{ padding-right: 0px; }

@media only screen and (min-width: 769px) {

    table.mdl-data-table.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.mdl-data-table.dtr-inline.collapsed > tbody > tr > th.dtr-control {
      position: relative;
      padding-left: 30px;
      cursor: pointer;
    }
    table.mdl-data-table.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.mdl-data-table.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {

        top: 50%;
        left: 5px;
        height: 1em;
        width: 1em;
        margin-top: -9px;
        display: block;
        position: absolute;
        color: white;
        border: .15em solid white;
        border-radius: 1em;
        box-shadow: 0 0 .2em #444;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: "Courier New",Courier,monospace;
        line-height: 1em;
        content: "+";
        background-color: #424a99;
    }
}
table.mdl-data-table > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 10px;
  padding: 5px;
}
table.mdl-data-table > tbody > tr.child ul.dtr-details > li {
  padding: 10px;
}
table.mdl-data-table > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.mdl-data-table > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dataTables_wrapper li::before {
  content: "";
}
@media only screen and (max-width: 768px) {

 table.mdl-data-table > tbody > tr.child{
    display: none;
 }
}
.view_dev_name{ float: left;width: 100%; }
.yellow-text{ color: #fff; }
#paypal_velocity_msg{ text-align: center; }
.clear_search{ float: right;margin-top: 34px;margin-right: -6%; display: none;}