@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');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


* {
  font-family: "Poppins", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fbfbfb;
      /* overflow: hidden; */
}
input,
textarea,
select {
  font-size: 14px; 
}
::placeholder {
  color: #1C1B1F;
  font-size: 13px;
  letter-spacing: 0;
}

.main-container {
  width: 100%;
  /* height: 100vh; */
  transition: 0.4s linear;
  background: linear-gradient(90deg, #0f70da 0%, #3292FF 100%);
  /* background: linear-gradient(221deg, rgb(0 73 154 / 80%) 0%, rgba(50, 146, 255, 0.8) 100%), url(../images/bg.png); */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
      background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box {
  /* width: 500px; */
  /*! position: absolute; */
  height: 100%;
  /*! transform: translate(-50%, -50%); */
  background: #fff;
  padding: 40px 50px;
  box-sizing: border-box;
  /*! box-shadow: 0px 15px 25px rgba(0, 0, 0, .5); */
  /* border-radius: 10px; */
  /* max-width: 95%; */
  /* margin: 10px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slide-image img {
     width: 450px;
    max-width: 100%;
    margin: 10px 0;
}
.box h2 {
  margin: 0;
  /* padding: 0; */
  /*! color: #313131d6; */
  /* text-align: center; */
  font-weight: 600;
  font-size: 26px;
}

.box p {
  margin-bottom: 0;
}

.box p:nth-child(even) {
  margin-top: 0;
}

.box a {
  color: #3789e6;
  font-size: 14px;
  text-decoration: none;
}

.box .input-box {
  position: relative;
  margin: 15px auto 25px;
}

.box .input-box input {
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  /*! margin-bottom: 10px; */
  color: #1C1B1F;
  
  border: 1px solid #D1D5DB;
  border-bottom-style: solid;
  outline: none;
  letter-spacing: 1px;
  background: transparent;
  position: relative;
  border-radius: 5px;
  /*! margin-top: 20px; */
}

.box .input-box label {
  position: absolute;
  color: #1C1B1F;
  top: 0;
  left: 0;
  padding: 0px 0;
  font-size: 13px;
  pointer-events: none;
  transition: .5s;
  background: #fff;
  position: absolute;
  top: 13px;
  left: 14px;
  padding: 0 14px;
}

.box .input-box input:focus~label,
.box .input-box input:valid~label {
  top: -5px;
  left: 10px;
  color: #79747E;
  font-size: 12px;
}

.box input[type=submit] {
  background: transparent;
  border: none;
  outline: none;
  background: #3789E6;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  /* margin-top: 20px; */
}

#logged-in {
  width: 100%;
  height: auto;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50px;
  display: none;
}

.login-true {
  opacity: 0;
}

.logo {
  max-width: 150px;
  /* margin: auto; */
  display: block;
}

.box p {
  margin-bottom: 8px;
  font-size: 14px;
  color: #374151;
  font-weight: 500;
}



/* Inline Style */
.inline-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.inline-container input[type="radio"] {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #9CA3AF;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.inline-container input[type="radio"]:checked {
  border-color: #3B82F6;
}

.inline-container input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #3B82F6;
}

.inline-container input[type="radio"]:focus {
  outline: none;
  /*! box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2); */
}

.inline-container label {
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #374151;
  font-size: 15px;
}

.inline-container input[type="radio"]:checked+label {
  color: #374151;
}

.information-line {
  color: #6B7280;
  margin-top: 20px;
  font-weight: 400;
  font-size: 13px;
  /* text-align: center; */
}

.information-line a {
  color: #3789E6;
}

.logged-in {
  color: #313131 !important;
  font-weight: 400;
}

.iti {
  width: 100%;
}

.back_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* makes it circular */
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.back_button img {
  max-width: 60%;
  /* keeps icon size nice inside circle */
  max-height: 60%;
  display: block;
}

.back_button:hover {
  background-color: #e0e0e0;
  /* light gray background on hover */
}






/* Header */
.header__left img {
  max-width: 140px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-bottom: 1px solid whitesmoke; */
  padding: 15px 10px;
  background: #FBFBFB;
}

.header__left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.header__left span {
  padding: 10px;
  cursor: pointer;
}

.header__middle {
  display: flex;
  flex: 0.7;
  align-items: center;
  background-color: #F1F3F4;
  padding: 0px 10px;
  border-radius: 30px;
  border: 1px solid #D1D5DB;
  /*! width: 560px; */
  max-width: 100%;
}

#searchInput::placeholder {
  color: #6F6F70;
}

.material-icons {
  color: gray;
}

.header__middle input {
  border: none;
  width: 100%;
  padding: 8px 0;
  outline: none;
  font-size: medium;
  background-color: transparent;
  margin: 0;
  font-size: 14px;
}

.header__right {
  display: flex;
  padding-right: 30px;
}

.header__right span {
  /*! padding: 10px; */
  cursor: pointer;
}

/* Sidebar */
.sidebar {
  flex: 0.3;
  max-width: 330px;
  padding-right: 15px;
  padding-left: 15px;
  background: #FBFBFB;
  height: 98%;
  overflow: hidden;
  overflow-y: scroll;
}

.download-icon {
  color: #fff;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 330px;
  height: 100%;
  position: fixed;

  z-index: 999;

  transition: .3s ease;
  overflow-x: hidden;
  scrollbar-width: none;
}

.sidebar::--webkit-scrollbar {
  display: none;
}

.sidebar.hide {
  width: 330px;
  padding: 0 15px;
}

