/*@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*/

/* Regular weight */

.unread-count {
    display: block;
    min-width: 20px;
    padding: 1px 3px;
    background-color: #227f03;
    color: white;
    text-align: center;
}


@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Poppins-Regular.ttf') format('truetype');
}
@media (min-width: 991px) {
  .close-sidebar-btn {
    display: none !important;
  }
}

/* Thin (100) weight */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/Poppins-Thin.ttf') format('truetype');
}

/* Light (300) weight */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/Poppins-Light.ttf') format('truetype');
}

/* Semi-Bold (600) weight */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/Poppins-SemiBold.ttf') format('truetype');
}

/* Bold (700) weight */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Poppins-Bold.ttf') format('truetype');
}

/* Italic version (example for regular italic) */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/Poppins-Italic.ttf') format('truetype');
}

/* Add more weights and styles as needed */


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.table > :not(caption) > * > * {
  padding: 0.8rem 0.5rem;
  color: #000000a6;
}

td.details-control {
cursor: pointer;
    background: #0d6efd !important;
    padding-left: 9px !important;
    color: white;
    font-weight: bold;
    text-transform: uppercase;

}

td.details-control:hover {
cursor: pointer;
    background: #444c57 !important;
    padding-left: 9px !important;
    color: white;
    font-weight: bold;
    text-transform: uppercase;

}


.alert-box {
            background-color: #333;
            color: #f9f9f9;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            font-size: 13px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            position: relative;
        }
        .alert-box .icon {
            margin-right: 15px;
            font-size: 20px;
        }
        .alert-box .alert-text {
            flex-grow: 1;
        }
        .alert-box strong {
            color: #ffd700;
        }
        .closexr-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: transparent;
            color: white;
            border: none;
            font-size: 20px;
            cursor: pointer;
        }
.payment-header {
  background-color: #ffa500;
  color: white;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}

.payment-content {
  padding: 20px;
  background-color: #d9d9d9;
}

.paypal-btn {
  display: flex;
  justify-content: center;
  margin: 10px 0px;
  flex-direction: column;
  align-items: center;
}

.paypal-btn a {
  background-color: #8ec0ee;
  color: #000;
  padding: 20px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}

.banks {
  background-color: #8ec0ee;
  padding: 20px;
  border-radius: 10px;
}

.side-bar-menus {
  background-color: white;
  position: fixed;
  padding: 20px 4px;
  height: 100vh;
  position: relative;
}

.collapsed .left-bar {
  transform: rotate(180deg);
  right: 1px;
}

/* CHAT GPT  */
/* style.css */
#sidebar {
  width: 250px;
  transition: width 0.3s;
  position: relative;
}

#sidebar.collapsed {
  width: 80px;
}

#sidebar .menu-item a span {
  display: inline-block;
  transition: opacity 0.3s, width 0.3s;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: #000;
}

#sidebar.collapsed .menu-item a span {
  opacity: 0;
  width: 0;
  overflow: hidden;
}

#sidebar.collapsed .side-bar-menus .logo {
  display: none;
}

#sidebar.collapsed .side-bar-menus {
  padding: 84px 4px;
}

.left-bar {
  position: absolute;
  right: -16px;
  z-index: 1;
  top: 27px;
}

#main-content {
  width: calc(100% - 250px);
  transition: width 0.3s;
}

#main-content.expanded {
  width: calc(100% - 80px);
}

.side-bar-menus nav ul {
  list-style-type: none;
  padding: 0;
}

.side-bar-menus nav ul li {
  margin: 3px 0;
}

.side-bar-menus nav ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.side-bar-menus nav ul li a img {
  margin-right: 10px;
}

/* table responsive */
.table-responsive {
  overflow-x: auto;
}

.table-responsive .table {
  width: 100%;

  table-layout: auto;
}

.table th,
.table td {
  white-space: nowrap;
}

.table {
  width: 100%;
  border-color: #f5f6f7;
}

/* END  */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  border-radius: 8px;
  transition: 0.3s ease;
}

.menu-item a {
  display: flex;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  color: #333;
  border-radius: 8px;
}

.menu-item a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.menu-item a i {
  font-size: 20px;
  margin-right: 10px;
}

.menu-item:hover {
  background-color: #e9ecef;
}

.menu-item.active {
  background-color: #ffffff !important;
  border-radius: 8px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#sidebar .menu-item.active a span {
  color: #000000;
}

#sidebar .menu-item.active a img {
  filter: brightness(0.5);
}

#sidebar .menu-item a img {
  filter: invert(1);
}
#sidebar .menu-item.active a i {
  filter: brightness(0.5);
}

#sidebar .menu-item a i {
  filter: invert(1);
}

.menu-item.active::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #4880ff;
  left: -16px;
  top: 0;
}

.menu-item.active a {
  color: #fff;
  font-size: 15px;
}

.menu-item.active a img {
  filter: invert(1);
}
.menu-item.active a i {
  filter: invert(1);
}

/* li style end */
.main-box .top-bar .inquirt-area {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 40px;
}

.main-box .top-bar .inquirt-area h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0px;
}

.main-box .top-bar .inquirt-area a {
  height: 30px;
  border-radius: 50%;
  background-color: #007aff;
  color: #fff;
  font-size: 14px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.main-box .top-bar .inquirt-area .search-bar {
  background-color: #f7f8fa;
  border: 0.6px solid #d5d5d5;
  outline: none;
  border-radius: 8px;
  width: 400.33px;
  height: 38px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.main-box .top-bar .inquirt-area .search-bar input {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  width: 100%;
}

.main-box .top-bar .inquirt-area .search-bar img {
  margin-right: 10px;
}

.filter-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;

}

.main-box {
  width: 100%;
}

.main-box .top-bar {
  background: white;
  padding: 10px 15px;
}

.user-details h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.user-details h6 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}

.down-icon i {
  color: grey;
  font-size: 20px;
}

.main-box .top-bar .profile-settings .bell-icon {
  position: relative;
}

.main-box .top-bar .profile-settings .bell-icon .count {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translate(-50%, -50%);
  background-color: #f93c65;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
}

.user-dp {
display: none!important;
  /*width: 50px;*/
  /*height: 50px;*/
  /*border-radius: 50%;*/
  /*background-color: blanchedalmond;*/
}

.user-dp img {
display: none!important;
  /*width: 100%;*/
  /*height: 100%;*/
  /*border-radius: 51%;*/
}

.profile-settings {
  position: relative;
  display: flex;
  align-items: center;
}

.profile-settings .logout-btn {
  text-decoration: none;
  padding: 4px 10px;
  background-color: #007aff;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
}

