.profile-nav-btn{
    background: #858484 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    height: 40px;
    padding: 5px 15px !important;
}




.professional-dashboard-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bg-light);
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;

}

.professional-dashboard-top h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.professional-dashboard-top h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.profile-container{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    border-radius: 15px;
    margin-top: 20px;
    background-color:#fff;
}
.profile-container-top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.profile-container-top img{
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}
.profile-container-top h3{
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.profile-container-top  p{
    margin: 0;
}
.a-custom{
    text-decoration: none;

}

.account-card{
  padding: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
}
.account-card i.top-icon{
    width: 55px;
    height: 55px;
    /* border: 1px solid var(--primary); */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    margin-bottom: 15px;
}
.account-card h3{
    font-size: 22px;
    font-weight: 600;
    color: var(--color-black);
    margin-bottom: 5px;
}
.account-card p{
    margin: 0;
    font-size: 14px;
}
.account-card:hover{
    background-color: #f1f1f1;
}
i.ac-bg-1{
    background-color: var(--primary);
    color: var(--color-white) !important;
}
i.ac-bg-2{
    background-color: #e13e3e;
    color: var(--color-white) !important;
}
i.ac-bg-3{
    background-color: #3aa5a5;
    color: var(--color-white) !important;
}
i.ac-bg-4{
    background-color: #219417;
    color: var(--color-white) !important;
}
i.ac-bg-5{
    background-color: #9d943e;
    color: var(--color-white) !important;
}

.dashboard-top-info{
    background-color: transparent;
    border: 0;
    padding: 0;
}
.dashboard-top-info ol li,.dashboard-top-info ol li a{
    color: var(--color-black);
}


.user-dashboard-sidebar{
     width: 100%;
    height: fit-content;
    padding:15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /* background-color: #f0f0f0; */
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-bottom: 20px;
    background-color:#fff;
}
.user-dashboard-sidebar ul{
    margin: 0;
    padding: 0;
    list-style: none;
   width: 100%;
}
.user-dashboard-sidebar ul li{
    width: 100%;
    margin: 2px 0;
}
.user-dashboard-sidebar ul li a{
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--color-black);
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s;
    /* border-bottom: 1px solid #b2b2b2; */
}
.user-dashboard-sidebar ul li a.active{
    background-color: var(--primary-dark);
    color: var(--color-white);
}
.user-dashboard-sidebar ul li a:hover{
    background-color: var(--primary-dark);
    color: var(--color-white);
}
.user-dashboard-sidebar ul li a i{
    width: 30px;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
}



.logout-title {
    text-align: center;
    font-size: 20px;
    margin: 0;
    color: #000;
    margin-top: 0;
    font-family: var(--font-main);
    font-weight: 600;
    color: var(--primary-dark);
}
.logout-modal-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px 30px;
    gap: 10px;
}
.logout-modal-footer button, .logout-modal-footer a{
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
    border-radius: 4px;
    text-decoration: none  !important;
    border: 0;
}
.logout-modal-footer a{
    background-color:var(--primary-dark);
    color: #fff;
  
}
.logout-modal-footer button{
    background-color: #dddddd;
    color: #222;
}
.logout-modal-footer button:hover, .logout-modal-footer a:hover{
    border-radius: 40px;
}




  .profile-field label{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #000;
    font-family: var(--font-main);
}
.profile-field input{
    border: 1px solid #aeaeae;
    border-radius: 13px;
    height: 47px;
    font-size: 14px;
    font-family: var(--font-main);
    font-weight: 500;
}
.profile-field select{
    border: 1px solid #aeaeae;
    border-radius: 13px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-main);
}
.profile-field input::file-selector-button{
    height:50px;
}
.profile-field textarea{
    border: 1px solid #aeaeae;
    border-radius: 13px;
    height: 130px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-main);
}
.profile-field input::placeholder,.profile-field textarea::placeholder{
    font-size: 15px;
    color: #848484;
    font-weight: 400;
   font-family: var(--font-main);
}
.profile-field input:focus,.profile-field textarea:focus{
    border: 1px dashed var(--primary-dark);
}
.profile-field img{
  border-radius: 10px;
    margin-top: 10px;
    object-fit: cover;
    width:150px;
    height:100px;
}
.country-code{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.country-code span{
    background-color: #dcdbda;
    border-radius: 13px 0 0 13px;
    padding: 0 5px;
   
}
.country-code span select{
    width: 70px;
    border: 0 !important;
    outline: 0 !important;
    background-color: transparent;
}
.country-code  input{
    border-radius: 0 13px 13px 0;

}


.profile-sub-btn{
    width: 150px;
    height: 40px;
     background: #2fb12f;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #2fb12f;
    transition: 0.5s;
    text-decoration: none;
    margin: 10px auto;
}
 .profile-sub-btn:hover{
    border-radius: 40px;
}

.profile-container h5{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}




.over-scrol{
  
    width:100%;
    overflow-y:auto;
    padding-bottom:12px;
}

.over-scrol::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.over-scrol::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
}
 