.sidebar .header__left {
  font-size: 24px;
  font-weight: 700;
  height: 56px;
  display: flex;
  align-items: center;

  /* position: sticky; */
  top: 0;
  left: 0;

  z-index: 500;
  padding-bottom: 20px;
  box-sizing: content-box;
}

.emailList {
  position: relative;
  width: calc(100% - 330px);
  left: 330px;
  transition: .3s ease;
}

.sidebar.hide~.emailList {
  width: calc(100% - 0px);
  left: 0px;
  /* display: none; */
}

div:where(.swal2-container){
  z-index: 99999 !important;
}


.sidebar__compose {
  margin-top: 5px;
  margin-left: 0px;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #3789E6;
  display: flex;
  align-items: center;
  cursor: pointer;
  outline: none;
  border: none;
  /* box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.75); */
  width: 100%;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  transition: .2s all;
}

.sidebar__compose:hover {
  box-shadow: 0px 2px 11px 1px rgba(0, 0, 0, 0.26);
}

.sidebar__compose span {
  margin-right: 5px;
  color: #fff;
}
.sidebar__compose img {
    margin-right: 5px;
}


.sidebarOption .material-icons {
  /*! padding: 5px; */
  color: #484848;
}

.sidebarOption h3 {
  flex: 1;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

.sidebarOption:hover,

.sidebarOption__active {
  background-color: #E7F1FF;
  color: #000000;
  /*! font-weight: 800; */
}

.sidebar__footer {
  display: flex;
  justify-content: center;
}

.sidebar__footerIcons .material-icons {
  margin: 7px;
  cursor: pointer;
}

/* main body */
.main__body {
  /* display: flex; */
  height: 100vh;
}

/* email list */
.emailList {
  flex: 1;
  /* overflow: scroll; */

}
.hamburger-menu.mn-close-menu{
  display: none;
}
.emailList__settings {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid whitesmoke;
  background-color: white;
  z-index: 9;
  padding: 5px 12px;
}

.emailList__settingsLeft {
  display: flex;
  align-items: center;
}

.emailList__settings .material-icons {
  margin: 0px;
  cursor: pointer;
  padding: 6px;
}

.section {
  /* display: flex; */
  /* align-items: center;
  border-bottom-width: 2px;
  padding: 15px;
  min-width: 200px;
  cursor: pointer;
  color: grey;
  border-width: 0; */
}

.emailList__sections {
  position: sticky;
  top: 0;
  display: flex;
  background-color: white;
  border-bottom: 1px solid whitesmoke;
  z-index: 999;
}

.section__selected {
  background-color: whitesmoke;
  border-width: 3px;
  color: red;
  border-bottom: 3px solid red;
}

.section__selected .material-icons {
  color: red;
}

.section:hover {
  /* background-color: whitesmoke;
  border-width: 3px; */
}

.section h4 {
  font-size: 14px;
  margin-left: 15px;
}

.emailRow__options {
  display: flex;
  align-items: center;
  /* position: relative; */
}

.emailRow__options .material-icons,
input {
  /*! margin: 5px; */
}

.emailRow {
  display: flex;
  align-items: center;
  /*! height: 50px; */
  border-bottom: 1px solid whitesmoke;
  /* box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.12); */
  cursor: pointer;
  z-index: 999;
  gap: 10px;
  padding: 12px 12px 12px 12px;
}

.emailRow:hover {
  /* box-shadow: 0 0px 4px 2px rgba(100, 121, 143, 0.12); */
  background: #E7F1FF !important;
}

.emailRow__message {
  /*! display: flex; */
  flex: 1;
  align-items: center;
  font-size: 13px;
  max-width: calc(100% - 180px);
}

.emailRow__message h4 {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0;
}

.emailRow__title {
  font-size: 13px;
  flex: 0.3;
  margin-bottom: 4px;
  font-weight: 600;
}

.subject-line .emailRow__title {
  font-weight: 500;
}

.emailRow__time {
  /* padding-right: 10px; */
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 0;
}

.emailRow__description {
  font-weight: 400;
  color: gray;
}

.input-box p {
  position: absolute;
  top: 13px;
  right: 20px;
}

.back_to_login {
  text-align: center;
  margin-top: 10px !important;
}

.back_to_login a {
  color: #000000;
}

.back_to_login a i {
  margin-right: 5px;
}

.emailList__settingsLeft .material-icons:hover {
  background-color: rgba(60, 64, 67, 0.08);
  border-radius: 50%;
}

#timer {
  /* font-size: 1.2rem; */
  margin-bottom: 1rem;
  color: #3390fa;
}

/* CSS */
.sidebarOption {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 12px 12px;
  cursor: pointer;
  margin-bottom: 5px;
  border-radius: 20px;
  background: #f7f7f73b;

}

/* Make the title take remaining space so the arrow sits at the far right */
.sidebarOption h3 {
  margin: 0;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #484848;
}

/* Arrow styling and rotation (smooth) */
.sidebarOption .arrow {
  margin-left: auto;
  /* pushes arrow to the right */
  transition: transform 0.25s ease;
  user-select: none;
}

/* When the button has .open, rotate the arrow 180deg */
.sidebarOption.open .arrow {
  transform: rotate(180deg);
}

