.user-profile {
  /* background-color: #f2f2f2; */
  border-radius: 7px;
  padding: 15px;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  border: 1px solid #0DA238;
  background-color: rgba(13, 162, 56, 0.06);
  border: 1px solid rgba(13, 162, 56, 0.21);
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.user-profile img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid #6AB436;
}

.user-profile h3 {
  font-size: 24px;
  font-weight: 600;
  color: #202020;
  margin: 0;

}

.user-profile .profile-image-div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.user-profile-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.user-profile-icons a,
.user-profile-icons label {
  width: 40px;
  height: 40px;
  background-color: #6AB436;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}

.user-profile-icons a:hover,
.user-profile-icons label:hover {
  background-color: #f0864a;
  border-radius: 50%;
}

.user-sidebar {
  border-radius: 7px;
  padding: 15px;
  border: 1px solid #0DA238;
  background-color: rgba(13, 162, 56, 0.06);
  border: 1px solid rgba(13, 162, 56, 0.21);
}

.user-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-sidebar ul li {
  margin: 5px 0;
  width: 100%;
}

.user-sidebar ul li a {
  font-size: 15px;
  /* font-weight: 600; */
  width: 100%;
  display: flex;
  padding: 11px 8px;
  border-bottom: 1px solid #ccc;
  color: #000;
  transition: 0.5s;
  /*border-radius: 10px;*/
}

.user-sidebar ul li a span {
  width: 30px;

}

.user-sidebar ul li a:hover,
.user-sidebar ul li a.side-active {
  background-color: #6AB436;
  color: #fff;

}

.user-sidebar ul li .accordion-button {
  padding: 11px 8px !important;
  /*border-radius: 10px !important;*/
  background-color: transparent !important;
  border-bottom: 1px solid #ccc;
  font-size: 16px !important;
  /* font-weight: 600 !important; */
  color: #000 !important;
}

.user-sidebar ul li .accordion-button:hover {
  background-color: #6AB436 !important;
  color: #fff !important;
}

.user-sidebar ul li .accordion-button span {
  width: 30px;
}

.user-sidebar ul li .accordion-item {
  background-color: transparent !important;
}

.user-sidebar ul li .accordion-body {
  background-color: #fff !important;
  padding: 5px !important;
}

.user-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 25px;
}

.user-container h3 {
  font-size: 18px;
  font-weight: 600;
  color: #f0864a;
  margin: 0;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-container h3 a {

  display: flex;
  padding: 7px 15px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  background-color: #6AB436;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
  border: 0;
  font-size: 14px;
  text-decoration: none;
}

.user-container h3 a:hover {
  border-radius: 40px;
  background-color: #f0864a;
}

.user-field label {
  font-weight: 500;
  color: #000;
  font-size: 15px;
  margin-bottom: 5px;
}

.user-field input,
.user-field select {
  height: 42px;
  border: 1px solid #8c8c8c;
}
.user-field input[type="file"]{
    padding:0;
}
.user-field input::file-selector-button{
     height: 45px;
      background-color: #6AB436 !important;
  color: #fff !important;
  border:0;
}
.user-phone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.user-phone select {
  width: 100px;
  padding: 0 5px;
  font-size: 13px;
  border-radius: 4px 0 0 4px;
  border-right: 0 !important;
  background-color: #f7f7f7;
}

.user-phone input {
  border-radius: 0 4px 4px 0;
  border-left: 0 !important;
}

.user-field textarea {
  height: 100px !important;
  border: 1px solid #8c8c8c;
}

.user-field img {
  width: 130px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
  margin-top: 10px;
}

.user-file-field input::file-selector-button {
  background-color: #6AB436 !important;
  color: #fff !important;
  height: 42px;
}

.user-file-field input {
  padding: 5px !important;
  padding-left: 0;
}

.user-sub-btn {
  width: fit-content;
  height: 40px;
  display: flex;
  padding: 0 15px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  background-color: #6AB436;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
  border: 0;
  margin: 10px auto;
  border: 0;
  text-decoration: none;

}

.user-sub-btn:hover {
  background-color: #f0864a;
  border-radius: 40px;
}

.user-container-bottom {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 25px;
}

.user-container-bottom h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
  text-align: center;
}

.user-container-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.user-container-bottom ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  /* font-weight: 600; */
  gap: 10px;
  color: #000;
  white-space: nowrap;
}

.user-container-bottom ul li span i {
  color: #6AB436;
}


.warpper_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tabs_2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
}