.bell-icon,
.user-dp,
.user-details,
.down-icon {
  margin-right: 10px;
  cursor: pointer;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  min-width: 160px;
  border-radius: 5px;
  overflow: hidden;
}

.dropdown-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-menu a:hover {
  background-color: #ddd;
}

/* #D5D5D5 */
.main-content {
  background-color: #f8f8f8;
  width: 100%;
  padding: 25px 20px;
}

td {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000000c9;
  font-size: 13px;
  vertical-align: middle;
  text-align: left!important;
  padding-left: 4px!important;
  
}

th {
  font-weight: 600;
  font-size: 14px;
  color: #000 !important;
}

.send {
  padding: 5px 8px;
  color: #29cc39;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  background-color: #29cc390d;
}

.send:hover {
  background-color: #29cc39;
  color: #fff;
  transition: 0.3s ease;
}

.detail {
  padding: 5px 8px;
  color: #4880ff;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  background-color: #4880ff0d;
  text-decoration: none;
  font-weight: 500;
}

.detail:hover {
  background-color: #4880ff;
  color: #fff;
  transition: 0.3s ease;
}

.decline {
  padding: 5px 8px;
  color: #e62e2e;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  background-color: #e62e2e0d;
}

.decline:hover {
  background-color: #e62e2e;
  color: #fff;
  transition: 0.3s ease;
}

#pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 15px 7px;
  margin-top: -15px;
}

.pagination-show h6 {
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.pagination-count {
  display: flex;
  align-items: center;
  gap: 7px;
}

.pagination-count a {
  padding: 3px 10px;
  font-size: 12px;
  border: none;
  color: #4880ff;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  background-color: #c3c3c32c;
}

.pagination-count a:hover,
.pagination-count a.active {
  background-color: #4880ff;
  color: #fff;
  transition: 0.3s ease-in-out;
}

/* send offer page start */
/* .earning-cards {
  width: 100% !important;
  height: 140px;
  border-radius: 8px;
  background-color: #fff;
  padding: 10px;
}*/
/*.earning-cards h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}*/
/*.earning-card button {
  color: #29cc39;
  background-color: #29cc390d;
  font-size: 13px;
  border: none;
  font-weight: 500;
  width: 100px;
  height: 35px;
}*/
/*.earning-cards h4 {
  font-size: 23px;
  font-weight: 600;
  line-height: 30.8px;
  margin-top: 15px;
}*/
/*.earning-cards p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #202224cc;
}*/
.dropdown-container {
  width: 100%;
  /* Adjust this value as needed */
}

label {
  display: block;
  margin-bottom: 0px;
  font-weight: bold;
}

select {
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 13px;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D%22http://www.w3.org/2000/svg%22 width%3D%2216%22 height%3D%2216%22 fill%3D%22%23000%22 class%3D%22bi bi-chevron-down%22 viewBox%3D%220 0 16 16%22%3E%3Cpath fill-rule%3D%22evenodd%22 d%3D%22M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 12px;
}

select::-ms-expand {
  display: none;
}

.dropdown-container:after {
  content: "\25BC";
  position: absolute;
  top: 14px;
  right: 10px;
  pointer-events: none;
}

/* finsh order page start */
.comision-overdue a {
  text-decoration: none;
  background-color: #e62e2e;
  color: #000;
  padding: 10px 20px;
  border-radius: 2px;
}

.comision-pay a {
  appearance: none;
  backface-visibility: hidden;
  background-color: #27ae60;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, 0.15) 0 4px 9px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, -apple-system, system-ui, "Segoe UI", Helvetica, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.comision-pending a {
  background-color: #fbf71d;
  appearance: none;
  backface-visibility: hidden;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, 0.15) 0 4px 9px;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, -apple-system, system-ui, "Segoe UI", Helvetica, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

/* profile setting page start */
#imageInput {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.image-preview {
  margin-top: 10px;
  text-align: center;
}

#previewImage {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.img-com-name {
  /*display: flex;*/
  align-items: end;
  gap: 15px;
}

.com-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  background-color: transparent;
  text-align: center;
  border-radius: 10px;
}

.com-image label {
  color: #000;
  background: cornflowerblue;
    padding: 3px 3px 3px 3px;
    margin-top: 5px;
}
.com-image label:hover{
    background: wheat;
}

.input-container {
  position: relative;
  width: 200px;
}

.input-container input {
  /*width: 100%;*/
  padding: 10px 40px 10px 0px;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: transparent;
  margin-bottom: 9px;
  font-weight: 500;
}

.input-container input.editable {
  border: 1px solid #ccc;
}