/* Smooth show/hide for the nested content */
.moreContent {
  /* max-height: 0; */
  overflow: hidden;
  transition: max-height 0.35s ease;
  /*! margin-left: 12px; */
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.moreContent.show {
  max-height: 400px;
  /* large enough to fit items — adjust if needed */
}



.header__right {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
  font-family: sans-serif;
}

/* User name text */
.header__right .user-name {
  font-size: 13px;
  font-weight: 400;
  color: #565656;
}

/* Dropdown menu styling */
.dropdown-menu {
  position: absolute;
  top: 50px;
    left: 0;
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  min-width: 140px;
  padding: 0px 0;
  display: none;
  /* hidden by default */
  z-index: 1000;
}

/* Button inside dropdown */
.dropdown-menu button {
  background: none;
  border: none;
  width: 100%;
  padding: 10px 15px;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s ease;
        display: flex;
    align-items: center;
        color: #404040;
}
.dropdown-menu button img{
  max-width: 18px;
  margin-right: 10px;
}

.dropdown-menu button:hover {
  background: #f5f5f5;
}

/* Show menu when active */
.header__right.active .dropdown-menu {
  display: block;
}

.emailRow__message p {
  font-size: 12px;
  margin-top: 3px;
  color: #4B5563;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0;
}

.time {
  font-size: .75rem;
  margin-bottom: 10px;
  color: #4B5563;
  font-weight: 400;
  text-align: right;
}

.emailRow__icons {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-width: 80px;
}

.icons {
  display: flex;
  align-items: center;
}

.search-bar {
  display: flex;
  align-items: center;
  width: 70%;
}
.header__middle button {
    border: none;
    background: none;
       width: 32px;
    height: 32px;
    padding: 0;
}
.header__middle span {
        width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
button#clearSearchBtn{
  display: none;
}
.search-bar h5 {
  font-weight: 600;
  margin-bottom: 0 !important;
  margin-right: 20px;
}

.user_menu h6 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}

.user-logo {
  border: 3px solid #3789e6;
  border-radius: 50%;
  max-width: 45px;
  height: 45px;
  object-fit: cover;
  width: 45px;
  max-height: 45px;
}

.unread_message_count {
  background: #3789E6;
  color: #fff;
  padding: 2px 7px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 600;
}





.email-detail {
  /*! max-width: 800px; */
  margin: 0 auto;
  /*! border: 1px solid #ddd; */
  border-radius: 16px;
  padding: 20px 20px;
  background: #fff;
}

.email-header {
  /*! border-bottom: 1px solid #eee; */
  /*! padding-bottom: 10px; */
  /*! margin-bottom: 10px; */
}