.tab_user {
  cursor: pointer;
  padding: 7px 20px;
  margin: 0px 2px;
  display: inline-block;
  color: #222;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  /* font-weight: 500;
  font-weight: 600; */
}

.panels_2 {
  min-height: 200px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  padding: 12px 0;
}

.panel_2 {
  display: none;
  animation: fadein .8s;
}

.panel-title {
  font-size: 1.5em;
  font-weight: bold
}

.radio {
  display: none;
}

#one:checked~.panels_2 #one-panel,
#two:checked~.panels_2 #two-panel,
#three:checked~.panels_2 #three-panel,
#four:checked~.panels_2 #four-panel {
  display: block
}

#one:checked~.tabs_2 #one-tab,
#two:checked~.tabs_2 #two-tab,
#three:checked~.tabs_2 #three-tab,
#four:checked~.tabs_2 #four-tab {
  background: #6AB436;
  color: #fff;
}

.tab_user:hover {
  background: #427b19;
  color: #fff;
}

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

.table-container {
  padding: 20px 0;
}

.user-table {
  padding-top: 10px;
}

.user-table thead,
.user-table thead tr {
  border: 0 !important;
}

.user-table thead tr th {
  font-size: 14px;
  font-weight: 500;
  background-color: #6AB436;
  border: 0 !important;
  text-align: center;
  padding: 12px 5px !important;
  color: #fff;
}table.dataTable thead th, table.dataTable tfoot th{
  font-weight: 500 !important;
}
table.dataTable thead th{
  font-size: 14px !important;
}
.user-table tbody {
  border-top: 0 !important;
}

.user-table tbody tr td {
  text-align: center;
  font-size: 15px;
  padding: 12px 5px !important;
}

.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;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  transition: 0.5s;
  border: 1px solid #ccc;
}

.action-box a.edit {
  background-color: #2e868e;
}

.action-box a.delete {
  background-color: #b23939;
}

.action-box a:hover {
  border: 1px solid #6AB436;
  color: #6AB436;
  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:hover {
  background-color: #6AB436;
  color: #fff;
}

.user-drag-field label {
  width: 100%;
  height: 100px;
  border: 3px dashed #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}

.user-drag-field p,
.user-field p {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  color: #000;
}

.user-field-check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.user-field-check input {
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.user-field-check label {
  margin: 0;
}

.user-membership {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  height: 400px;
}

.user-membership h3 {
  color: #fff !important;
  text-align: center;
  display: unset;
  margin-bottom: 10px;
  background-color: #6AB436;
  padding: 40px;
}

.user-membership .mem-inf {
  padding-top: 10px;
}

.user-membership .mem-inf h4 {
  font-size: 30px;
  color: #000;
}

.user-membership {
  justify-content: flex-start;
}

.user-membership .memb-ul {
  padding: 0 30px;
}

.user-membership .memb-ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-membership .memb-ul ul li {
  margin: 12px 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  color: #5b5b5b;
  text-align: center;
  font-weight: 600;
}

.user-membership a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: fit-content;
  background-color: #6AB436;
  color: #fff;
  padding: 7px 15px;
  border-radius: 40px;
}

.user-field h6 {
  font-weight: 500;
  color: #000;
  font-size: 18px;
}

.user-radio {
  display: flex;
  align-items: center;
  gap: 40px;
}

.user-radio input {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border: 1px solid #000;
  margin-top: 2px;
}

.post-ad-cate ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 20px;

}

.post-ad-cate ul li {
  font-size: 18px;
  font-weight: 600;
  color: #427b19;
}

.post-ad-cate p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.post-ad-cate ul li a {
  padding: 7px 15px;
  background-color: #6AB436;
  color: #fff;
  font-size: 14px;
  border-radius: 40px;
}

.post-ad-cate ul li a:hover {
  background-color: #f0864a;
}

.terms-modal .modal-body {
  padding-top: 0;
}

.terms-modal .modal-body p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.user-side-mob{
  display: none;
}


.user-container .dt-button{
    display: flex
;
    padding: 7px 15px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    background-color: #6AB436;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    border: 0;
    font-size: 14px;
    text-decoration: none;
    margin-right: 0 !important;
}
.user-container .dataTables_wrapper .dataTables_filter input{
    height:33px;
    border-radius:5px;
    border:1px solid #929191 !important;
    outline:none !important;
    
    
}
.user-container .dataTables_wrapper .dataTables_filter input:focus{
    outline:none !important;
     border:1px dashed #929191 !important;
}
.user-container .dataTables_length select{
    width:90px;
    height:33px;
    border:0;
    outline:0;
    background-color:#f7f7f7;
}

.user-container .dataTables_wrapper .dataTables_paginate .paginate_button.current, .user-container .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: #6ab436 !important;
    color: #fff !important;
    border: 0 !important;
}
.user-container table tr td{
     text-align: center;
    font-size: 14px !important;
    padding: 12px 5px !important;
    vertical-align:middle;
}
.user-container table.dataTable tbody td {
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
}