.input-container .icon {
  position: absolute;
  top: 40%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.fields-sec {
  background-color: #fff;
  margin-top: 30px;
  padding: 20px 25px;
}

.fields-sec label {
  font-weight: 500;
  font-size: 15px;
  line-height: 32.4px;
  letter-spacing: 0.5%;
}

.setting-btn {
  text-align: end;
  margin-top: 15px;
}

.setting-btn > :nth-child(1) {
  padding: 8px 40px;
  border-radius: 8px;
  border: 1px solid #4880ff;
  color: #4880ff;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  background-color: transparent;
}

.setting-btn > :nth-child(2) {
  padding: 8px 40px;
  border-radius: 8px;
  background-color: #4880ff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  border: none;
}

.setting-btn > :nth-child(1):hover {
  background-color: #4880ff;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.setting-btn > :nth-child(2):hover {
  background-color: #2e60d3;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.fields-sec input:focus {
  box-shadow: none;
}

.fields-sec textarea:focus {
  box-shadow: none;
}

.fields-sec input {
  height: 42px;
}

.fields-sec input::placeholder {
  font-size: 14px;
  color: #ccc;
}

.fields-sec textarea::placeholder {
  font-size: 14px;
  color: #ccc;
}

/* mesaages page start */
.messages-container {
  display: flex;
  width: 100%;
  height: 80vh;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.sidebar {
  width: 30%;
  border-right: 1px solid #ddd;
  background-color: #fafafa;
}

.sidebar-header {
  padding: 24px;
  border-bottom: 1px solid #ddd;
  background-color: #ffffff;
}

.sidebar-header h2 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

.sidebar-header h2 span {
  font-size: 9px;
  padding: 2px 6px 2px 6px;
  border-radius: 4px;
  border: 1px solid #a89d9d;
  background-color: #f7f8fa;
}

.contact-search {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}

.search-container {
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 5px 10px;
  width: 280px;
}

.search-input {
  border: none;
  outline: none;
  padding: 5px;
  font-size: 13px;
  flex: 1;
  background-color: #f3f3f3;
}

.search-button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-list {
  overflow-y: auto;
  height: calc(100% - 60px);
  background-color: #fff;
  padding-bottom: 20px;
}

.contact {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
}

.contact:hover {
  background-color: #4880ff0f;
}

.contact-img {
  width: auto;
  height: 40px;
  border-radius: 5px;
  margin-right: 10px;
}

.contact-info h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.contact-info p {
  margin: 0;
  color: #888;
  font-size: 12px;
}

.active-status {
  line-height: 17px;
  position: absolute;
  right: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.active-status p {
  font-size: 11px;
  font-weight: 500;
  color: #888;
  margin-bottom: 0;
}

.active-status img {
  width: 71%;
}

.active-status i {
  font-size: 14px;
  color: #4880ff;
}

.chat-section {
  width: 70%;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.download-file {
  cursor: pointer;
}

.chat-header {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat-header-name {
  line-height: 18px;
}

.chat-header-name h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.chat-header-name span {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #888;
}

.chat-container {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.chat-header-img img {
  width: auto;
  height: 40px;
  border-radius: 5px;
  margin-right: 10px;
}

.chat-box {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.message {
  display: flex;
  margin-bottom: 15px;
}

.message.sent {
  justify-content: flex-end;
}

.message.received {
  justify-content: flex-start;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin: 0 10px;
}

.message-content {
  max-width: 50%;
  position: relative;
}

.message.sent .message-content p {
  background-color: #007aff;
  color: white;
}

.message-content p {
  margin: 5px 0;
  line-height: 20px;
  font-size: 14px;
  background-color: #e5e5ea;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
}

.message-content a {
  color: #0173f1;
  text-decoration: none;
  background: #c2cbfa;
  padding: 5px 5px 5px 5px;
  border-radius: 6px;

}

.message-content a:hover {
    text-decoration: underline;
  background: #cde5f1

}

/* 
.chat-input {
    display: flex;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #eee;
    background-color: #f9f9f9;
    border-radius: 0 0 10px 10px;
}

.chat-input input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    margin: 0 10px;
}

.chat-input button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.attach-btn {
    color: #888;
    margin-left: 10px;
}

.send-btn {
    color: #007aff;
    margin-right: 10px;
}

.send-btn i {
    font-size: 20px;
} */

.chat-input {
  display: flex;
  align-items: center;
  padding: 5px;
  /* border-top: 1px solid #eee; */
  background-color: #f9f9f9;
  width: 95%;
  margin: 0 auto;
  border-radius: 15px;
  /* border-radius: 0 0 10px 10px; */
  border: 1px solid #bbb5b5;
}

.chat-input input[type="text"] {
  flex: 1;
  padding: 10px;
  background-color: #f9f9f9;
  border: none;
  outline: none;
  margin: 0 10px;
}

.chat-input .file-input {
  display: none;
}

.chat-input label.attach-btn {
  color: #888;
  cursor: pointer;
  margin-left: 10px;
}

.chat-input .send-btn {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: #007aff;
  margin-right: 10px;
}

.chat-input .send-btn i {
  font-size: 20px;
}

/* 1st dashboard css end  */

/* 2nd dashboard css start  */

.earning-card-main {
  display: flex;
  align-items: center;
  flex-basis: 20%;
  gap: 15px;
  padding-bottom: 20px;
}

.earning-card {
  background-color: #fff;
  width: 230px;
  height: 120px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0px 10px;
}

.earning-card h6 {
  font-size: 14px;
  font-weight: 600;
}

.earning-card span {
  font-weight: 400;
  color: #4880ff;
  font-size: 13px;
  line-height: 20px;
}

.earning-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #202224cc;
}

.commission-paid button {
  background-color: transparent;
  border: none;
}
.description-text{
  text-wrap: wrap !important;
  padding: 0px 10px 0px 0px;
}
/* popup commision */
.commission-paid button {
  color: #29cc39;
  font-weight: 600;
}

.comision-pay button {
  background-color: transparent;
  border: none;
  color: #29cc39;
  font-weight: 600;
}

.comision-pay-status button {
  background-color: #c6f9e4;
  border: none;
  color: #29cc39;
  font-weight: 600;
  padding: 12px 12px 12px 12px;
  border-radius: 12px;
  width: 100%;
}

.send-reminder button {
  background-color: transparent;
  border: none;
  color: #ffa500;
  font-weight: 600;
}

.send-reminder-status button {
  background-color: #f9f9f9;
  border: none;
  color: #ffa500;
  font-weight: 600;
  padding: 12px 12px 12px 12px;
  border-radius: 13px;
  width: 100%;
}

.overdue button {
  background-color: #ffdcdc;
  border: none;
  color: #e62e2e;
  font-weight: 600;
  padding: 12px 12px 12px 12px;
  border-radius: 13px;
  width: 100%;
}

.conf-comm {
  width: 500px;
  height: 155px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 50px;
}

.conf-comm-main {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: #080808ad;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.conf-comm-main.active {
  visibility: visible;
  opacity: 1;
}

.conf-comm-content {
  padding: 20px 15px;
}

.conf-comm-content h6 {
  font-weight: 700;
  font-size: 14px;
}

.conf-comm-content p {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #888;
}

.conf-comm-btn {
  display: flex;
  gap: 10px;
  align-items: center;
}

.conf-comm-btn :nth-child(1) {
  width: 100%;
  height: 35px;
  background-color: transparent;
  color: #888;
  border: 1px solid #888;
  font-weight: 500;
  border-radius: 8px;
}

.conf-comm-btn :nth-child(1):hover {
  background-color: #4880ff;
  color: #fff;
  transition: 0.3s ease-in-out;
  border: none;
}

.conf-comm-btn :nth-child(2) {
  width: 100%;
  height: 35px;
  background-color: #4880ff;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 8px;
}

.conf-comm-btn :nth-child(2):hover {
  background-color: #3156ad;
}

/* popup send invoice  */
.invoice {
    /* width: 500px; */
    height: auto;
    border-radius: 8px;
    background-color: #fff;
    padding: 20px 18px;
    overflow-y: auto;
    max-height: 91%;
    /* flex: inherit; */
    width: 850px;

}

.invoice-crss-btn {
  text-align: end;
}

.invoice-crss-btn i {
    font-size: 18px;
    padding: 10px 15px;
    cursor: pointer;
    color: #000;
    background: gainsboro;

}

.invoice-feilds label,
h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 32.4px;
  margin-top: 5px;
}

.invoice-feilds input {
  width: 100%;
  height: 45px;
  background-color: #e9e9e9;
  border: none;
  border-radius: 3px;
  padding: 8px;
  font-size: 14px;
}

.invoice-feilds input:focus {
  outline-color: #ccc;
  background-color: #fff;
}

.invoice-feilds textarea {
    border: 1px solid #ccc;
    width: 100%;
    resize: vertical;
    overflow-y: auto;

}
div.dt-container div.dt-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.5em;
    border-radius: 5px; /* Abgerundete Ecken für den Suchbereich */
    background-color: #f5f5f5; /* Hellgrauer Hintergrund für den Suchbereich */
}
div.dt-container div.dt-search input {
    margin-left: .5em;
    padding: 0.4em 0.8em; /* Angenehmes Padding für das Eingabefeld */
    border: 1px solid #ccc; /* Dezente Umrandung */
    border-radius: 3px; /* Abgerundete Ecken für das Eingabefeld */
    display: inline-block;
    width: 100%; /* Volle Breite des Eingabefelds */
    max-width: 300px; /* Maximalbreite des Eingabefelds */
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); /* Leichter innerer Schatten für Tiefe */
    transition: all 0.3s ease; /* Weiche Übergänge für Interaktionen */
}
div.dt-container div.dt-search input:focus {
    border-color: #007bff; /* Farbe der Umrandung beim Fokus */
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 123, 255, 0.5); /* Schatten beim Fokus */
    outline: none; /* Entfernt den Standardfokus */
}

.invoice-feilds textarea:focus {
  outline-color: #aeaeae;
}

.invoice-feilds textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.send-inv-btn {
  width: 100%;
  height: 45px;
  background-color: #4880ff;
  color: #fff;
  border-radius: 8px;
  border: none;
  margin-top: 20px;
}

.commission-price {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.invoice-chat-input {
    display: flex;
    align-items: flex-end;
    width: 100%;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: row;

}

.invoice-chat-input .file-input {
  display: none;
}

.invoice-chat-input label.attach-btn {
  display: flex;
  align-items: center;
  background-color: #e5e5e5;
  padding: 6px 15px;
  border-radius: 8px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  margin-right: 10px;
  width: 100%;
}

.invoice-chat-input label.attach-btn i {
  margin-right: 8px;
}

.invoice-chat-input .send-btn {
  background-color: #007aff;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
}

.invoice-chat-input .send-btn i {
  font-size: 16px;
}

.send-invoice-main {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: #080808ad;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.send-invoice-main.active {
  visibility: visible;
  opacity: 1;
  display: flex;
  align-items: center;
}

.inv-send {
  padding: 5px 8px;
  color: #29cc39;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  background-color: #29cc390d;
}

.inv-send:hover {
  background-color: #29cc39;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.send-reminder {
  padding: 5px 8px;
  color: #ffa500;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  background-color: #29cc390d;
}

.send-reminder-status {
  padding: 5px 8px;
  color: #ffa500;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  background-color: #29cc390d;
}

.comision-pay {
  padding: 5px 8px;
  color: #29cc39;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  background-color: #29cc390d;
}

.comision-pay-status {
  padding: 5px 8px;
  color: #29cc39;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  background-color: #29cc390d;
}

.block-acc {
  padding: 5px 8px;
  color: #e62e2e;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  background-color: #e62e2e0d;
}

.block-acc:hover {
  background-color: #e62e2e;
  color: #fff;
  transition: 0.3s ease-in-out;
}

/* blocked account page start */
td.status-block {
  color: #e62e2e;
}

td.status-block button {
  padding: 5px 8px;
  color: #e62e2e;
  background-color: #29cc390d;
  font-size: 13px;
  border: none;
  font-weight: 500;
  border-radius: 4px;
}

td.status-block button:hover {
  background-color: #e62e2e;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.un-block button {
  padding: 5px 8px;
  color: #e62e2e;
  background-color: #e62e2e0d;
  font-size: 13px;
  border: none;
  font-weight: 500;
  border-radius: 4px;
}

.un-block button:hover {
  background-color: #e62e2e;
  color: #fff;
  transition: 0.3s ease-in-out;
}

/* unblock popup  */
.unblock-confirm {
  width: 500px;
  height: 140px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 50px;
}

.unblock-confirm-main {
  position: fixed;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: #080808ad;
  display: flex;
  justify-content: center;
}

.unblock-confirm-main.active {
  visibility: visible;
  opacity: 1;
}

.unblock-confirm-content {
  padding: 20px 15px;
}

.unblock-confirm-content h6 {
  font-weight: 700;
  font-size: 14px;
}

.unblock-confirm-content p {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #888;
}

.unblock-confirm-btn {
  display: flex;
  gap: 10px;
  align-items: center;
}

.unblock-confirm-btn :nth-child(1) {
  width: 100%;
  height: 35px;
  background-color: transparent;
  color: #888;
  border: 1px solid #888;
  font-weight: 500;
  border-radius: 8px;
}

.unblock-confirm-btn :nth-child(1):hover {
  background-color: #4880ff;
  transition: 0.3s ease-in-out;
  color: #fff;
  border: none;
}

.unblock-confirm-btn :nth-child(2) {
  width: 100%;
  height: 35px;
  background-color: #4880ff;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 8px;
}

.unblock-confirm-btn :nth-child(2):hover {
  background-color: #304f99;
}

/* all reviews page start  */
.tabs {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
  gap: 10px;
}

.tab {
  text-align: center;
  padding: 10px 15px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 0.83px;
  font-weight: 500;
}

.tab.active {
  background-color: #4880ff;
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.see-allreviewBtn button {
  padding: 5px 8px;
  color: #4880ff;
  background-color: #4880ff0d;
  font-size: 13px;
  border: none;
  font-weight: 500;
  border-radius: 4px;
}

.see-allreviewBtn button:hover {
  background-color: #4880ff;
  color: #fff;
  transition: 0.3s ease-in-out;
}

/* see all reviw popup */

.see-allreview-main {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #080808ad;
  display: flex;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.see-allreview-main.active {
  visibility: visible;
  opacity: 1;
}

.block-accBtn button {
  padding: 5px 8px;
  color: #e62e2e;
  font-size: 14px;
  border: none;
}

.block-accBtn button:hover {
  background-color: #e62e2e;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.see-allreview {
  width: 80%;
  background-color: #fff;
  height: 550px;
  overflow-y: scroll;
  padding: 10px 20px;
  margin-top: 50px;
}

.see-allreview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.see-allreview-head h6 {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.see-allreview-head h6 span {
  color: #4880ff;
  font-weight: 400;
}

.see-allreview-head i {
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
}

.add-allreview {
  text-align: end;
  margin-bottom: 8px;
  margin-top: 10px;
}

.add-allreview button {
  background-color: #4880ff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 12px;
  border: transparent;
}

/* create account page start */
.create-tabs {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
  gap: 10px;
}

.create-tab {
  text-align: center;
  padding: 10px 15px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 0.83px;
  font-weight: 500;
}

.create-tab.active {
  background-color: #4880ff;
  color: #fff;
}

.create-tab-content {
  display: none;
}

.create-tab-content.active {
  display: block;
}

.create-appBtn button {
  padding: 5px 8px;
  color: #29cc39;
  background-color: #29cc390d;
  font-size: 13px;
  border: none;
  font-weight: 500;
  border-radius: 4px;
}

.create-appBtn button:hover {
  background-color: #29cc39;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.create-appBtn-approve button {
  padding: 5px 8px;
  color: #29cc39;
  background-color: #29cc390d;
  font-size: 13px;
  border: none;
  font-weight: 500;
  border-radius: 4px;
}

.create-appBtn-approve button:hover {
  background-color: #29cc39;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.create-appBtn-pending button {
  padding: 5px 8px;
  color: #ffa500;
  background-color: #29cc390d;
  font-size: 13px;
  border: none;
  font-weight: 500;
  border-radius: 4px;
}

.create-appBtn-pending button:hover {
  background-color: #ffa500;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.create-blkBtn button {
  padding: 5px 8px;
  color: #e62e2e;
  background-color: #e62e2e0d;
  font-size: 13px;
  border: none;
  font-weight: 500;
  border-radius: 4px;
}

.create-blkBtn button:hover {
  background-color: #e62e2e;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.create-blockacc-Btn button {
  padding: 5px 8px;
  color: #e62e2e;
  background-color: #e62e2e0d;
  font-size: 13px;
  border: none;
  border-radius: 5px;
  font-weight: 500;
}

.create-blockacc-Btn button:hover {
  background-color: #e62e2e;
  color: #fff;
  transition: 0.3s ease-in-out;
}

/* messages log page start */

.see-msgBtn button {
  padding: 5px 8px;
  color: #4880ff;
  background-color: #4880ff0d;
  font-size: 13px;
  border: none;
  font-weight: 500;
  border-radius: 4px;
}

.see-msgBtn button:hover {
  background-color: #4880ff;
  color: #fff;
  transition: 0.3s ease-in-out;
}

/* setting page start */
.setting-card label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}

.setting-card textarea {
  width: 100%;
  border: transparent;
  padding: 10px;
  font-size: 14px;
  color: #888;
  border-radius: 5px;
}

.setting-card textarea:focus {
  outline-color: #ccc;
}

.setting-card textarea::placeholder {
  font-size: 14px;
  color: #888;
}

.settingBtn-main {
  text-align: end;
  margin-top: 10px;
}

.settingBtn-main :nth-child(1) {
  padding: 8px 35px;
  background-color: transparent;
  color: #4880ff;
  border: 1px solid #4880ff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  margin-right: 10px;
}

.settingBtn-main :nth-child(1):hover {
  background-color: #4880ff;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.settingBtn-main :nth-child(2) {
  padding: 8px 35px;
  background-color: #4880ff;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
}

.settingBtn-main :nth-child(2):hover {
  background-color: #2e60d3;
}

/* my  order  dashboard 3 page start */


.service-pvd-main button {
  padding: 10px 20px;
  background-color: #4880ff;
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
  border: none;
}

.service-pvd-main button:hover {
  background-color: #3562cc;
  transition: 0.3s ease;
}

/* service-prov-main popup */
.all-reviews-container {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  background: #080808ad;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
}

.all-reviews-container.active {
  visibility: visible;
  opacity: 1;
}
.service-prov-main {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  height: 100%;
  background: #080808ad;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
}

.service-prov-main.active {
  visibility: visible;
  opacity: 1;
}

.service-provider {
    width: 600px;
    height: 600px;
    background-color: #fff;
    padding: 10px 20px;
    overflow-y: auto;
    
    /* Positionierung */
    position: fixed;
    top: 50%;
    left: 50%;
    
    /* Popup in der Mitte zentrieren */
    transform: translate(-50%, -50%);
    
    /* Z-index, um sicherzustellen, dass es über anderen Elementen liegt */
    z-index: 1000;
    
    /* Optional: Schatten und abgerundete Ecken für besseres Design */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}


/* popup form  */
/*.service-popup-main {*/
/*  display: flex;*/
/*  align-items: end;*/
/*  gap: 5px;*/
/*}*/

.ser-popup-image {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  background-color: transparent;
  text-align: center;
}

.ser-popup-image label {
  color: #000;
}

.service-infoPopUP-name input {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
}

.service-popup-feilds {
  margin-top: 10px;
}

.payment-popup {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 500px;
  overflow-y: auto;
}

.service-popup-feilds label {
  font-size: 14px;
  font-weight: 500;
  line-height: 28.8px;
  color: #19191a;
}

.service-popup-feilds input {
    width: 100%;
    height: 42px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;

}

.service-popup-feilds input::placeholder {
  font-size: 14px;
}

.service-popup-feilds input:focus {
  outline-color: transparent;
  box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.46);
}

.serPopup-review-box {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
}

.serPopup-review-box p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28.8px;
}

.serPopup-review-box p span {
    color: #000;
    font-weight: bold;

}

/* review box */
.review-sec {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0px;
}

.review-sec p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.service-prov-closeBtn {
  text-align: end;
}

.service-prov-closeBtn i {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 8px;
    color: black;
    background: gainsboro;
}

.service-prov-closeBtn i:hover {
  background-color: #888;
  color: #fff;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}
.all-reviews-closeBtn {
  text-align: end;
}

.all-reviews-closeBtn i {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 8px;
    color: black;
    background: gainsboro;

}

.all-reviews-closeBtn i:hover {
  background-color: #888;
  color: #fff;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}

/* my offer page start */

.acceptOfferBtn {
  padding: 5px 8px;
  color: #4880ff;
  background-color: #4880ff0d;
  font-size: 14px;
  border: none;
  border-radius: 5px;
}

.acceptOfferBtn:hover {
  background-color: #4880ff;
  color: #fff;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
}

.myOffer-Serviceprov {
  padding: 5px 8px;
  color: #4880ff;
  background-color: #4880ff0d;
  font-size: 14px;
  border: none;
  border-radius: 5px;
}

.myOffer-Serviceprov:hover {
  background-color: #4880ff;
  color: #fff;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
}

/* accept offer popup */
.accept-offer-main {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #080808ad;
  display: flex;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.accept-offer-main.active {
  visibility: visible;
  opacity: 1;
}

.accept-offer {
  width: 600px;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: 50px;
  overflow-y: auto;
  height: fit-content!important;
  max-height: 550px;
}

.acceptOffer-closeBtn {
  text-align: end;
}

.acceptOffer-closeBtn i {
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
}

.acceptOffer-closeBtn i:hover {
  background-color: #888;
  color: #fff;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}

/* .accept-offer pop UP */
.acceptOffer-headMain {
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
}

.accOffer-popup-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.accOffer-popup-image.img-fluid {
  max-width: 100%;
  height: auto;
  background-color: transparent;
  text-align: center;
}

.accOffer-popup-image label {
  color: #000;
}

.accOffer-feilds-main {
  margin-top: 10px;
}

.accOffer-feilds-main label {
  font-size: 14px;
  font-weight: 600;
  line-height: 28.8px;
  color: #19191a;
}

.accOffer-feilds-main input {
  width: 100%;
  height: 42px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
  padding: 10px;
}

.accOffer-feilds-main textarea {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #888;
  padding: 10px;
}

.accOffer-feilds-main textarea:focus {
  outline-color: transparent;
  box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.46);
}

.accOffer-feilds-main input::placeholder {
  font-size: 14px;
}

.accOffer-feilds-main input:focus {
  outline-color: transparent;
  box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.46);
}

.accOffer-feilds-main .pdfBtn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 40px;
  background-color: #4880ff;
  color: #fff;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  margin-top: 8px;
}

.car-detail-sec {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
}

.car-detail-sec p {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28.8px;
}

.car-detail-sec p span {
  color: #888;
}

.accOffer-feilds-main .popup-accOfferBTN {
  width: 100%;
  height: 40px;
  background-color: #4880ff;
  color: #fff;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  margin-top: 10px;
}

.menu-icon {
  display: none;
}

.close-icon {
  display: none;
}

.mob-menubar {
  display: none;
}

.mobile-closebar {
  display: none;
}

.mob-menu-main {
  display: none;
}

@media (max-width: 991px) {
  /* CSS rules specific to screens with a maximum width of 991 pixels */
  /* For example: */
  .img-com-name {
    flex-direction: column;
    align-items: center;
  }

  .messages-container {
    position: relative;
  }

  .sidebar {
    position: fixed;
    left: -100%;
    top: 0;
    width: 300px;
    /* Adjust width as needed */
    height: 100%;
    background-color: #fafafa;
    z-index: 10;
    transition: left 0.3s ease;
  }

  .sidebar.active {
    left: 0;
  }

  .menu-icon {
    display: block;
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
  }

  .close-icon {
    display: block;
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .chat-section {
    width: 100%;
  }

  .chat-header {
    display: flex;
    align-items: center;
  }

  .menu-icon {
    display: block;
  }
  .main-box .top-bar .inquirt-area h3 {
    display: none;
  }
}

@media (max-width: 767px) {
  .side-bar-menus {
    padding: 48px 4px;
  }

  #sidebar {
    position: fixed;
    transition: left 0.5s ease;
    z-index: 1;
    left: -300px;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    width: 320px;
    visibility: hidden;
    opacity: 0;
  }

  #sidebar.active {
    left: 0;
    visibility: visible;
    opacity: 1;
  }

  #main-content {
    width: 100%;
  }

  #main-content.expanded {
    width: calc(100%) !important;
  }

  .col-1.left-bar {
    display: none;
  }

  .mob-menubar {
    display: block;
  }

  .mob-menu-main {
    display: block;
  }

  .mob-menubar {
    background-color: #4880ff;
    color: #fff;
    width: 33px;
    height: 33px;
    border: none;
    border-radius: 8px;
  }

  .mobile-closebar {
    display: block;
    margin-bottom: 20px;
    text-align: end;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 268;
  }

  .mobile-closebar i {
    padding: 8px 15px;
    background-color: #4880ff;
    color: #fff;
    border: none;
    border-radius: 8px;
    margin-top: 5px;
  }

  #sidebar.collapsed .menu-item a span {
    opacity: 1;
    width: 100%;
  }

  .earning-card-main {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
.dt-length {
    display: flex;
    align-items: center; /* Zentriert das Dropdown vertikal im Verhältnis zum Text */
    justify-content: flex-start; /* Sorgt dafür, dass die Elemente linksbündig sind */
    gap: 10px; /* Abstand zwischen dem Label und dem Dropdown */
    width: 100%;
}
select#dt-length-0 {
    width: 100%;
}
/* Dropdown-Styling */
.dt-length select {
    padding: 8px; /* Innenabstand für den Text */
    font-size: 16px; /* Textgröße */
    border: 1px solid #ccc; /* Standardrahmen */
    border-radius: 4px; /* Abgerundete Ecken */
    width: auto; /* Breite des Dropdowns an den Inhalt anpassen */
}

}
@media (max-width: 600px) {
    table.dataTable thead th, table.dataTable tbody td , table.dataTable tbody td.dt-type-numeric {
    text-align: left;
}
    table.dataTable table thead th, table.dataTable tbody td , table.dataTable table tbody td.dt-type-numeric {
    text-align: left;
}
.paymentMethods_def789 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.methodBtn_hjk101 {
    width: 100%;
    margin-bottom: 15px; /* Abstand zwischen den "Buttons" */
    padding: 15px; /* Abstand innerhalb der Buttons */
    background-color: #f0f0f0; /* Hintergrundfarbe, um wie ein Button auszusehen */
    text-align: center; /* Text zentrieren */
    cursor: pointer; /* Zeiger ändern, um anzuzeigen, dass es klickbar ist */
    border-radius: 5px; /* Abgerundete Ecken für Button-Effekt */
    border: 1px solid #ccc; /* Leichte Umrandung */
    box-sizing: border-box; /* Verhindert, dass das Padding die Breite beeinflusst */
    transition: background-color 0.3s ease; /* Für Hover-Effekte */
}

.methodBtn_hjk101:hover {
    background-color: #e0e0e0; /* Hover-Effekt */
}

.methodBtn_hjk101:last-child {
    margin-bottom: 0; /* Entfernt den Abstand beim letzten Button */
}

input#dt-search-0 {
    width: 100%;
}