.email-subject {
  margin: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.tag {
  background: #eee;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
  margin-left: 5px;
  font-size: 0.7rem;
  font-weight: 400;
}

.email-meta {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.profile-pic {
  border-radius: 50%;
  margin-right: 10px;
}

.sender-info {
  flex: 1;
}

.sender-name {
  font-weight: 600;
  margin: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex: 1;
}

.sender-email {
  color: #555;
  font-weight: normal;
  font-size: 13px;
}

.unsubscribe {
  color: #0073e6;
  font-size: 12px;
  text-decoration: none;
}

.email-time {
  font-size: 12px;
  color: #666;
}

.email-body p {
  /* margin: 10px 0;
  line-height: 1.5;
  font-size: 14px; */
}

.email-images {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}

.email-images img {
  border-radius: 8px;
  width: 250px;
  object-fit: cover;
}

.quick-replies {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.quick-replies button {
  border: 1px solid #ccc;
  background: none;
  border-radius: 5px;
  padding: 6px 12px;
  cursor: pointer;
  color: #1A73E8;
  font-size: 13px;
  font-weight: 500;
}

.quick-replies button:hover {
  background: #eaeaea;
}

.reply-section {
  border-top: 1px solid #eee;
  padding-top: 15px;
  /*! display: flex; */
  align-items: flex-start;
}

.reply-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.reply-to {
  font-weight: bold;
}

textarea {
  width: 100%;
  height: 80px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 10px;
  resize: none;
}

.reply-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.send-btn {
  background: #1a73e8;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}

.format-options button {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 5px;
  font-size: 14px;
}

.format-options button:hover {
  color: #1a73e8;
}

.attachment {
  display: flex;
  align-items: center;
  border-radius: 15px;
  box-shadow: inset 0 0 0 1px rgba(100, 121, 143, 0.3);
  /* height: 30px; */
  padding: 6px 12px;
  margin-right: 5px;
 max-width: 100%;
    width: 120px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 10px;
}

.all-attachment {
  align-items: center;
  display: flex;
  /* height: 30px; */
  margin-bottom: 3px;
  margin-left: 2px;
  margin-top: 7px;
}

.attachment img {
  height: 16px;
  margin-right: 8px;
  width: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16px;
  flex: 0 0 16px;
}

.attachment p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
}

.drafts-section .emailRow__message h3:nth-child(1) {
  color: #DF5C4D;
}

.drafts-section .emailRow__message h3:nth-child(2) {
  color: #6B7280;
  font-weight: 400;
}




.sent-section .emailRow__message h3:nth-child(1) {
  color: #6B7280;
  font-weight: 400;
}

.sent-section .emailRow__message h3:nth-child(2) {
  color: #6B7280;
  font-weight: 400;
}













.mobile-header {
  display: none;
}

.loading-thread {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loading-thread .material-icons {
  color: #2125297d;
  margin-bottom: 10px !important;
}

.loading-thread h3 {
  font-size: 22px;
  font-weight: 400;
  color: #929496;
}

.email-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background 0.2s;
}

.email-item:hover {
  /*! background: #f5f5f5; */
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3789e6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.email-details {
  flex: 1;
}

.email-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.email-header h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.email-snippet {
  margin: 0px 0 0 0;
  font-size: 14px;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.email-body {
  display: none;
  /*! margin-top: 10px; */
  font-size: 14px;
  color: #333;
}

.email-item.active .email-body {
  display: block;
}

.email-item.active .email-snippet {
  display: none;
}

.email-header span {
  font-size: .75rem;
  letter-spacing: normal;
  color: #5e5e5e;
}



.email-subject-header {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0px;
  /* border-bottom: 1px solid #e0e0e061; */
}

.back_button {
  margin-right: 10px;
}

.profile-initials {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  font-size: 12px;
}

.profile-initials img {
  max-width: 40px;
  height: 40px;
  object-fit: cover;
  width: 40px;
  max-height: 40px;
}

.profile_section_with_count {
  position: relative;
}

.thread-count {
  background: #1a73e8;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 9px;

}

.sidebarOption.folder-option.folder-active .material-icons,
.sidebarOption.folder-option.folder-active h3 {
  color: #3789E6;
}

.sidebarOption.sidebarOption__active.email-account.open {
  background: #E7F1FF;
}

/* .sidebarOption.sidebarOption__active.email-account.open {
  background: #E7F1FF;
} */
.emailList__settingsRight {
  display: flex;
  align-items: center;
}

.sidebarOption.folder-option.folder-active span img {
  filter: sepia(1) saturate(5000%) hue-rotate(190deg);
}


#emailAccountsList span img {
  margin-right: 5px;
      max-width: 18px;
}
.no-accounts-message span img {
    color: #3789e6;
    margin-bottom: 5px;
    min-width: 70px;
    max-width: 10px;
    margin-right: 0 !important;
}
.emailList__settingsLeft img {
    max-width: 18px;
}


.gmail-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-top: 1px solid #e0e0e0;
  background: #f8f9fa;
  font-size: 13px;
  color: #5f6368;
}

.gmail-pagination-info {
  font-weight: normal;
  font-size: 12px;
}

.gmail-pagination-controls {
  display: flex;
  align-items: center;
  gap: 4px;
}

.gmail-nav-btn {
  background: none;
  border: none;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  color: #5f6368;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, color 0.2s;
}

.gmail-nav-btn:hover:not(.disabled) {
  /* background-color: #f1f3f4; */
  color: #202124;
}

.gmail-nav-btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.gmail-nav-btn .material-icons {
  font-size: 18px;
}

.gmail-page-input {
  display: flex;
  align-items: center;
  margin: 0 8px;
  font-size: 13px;
  color: #5f6368;
}

.page-input {
  font-size: 13px !important;
  color: #202124 !important;
}

.page-input:focus {
  outline: 2px solid #1a73e8;
  outline-offset: -2px;
  border-color: #1a73e8 !important;
}

.page-total {
  margin-left: 4px;
  white-space: nowrap;
}

.emailRow {
  /*! cursor: pointer; */
  transition: background-color 0.2s;
}



.loading-emails {
  text-align: center;
  /* padding: 40px; */
  color: #666;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: hsl(120deg 5.88% 96.67%);
}

.loading-emails img {
  max-width: 100px;
  height: auto;
}
.loading-emails h3{
  font-size: 18px;
  margin-top: 10px;
  color: #3b78e3;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* .no-emails-message {
                    text-align: center;
                    padding: 40px;
                    color: #999;
                } */

.no-emails-message .material-icons {
  font-size: 48px;
  margin-bottom: 0px;
  opacity: 0.5;
}

.folder-active {
  background-color: #e3f2fd !important;
  font-weight: bold;
}

.material-icons.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

/* Responsive pagination */
@media (max-width: 768px) {
  .gmail-pagination {
    flex-direction: column;
    gap: 8px;
    padding: 16px 12px;
  }

  .gmail-pagination-info {
    order: 2;
    font-size: 12px;
  }

  .gmail-pagination-controls {
    order: 1;
  }

  .gmail-page-input {
    margin: 0 4px;
  }

  .page-input {
    width: 40px !important;
  }
}






.folder-active {
  /*! background-color: #f5f5f5 !important; */
}

.emailRow.unread {

  background-color: #E7F1FF;
  /* border-left: 3px solid #1a73e8; */
  /* font-weight: 600; */
}



.emailRow.read {
  background-color: #ffffff;
}

.emailRow.read .emailRow__sender,
.emailRow.read .subject-line .emailRow__title {
  color: #4B5563;
  font-weight: 400;
}


.emailRow__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.delete-email:hover {
  /*! color: #ff4444; */
  /*! cursor: pointer; */
}

/* .loading-placeholder, */
 .no-accounts-message, 
.no-emails-message
/* .loading-emails  */
{
  text-align: center;
  
  color: #666;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.no-emails-message h3 {
  color: #B5B5B5;
  font-weight: 400;
  font-size: 18px;
  margin: 5px 0;
}

.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.no-accounts-message {
    text-align: center;
    width: 90%;
}

.no-accounts-message span img{
    color: #3789e6;
    max-width: 42px;
    margin-bottom: 3px;
}


.no-accounts-message h3 {
    font-size: 18px;
        color: #3789e6;
        margin-bottom: 0;
}
.no-accounts-message p {
    font-size: 14px;
    margin: 0;
}
.sidebarOption:hover {
  background-color: E7F1FF;
}
.left-row, .right-row{
  height: 100vh;
}



.profile-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}


.message-info span {
  /* font-family: "Roboto", sans-serif; */
}


.emailRow:hover .icons {
  opacity: 1;
}

.icons .material-icons {
  font-size: 20px;

  transition: background-color 0.1s;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icons .material-icons:hover {
  background-color: #f1f3f4;
  border-radius: 50%;
}

.all-attachment {
  margin-top: 8px;
  display: flex;
  flex-wrap: nowrap;
  max-width: calc(100% - 0px);
  overflow: hidden;
  overflow-x: visible;
}


.attachment-download-btn {
  margin-left: 8px;
  color: #5f6368;
  font-size: 12px;
  opacity: 0.7;
}

.attachment:hover .attachment-download-btn {
  opacity: 1;
  color: #1a73e8;
}

/* Attachment preview modal styles */
.image-preview-popup {
  max-width: 90vw !important;
  max-height: 90vh !important;
}

.image-preview-popup img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}

.pdf-preview-popup {
  max-width: 95vw !important;
  max-height: 95vh !important;
}

.pdf-preview-popup iframe {
  border-radius: 4px;
}

/* Single Email View Styles */
.singleEmailView {
      width: 98%;
    height: 90vh;
  background: white;
  overflow-y: auto;
  position: relative;
  border-radius: 16px;
}

.singleEmailView {
  /* overflow-y: auto; 
  scrollbar-width: thin;          
  scrollbar-color: #aeaeae #8d8d8d00;    */
}

/* Chrome, Edge, Safari */
.singleEmailView::-webkit-scrollbar {
  width: 1px; /* scrollbar width */
}

.singleEmailView::-webkit-scrollbar-track {
  background: #ffffff; /* track color */
}

.singleEmailView::-webkit-scrollbar-thumb {
  background-color: #b5b5b5; /* scrollbar thumb color */
  border-radius: 10px;    /* rounded corners */
  border: 1px solid #f1f1f1; /* padding around thumb */
}

.singleEmailView::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* hover effect */
}



.error-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.loading-thread .material-icons {
  color: #adaeb0;
}

.error-message .material-icons {
  color: #d93025;
}

/* Draft and To: styling */
.draft-label {
      color: #DF5C4D;
    font-weight: 500 !important;
    margin-right: 5px;
    font-size: 14px !important;
}
.arrow-icon {
    width: 20px;
    height: 20px;
    border: 1px solid #5c5c5c4a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow-icon i{
     font-size: 10px;
}

.to-label {
  /* color: #5f6368; */
  font-weight: 400;
  margin-right: 3px;
  font-size: inherit !important;
}
button.action-btn.reply-btn{
 display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border: 1px solid #dadce0;
    border-radius: 30px;
    color: #5f6368;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 500;
    background: #fff !important;
}
button.action-btn.forward-btn{
        display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border: 1px solid #dadce0;
    border-radius: 30px;
    background: white;
    color: #5f6368;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
}
.emailRow__sender {
  /* display: flex; */
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
  /* display: flex; */
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3px;
  /* font-family: "Roboto", sans-serif; */
  font-size: .875rem;
  letter-spacing: normal;
  color: #1f1f1f;
  line-height: 20px;
}
.active-class::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: #3789e6;
    right: 0;
    top: 0;
    z-index: 9;
}
.emailRow__sender.emailRow__title span {
  font-size: .75rem;
  letter-spacing: normal;
  font-weight: 400;
  margin-left: 2px;
}