.dropwrapper-preview output{
    width:100%;
}


.dropwrapper-preview output ul{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;
    margin:0;
    list-style:none;
    padding:0;
    gap:10px;
}
.dropwrapper-preview output ul li{
   width: 23%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    position:relative;
}
.dropwrapper-preview output ul li span.close{
    position:absolute;
    top:0;
    left:0;
    width:25px;
    height:25px;
     display:flex;
    justify-content:center;
    align-items:center;
    
}
.dropwrapper-preview output ul li img{
        width: 100%;
    height: 115px;
    border-radius: 10px;
    object-fit: cover;
    margin-top: 0px;
}
.dropwrapper-preview output ul li .FileNameCaptionStyle{
    font-size:10px;
}
.select-cs-2 .select2-container--default .select2-selection--single{
    height:42px !important;
}
@media screen and (max-width:991px) {
  .user-side-mob{
    display: block;
  }
  .user-sidebar-open{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-bottom: 5px;
    background-color: #6AB436;
    color: #fff;
    border: 1px solid #6AB436;
    border-radius: 2px;
    transition: 0.5s;
  }
  .user-sidebar-open:hover{
    background-color: transparent;
    color: #6AB436;
  }
  .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: #6AB436;
    color: #fff;
    border: 1px solid #6AB436;
    border-radius: 50%;
    transition: 0.5s;
  }
  .user-sidebar-close:hover{
    background-color: transparent;
    color: #6AB436;
  }
  .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;

  }


  .userLeftSidebar::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }

  /* Track */
  .userLeftSidebar::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey; */
    border-radius: 10px;
  }

  /* Handle */
  .userLeftSidebar::-webkit-scrollbar-thumb {
    background: #7cb342;
    border-radius: 10px;
  }

  .userLeftSidebarCustom {
    width: 50% !important;
    opacity: 1 !important;
    padding: 20px;
  }
  .section-padding{
    padding: 30px 0;
  }
}

@media screen and (max-width:768px) {
  .userLeftSidebarCustom {
    width: 100% !important;

  }
  .dropwrapper-preview output ul li{
      width:48%;
  }
}


.tabs_2{
  overflow-x: auto;
  overflow-y:hidden;
}
.tabs_2::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

/* Track */
.tabs_2::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
}
 
/* Handle */
.tabs_2::-webkit-scrollbar-thumb {
  background: #7cb342; 
  border-radius: 10px;
}
.tab_user{
  white-space: nowrap;
}

.select-cs-2 .select2-container--default .select2-selection--single{
    height:45px;
}
.select-cs-2 .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:38px;
}

.user-card-new .card-header{
       background-color: #6AB436 !important;
       color:#fff !important;
}
.user-card-new .card-header h4{
     color:#fff !important;
}
.fileinput-new span{
    padding:5px 0 !important;
}
@media screen and (max-width:991px){
  .tb-top-serach{
    
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
  }
  .row-flex-sol-reverse{
    flex-direction: column-reverse;
  }
  .tb-top-serach input{
    width: 100%;
  }
  .table-bottom p{
    margin-top: 5px;
  }
  .top-language select:first-child{
    display: none;
  }
}
@media screen and (max-width:768px){
  .ad-drop-box{
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    padding: 0 ;
    display: none;
    z-index: 2;
  }
  .ad-post ul li.ad-drop{
    width: 100%;
  }
   .table-container .dataTables_length ,.table-container  .dataTables_filter{
      text-align:left !important;
      margin-bottom:5px;
  }
   .table-container div.dt-buttons{
       display:flex;
       justify-content:flex-start;
       gap:5px;
       margin-bottom:5px;
   }
}
@media screen and (max-width:567px){
  .post-ad-cate ul li {
    font-size: 13px;
  }
  .user-container form.card-body{
      padding:0;
  }
 
    .dropwrapper-preview output ul li{
      width:100%;
  }
   .user-table table {
       display:inline-block !important;
       overflow:auto;
   }
   .user-container{
       padding:15px;
   }

}