/* Handle */
.over-scrol::-webkit-scrollbar-thumb {
  background: #696969; 
  border-radius: 10px;
}
.account-table {
    margin: 0 !important; 
}
.account-table tr th{
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #222;
    /* background-color: #8FB135; */
    background-color: #6681c0;
    white-space: nowrap;
    padding: 15px 10px !important;
    text-align: center;
    /* min-width: 150px; */
    border: 1px solid #ccc;
    color:#fff;
}
.account-table tr td{
    font-size: 14px !important;
    padding:15px  10px;
    color: #000;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
}
.td-actions{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.td-actions a{
    white-space: nowrap;
    font-size: 12px !important;
    padding: 3px 8px;
    border-radius: 4px;
    transition: 0.5s;
    background-color: #2a9c24;
    text-decoration: none;
    color: #fff;

}
.td-actions a:hover{
    border-radius: 40px;
    text-decoration: none;
    /*background-color: var(--primary-dark);*/
}
.td-actions a.edit{
    background-color: #9b760d;
}
.td-actions a.cstm{
    background-color: #d82f2f;
}
.nowrap{
    white-space: nowrap;
}
.td-min-width{
    min-width:150px;
}
.account-table  img{
    width: 110px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.status-green {
    padding: 2px 13px;
    background-color: #bbf7d6c6;
    border: 1px solid #089748;
    color: #089748;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
}
.filter-table{
    padding-bottom: 15px;
}
.filter-table label{
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-main);
}
.filter-table select,.filter-table input{
    border: 1px solid #aeaeae;
    border-radius: 12px;
    height: 45px;
    font-size: 14px;
    font-family: var(--font-main);
    font-weight: 500;
}

.filter-table select:focus,.filter-table input:focus{
    border: 1px dashed var(--primary-dark);
}
.filter-table a{
    padding: 7px 15px;
    background-color: var(--primary);
    margin-left: auto;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
}

.status-red {
    padding: 2px 13px;
    background-color: #fbdede;
    border: 1px solid #e42929;
    color: #e42929;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
}




/* Chat-bx */
:root {
    --body-bg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    --msger-bg: #fff;
    --border: 2px solid #ddd;
    --left-msg-bg: #ececec;
    --right-msg-bg: #2eb86d;
}





.msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    height: calc(100% - 50px);
    border-radius: 5px;
}

.msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    color: #666;
    border-bottom: 1px solid #ccc;
}

.msger-chat {
    /* flex: 1; */
    overflow-y: scroll;
    padding: 10px;
    height: 400px;
}

.msger-chat::-webkit-scrollbar {
    width: 3px;
}

.msger-chat::-webkit-scrollbar-track {
    background: #fff;
}

.msger-chat::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}

.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.msg:last-of-type {
    margin: 0;
}

.msg-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
  
}

.msg-bubble {
    max-width: 450px;
    padding: 15px;
    border-radius: 15px;
    background: var(--left-msg-bg);
}

.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.msg-info-name {
    margin-right: 10px;
    font-weight: 500;
    font-size: 13px;
    font-family: var(--font-main);
}

.msg-text {
    font-family: var(--font-main);
}

.msg-info-time {
    font-size: 0.85em;
}

.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}

.right-msg {
    flex-direction: row-reverse;
}

.right-msg .msg-bubble {
    background: var(--right-msg-bg);
    color: #fff;
    border-bottom-right-radius: 0;
}

.right-msg .msg-img {
    margin: 0 0 0 10px;

}

.msger-inputarea {
    display: flex;
    padding: 10px;
    border-top: var(--border);
    background: #fff;
}

.msger-inputarea * {
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
}

.msger-input {
    flex: 1;
    background: #f2f2f2 !important;
    outline: none;
    border: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.msger-send-btn {
    margin-left: 10px;
    background: var(--theme-color);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: background 0.23s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.msger-send-btn i {
    padding: 0;
}

.msger-send-btn:hover {
   background: var(--theme-color);
}

.msger-chat {
    background-color: #fcfcfe;

}

.chat-img-bx {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 4px;
}

.chat-img-bx img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.msger-header-title h3 {
    font-size: 17px;
    font-weight: 500;
    margin-left: 10px;
    margin-bottom: 0;
}

.file-attch {
    background-color: #f2f2f2;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.account-section-bg{
   background-color: #e6eaf3;
}
.profile-container-cs{
    background-color:#fff;
}
.padding-row{
    padding:0 5px;
}
.padding-row .col-lg-4{
    padding:0 7px;
}

