.email-content div {
  font-size: 0.875rem;
  /* font-family: "Roboto", sans-serif; */
}

.thread-message {
  /* box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.12); */
  border-bottom: 1px solid rgb(224, 224, 224);
}

.action-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  border: 1px solid #dadce0;
  border-radius: 24px;
  background: white;
  color: #5f6368;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
}

.action-btn .material-icons {
  font-size: 15px;
}

.message-header {
  padding: 12px 0px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid rgb(224, 224, 224); */
}

.thread-bottom-actions {
  /* margin-top: 20px; */
  padding: 16px 0;
  display: flex;
  gap: 12px;
      /* border-top: 1px solid #EDEFF1; */
}

.thread-message .expand-icon {
  display: none;
}

.compose-window {
  position: fixed;
  bottom: 0;
  right: 20px;
  width: 500px;
  height: 500px;
  background: white;
  border: 1px solid #dadce0;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.compose-window.minimized {
  height: 40px;
}

.sidebar__compose h6 {
  margin-bottom: 0;
}

.compose-window.fullscreen {
  position: fixed;

  right: 0;
  bottom: 0;
  max-width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 1001;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%) !important;
}

.compose-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background: #1A73E8;
  border-bottom: 1px solid #dadce0;
  border-radius: 8px 8px 0 0;
  cursor: move;
}

.compose-title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.compose-actions {
  display: flex;
  gap: 4px;
}

.compose-actions button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  color: #fff;
}

.compose-actions button span {
  color: #fff;
  font-size: 14px;
}



.compose-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.compose-field {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 8px 16px;

}

.compose-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 4px 0;
}

.compose-label {
  font-size: 14px;
  font-weight: 500;
  color: BCBCBC;
  margin-bottom: 0;
  display: block;
  margin-right: 5px;
  min-width: max-content;
}

.email-tiles-container {
  /* border: 1px solid #dadce0; */
  border-radius: 4px;
  /* min-height: 40px;
  padding: 4px 8px; */
  display: flex;
  flex-wrap: wrap;
  /* gap: 4px; */
  background: white;
  cursor: text;
  transition: border-color 0.2s;
  align-items: center;
  width: 100%;
}

.attachment-name {
  margin-right: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  max-width: 350px;
}

/* Bulk selection styles */
.row-checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.email-row-checkbox {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#bulkActionToolbar {
  display: none;
}

#bulkActionToolbar.active {
  display: flex !important;
}

.emailList__settingsLeft {
  display: flex;
  align-items: center;
  gap: 8px;
}