table#inquiryTable tbody td table tbody tr td {
    text-align: left !important;
    margin: 0px;
    padding: 7px 0px;
}
  .see-allreview-head {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: end;
  }
  
  #inquiryTable > tbody > tr:nth-child(2) > td > table {
      padding-left:0px!important;
  }

  .service-provider {
    width: 98%;
    height: 550px;
    overflow-y: auto; 
  }

  .service-popup-main {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }

  .acceptOffer-headMain {
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

/*  .accept-offer {
    width: 320px;
  }
  */
  
  .invoice-chat-input {
      flex-direction: column;

  }

  .invoice {
    width: 95%;
  }

  #pagination {
    flex-direction: column;
    gap: 10px;
    margin-top: 0px;
  }

  .chat-input {
    width: 100%;
  }

  .profile-settings {
    gap: 9px;
  }
}

/* Styling für das Logo in der Sidebar */
.side-bar-menus .logo {
  text-align: center;
  /* Zentriere das Logo */
  margin-bottom: 20px;
  /* Abstand unter dem Logo */
  padding: 10px;
  /* Innenabstand um das Logo */
  background-color: #ffffff;
  /* Hintergrundfarbe des Logo-Bereichs */
  border-radius: 8px;
  /* Abgerundete Ecken */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Leichter Schatteneffekt */
}

