/* my-buy-team popup design start */
.mybuyteam-popup {
  padding: 30px;
  border-radius: 20px;
}
.mybuyteam-popup-header {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
}
.mybuyteam-form-group label {
  margin-bottom: 10px;
  font-weight: 600;
}
.mybuyteam-popup-footer {
  padding-top: 15px;
  text-align: right;
}
/* my-buy-team popup design end */



.custom-swal-popup {
  border-radius: 12px !important;
}

.text-primary{
  color: #204178 !important;
}

.account-card {
  border: 1px solid #e1e1e1;
  padding: 20px;
  max-width: 400px;
}
.avatar {
  background-color: #e1e1e1;
  border-radius: 50%;
  display: inline-block;
}
.avatar img{
  height: 80px;
  width: 80px;

}
.email-link {
  color: #003366;
  text-decoration: none;
}
.email-link:hover {
  text-decoration: underline;
}
.Client-profile-card{
  font-size: 20px;
}
.profile-tab-inner-card-contant{
  border: 1px solid #e7e7e7;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* droparea start */
.custom-dropzone {
  border: 2px dashed #ccc;
  border-radius: 6px;
  width: 120px;
  height: 120px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.custom-dropzone label{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.custom-dropzone.dragover {
  border-color: #28a745;
}

.custom-dropzone input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9999;
}

.custom-dropzone img.preview {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  position: absolute;
  background: #e7e7e7e7;
  top: 0;
  left: 0;
}

.custom-dropzone span {
  z-index: 2;
  color: #555;
}
/* droparea end */

/*  */
.profile-tab-contant input.form-control,
.profile-tab-contant textarea.form-control,
.profile-tab-contant select.form-select {
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 18px;
  line-height: 29px;
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s ease-in-out;
}

.profile-tab-contant input.form-control:hover,
.profile-tab-contant textarea.form-control:hover,
.profile-tab-contant select.form-select:hover,
.profile-tab-contant input.form-control:focus,
.profile-tab-contant textarea.form-control:focus,
.profile-tab-contant select.form-select:focus {
  box-shadow: none;
  outline: none;
  font-size: 18px;
}

.profile-tab-contant input.form-control:focus,
.profile-tab-contant textarea.form-control:focus,
.profile-tab-contant select.form-select:focus {
  border-color: #204178; /* Bootstrap's blue */
}
.form-check-input{
  margin-top: 2px !important;
  border-color: #adafb1 !important;
  margin-left: -1.3em !important;
}


/* error message */
.error-field{
  display: none;
}
.error-field.active{
  display: flex;
}


.mini-user-header-item-box-brop-down ul{
  padding-left: 0 !important;
}


/*  */
/* .profile-tab-contant input[type='checkbox']{
  display: block !important;
} */


/* teams and permissions tab start */
.team-client-tabs .main-heading {
  cursor: pointer;
  border-bottom: 3px solid transparent;
  padding-bottom: 5px;
  transition: border-color 0.3s ease;
}

.team-client-tabs .main-heading.active {
  border-bottom-color: #204178;
}
.team-tab-contant .signup-icon-fields {
  margin-bottom: 0px !important;
}
.team-tab-contant .signup-icon-fields input {
  border-radius: 100px;
  border-color: #cccccc !important;
  padding-left: 40px;
  border: 1px solid;
}
.team-tab-contant .signup-icon-fields input:focus,
.team-tab-contant .signup-icon-fields input:focus-visible,
.team-tab-contant .signup-icon-fields input:hover{
  border-color: #204178 !important;
  outline-color: #204178 !important;
}
.team-tab-contant .signup-icon-fields span.signup-filed-icon{
  left: 15px;
}
/* teams and permissions tab end */


/* table start */
.mybuyteam-table,
.mybuyteam-table tr,
.mybuyteam-table th,
.mybuyteam-table td {
    border: none !important;
    background: transparent !important;
    padding: 20px;
}

/* table end */



/* custom-checkbox */
.custom-role-switch {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 1rem;
}

.role-switch-input {
  appearance: none;
  width: 36px;
  height: 20px;
  background-color: #ccc;
  border-radius: 999px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.role-switch-input::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: left 0.3s ease;
}

.role-switch-input:checked {
  background-color: #007bff;
}

.role-switch-input:checked::before {
  left: 18px;
}

.role-switch-label {
  cursor: pointer;
  user-select: none;
}

.role-switch-label .subtext {
  font-weight: normal;
  color: #666;
  font-size: 14px;
}

.custom-role-switch input[type='checkbox'] {
  display: block !important;
}

.custom-role-switch input[type='checkbox'] + label{
padding: 0;
}
.custom-role-switch input[type='checkbox'] + label:after,
.custom-role-switch input[type='checkbox'] + label:before{
display: none !important;
}


.rol-field-box{
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#invitation_member_for_team .select2-container {
  width: 100% !important;
}

#invitation_member_for_team textarea.select2-search__field {
  font-size: 18px !important;
  line-height: 29px !important;
  height: 43px !important;
}







/* mybuyteam-mini-dashbord */
.mybuyteam-mini-note-title.dot-list {
  padding-left: 15px;
  position: relative;
}

.mybuyteam-mini-note-title.dot-list:after {
  content: "";
  position: absolute;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 100px;
  background: #000000;
}


.mybuyteam-chat-user-dashbord .workspace-chat-title{
  display: none !important;
}
.mybuyteam-chat-user-dashbord .mybuyteam-chat-user-list.show-title{
  margin-top: 0 !important;
}
.mybuyteam-chat-user-dashbord .mybuyteam-chat-user-list.mybuyteam-chat-user-data.ajax.active:not(.workspace-chat) {
  display: none !important;
}


.progress-job-title {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limits to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.progress-job-persontag {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
body i.fa,body i.fas{
  font-family: "Font Awesome 5 Free" !important;
}



/* Dash bord */
.page-template-wp-dashbord-php {
  background: #f0f0f0;
}
.mybuyteam-mini-dashbord-side-colum {
  flex: 0 0 auto;
  width: 350px;
  padding: 0 20px;
}

.mybuyteam-mini-dashbord-main {
  flex: 1 1 auto;
  min-width: 0;
}
.mybuyteam-mini-dashbord-side-colum-inner-div {
  background: #fff;
  margin-bottom: 20px;
  padding: 15px;
}




.mybuyteam-profile-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
}

.mybuyteam-profile-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid;
  padding: 2px;
}

.mybuyteam-profile-info {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.mybuyteam-profile-name {
  font-weight: bold;
  font-size: 0.95rem;
}

.mybuyteam-profile-role {
  font-size: 0.85rem;
  color: #555;
}

.mybuyteam-profile-actions {
  margin-left: auto;
  display: flex;
  gap: 8px;
}

.mybuyteam-profile-actions i {
  font-size: 1.1rem;
  color: #333;
  cursor: pointer;
}
.mybuyteam-profile-actions i:hover {
  color: #007bff;
}

.mybuyteam-mini-dashbord-side-colum-inner-div .mybuyteam-mini-dashbord-title {
  font-size: 22px;
}
.mybuyteam-profile-bar {
  position: relative;
}

.mybuyteam-profile-time {
  position: absolute;
  right: 5px;
  top: 10px;
  font-size: 14px;
}




.notification-account-setting-tab {
    cursor: pointer;
    border-bottom: 2px solid transparent !important;
}
.notification-account-setting-tab.active {
    border-bottom: 2px solid !important;
}

.account-setting-tab-wrap .elementor-tabs-wrapper:before {
    content: "Settings";
    color: #204178 !important;
    font-size: 40px;
}

.account-setting-tab-wrap .elementor-tabs-wrapper .elementor-tab-title:after {
    background: #dadada;
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    height: 100%;
    width: 1px;
}
.account-setting-tab-wrap .elementor-tabs-wrapper .elementor-tab-title.elementor-active{
    border-left: 2px solid !important;
}
.account-setting-tab-wrap .elementor-tabs-wrapper .elementor-tab-title{
    border-left: 2px solid transparent !important;
}
 
.mini-workspace-popup-body ul{
  list-style: none;
  margin-top: 10px;
}


/* billing */
.field-area-text {
    padding: 10px;
    background: #e7e7e7;
    border-radius: 5px;
    margin-right: 10px;
}
.field-area-text-outline {
    width: 250px;
    text-align: center;
    padding: 8px 15px;
    border: 1px solid #b3b3b3;
}