.material-icons:hover {
  background-color: rgba(60, 64, 67, 0.08);
  border-radius: 50%;
  /* padding: 8px; */
}


.email-details-popup:before {
  /* content: ''; */
  position: absolute;
  top: -8px;
  left: 71px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #dadce0;
}

.email-details-popup:after {
  /* content: ''; */
  position: absolute;
  top: -7px;
  left: 71px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
}

/* Gmail-like Email Tiles Styling */


.email-tiles-container:focus-within {
  border-color: none;
  box-shadow: none;
}

.email-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.email-tile {
  display: inline-flex;
  align-items: center;
  background: #e8f0fe;
  border: 1px solid #c8dafe;
  border-radius: 16px;
  padding: 4px 8px 4px 12px;
  font-size: 13px;
  color: #1a73e8;
  max-width: 200px;
  transition: all 0.2s;
}

.email-tile:hover {
  background: #d2e3fc;
  border-color: #aecbfa;
}

.email-tile-text {
  margin-right: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.email-tile-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 50%;
  color: #5f6368;
  font-size: 14px;
  transition: all 0.2s;
}

.email-tile-remove:hover {
  background: rgba(60, 64, 67, 0.1);
  color: #202124;
}

.compose-tile-input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #202124;
  flex: 1;
  min-width: 120px;
  /* padding: 4px 0; */
}

.compose-tile-input::placeholder {
  color: #5f6368;
}


.compose-field-actions {
  display: flex;
  gap: 8px;
}

.cc-bcc-toggle {
  background: none;
  border: none;
  color: #1a73e8;
  font-size: 13px;
  cursor: pointer;
  padding: 4px 8px;
  min-width: max-content;
}

.cc-bcc-toggle:hover {
  background: #f8f9fa;
  border-radius: 4px;
}
.logo-white {
  max-width: 120px !important;
}
.compose-editor {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.compose-message {
  width: 100%;
  /* height: 100%;
            min-height: 90px; */
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 1.5;
  font-family: Arial, sans-serif;
}

.compose-message:empty::before {
  content: attr(placeholder);
  color: #9aa0a6;
}

.compose-attachments {
  margin-top: 10px;
}

.attachment-info-name {
  display: flex;
  align-items: center;
}

.attachments-header {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5f6368;
  font-size: 13px;
  margin-bottom: 8px;
}

.attachments-list {
  /* display: flex;
            flex-wrap: wrap; */
  gap: 8px;
  overflow-y: scroll;
  /* height: 200px; */
}

#composeAttachments .attachments-list {
  /* overflow-y: scroll;
          height: 200px;
          padding-bottom: 30px; */
}

#thread-action-menu-0 .material-icons {
  background: none;
}

.attachment-item {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border: 1px solid #dadce0;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 13px;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  justify-content: space-between;
}

.attachment-remove {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 8px;
  padding: 2px;
  padding: 2px;
  /* position: absolute; */
  right: 30px;
  background: #1a73e8;
  border-radius: 5px;
}

.attachment-remove .material-icons {
  color: #fff;
}

.compose-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border-top: 1px solid #f0f0f0;
  background: #f8f9fa;
}

.compose-footer-left,
.compose-footer-right {
  display: flex;
  align-items: center;
  /* gap: 8px; */
}

.compose-send-btn {
  background: #1a73e8;
  color: white;
  border: none;
  padding: 8px 24px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.compose-send-btn .material-icons {
  color: #fff;
}

.compose-send-btn:hover {
  background: #1557b0;
}

.compose-action-btn {
  background: none;
  border: none;
  color: #5f6368;
  cursor: pointer;
  /* padding: 8px;
            border-radius: 4px; */
}

.compose-action-btn .material-icons {
  padding: 8px;
}

.compose-action-btn:hover {
  /* background: #f1f3f4; */
}

/* Thread Avatar Styles */
.thread-avatar-container .profile-avatar {
  /* width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover; */
}

/* .thread-avatar-container .profile-initials {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 500;
            font-size: 14px;
        } */

/* Adjust font size for smaller avatars in accordion */
.thread-message .thread-avatar-container .profile-initials {
  font-size: 12px;
}

.compose-input::placeholder {
  color: #848383;
  opacity: .7;
}

.material-icons.checkbox-icon {
  padding: 0;
  padding-right: 8px;
  background: none;
}

.material-icons.checkbox-icon:hover {
  background: none;
}

.emailList__list {
  position: relative;
  height: 80%;
  /* background: #F9FAFB; */

}

.combined-recipients-header {
  display: flex;
  color: rgb(95, 99, 104);
  font-size: 12px;
  margin-top: 0px;
  align-items: center;
  gap: 8px;
  position: relative;
}

.email-details-popup {
  position: absolute;
  left: 0px;
  top: 100%;
  background: white;
  border: 1px solid rgb(218, 220, 224);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
  z-index: 1001;
  min-width: 300px;
  max-width: 100%;
  padding: 16px;
  font-size: 13px;
  line-height: 1.4;
}


.message-preview {
  color: #0000008A;
  font-size: 12px;
  margin-top: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.message-body {
  font-size: 0.875rem ;
  font-weight: 400;
  padding-bottom: 10px;
  padding-left: 52px;
  overflow: hidden;
  overflow-x: visible;
}
.email-content{
  font-size: 0.875rem;
  font-weight: 400;
  padding-bottom: 10px;
  padding-left: 52px;
}

.thread-message.expanded .message-header {
  border-bottom: 0 !important;
}

.gmail-attachments {
  margin-top: 0px;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
  padding-bottom: 15px;
}

.message-body p:last-child {
  margin-bottom: 0;
}

.sidebar_on_off {
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 40px;
}

.sidebar_on_off {
  /* display: none; */
}

#headerUserName {
  margin: 0;
      color: #404040;
    text-transform: capitalize;
}

.gmail-single-email {
  padding: 12px 0px 12px;
  border-bottom: 1px solid rgb(224, 224, 224);
}




/*---------------------
HAMBURGER MENU
----------------------*/

.hamburger-menu {
  height: 25px;
  cursor: pointer;
      background: #ffffff;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.bar,
.bar:after,
.bar:before {
      width: 26px;
    height: 3px;
    border-radius: 10px;
}

.bar {
  position: relative;
  /* transform: translateY(10px); */
  background: black;
  transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: black;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: black;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}



/* Email Suggestions Styles */
.email-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #dadce0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
}

.email-suggestion-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #f1f3f4;
  transition: background-color 0.2s;
}