.side-bar-menus .logo a {
  display: inline-block;
  /* Inline-Block-Element für den Link */
  max-width: 100%;
  /* Maximiere die Breite des Links */
}

.side-bar-menus .logo img {
  max-width: 100%;
  /* Maximiere die Breite des Logos */
  height: auto;
  /* Halte das Seitenverhältnis bei */
  display: block;
  /* Block-Element für das Bild */
  margin: 0 auto;
  /* Zentriere das Bild horizontal */
}

.users-sec {
  display: flex;
  align-items: center;
}

/* Zusätzliche Stile für Tablet-Version */
@media (max-width: 768px) {
  .earning-cards {
    padding: 4px;
    min-height: 180px;
  }

  .earning-cards h4 {
    font-size: 1.2em;
  }

  .earning-cards p,
  .earning-cards h6 {
    font-size: 0.9em;
  }

  .earning-cards .icon {
    font-size: 1.8em;
  }

  /* Styling für das Logo in der Sidebar */
  .side-bar-menus .logo {
    text-align: center;
    /* Zentriere das Logo */
    margin-bottom: 20px;
    /* Abstand unter dem Logo */
    padding: 10px;
    /* Innenabstand um das Logo */
    background-color: #ffffff;
    /* Hintergrundfarbe des Logo-Bereichs */
    border-radius: 8px;
    /* Abgerundete Ecken */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Leichter Schatteneffekt */
  }

  .side-bar-menus .logo a {
    display: inline-block;
    /* Inline-Block-Element für den Link */
    max-width: 100%;
    /* Maximiere die Breite des Links */
  }

  .side-bar-menus .logo img {
    max-width: 100%;
    /* Maximiere die Breite des Logos */
    height: auto;
    /* Halte das Seitenverhältnis bei */
    display: block;
    /* Block-Element für das Bild */
    margin: 0 auto;
    /* Zentriere das Bild horizontal */
  }

  button.page-link {
    z-index: 0 !important;
  }
}

