.acount-drop-down {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 2px 5px;
    border-radius: 40px;
    border: 1px solid #d792a7;
    font-size: 14px;
    font-weight: 500;
    gap: 15px;
    background-color: var(--primary-dark);
    cursor: pointer;
    position: relative;
}

.acount-drop-down span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.acount-drop-down span p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-white);
}

.acount-drop-down img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px dashed #fff;
    object-fit: cover;
}

.acount-drop-down i {
    color: var(--color-white);
}

.acount-drop-menu {
    background-color: #fff;
    position: absolute;
    bottom: -105px;
    right: 0;
    width: fit-content;
    padding: 5px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 1;
    display: none;

}

.acount-drop-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.acount-drop-menu ul li {

    margin: 5px 0;
    width: 100%;
}

.acount-drop-menu ul li a {
    white-space: nowrap;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 7px 15px;
    transition: 0.5s;
    width: 100%;
    border-radius: 8px;
    color: var(--color-black);
    text-decoration: none;
}

.acount-drop-menu ul li a i {
    color: var(--color-black);
}

.acount-drop-menu ul li a:hover {
    background-color: var(--primary-dark);
    color: #fff;
}

.acount-drop-menu ul li a:hover i {
    color: var(--color-white);
}

.drop-block .acount-drop-menu {
    display: block;
}



.logout-title {
    text-align: center;
    font-size: 20px;
    margin: 0;
    color: #000;
    margin-top: 0;
    
    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: #E5D8CB;
    color: #222;
}
.logout-modal-footer button:hover, .logout-modal-footer a:hover{
    border-radius: 40px;
}

.modal{
    background-color: #021b3e96;
    backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}



.user-profile-preview{
    width: 100%;
    height: fit-content;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #d792a7;
    border-radius: 10px;
    margin-bottom: 10px;
}
.user-profile-preview img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px dashed var(--color-white);
}
.user-profile-preview h3{
    color: var(--color-white);
    font-weight: 500;
    margin: 5px 0;
    font-size: 24px;
}
.user-profile-preview p{
    margin: 0;
    font-size: 14px;
    color: var(--color-white);
}
.user-dashboard-sidebar{
       width: 100%;
    height: fit-content;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ced9dd;
    border-radius:15px;
    margin-bottom: 20px;
    border: 1px solid #bee1ef;
         background: radial-gradient(circle, rgba(247, 247, 247, 1) 0%, rgba(218, 233, 245, 1) 100%);
   
}
.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: 15px;
    transition: 0.5s;
}
.user-dashboard-sidebar ul li a.active{
    /*background-color: var(--primary-dark);*/
    background: linear-gradient(134deg, rgba(51, 51, 143, 1) 35%, rgb(18 153 180) 100%);
    color: var(--color-white);
}
.user-dashboard-sidebar ul li a:hover{
    /*background-color: var(--primary-dark);*/
    background: linear-gradient(134deg, rgba(51, 51, 143, 1) 35%, rgb(18 153 180) 100%);
    color: var(--color-white);
}
.user-dashboard-sidebar ul li a i{
    width: 30px;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
}

.profile-container{
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
}


  .profile-field label{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #000;
    
}
.profile-field input{
    border: 1px solid #aeaeae;
    border-radius: 12px;
    height: 50px;
    font-size: 14px;
    padding-left: 10px;
    font-weight: 500;
    background-color: #fff;
}
.profile-field select{
    border: 1px solid #aeaeae;
    border-radius: 12px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    
}
.profile-field input::file-selector-button{
    height:50px;
    padding-left: 10px !important;
}
.profile-field textarea{
    border: 1px solid #aeaeae;
    border-radius: 12px;
    height: 130px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    
}
.profile-field input::placeholder,.profile-field textarea::placeholder{
    font-size: 15px;
    color: #848484;
    font-weight: 400;
   
}
.profile-field input:focus,.profile-field textarea:focus{
    border: 1px dashed var(--primary-dark);
}
.country-code{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.country-code span{
    background-color: #dcdbda;
    border-radius: 4px 0 0 4px;
    padding: 0 5px;
   
}
.country-code span select{
    width: 70px;
    border: 0 !important;
    outline: 0 !important;
    background-color: transparent;
}
.country-code  input{
    border-radius: 0 4px 4px 0;

}

.account-top-btns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
}
.account-top-btns h3{
      font-size: 24px;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 40px;
}
.account-top-btns ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.account-top-btns ul li a{
    font-size: 15px;
    text-decoration: none;
    padding: 8px 15px;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 5px;
    transition: 0.5s;
}
.account-top-btns ul li a:hover,.account-top-btns ul li a.active{
    background-color: var(--primary-dark);
    color: var(--color-white);
}