.email-suggestion-item:hover,
.email-suggestion-item.highlighted {
  background-color: #f8f9fa;
}

.email-suggestion-item:last-child {
  border-bottom: none;
}

.suggestion-initials {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
  font-size: 14px;
  margin-right: 12px;
  flex-shrink: 0;
}

.suggestion-email {
  font-size: 14px;
  color: #3c4043;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Ensure suggestions appear above other elements */
.email-tiles-container {
  position: relative;
}

.header.mobile-header {
  padding: 0 10px;
 background: #fdfdfd0f;
}

.header.mobile-header .header__left {
  padding: 10px 0;
}



.middle-messages-indicator {
  position: relative;
  margin-top: 10px;
}



.combined-recipients-single {
  font-size: 12px;
  color: #5f6368;
  position: relative;
  font-weight: 400;
}

.load-middle-messages {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border-radius: 50%;
  cursor: pointer;
  color: rgb(95, 99, 104);
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s;
  width: 40px;
  height: 40px;
  justify-content: center;
  background: #F8F9FA;
  border: 1px solid #E4E4E4;
  position: relative;
  z-index: 99;
}

.middle-messages-indicator::before {
 content: '';
  width: 100%;
  height: 1px;
  background: #FFF;
  top: 15px;
  left: 0px;
  position: absolute;
  border-bottom: 1px solid rgb(224, 224, 224);
}

.middle-messages-indicator::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #FFF;
  bottom: 15px;
  left: 0px;
  position: absolute;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.username_enail{
  display: flex; 
  justify-content: space-between; 
  align-items: center;
}
.user-name-area{
  display: flex; 
  align-items: center;
  gap: 8px;
}
.right-side-time{
  display: flex; 
  align-items: center;
  gap: 8px;
}
.useremail{
    font-weight: 500;
    color: #202124;
    font-size: 14px;
}
span.useremail .email-brackets {
    font-size: .75rem;
    letter-spacing: normal;
    color: rgb(95 99 104 / 85%);
    font-weight: 400;
}
/* .message-info span.email-brackets {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: "Roboto", sans-serif;
    font-size: .75rem;
    letter-spacing: normal;
    color: rgb(95, 99, 104);
    line-height: 20px;
} */
.email-date{
  color: #5f6368; 
  font-size: .75rem;
}

.tab-button {
    flex: 1 1 0%;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    background: none !important;
    color: #6B7280 !important;
    border-radius: 4px 4px 0px 0px;
    font-weight: 500;
}

.tab-button.active {
    flex: 1 1 0%;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    color: #3789E6 !important;
    border-radius: 0;
    font-weight: 500;
    border-bottom: 2px solid #3789E6;
}
.login-tabs{
  display: flex;
    margin-bottom: 30px;
    border-bottom: 2px solid #f0f0f070;
}

.box .seperator {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  text-align: center;
  margin: 30px 0 -10px;
}
.box .social-icon {
       width: 100%;
    font-size: 20px;
    padding-top: 0;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icon a {
    border: 1px solid #A8A8A8;
    padding: 8px 40px;
    border-radius: 10px;
    display: block;
    margin: 0 10px;
}
.social-icon a img {
    max-width: 30px;
}
.seperator p {
      height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    display: inline-block;
    position: relative;
    top: -22px;
    z-index: 1;
    margin-bottom: 0;
    padding: 0px 10px;
}

.slide-image {
    /* background: linear-gradient(90deg, #3789E6 0%, #3292FF 100%); */
        background: #0F70DA;
    height: 100%;
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
        padding:30px 40px;
}
.download-links {
    display: flex;
    align-items: center;
}
.download-links img {
       max-width: 120px;
    margin: 0px 5px;
}
.slide-image p {
    color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  /* line-height: 10px; */
  margin-bottom: 0 !important;
  font-family: Poppins;
}

.sidebar__add-email {
  background: #E7F1FF;
    color: #3789E6;
    border: none;
    padding: 12px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  transition: .2s all;
}

.sidebar__add-email:hover {
    box-shadow: 0px 2px 21px -7px rgba(0, 0, 0, 0.26);
}
img.new-email-address {
    display: block;
    margin: auto;
    max-width: 90px;
    margin-bottom: 20px;
}
.popup-actions p {
    font-size: 14px;
    color: #9CA3AF;
}
.popup-actions button {
    width: 100%;
}

.language-selector select {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: white;
  font-size: 14px;
  min-width: 120px;
}
.mobile-search {
  padding: 10px 10px 0;
  background: #f8f8f8;
}
.mobile-search .header__middle{
  background-color: #fff;
}
.social-link li a.facebook {
  border-radius: 5px !important;
  border: none !important;
  color: #fff;
  font-size: 17px !important;
}

#loginError {
  background: #ffb5b5;
  font-size: 14px;
  padding: 5px 5px;
  margin-top: 30px;
  border-radius: 5px;
  display: none;
}

.swal2-confirm.swal2-styled .material-icons {
  color: #fff;
  font-size: 22px !important;
}
.swal2-popup.swal2-modal.pdf-preview-popup.swal2-show .material-icons {
  color: #fff;
  font-size: 22px !important;
}
/* Responsive */
@media (min-width: 767px) {

  .left-row, .right-row {
    height: auto;
}
}
@media (min-width: 992px) {
  .slide-image img {
    width: 300px;
  }
  .left-row, .right-row {
    height: auto;
}
 }

 @media (min-width: 1200px) {
  .slide-image img {
    width: 360px;
  }
  .left-row, .right-row {
    height: 100vh;
}
 }

@media (min-width: 1400px) { 
  .slide-image img {
    width: 600px;
  }
  .left-row, .right-row {
    height: 100vh;
}
 }






@media (max-width: 768px) {
  .mobile-header {
    display: flex;
  }

  .compose-window {
    width: calc(100% - 40px);
    right: 20px;
    left: 20px;
            z-index: 99999;
  }

  .compose-window.fullscreen {
    /* left: 0;
    right: 0;
    width: 100%; */
  }

  /* .main__body{
              display: block;
            }
            .sidebar{
              max-width: 100%;
            } */

  .sidebar_on_off {
    display: flex;
  }

  .sidebar {
    width: 00px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .emailList {
    width: calc(100% - 0px);
    left: 0;
  }

  .sidebar.hide {
    width: 330px;
    padding: 0 15px;
  }

  .sidebar.hide {
    width: 330px;
    padding: 40px 15px 0;
    z-index: 99999;
  }

  .sidebar .header__left {
    display: none;
  }

  .all-attachment .attachment {
    display: flex;
    align-items: center;
    border-radius: 15px;
    box-shadow: inset 0 0 0 1px rgba(100, 121, 143, 0.3);
    /* height: 30px; */
    padding: 6px 12px;
    margin-right: 0px;
    max-width: 100px;
    min-width: 100px;
    font-weight: 500;
    text-decoration: none;
    /* display: none; */
  }

  .all-attachment .attachment:nth-child(1) {
    /* display: flex; */
  }

  .sidebarOption {
    padding: 8px 10px;
  }

  .sidebarOption h3 {
    font-size: 12px;
  }

  #emailAccountsList span img {
    margin-right: 5px;
    max-width: 20px;
  }

  .mobile-header .header__right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mobile-header .search-bar {
    display: block;
    align-items: center;
  }

  .header.mobile-header .header__left {
    padding: 10px 5px 10px 5px;
  }

  .header.mobile-header .header__left img {
    max-width: 100px;
  }

  .header.mobile-header .header__middle input {
    padding: 5px;
  }   
  .singleEmailView{
    width: 100%;
    height: 100%;
        /* padding-bottom: 120px; */
  }
  .header.mobile-header .search-bar, .header__right {
    display: none;
}
.header.mobile-header .header__right{
  display: flex;
}
.search-bar{
  justify-content: space-between;
          width: 100%;
}
.mobile-header-right {
    display: flex;
    align-items: center;
}
.user-logo{
  border: none;
}
.header{
      padding: 10px 10px;
          background: #b3b3b30a;
}
.header__right{
  gap: 5px;
}
.mn-mobile-menu-overlay {
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(24, 30, 40, 0.5);
    z-index: 16;
}
.mn-close-menu {
    position: absolute;
    right: 6px;
    cursor: pointer;
}
.dropdown-menu {
 position: absolute;
        top: 47px;
        right: 0;
        left: auto;
}
.hamburger-menu.mn-close-menu{
  display: flex;
    top: 2px;
    height: 40px;
    border: 1px solid #3789e678;
}
.no-emails-message{
  width: 90%;
}
.no-emails-message .material-icons {
  font-size: 30px;
}
.no-emails-message h3{
  font-size: 16px;
}
.no-emails-message p {
  font-size: 13px;
}
.main-container{
  height: auto;
  padding: 50px 0;
}
.no-emails-message h3 {
    color: #3789e6;
    margin: 10px 0 !important;
}
.information-line{
  
    line-height: 28px;
}
.left-row, .right-row {
    height: auto;
}
div#addEmailPopup {
    z-index: 99999 !important;
}
}
@media (max-width: 575px) {
  .email-detail {
    padding: 10px 10px;
  }
  .emailRow__message{
        overflow: hidden;
  }
  .compose-footer{
    flex-wrap: wrap;
  }
  .compose-send-btn{
    padding: 5px 10px;
    font-size: 12px;
  }
  .compose-action-btn .material-icons {
  padding: 4px;
  font-size: 18px;
}
.compose-field{
  padding: 5px 10px;
}
.compose-field-actions {
  display: block;
}
.box {
  
          padding: 15px 30px;
        border-radius: 10px;
}
.left-row, .right-row {
    height: auto;
}
.social-icon a {
   padding: 5px 30px;
}
.left-row {
    display: none;
}
.main-container{
  height: 100vh;
}

}



@media (max-width: 400px) {
  .username_enail {
    display: block;
  }
  .email-date {
    color: #5f6368;
    font-size: .75rem;
    font-family: "Roboto", sans-serif;
}
.tab-button.active{
  padding: 12px 0;

}
.tab-button{
  padding: 12px 0;
}
}