/* Footer Styling */
.footer {
  background: linear-gradient(
    45deg,
    rgba(255, 0, 150, 0.3),
    rgba(0, 204, 255, 0.3),
    rgba(255, 255, 0, 0.3)
  );
  backdrop-filter: blur(10px);
  padding: 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.3s;
}

.footer:hover {
  background: linear-gradient(
    45deg,
    rgba(255, 0, 150, 0.5),
    rgba(0, 204, 255, 0.5),
    rgba(255, 255, 0, 0.5)
  );
}

.footer-content {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  /* Responsiveness */
}

.footer-link {
  color: #070707;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s;
}

.footer-link:hover {
  background-color: rgba(99, 86, 86, 0.1);
  color: #ff0;
  /* Farbe beim Hover-Effekt */
  animation: colorChange 1s infinite;
}

@keyframes colorChange {
  0% {
    color: #fff;
  }

  50% {
    color: #ff0;
  }

  100% {
    color: #fff;
  }
}

/* Popup Styling */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #333;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    max-width: 90%;
    width: 400px;
    color: #fff;
    max-height: 80vh; /* Maximale Höhe auf 80% der Viewport-Höhe beschränken */
    overflow-y: auto;  /* Scrollen aktivieren, wenn der Inhalt die maximale Höhe überschreitet */
}