.account-top-btns select{
    height: 45px;
    border: 1px solid var(--text-gray);
    border-radius: 5px;
    
    font-size: 15px;
    font-weight: 500;
}




.profile-sub-btn{
    width: 150px;
    height: 45px;
     background: var(--primary);
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid var(--primary);
    transition: 0.5s;
    text-decoration: none;
    margin: 10px auto;
    background: linear-gradient(134deg, rgba(51, 51, 143, 1) 35%, rgb(18 153 180) 100%);
}
 .profile-sub-btn:hover{
    border-radius: 40px;
}

.profile-baner{
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-baner img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.profile-preview{
    display: flex;
    justify-content: flex-start;
    align-items: center;
      background-color: var(--color-white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    padding: 15px;
    width: 55%;
    margin: 0 ;
    margin-top: -80px;
    position: relative;
    margin-left: auto;
    margin-right: 7%;
}
.profile-preview img{
     width: 150px !important;
    height: 150px;
    border-radius: 12px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 5px solid var(--color-white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    object-fit: cover;
}
.profile-preview div{
    padding-left: 20px;
}
.profile-preview h3{
    font-size: 22px;
    font-weight: 600;
    margin: 0;

}

.profile-preview p{
    margin:5px 0;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}


.profile-preview p i{
    font-size: 14px;
}

.title-profile{
    font-size: 22px;
    font-weight: 700;
}

.inp-file-pd{
    padding-left: 0 !important;
}



.area-box {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 15px;
}
.area-box h3{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #0f356d;
    margin-bottom: 10px;
}

.open-to-work{
    width: 250px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  background-color: #8c8c8c;
  border-radius: 26px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #4CAF50;
}

input:checked + .slider::before {
  transform: translateX(24px);
}

.open-to-work h3{
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 600;

}


.tb-top-count {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  padding-top: 5px;
}

.tb-top-count span {
  font-size: 14px;
  color: #000;

}

.tb-top-count select {
  width: 80px;
  padding: 5px;
  font-size: 12px;
}

.csv-btns {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
}

.csv-btns a {
  width: fit-content;

  display: flex;
  padding: 4px 15px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  background-color: #6AB436;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
  border: 0;
  text-decoration: none;
  margin: 5px;
}

.csv-btns a:hover {
  background-color: #f0864a;
}

.tb-top-serach {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.tb-top-serach label {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}

.tb-top-serach input {
  height: 37px;
  border: 1px solid #ccc;
  width: 200px;
}



.user-table {
  padding-top: 10px;
}

.user-table thead,
.user-table thead tr {
  border: 0 !important;
}

.user-table thead tr th {
  font-size: 15px;
  font-weight: 600;
  background-color: var(--primary-dark);
  border: 0 !important;
  text-align: center;
  padding: 8px 5px !important;
  color: #fff;
}

.user-table tbody {
  border-top: 0 !important;
}

.user-table tbody tr td {
  text-align: center;
  font-size: 15px;
  padding: 12px 5px !important;
  border: 1px solid #ccc;
}

.td-input input {
  width: 18px;
  height: 18px;
}

.action-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.action-box a {
  padding: 4px 6px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  transition: 0.5s;
  border: 1px solid #ccc;
  text-decoration: none;
  white-space: nowrap;
}

.action-box a.edit {
  background-color: #2e868e;
}

.action-box a.delete {
  background-color: #b23939;
}
.action-box a.download {
  background-color: #2e7a19;
}

.action-box a:hover {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}

.table-bottom p {
  font-size: 15px;
  margin: 0;
  color: #000;
}

.table-bottom nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.table-bottom nav a{
    color: var(--color-black);
}
.table-bottom nav a:hover {
  background-color: var(--primary);
  color: #fff;
}



h3.cv-titles{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

h3.cv-titles a{
    background-color: #2e7a19;
    color: #fff;
    padding: 7px 15px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
}

.profile-projects{
    padding: 15px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.profile-projects img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.profile-projects h5{
    margin: 7px 0;
    font-size: 18px;
    font-weight: 700;
}

.profile-projects p{
    font-size: 15px;
    color: #515151;
    margin: 0;
}

.projects-btns {
    padding-top: 10px;
}
.projects-btns a.edit{
    color: #2e7a19;
}
.projects-btns a.delete{
    color: red;
}

.profile-experience{
      padding: 15px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 10px;
}



.profile-experience h5{
    margin: 7px 0;
    font-size: 18px;
    font-weight: 700;
}

.profile-experience p{
    font-size: 15px;
    color: #515151;
    margin:5px 0;
}

.profile-education{
      padding: 15px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 10px;
}



.profile-education h5{
    margin: 7px 0;
    font-size: 18px;
    font-weight: 700;
}
.profile-education h5 span{
    font-size: 15px;
}

.profile-education p{
    font-size: 15px;
    color: #515151;
    margin:5px 0;
}


.profile-modal-content{
    border-radius: 15px;
    padding: 15px;
}

.profile-modal h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2f558e;
}

.modal-footer-profile{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.modal-footer-profile button{
    width: 150px;
    height: 45px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border: 0;
    transition: 0.5s;
}
.modal-footer-profile button:hover{
    background-color: var(--primary-dark);
    border-radius: 40px;
}

.modal-footer-profile button:first-child{
    background-color: #ccc !important;
    color: #222 !important;
}


.profile-modal label{
    margin: 0;
}




/* CV */

/* MAIN WRAPPER */
.cv-premium-wrapper {
   
    display: flex;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border-radius: 12px;
    overflow: hidden;
}

/* SIDEBAR */
.cv-side-panel {
    width: 300px;
    background: linear-gradient(180deg, #0f4c81, #1c6aa5);
    color: #fff;
    padding: 25px;
}

.cv-avatar-box {
    text-align: center;
    margin-bottom: 20px;
}

.cv-avatar-box img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,0.3);
    object-fit: cover;
}

.cv-name-tag {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.cv-side-section {
    margin-top: 25px;
}

.cv-side-section h4 {
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.8;
    letter-spacing: 1px;
    color: #fff;
}

.cv-side-section p,
.cv-side-section li {
    font-size: 15px;
    line-height: 1.6;
    margin: 5px 0;
    color: #fff;
}

.cv-exp-badge {
    text-align: center;
    background: rgba(255,255,255,0.15);
    padding: 12px;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: 600;
}

.cv-skill-bar {
    height: 6px;
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    margin-bottom: 10px;
}

.cv-skill-fill {
    height: 100%;
    background: #fff;
    border-radius: 10px;
}

/* MAIN CONTENT */
.cv-main-panel {
    flex: 1;
    padding: 0;
}

.cv-title-header {
    background: #1c6aa5;
    color: #fff;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 20px;
}
.cv-inner{
    padding: 15px;
}

.cv-block {
    margin-bottom: 25px;
}

.cv-block h3 {
    font-size: 25px;
    border-bottom: 2px solid #e6e9ef;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.cv-text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.cv-exp-item {
    margin-bottom: 10px;
}

.cv-lang-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cv-lang-tag {
    background: #eef3f8;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
}


a.cv-download{
    background-color: #2e7a19;
    color: #fff;
    padding: 7px 15px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    margin-bottom: 15px;
    transition: 0.5s;
}
a.cv-download:hover{
border-radius: 40px;
background-color: #21630f;
}

.profile-preview-main{
    width: 70%;
    overflow:hidden;
}

.profile-preview-main 
a.cv-download{
    background-color: #2e7a19;
    color: #fff;
    padding: 7px 15px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    margin-bottom: 15px;
    transition: 0.5s;
}
.profile-preview-main  a.cv-download:hover{
border-radius: 40px;
background-color: #21630f;
}

.view-profile-content h3{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.view-profile-content p{
    font-size: 16px;
    color: #5b5a5a;
}

.view-profile-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}
.view-profile-content ul li{
    width: 25%;
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.view-profile-content ul li h6{
    margin: 0;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 700;
}
.view-profile-content ul li p{
    margin: 0;
}

.view-profile-content .profile-experience p{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 20px;
    margin:12px 0;
    gap: 5px;
}


.project-box-profile{
    border: 1px solid #ccc;
    border-radius: 18px;
    overflow: hidden;
}
.project-box-profile a{
    width: 100%;
    height: 100%;
}
.project-box-profile img{
    width: 100%;
    height:180px;
    border-radius: 18px;
    object-fit: cover;
}
.project-box-profile p{
    margin: 0;
    font-size: 15px;
    margin: 7px 0;
    color: #000;
    text-align: center;
    font-weight: 700;
}
.project-box-profile:hover{
    background-color: #d2def2;
    transition: 0.5s;
}

.left-pd{
    padding-left: 25px;
}
.view-public-profile-right{
    background-color: #f7f7f7;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-bottom: 20px;
}
.view-public-profile-right h4{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.view-public-profile-right ul.contact-info{
    margin: 0;
    padding: 0;
    list-style: none;
}
.view-public-profile-right ul.contact-info li{
    margin: 12px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: #000;
}


.view-public-profile-right ul.contact-info li i{
    width: 28px;
    height: 28px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}


.view-public-profile-right ul.candidate-info{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.view-public-profile-right ul.candidate-info li{
    margin: 0 0;
    background-color: #fff;
    color: #000;
    width: 48%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.view-public-profile-right ul.candidate-info li h6{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.view-public-profile-right ul.candidate-info li p{
    margin: 0;
    margin-top: 5px;
    font-size: 15px;
}

.view-public-profile-right video{
    border-radius: 15px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.applied-job-box .job-top-box span{
    background-color: #2e7a19;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    width: fit-content;
    border-radius: 40px;
}

 .job-top-box a.fav-remove{
    background-color: red;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    width: fit-content;
    border-radius: 40px;
}

.profile-baner-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
}




/* USER DASHBOARD */

 .user-sidebar-open,  .user-sidebar-close{
    display: none;
 }

@media screen and (max-width:1200px){}
@media screen and (max-width:991px){
 
 .userLeftSidebar {

    width: 0% !important;
    position: fixed;
    z-index: 1000 !important;
    top: 0;
    left: 0;
    overflow: hidden;
padding: 0;
    transition: 0.5s;
    background-color: #fff;
    padding-bottom: 30px;

    height: 100vh;
    overflow-y: auto;
    align-items: flex-start;
        justify-content: flex-start;

  }
    .user-sidebar-open{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-bottom: 5px;
    background-color: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
    border-radius: 2px;
    transition: 0.5s;
  }
  .user-sidebar-open:hover{
    background-color: transparent;
    color: var(--primary);
  }
  .user-sidebar-close{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-bottom: 10px;
    background-color: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
    border-radius: 50%;
    transition: 0.5s;
  }
  .user-sidebar-close:hover{
    background-color: transparent;
    color: var(--primary);
  }
    .tb-top-serach{
        justify-content: flex-start;
    }
    .deal-detail-view-modal-info{
        padding-left: 0;
    }
    
  .userLeftSidebarCustom {
    width: 50% !important;
    opacity: 1 !important;
    padding: 20px;
  }
}



@media screen and (max-width:768px){
    .user-table thead tr th{
        white-space: nowrap;
        padding: 12px !important;
    }
      .userLeftSidebarCustom {
    width: 100% !important;

  }
}
@media screen and (max-width:567px){
    .deal-detail-view-modal-info ul li{
        width: 100%;
    }
    .chat-img-bx{
        width: 40px;
        height: 40px;
    }
    .msger-header-title h3{
        margin: 0;
        font-size: 18px;
    }
}