.popup h2 {
  margin-top: 0;
}

.popup p {
  margin: 15px 0;
}

.popup .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.popup .close-btn:hover {
  margin-bottom: 25px;
  color: #fffefe;
  /* Farbe beim Hover-Effekt */
  background-color: black;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .popup {
    width: 90%;
    height: 80%;
  }

  .popup .close-btn {
    font-size: 18px;
  }
}

/* Allgemeine Einstellungen für das Eingabefeld */
.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #f9f9f9;
  background-clip: padding-box;
  border: none;
  border-radius: 12px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

/* Fokus- und Hover-Effekte */
.form-control:focus,
.form-control:hover {
  border: none;
  animation: hoverGlow 1s ease-in-out infinite;
  outline: none;
  background-color: #fff;
}

/* Animation für den "Atmen"-Effekt */
@keyframes hoverGlow {
  0% {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1),
      0 4px 10px rgba(0, 123, 255, 0.3);
  }

  50% {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1),
      0 6px 15px rgba(0, 123, 255, 0.5);
  }

  100% {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1),
      0 4px 10px rgba(0, 123, 255, 0.3);
  }
}

/* Stil für ausgefüllte Eingabefelder */
.form-control:not(:placeholder-shown) {
  background-color: #e0f7e9;
  /* Leicht grünlicher Hintergrund für ausgefüllte Felder */
}

/* Platzhalter */
.form-control::placeholder {
  color: #aaa;
}

/* Grundlegendes Styling für Profileinstellungen */
.profile-settings {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 7px;
  padding: 10px;
  border-radius: 12px;
}

/* Profilbild */
.profile-picture img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: transform 0.3s ease-in-out;
}

/* Profilinfo */
.profile-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.profile-name {
  font-weight: bold;
  margin-bottom: 5px;
}

.profile-link {
  text-decoration: none;
  color: #007bff;
  transition: color 0.3s ease-in-out;
}

/* Hover- und Fokuseffekte */
/* .profile-settings:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
} */

.profile-settings:hover .profile-picture img {
  transform: scale(1.1);
}

.profile-link:hover {
  color: #0056b3;
}
.icons-main {
  display: none;
}
/* Responsive Design */
@media (max-width: 768px) {
  .profile-settings {
    justify-content: space-between;
    gap: 10px;
  }

  .profile-picture img {
    width: 40px;
    height: 40px;
  }

  .profile-info {
    align-items: center;
    text-align: center;
  }
  .icons-main {
    display: block;
    margin-right: 10px;
  }
    .icons-main a i {
        /* padding: 3px; */
        /* border-radius: 50%; */
        /* background-color: #007aff; */
        /* color: #fff; */
        /* font-size: 15px; */
        display: none;
    }

}

@media (max-width: 600px) {
  .user-dp {
    width: 35px;
    height: 35px;
  }
  .profile-settings .logout-btn {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .profile-settings {
    padding: 10px 0px;
  }
}
@media (max-width: 475px) {
  .tabs {
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .profile-settings {
    padding: 10px 0px;
  }
}

/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@200;300;400;500;600;700&display=swap");*/

/* Light (200) weight */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/OpenSans-Light.ttf') format('truetype');
}

/* Light (300) weight */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/OpenSans-Light.ttf') format('truetype');
}

/* Regular (400) weight */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/OpenSans-Regular.ttf') format('truetype');
}

/* Medium (500) weight */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/OpenSans-Medium.ttf') format('truetype');
}

/* Semi-Bold (600) weight */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/OpenSans-SemiBold.ttf') format('truetype');
}

/* Bold (700) weight */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/OpenSans-Bold.ttf') format('truetype');
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

body.auth-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  padding: 0 10px;
 background: linear-gradient(135deg,
    #003da5 0%,     /* Deine Hauptfarbe */
    #004bb7 30%,    /* etwas aufgehellt/bläulicher Übergang */
    #0060d5 70%,    /* noch heller und wärmer, Richtung Türkis */
    #80c1f3 100%    /* ein ganz heller, fast pastelliger Blauton */
  );
  background-position: center;
  background-size: cover;
}

.auth-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 400px;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.auth-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.auth-tab-button {
  padding: 10px 20px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s;
  font-size: 1.1em;
}

.auth-tab-button.active,
.auth-tab-button:hover {
  color: #00aaff;
  border-bottom: 2px solid #00aaff;
}

.auth-tab-content {
  display: none;
}

.auth-tab-content.active {
  display: block;
}

.auth-form {
  display: flex;
  flex-direction: column;
}

h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #fff;
}

.auth-input-field {
  position: relative;
  border-bottom: 2px solid #ccc;
  margin: 15px 0;
}

.auth-input-row {
  display: flex;
  gap: 10px;
}

.auth-input-field label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  pointer-events: none;
  transition: 0.15s ease;
}

.auth-input-field input {
  width: 100%;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  color: #fff;
}

.auth-input-field input:focus ~ label,
.auth-input-field input:valid ~ label {
  font-size: 0.8rem;
  top: 10px;
  transform: translateY(-120%);
}

.auth-forget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 35px 0;
  color: #fff;
}

#remember {
  accent-color: #00aaff;
}

.auth-forget label {
  display: flex;
  align-items: center;
}

.auth-forget label p {
  margin-left: 8px;
}

.auth-wrapper a {
    color: #80c1f3;
  text-decoration: none; 
}

.auth-wrapper a:hover a:focus{
  color: #b3dbff;        /* Noch heller, als Hover-Indikator */
  text-decoration: underline;
}

.auth-submit-button {
  background: #004bb7;
  color: #fff;
  font-weight: 600;
  border: 0px;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
  border: 2px solid transparent;
  transition: 0.3s ease;
}

.auth-submit-button:hover {
  color: #002c88;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.auth-register {
  text-align: center;
  margin-top: 30px;
  color: #fff;
}

.auth-checkbox-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

  .checkbox-container {
    display: flex;
    align-items: flex-start;
    font-size: 14.5px;
    color: white;
    text-align: left;
  }

  .checkbox-container input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 6px;
  }

  .checkbox-container p {
    margin: 0;
    line-height: 1.4;
  }

  .checkbox-container a {
    color: #007bff;
    text-decoration: none;
  }

  .checkbox-container a:hover {
    text-decoration: underline;
  }

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Popups */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  z-index: 1001;
  max-width: 90%;
  width: 400px;
  color: #fff;
}

.popup h2 {
  margin-top: 0;
}

.popup p {
  margin: 15px 0;
}

.popup .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}

.popup .close-btn:hover {
  color: #000000;
  padding: 4px 4px 4px 4px;
  border-radius: 13px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .auth-wrapper {
    width: 100%;
    padding: 20px;
  }

  .auth-tab-button {
    font-size: 1em;
  }

  .auth-input-field input {
    height: 36px;
  }

  .auth-submit-button {
    padding: 10px 16px;
  }

  .auth-input-row {
    flex-direction: column;
  }
}

.logo {
  width: 100%;
}

#Blocked {
  color: red !important;
}

#Active {
  color: green !important;
}

.create-appBtn a {
  padding: 5px 8px;
  color: #29cc39;
  background-color: #29cc390d;
  font-size: 15px;
  border: none;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
}

.create-appBtn a:hover {
  background-color: #29cc39;
  color: #fff;
  transition: 0.3s ease-in-out;
}


@media (max-width: 768px) {
    td {
        display: flex;
        flex-direction: column; /* Ordnet den Inhalt innerhalb der Zellen untereinander */
        align-items: flex-start;
    }

    td button {
        width: 100%; /* Buttons nehmen die volle Breite der Zelle ein */
        margin-bottom: 10px; /* Abstand nach unten für jeden Button */
    }

    td button:last-child {
        margin-bottom: 0; /* Entfernt den Abstand beim letzten Button */
    }
}

/* Für Tablets und kleinere Bildschirme */
@media (max-width: 1024px) {
  .main-content {
    padding: 1px; /* Reduziert das Padding auf Tablets */
  }
}

/* Für Mobilgeräte (noch kleinere Bildschirme) */
@media (max-width: 768px) {
  .main-content {
    padding: 1px; /* Reduziert das Padding auf Mobilgeräten */
  }
    .setting-btn {
        display: flex;
        flex-direction: column; /* Ordnet die Buttons untereinander an */
        gap: 10px;
        width: 100%;
        padding: 0;
    }

    .setting-btn button {
        width: 100%; /* Buttons nehmen die volle Breite ein */
        padding: 10px;
        box-sizing: border-box; /* Verhindert, dass das Padding die Breite beeinflusst */
    }
    .input-container input {
        margin-left: 3px;
        margin-top: 3px;
        margin-bottom: 0px;
    }
    .create-tabs {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
    gap: 10px;
    flex-direction: column;
}
}
