@font-face {
  font-family: sfui-r;
  src: url("./../fonts/SFUIText/SFUIText-Regular.otf");
}
@font-face {
  font-family: sfui-m;
  src: url("./../fonts/SFUIText/SFUIText-Medium.otf");
}
@font-face {
  font-family: sfui-l;
  src: url("./../fonts/SFUIText/SFUIText-Light.otf");
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
  background-color: #161616;
  font-family: "Open Sans", sans-serif;
}
body::-webkit-scrollbar {
  width: 3px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(2, 3, 20, 0.4509803922);
  border-radius: 6px;
}

.modal {
  z-index: 999999;
}

header {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  background-color: #161616;
  z-index: 999;
  padding: 0;
  margin: 0;
}
header .navbar {
  background-color: #161616;
  font-weight: 100;
  padding: 1% 6%;
  height: auto;
  top: 0%;
  z-index: 999;
}
@media (max-width: 575.98px) {
  header .navbar {
    padding: 3% 4%;
    top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .navbar {
    padding: 3% 4%;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .navbar {
    padding: 2% 4%;
    top: 0;
  }
}
header .navbar.blackto {
  background-color: #161616;
  box-shadow: 8px 2px 10px rgba(22, 63, 126, 0.192);
  top: 0;
  transition: all 300ms linear;
}
header .navbar.blackto .navbar-brand .brand-logo {
  width: 140px;
  transition: all 300ms linear;
}
@media (max-width: 575.98px) {
  header .navbar.blackto .navbar-brand .brand-logo {
    width: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .navbar.blackto .navbar-brand .brand-logo {
    width: 100px;
  }
}
header .navbar.blackto .custom-navbar-nav .menu-lists .navlink-menus {
  color: #ffffff !important;
  cursor: pointer;
}
header .navbar.blackto .custom-navbar-nav .menu-lists .navlink-menus:hover {
  color: #ffffff !important;
}
header .navbar .navbar-toggler {
  color: #ffffff !important;
  outline: none;
}
header .navbar .navbar-brand {
  padding: 0;
  font-size: initial;
  font-weight: 700;
  cursor: pointer;
}
header .navbar .navbar-brand .brand-logo {
  width: 120px;
}
@media (max-width: 575.98px) {
  header .navbar .navbar-brand .brand-logo {
    width: 100px;
  }
}
header .navbar .custom-navbar-nav {
  position: relative;
  margin-right: 2%;
}
header .navbar .custom-navbar-nav .nav-item .nav-link {
  padding: 0.5rem 0;
  color: #ffffff;
  font-size: 14px;
  font-family: sfui-r;
  cursor: pointer;
  margin: 0px 20px;
}
header .navbar .custom-navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
}
@media (max-width: 575.98px) {
  header .navbar .custom-navbar-nav .nav-item .nav-link {
    padding: 0.5rem 0.5rem;
  }
}
header .navbar .custom-navbar-nav .nav-item .nav-link.active {
  border-bottom: 1px solid #fff;
}
@media (max-width: 575.98px) {
  header .navbar .custom-navbar-nav .nav-item .nav-link.active {
    color: #8eaffa;
    border: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .navbar .custom-navbar-nav .nav-item .nav-link.active {
    color: #8eaffa;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .navbar .custom-navbar-nav .nav-item .nav-link.active {
    color: #8eaffa;
    border: none;
  }
}

.home-content {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #161616;
  padding: 9% 0% 4% 0%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .home-content {
    height: auto;
    padding-top: 17%;
    padding-bottom: 10%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-content {
    height: auto;
    padding-top: 17%;
    padding-bottom: 10%;
  }
}
.home-content .header-content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.home-content .header-content .home-title {
  font-size: 22px;
  color: #929292;
  font-family: sfui-r;
  margin-bottom: 8px;
}
.home-content .header-content .welcome-back {
  font-size: 14px;
  color: #bfbfbf;
  font-family: sfui-r;
}
.home-content .header-content .search-content {
  width: 100%;
  height: auto;
  position: relative;
}
.home-content .header-content .search-content .search-input {
  width: 180px;
  height: 30px;
  background-color: #2d2d2d;
  border-radius: 7px;
  border: none;
  padding-left: 30px;
  color: #b2b2b2;
  font-size: 12px;
  font-family: sfui-r;
  box-shadow: none !important;
}
.home-content .header-content .search-content .search-icon-data {
  background-color: transparent !important;
  border: none;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 5px;
  color: #fff;
  font-size: 12px;
  outline: none;
}
.home-content .header-content .notifications-icons {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-left: 20px;
}
.home-content .header-content .notifications-icons .bell-icon-content {
  width: 25px;
  height: 25px;
}
.home-content .header-content .bell-menu-insides {
  width: 250px !important;
  height: 120px !important;
  background-color: red;
  overflow-x: hidden;
  overflow-y: auto;
}
.home-content .profile-data {
  margin: 20px 0px;
}
.home-content .profile-data .profile-title {
  color: #929292;
  font-family: sfui-m;
  font-size: 18px;
}
.home-content .all-profiles-data {
  margin-bottom: 20px;
  display: flex;
  max-height: 260px;
  overflow-x: auto;
}
.home-content .all-profiles-data::-webkit-scrollbar {
  width: 0;
}
.home-content .all-profiles-data .inside-profile {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 80px;
  height: auto;
  margin-right: 15px;
  border-radius: 6px;
  position: relative;
  margin-top: 20px;
  cursor: pointer;
}
.home-content .all-profiles-data .inside-profile.inside-profile1 {
  cursor: pointer;
}
.home-content .all-profiles-data .inside-profile .profile-image {
  width: 70px;
  height: 70px;
  background-color: grey;
  border-radius: 5px;
  margin-bottom: 8px;
}
.home-content .all-profiles-data .inside-profile .tic-mark {
  position: absolute;
  right: -5px;
  top: -5px;
  height: 15px;
}
.home-content .all-profiles-data .inside-profile .caption-title {
  color: #929292;
  text-align: center;
  font-family: sfui-r;
  margin-top: 10px;
}
.home-content .all-profiles-data .file-upload {
  display: flex;
  align-items: center;
  margin: 10px 0;
  display: inline-block;
  margin: 0px;
  text-align: center;
}
.home-content .all-profiles-data .file-upload label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 80px;
  width: 80px;
  margin: 0px;
  cursor: pointer;
}
.home-content .all-profiles-data .file-upload label i {
  margin-right: 5px;
}
.home-content .all-profiles-data .file-upload input[type=file] {
  display: none;
}
.home-content .app-all-data {
  width: 100%;
  min-height: 151px;
  background-color: #2d2f33;
  border-radius: 15px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  cursor: pointer;
}
.home-content .app-all-data.app-all-data1 {
  align-items: start;
  padding: 14px 20px;
}
.home-content .app-all-data .speedometer-content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-content .app-all-data .speedometer-content .speedmeter-image {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background-color: #292929;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-content .app-all-data .speedometer-content .speedmeter-image .image-content {
  width: 50px;
  height: 30px;
  margin: auto 0px;
}
.home-content .app-all-data .speedometer-content .speed-body .spped-title {
  color: #929292;
  font-family: sfui-m;
  font-size: 22px;
}
.home-content .app-all-data .speedometer-content .speed-body .speed-percent {
  color: #bfbfbf;
  font-family: sfui-r;
  font-size: 14px;
}
.home-content .app-all-data .speedometer-content .speed-body .space-progress {
  width: 200px;
  height: 10px;
  border-radius: 7px;
  background-color: #787d83;
  margin-top: 20px;
}
.home-content .app-all-data .speedometer-content .speed-body .space-progress .spacebar-data {
  background-color: #efefef;
}
.home-content .app-all-data .remainders-data {
  width: 100%;
  height: auto;
}
.home-content .app-all-data .remainders-data .remainder-inside {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.home-content .app-all-data .remainders-data .remainder-inside .left-rem-title {
  color: #929292;
  font-family: sfui-r;
  font-size: 16px;
}
.home-content .app-all-data .remainders-data .remainder-inside .view-title {
  color: #efefef;
  font-family: sfui-r;
  font-size: 14px;
  cursor: pointer;
}
.home-content .app-all-data .remainders-data .date-reminders {
  width: 100%;
  height: auto;
  padding: 20px 0px;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.home-content .app-all-data .remainders-data .date-reminders .right-data {
  color: #929292;
  font-family: sfui-l;
  font-size: 12px;
  text-align: center;
}
.home-content .app-all-data .remainders-data .all-tabs-data {
  width: 85%;
  height: auto;
  padding: 2px 10px;
  margin: 0;
  list-style: none;
  display: flex;
  background-color: #292929;
  border-radius: 8px;
  margin-top: 10px;
}
.home-content .app-all-data .remainders-data .all-tabs-data .tap-data {
  color: #efefef;
  font-family: sfui-m;
  font-size: 12px;
  margin-left: 10px;
}
.home-content .app-all-data .remainders-data .all-tabs-data .alltap-data {
  color: #b461c9;
  font-family: sfui-m;
  font-size: 12px;
}

.mycard-content {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #161616;
  padding: 9% 0% 4% 0%;
  display: flex;
  flex-direction: column;
}

.connect-section {
  width: 100%;
  height: auto;
  background-color: #161616;
  padding: 9% 0% 4% 0%;
}
.connect-section .good-title {
  font-size: 22px;
  color: #929292;
  font-family: sfui-r;
  margin-bottom: 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .connect-section .good-title {
    font-size: 23px;
  }
}
@media (max-width: 575.98px) {
  .connect-section .good-title {
    font-size: 20px;
  }
}
.connect-section .contents-edit {
  background-color: #202020;
  border-radius: 10px;
  min-height: 300px;
  width: auto;
  padding: 10px;
}
.connect-section .contents-edit .edit-nvpills .pill-li .edit-PillButtons {
  background-color: transparent;
  color: #ffffff;
  padding: 8px 6px 1px 6px;
  border-radius: 0px;
  width: auto;
  margin-right: 30px;
  font-size: 15px;
  font-family: sfui-r;
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .edit-nvpills .pill-li .edit-PillButtons {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .connect-section .contents-edit .edit-nvpills .pill-li .edit-PillButtons {
    font-size: 13px;
  }
}
.connect-section .contents-edit .edit-nvpills .pill-li .edit-PillButtons.active {
  border-bottom: solid 1px #ffffff !important;
}
.connect-section .contents-edit .tab-content .first-part .search-button {
  width: 100%;
  display: flex;
  justify-content: right;
  position: relative;
  margin-bottom: 25px;
}
.connect-section .contents-edit .tab-content .first-part .search-button .search-edit {
  background-color: #2d2d2d;
  padding-left: 33px;
  width: 170px;
  font-size: 12px;
  color: #b2b2b2;
  font-family: sfui-r;
  border-radius: 4px;
  border: none;
  height: 30px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .connect-section .contents-edit .tab-content .first-part .search-button .search-edit {
    width: 140px;
    font-size: 12px;
    height: 28px;
    padding-left: 29px;
  }
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .tab-content .first-part .search-button .search-edit {
    width: 126px;
    font-size: 11px;
    height: 28px;
  }
}
.connect-section .contents-edit .tab-content .first-part .search-button .search-icon {
  background-color: transparent;
  border: none;
  color: #b2b2b2;
  font-size: 13px;
  font-family: sfui-r;
  bottom: 5px;
  position: absolute;
  right: 148px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .connect-section .contents-edit .tab-content .first-part .search-button .search-icon {
    font-size: 11px;
    bottom: 5px;
    right: 119px;
  }
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .tab-content .first-part .search-button .search-icon {
    font-size: 11px;
    right: 102px;
  }
}
.connect-section .contents-edit .tab-content .first-part .profiles-edit .edit-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  border-bottom: 1px solid gray;
  padding-bottom: 8px;
}
.connect-section .contents-edit .tab-content .first-part .profiles-edit .edit-inside .edit-list .profile-Image {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 20px;
}
.connect-section .contents-edit .tab-content .first-part .profiles-edit .edit-inside .edit-list .profileName-edit {
  color: #ffffff;
  font-size: 14px;
  font-family: sfui-r;
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .tab-content .first-part .profiles-edit .edit-inside .edit-list .profileName-edit {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .tab-content .first-part .profiles-edit .edit-inside .edit-list .profileName-edit {
    font-size: 12px;
  }
}
.connect-section .contents-edit .tab-content .first-part .profiles-edit .edit-inside .button-list .remove-button {
  background-color: #ff7070;
  border-radius: 5px;
  color: #efefef;
  border: none;
  font-size: 11px;
  font-family: sfui-r;
  cursor: pointer;
  height: 20px;
  width: 57px;
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .tab-content .first-part .profiles-edit .edit-inside .button-list .remove-button {
    font-size: 10px;
  }
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .tab-content .first-part .profiles-edit .edit-inside .button-list .remove-button {
    font-size: 10px;
  }
}
.connect-section .contents-edit .tab-content .first-part .profiles-edit .edit-inside .button-list .view-button {
  background-color: #efefef;
  border-radius: 5px;
  color: #2d2f33;
  border: none;
  font-size: 11px;
  font-family: sfui-r;
  height: 18px;
  width: 53px;
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .tab-content .first-part .profiles-edit .edit-inside .button-list .view-button {
    font-size: 10px;
  }
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .tab-content .first-part .profiles-edit .edit-inside .button-list .view-button {
    font-size: 10px;
  }
}
.connect-section .contents-edit .tab-content .first-part .profiles-edit .edit-lineBar {
  color: #ffffff;
  opacity: 1;
}
.connect-section .contents-edit .tab-content .sub-content .content-inside .button-list .event-button {
  height: 30px;
  font-size: 12px;
  width: 120px;
  border-radius: 8px;
  font-family: sfui-r;
  border: none;
}
.connect-section .contents-edit .tab-content .sub-content .content-inside .button-list .event-button .add-icon {
  margin-right: 5px;
}
.connect-section .contents-edit .tab-content .sub-content .content-inside .search-list .search-button {
  width: 100%;
  display: flex;
  height: 30px;
  position: relative;
}
.connect-section .contents-edit .tab-content .sub-content .content-inside .search-list .search-button .search-edit {
  background-color: #2d2d2d;
  padding-left: 33px;
  width: 170px;
  font-size: 12px;
  color: #b2b2b2;
  border-radius: 4px;
  border: none;
  height: 30px;
}
.connect-section .contents-edit .tab-content .sub-content .content-inside .search-list .search-button .search-icon {
  background-color: transparent;
  border: none;
  color: #b2b2b2;
  font-size: 13px;
  bottom: 5px;
  position: absolute;
  right: 148px;
}
.connect-section .contents-edit .tab-content .sub-content .profiles-edit .edit-inside {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 12px;
  border-bottom: 1px solid gray;
  padding-bottom: 8px;
}
.connect-section .contents-edit .tab-content .sub-content .profiles-edit .edit-inside .edit-list .profile-Image {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 20px;
}
.connect-section .contents-edit .tab-content .sub-content .profiles-edit .edit-inside .edit-list .profileName-edit {
  color: #ffffff;
  font-size: 14px;
  font-family: sfui-r;
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .tab-content .sub-content .profiles-edit .edit-inside .edit-list .profileName-edit {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .tab-content .sub-content .profiles-edit .edit-inside .edit-list .profileName-edit {
    font-size: 12px;
  }
}
.connect-section .contents-edit .tab-content .sub-content .profiles-edit .edit-inside .button-list .remove-button {
  background-color: #ff7070;
  border-radius: 5px;
  color: #efefef;
  border: none;
  font-size: 11px;
  font-family: sfui-r;
  cursor: pointer;
  height: 20px;
  width: 57px;
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .tab-content .sub-content .profiles-edit .edit-inside .button-list .remove-button {
    font-size: 10px;
  }
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .tab-content .sub-content .profiles-edit .edit-inside .button-list .remove-button {
    font-size: 10px;
  }
}
.connect-section .contents-edit .tab-content .sub-content .profiles-edit .edit-inside .button-list .update-event-btn {
  background-color: #70d2ff;
  border-radius: 5px;
  color: #efefef;
  border: none;
  font-size: 11px;
  font-family: sfui-r;
  cursor: pointer;
  height: 20px;
  width: 57px;
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .tab-content .sub-content .profiles-edit .edit-inside .button-list .update-event-btn {
    font-size: 10px;
  }
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .tab-content .sub-content .profiles-edit .edit-inside .button-list .update-event-btn {
    font-size: 10px;
  }
}
.connect-section .contents-edit .tab-content .sub-content .profiles-edit .edit-inside .button-list .view-button {
  background-color: #efefef;
  border-radius: 5px;
  color: #2d2f33;
  border: none;
  font-size: 11px;
  font-family: sfui-r;
  height: 18px;
  width: 53px;
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .tab-content .sub-content .profiles-edit .edit-inside .button-list .view-button {
    font-size: 10px;
  }
}
@media (max-width: 575.98px) {
  .connect-section .contents-edit .tab-content .sub-content .profiles-edit .edit-inside .button-list .view-button {
    font-size: 10px;
  }
}
.connect-section .contents-edit .tab-content .sub-content .profiles-edit .edit-lineBar {
  color: #ffffff;
  opacity: 1;
}
.connect-section .contents-edit .tab-content .sub-content .image-part {
  text-align: center;
  margin-top: 60px;
}
.connect-section .contents-edit .tab-content .sub-content .image-part .data-image {
  height: 60px;
  width: auto;
}

.login-content {
  width: 100%;
  height: auto;
}
.login-content .image-data {
  width: 120px;
  padding: 20px 0px;
}
.login-content .welcome-title {
  font-size: 22px;
  color: #929292;
  text-align: center;
  margin-top: 20px;
  font-family: sfui-r;
}
.login-content .userDetails {
  font-size: 18px;
  color: #efefef;
  text-align: center;
  margin-top: 20px;
  font-family: sfui-r;
}
.login-content .welcome-subtitle {
  font-size: 16px;
  color: #bfbfbf;
  text-align: center;
  font-family: sfui-r;
}
.login-content .login-forms {
  width: 100%;
  height: auto;
  padding: 20px 0px;
}
.login-content .login-forms .login-lable {
  font-size: 14px;
  color: #929292;
  margin-bottom: 10px;
  font-family: sfui-r;
}
.login-content .login-forms .login-pin {
  background-color: #202020;
  border-radius: 10px;
  color: #949494;
  font-size: 12px;
  border: none;
  width: 80px;
  height: 40px;
  font-family: sfui-r;
  outline: none;
  text-align: center;
}
.login-content .login-forms .login-input {
  background-color: #202020 !important;
  border-radius: 10px;
  color: #efefef;
  font-size: 12px;
  font-family: sfui-r;
  border: none;
  height: 40px;
  letter-spacing: 2px;
}
.login-content .login-forms .image-buttons {
  background-color: transparent;
  border: none;
  padding-top: 0px;
  outline: none !important;
}
.login-content .login-forms .image-buttons .refresh-image {
  width: 40px;
}
.login-content .login-forms .otp-input {
  background-color: #202020 !important;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  border: none;
  height: 40px;
  letter-spacing: 28px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 5px 5px 5px 5px;
  font-family: sfui-r;
}
.login-content .login-forms .otp-data {
  background-color: #202020 !important;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  border: none;
  height: 40px;
  display: flex;
  padding: 5px 5px 5px 5px;
  font-family: sfui-r;
}
.login-content .login-forms .resend-otp {
  display: flex;
  justify-content: end;
  color: #e6e6e6;
  font-size: 12px;
  cursor: pointer;
  font-family: sfui-r;
}
.login-content .login-forms .resend-otp:hover {
  color: #e6e6e6;
}
.login-content .login-forms .resend-otp .second-data {
  color: #949494;
  font-size: 11px;
  margin-left: 2px;
  font-family: sfui-r;
}
.login-content .login-forms .resend-otp2 {
  display: flex;
  justify-content: center;
  color: #929292;
  font-size: 12px;
  cursor: pointer;
  font-family: sfui-r;
  margin-top: 20px;
}
.login-content .login-forms .resend-otp2:hover {
  color: #e6e6e6;
}
.login-content .login-forms .resend-otp2 .second-data {
  color: #949494;
  font-size: 11px;
  margin-left: 2px;
  font-family: sfui-r;
}
.login-content .login-forms .login-button {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #949494;
  font-size: 11px;
  background-color: #202020 !important;
  border-radius: 10px;
  border: none;
  margin-top: 55px;
  font-family: sfui-m;
}
.login-content .login-forms .login-inside-social {
  width: 100%;
  height: auto;
}
.login-content .login-forms .login-inside-social .or-login {
  width: 100%;
  height: auto;
  text-align: center;
}
.login-content .login-forms .login-inside-social .or-login .login-with {
  color: #949494;
  font-size: 12px;
  background-color: #161616;
  position: relative;
  top: 26px;
  padding: 5px 12px;
  font-family: sfui-r;
}
.login-content .login-forms .login-inside-social .line-data {
  background-color: #353535;
}
.login-content .login-forms .social-login {
  width: 100%;
  height: auto;
  padding: 10px 0px;
}
.login-content .login-forms .social-login .social-icons-data {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.login-content .login-forms .social-login .social-icons-data .icon-anchor {
  background-color: #161616;
  padding: 15px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0px 3px 9px rgba(46, 46, 46, 0.2117647059);
}
.login-content .login-forms .social-login .social-icons-data .icon-anchor:hover .icon-data {
  color: #8eaffa;
}
.login-content .login-forms .social-login .social-icons-data .icon-anchor .icon-data {
  color: #e6e6e6;
  font-size: 14px;
}
.login-content .login-forms .request_Btn {
  background-color: #efefef;
  border: none;
  width: 100%;
  border-radius: 8px;
  margin-top: 40px;
}
.login-content .login-forms .log_Btn {
  background-color: #efefef;
  border: none;
  width: 100%;
  border-radius: 8px;
  color: #000;
  margin-top: 20px;
}
.login-content .login-forms .image-captcha-data {
  width: 100%;
  border-radius: 8px;
}
.login-content .login-forms .otp-box {
  display: flex;
  justify-content: space-between;
}
.login-content .login-forms .otp-box input {
  width: 55px;
  font-size: 22px;
  padding: 7px;
  text-align: center;
  border-radius: 5px;
  margin: 2px;
  background-color: #2d2f33;
  color: #fff;
  font-weight: bold;
  transition: all 0.1s;
}
.login-content .login-forms .otp-box input:focus {
  box-shadow: 0 0 2px 2px #2d2f33;
}
.login-content .registering {
  text-align: center;
  position: relative;
  margin-top: auto;
  bottom: 0;
  align-items: center;
}
.login-content .registering .login-data-register {
  color: #fff;
  cursor: pointer;
  margin-right: 5px;
}
.login-content .registering .login-data-register:hover {
  color: #fff;
}
.login-content .registering .terms {
  color: #efefef;
}

.profiles-content {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #161616;
  padding: 9% 0% 4% 0%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .profiles-content {
    height: auto;
    padding-top: 17%;
    padding-bottom: 10%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .profiles-content {
    height: auto;
    padding-top: 17%;
    padding-bottom: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .profiles-content {
    height: auto;
    padding-top: 17%;
    padding-bottom: 10%;
  }
}
.profiles-content .header-content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.profiles-content .header-content .home-title {
  font-size: 22px;
  color: #929292;
  font-family: sfui-r;
}
.profiles-content .header-content .welcome-back {
  font-size: 14px;
  color: #bfbfbf;
  font-family: sfui-r;
}
.profiles-content .header-content .search-content {
  width: 100%;
  height: auto;
  position: relative;
}
.profiles-content .header-content .search-content .search-input {
  width: 180px;
  height: 30px;
  background-color: #2d2d2d;
  border-radius: 7px;
  border: none;
  padding-left: 30px;
  color: #b2b2b2;
  font-size: 12px;
  font-family: sfui-r;
  box-shadow: none !important;
}
.profiles-content .header-content .search-content .search-icon-data {
  background-color: transparent !important;
  border: none;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 5px;
  color: #fff;
  font-size: 12px;
  font-family: sfui-r;
  outline: none;
}
.profiles-content .header-content .notifications-icons {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-left: 20px;
}
.profiles-content .header-content .notifications-icons .bell-icon-content {
  color: #fff;
  font-size: 24px;
  font-family: sfui-r;
}
.profiles-content .header-content .bell-menu-insides {
  width: 250px !important;
  height: 120px !important;
  background-color: red;
  overflow-x: hidden;
  overflow-y: auto;
}
.profiles-content .all-profiles {
  width: 100%;
  height: auto;
  padding: 20px 0px;
}
.profiles-content .all-profiles .profile-tabs {
  width: 100%;
  height: auto;
  border: none;
}
.profiles-content .all-profiles .profile-tabs .new-profile-list .new-profile-anchor {
  background-color: transparent !important;
  border-radius: 10px;
  border: none;
}
.profiles-content .all-profiles .profile-tabs .new-profile-list .new-profile-anchor.active .profile-card .card-image {
  border: 1px solid #fff;
}
.profiles-content .all-profiles .profile-tabs .new-profile-list .new-profile-anchor .profile-card {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 80px;
  height: auto;
  margin-right: 15px;
  border-radius: 6px;
  position: relative;
  margin-top: 20px;
  cursor: pointer;
}
.profiles-content .all-profiles .profile-tabs .new-profile-list .new-profile-anchor .profile-card .card-image {
  width: 70px;
  border-radius: 10px;
  border: 1px solid #292929;
}
.profiles-content .all-profiles .profile-tabs .new-profile-list .new-profile-anchor .profile-card .profile-card-body {
  padding: 10px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profiles-content .all-profiles .profile-tabs .new-profile-list .new-profile-anchor .profile-card .profile-card-body .profile-name {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-family: sfui-r;
}
.profiles-content .all-profiles .inside-profile-details {
  width: 100%;
  height: auto;
  padding-top: 20px;
  margin-top: 20px;
}
.profiles-content .all-profiles .inside-profile-details .profile-details-tabs {
  width: 100%;
  height: auto;
  border: none;
}
.profiles-content .all-profiles .inside-profile-details .profile-details-tabs .details-tabs-list {
  background-color: transparent !important;
}
.profiles-content .all-profiles .inside-profile-details .profile-details-tabs .details-tabs-list .list-anchor {
  color: #fff;
  font-size: 14px;
  font-family: sfui-r;
}
.profiles-content .all-profiles .inside-profile-details .profile-details-tabs .details-tabs-list .list-anchor.active {
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent !important;
}
.profiles-content .all-profiles .inside-profile-details .profile-details-tabs .details-tabs-list .list-anchor:hover {
  border: none;
}
.profiles-content .all-profiles .inside-first-profile {
  width: 100%;
  height: auto;
  padding-top: 20px;
}
.profiles-content .all-profiles .inside-first-profile.inside-first-profile1 {
  background-color: #202020;
  border-radius: 15px;
  margin: 20px 0px;
  padding: 20px;
}
.profiles-content .all-profiles .inside-first-profile .profile-name-top {
  width: 100%;
  height: auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.profiles-content .all-profiles .inside-first-profile .profile-name-top .profile-tags {
  font-size: 18px;
  color: #e6e6e6;
  font-family: sfui-r;
  padding: 0;
  margin: 0;
}
.profiles-content .all-profiles .inside-first-profile .profile-name-top .phone-number {
  font-size: 12px;
  color: #949494;
  font-family: sfui-r;
}
.profiles-content .all-profiles .inside-first-profile .description-data {
  font-size: 12px;
  color: #949494;
  width: 40%;
  font-family: sfui-r;
}
.profiles-content .all-profiles .inside-first-profile .profi-info {
  width: 100%;
  height: auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  padding-top: 20px;
}
.profiles-content .all-profiles .inside-first-profile .profi-info .orga-para {
  font-size: 12px;
  color: #e6e6e6;
  margin-bottom: 16px;
  font-family: sfui-r;
}
.profiles-content .all-profiles .inside-first-profile .profi-info .orga-para .left-image-icon {
  width: 15px;
  margin-right: 10px;
}
.profiles-content .all-profiles .inside-first-profile .profi-info .button-share {
  background-color: #222222;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1490196078);
  padding: 7px 25px;
  font-family: sfui-r;
}
.profiles-content .all-profiles .inside-first-profile .profi-info .button-share .share-icon {
  width: 15px;
  margin-left: 10px;
  position: relative;
  bottom: 2px;
}
.profiles-content .all-profiles .inside-first-profile .social-media-links {
  width: 100%;
  height: auto;
  padding-top: 40px;
}
.profiles-content .all-profiles .inside-first-profile .social-media-links .media-type {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-family: sfui-r;
}
.profiles-content .all-profiles .inside-first-profile .social-media-links .medial-links {
  width: 100%;
  height: auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.profiles-content .all-profiles .inside-first-profile .social-media-links .medial-links .media-add {
  width: 78px;
  cursor: pointer;
}
.profiles-content .all-profiles .inside-first-profile .social-media-links .medial-links .media-data {
  min-width: 78px;
  height: auto;
  margin-left: 20px;
}
.profiles-content .all-profiles .inside-first-profile .social-media-links .medial-links .media-data .social-inside {
  min-width: 78px;
  height: auto;
  background-color: #292929;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .profiles-content .all-profiles .inside-first-profile .social-media-links .medial-links .media-data .social-inside {
    width: 100%;
  }
}
.profiles-content .all-profiles .inside-first-profile .social-media-links .medial-links .media-data .social-inside .social-icon-data {
  width: 20px;
  height: 20px;
}
.profiles-content .all-profiles .inside-first-profile .social-media-links .medial-links .media-data .social-inside .social-inside-title {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  margin-top: 20px;
  font-family: sfui-r;
}
.profiles-content .all-profiles .inside-first-profile .card-images {
  width: 100%;
  height: auto;
}
.profiles-content .all-profiles .inside-first-profile .card-images .image-data {
  width: 320px;
}
.profiles-content .all-profiles .inside-first-profile .cards-pills {
  width: 100%;
  height: auto;
  display: contents;
}
.profiles-content .all-profiles .inside-first-profile .cards-pills .card-details-pills {
  width: 100%;
  height: auto;
  border: none;
  position: relative;
  top: 45px;
}
.profiles-content .all-profiles .inside-first-profile .cards-pills .card-details-pills .card-first {
  width: 132px;
  font-size: 14px;
  color: #e6e6e6;
  font-family: sfui-r;
  background-color: #111111;
  border-radius: 15px;
  padding: 10px 20px;
  margin-right: 10px;
}
.profiles-content .all-profiles .inside-first-profile .cards-pills .card-details-pills .card-first.active {
  border: 1px solid #8eaffa;
  background-color: #8eaffa;
}
.profiles-content .all-profiles .inside-first-profile .cards-pills .card-details-pills .card-first .price-data {
  font-size: 16px;
  color: #e6e6e6;
  font-family: sfui-r;
  padding: 0;
  margin: 0;
  padding-top: 20px;
}
.profiles-content .all-profiles .inside-first-profile .cards-pills .card-details-pills .card-first .price-data span {
  font-size: 11px;
}
.profiles-content .all-profiles .inside-first-profile .card-features {
  width: 100%;
  height: auto;
  padding: 20px 0px;
}
.profiles-content .all-profiles .inside-first-profile .card-features .data-card-header {
  border: none !important;
  color: #dbdbdb;
  font-size: 12px;
  font-family: sfui-r;
}
.profiles-content .all-profiles .inside-first-profile .card-features .left-card-feature {
  border: none !important;
  color: #dbdbdb;
  font-size: 14px;
  font-family: sfui-r;
}
.profiles-content .all-profiles .inside-first-profile .card-features .right-card-feature {
  border: none !important;
  width: 120px;
}
.profiles-content .all-profiles .inside-first-profile .card-features .right-card-feature .right-correct {
  padding: 10px;
  background-color: #373737;
}
.profiles-content .all-profiles .inside-first-profile .card-features .right-card-feature .right-correct i {
  color: #fff;
}
.profiles-content .all-profiles .inside-first-profile .card-features .buy-btn {
  background-color: #161616;
  color: #ffffff;
  font-size: 14px;
  font-family: sfui-m;
  box-shadow: none;
  width: 50%;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 20px 0px;
  margin-left: auto !important;
  padding: 8px 0px;
}
.profiles-content .all-profiles .inside-first-profile .selected-card {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  font-family: sfui-r;
}
.profiles-content .all-profiles .inside-first-profile .card-upload-data {
  width: 100%;
  height: auto;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.profiles-content .all-profiles .inside-first-profile .card-upload-data .card-image {
  width: 250px;
  height: 150px;
}
.profiles-content .all-profiles .inside-first-profile .card-upload-data .card-description {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  font-family: sfui-r;
  margin-top: 20px;
  padding: 0px 10px;
}
.profiles-content .all-profiles .inside-first-profile .card-upload-data .card-description .des-span1 {
  font-size: 14px;
  color: #fff;
  font-family: sfui-r;
}
.profiles-content .all-profiles .inside-first-profile .card-upload-data .card-description .des-span1 .span-inside {
  font-size: 12px;
  color: #fff;
}
.profiles-content .all-profiles .inside-first-profile .card-upload-data .upload-image {
  width: 140px;
  height: 140px;
  border-radius: 20px;
  border: 5px solid #202020;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}
.profiles-content .all-profiles .inside-first-profile .card-upload-data .upload-image .image-data {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.profiles-content .all-profiles .inside-first-profile .card-upload-data .upload-image .image-data .image-inside {
  width: 50px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  margin: 0px auto;
}
.profiles-content .all-profiles .inside-first-profile .card-upload-data .upload-image .image-data .upload-title {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: sfui-r;
}
.profiles-content .all-profiles .inside-first-profile .card-upload-data .upload-form-btn {
  padding: 8px 30px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-family: sfui-r;
  box-shadow: none;
  background-color: #161616;
  border-radius: 10px;
  border: none;
  position: relative;
  bottom: 20px;
  left: 10px;
}
.profiles-content .all-profiles .inside-first-profile .apply-form {
  width: 100%;
  height: auto;
  margin-top: 25px;
}
.profiles-content .all-profiles .inside-first-profile .apply-form .apply-lable {
  font-size: 14px;
  color: #c2c2c2;
  font-family: sfui-r;
}
.profiles-content .all-profiles .inside-first-profile .apply-form .apply-input {
  font-size: 14px;
  color: #949494;
  font-family: sfui-r;
  background-color: #111111;
  border-radius: 9px;
  border: none;
  width: 100%;
  height: 40px;
}
.profiles-content .all-profiles .inside-first-profile .apply-form .apply-form-btn {
  width: 260px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #949494;
  font-family: sfui-r;
  box-shadow: none;
  background-color: #111111;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  margin-top: 40px;
  margin-bottom: 20px;
}
.profiles-content .all-profiles .inside-first-profile .qu-codes {
  width: 100%;
  height: auto;
  padding: 20px 0px;
}
.profiles-content .all-profiles .inside-first-profile .qu-codes .qr-details {
  width: 100%;
  height: auto;
}
.profiles-content .all-profiles .inside-first-profile .qu-codes .qr-details .image-data {
  width: 180px;
}
.profiles-content .all-profiles .inside-first-profile .qu-codes .qr-details .qr-links {
  color: #e6e6e6;
  font-size: 18px;
  font-family: sfui-r;
  text-decoration: none;
  display: flex;
  justify-content: start;
  position: relative;
  top: 90px;
  margin-left: 20px;
}
.profiles-content .all-profiles .inside-first-profile .qrcode-buttons {
  width: 100%;
  display: flex;
  height: auto;
  list-style: none;
  padding: 40px 0px 0px 0px;
  margin: 0;
}
.profiles-content .all-profiles .inside-first-profile .qrcode-buttons .buttons-all {
  padding: 14px 35px;
  color: #e6e6e6;
  font-family: sfui-m;
  background-color: #202020;
  cursor: pointer;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  margin-right: 20px;
}
.profiles-content .all-profiles .inside-first-profile .qrcode-buttons .buttons-all .icon-data {
  margin-right: 10px;
  width: 15px;
}
.profiles-content .all-profiles .inside-first-profile .headers-connects {
  width: 100%;
  height: auto;
  border: none;
}
.profiles-content .all-profiles .inside-first-profile .headers-connects .my-list-connects {
  background-color: transparent;
}
.profiles-content .all-profiles .inside-first-profile .headers-connects .my-list-connects .connects-filterss {
  font-size: 14px;
  color: #ffffff;
  font-family: sfui-r;
  margin-right: 20px;
}
.profiles-content .all-profiles .inside-first-profile .headers-connects .my-list-connects .connects-filterss.active {
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}
.profiles-content .all-profiles .inside-first-profile .network-connect {
  width: 100%;
  height: auto;
}
.profiles-content .all-profiles .inside-first-profile .network-connect .search-details {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: end;
}
.profiles-content .all-profiles .inside-first-profile .network-connect .search-details .search-content {
  width: 100%;
  height: auto;
  position: relative;
  margin: 20px 0px;
}
.profiles-content .all-profiles .inside-first-profile .network-connect .search-details .search-content .search-input {
  width: 180px;
  height: 30px;
  background-color: #2d2d2d;
  border-radius: 7px;
  border: none;
  padding-left: 30px;
  color: #b2b2b2;
  font-size: 12px;
  font-family: sfui-r;
  box-shadow: none !important;
}
.profiles-content .all-profiles .inside-first-profile .network-connect .search-details .search-content .search-icon-data {
  background-color: transparent !important;
  border: none;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 5px;
  color: #fff;
  font-size: 12px;
  font-family: sfui-r;
  outline: none;
}
.profiles-content .all-profiles .inside-first-profile .network-connect .add-events-btn {
  font-size: 14px;
  color: #949494;
  font-family: sfui-m;
  box-shadow: none;
  background-color: #111111;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  padding: 10px 25px;
}
.profiles-content .all-profiles .inside-first-profile .network-connect .network-all-names {
  width: 100%;
  height: auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
  margin: 0;
  margin-bottom: 5px !important;
  border-bottom: 1px solid #2d2d2d;
}
.profiles-content .all-profiles .inside-first-profile .network-connect .network-all-names .network-names {
  width: 100%;
  height: auto;
}
.profiles-content .all-profiles .inside-first-profile .network-connect .network-all-names .network-names .image-data {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 20px;
}
.profiles-content .all-profiles .inside-first-profile .network-connect .network-all-names .network-names .network-tags {
  font-size: 16px;
  color: #ffffff;
  font-family: sfui-r;
  margin: 0;
}
.profiles-content .all-profiles .inside-first-profile .network-connect .network-all-names .network-names .tags-new-networkss {
  color: #868686;
  font-size: 10px;
  font-family: sfui-r;
}
.profiles-content .all-profiles .inside-first-profile .network-connect .network-all-names .remove-button {
  padding: 5px 20px;
  background-color: #ff7070;
  border-radius: 5px;
  border: none;
  font-size: 12px;
  color: #ffffff;
  font-family: sfui-m;
}
.profiles-content .all-profiles .inside-first-profile .network-connect .network-all-names .remove-button.remove-button1 {
  background-color: #42c2ff;
}

.storage-content {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #161616;
  padding: 9% 0% 4% 0%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .storage-content {
    height: auto;
    padding-top: 17%;
    padding-bottom: 10%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .storage-content {
    height: auto;
    padding-top: 17%;
    padding-bottom: 10%;
  }
}
.storage-content .header-content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.storage-content .header-content .home-title {
  font-size: 22px;
  color: #ffffff;
  font-family: sfui-r;
}
.storage-content .header-content .search-content {
  width: 100%;
  height: auto;
  position: relative;
}
.storage-content .header-content .search-content .search-input {
  width: 180px;
  height: 30px;
  background-color: #2d2d2d;
  border-radius: 7px;
  border: none;
  padding-left: 30px;
  color: #b2b2b2;
  font-size: 12px;
  font-family: sfui-r;
  box-shadow: none !important;
}
.storage-content .header-content .search-content .search-icon-data {
  background-color: transparent !important;
  border: none;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 5px;
  color: #fff;
  font-size: 12px;
  font-family: sfui-r;
  outline: none;
}
.storage-content .header-content .notifications-icons {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-left: 20px;
}
.storage-content .header-content .notifications-icons .bell-icon-content {
  color: #fff;
  font-size: 24px;
  font-family: sfui-r;
}
.storage-content .header-content .bell-menu-insides {
  width: 250px !important;
  height: 120px !important;
  background-color: red;
  overflow-x: hidden;
  overflow-y: auto;
}
.storage-content .name_content_bg-content {
  width: 100%;
  height: auto;
}
.storage-content .name_content_bg-content .uploadBox {
  width: 100%;
  height: auto;
}
.storage-content .name_content_bg-content .uploadBox .upload-content-files {
  width: 100%;
  height: auto;
  background-color: #2d2d2d;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
}
.storage-content .name_content_bg-content .uploadBox .upload-content-files .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.storage-content .name_content_bg-content .uploadBox .upload-content-files .upload-btn-wrapper .btn {
  border: 2px solid gray;
  color: gray;
  background-color: #000;
  border: none;
  padding: 8px 20px;
  border-radius: 8px;
  font-family: sfui-m;
  box-shadow: none;
  font-size: 16px;
}
.storage-content .name_content_bg-content .uploadBox .upload-content-files .upload-btn-wrapper .in_box[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.storage-content .name_content_bg-content .uploadBox .loading_bar {
  padding-top: 19px;
}
.storage-content .name_content_bg-content .uploadBox .loading_bar .progress {
  border-radius: 18px;
}
.storage-content .name_content_bg-content .uploadBox .loading_bar .progress .progress-bar {
  background-color: #fcb95f;
}
.storage-content .name_content_bg-content .uploadBox .loading_bar .reminingMB {
  font-size: 12px;
  color: #fff;
  font-family: sfui-r;
  float: right;
  padding-top: 4px;
}
.storage-content .name_content_bg-content .mainfiles {
  margin-top: 20px;
  background-color: #2d2d2d;
  width: 100%;
  height: auto;
  border-radius: 8px;
  padding: 45px 20px 15px 20px;
}
.storage-content .name_content_bg-content .mainfiles .mynav-Tabs {
  border: none;
}
.storage-content .name_content_bg-content .mainfiles .mynav-Tabs .nav-link {
  background-color: transparent !important;
  border: none;
  color: #fff;
}
.storage-content .name_content_bg-content .mainfiles .mynav-Tabs .nav-link.active {
  border-bottom: 3px solid #fff;
  border-width: 2px;
}
.storage-content .name_content_bg-content .mainfiles .content_data1 .upload-btn-wrapper {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.storage-content .name_content_bg-content .mainfiles .content_data1 .upload-btn-wrapper .btn {
  border: 2px solid gray;
  color: gray;
  background-color: #000;
  border: none;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
}
.storage-content .name_content_bg-content .mainfiles .content_data1 .upload-btn-wrapper .in_box[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.storage-content .name_content_bg-content .mainfiles .content_data1 .block-chain {
  display: flex;
  list-style-type: none;
  padding: 0px 0px 10px 0px;
  margin: 0;
  justify-content: space-between;
  border-bottom: 1px solid #4e4e4e;
}
.storage-content .name_content_bg-content .mainfiles .content_data1 .block-chain .block_data {
  color: #fff;
  padding: 3px;
}
.storage-content .name_content_bg-content .mainfiles .content_data1 .block-chain .block_icon {
  color: #fff;
}

.create-profile {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #161616;
  padding: 9% 0% 4% 0%;
  display: flex;
  flex-direction: column;
}
.create-profile .create-profile-title {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: sfui-r;
}
.create-profile .image-uploaded {
  width: 100%;
  height: 250px;
  background-color: #000;
  background-image: url("./../images/card-images-1.png");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  margin: 20px 0px;
  position: relative;
}
.create-profile .image-uploaded.image-uploaded1 {
  background-image: url("./../images/card-images-2.png");
}
.create-profile .image-uploaded .upload-image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 5px solid #202020;
  background-color: #000;
  position: absolute;
  bottom: -50px;
  left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.create-profile .image-uploaded .upload-image .pload-imagesfirst {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 5px solid #202020;
  background-color: #000;
  position: absolute;
  bottom: -50px;
  left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.create-profile .image-uploaded .upload-image .upload-images {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.create-profile .image-uploaded .upload-image .upload-imagesnew {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.create-profile .image-uploaded .upload-image .image-data {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.create-profile .image-uploaded .upload-image .image-data .image-inside {
  width: 50px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  margin: 0px auto;
}
.create-profile .image-uploaded .upload-image .image-data .upload-title {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: sfui-r;
}
.create-profile .upload-address-form {
  width: 100%;
  height: auto;
  padding: 20px 0px;
  margin-top: 60px;
}
.create-profile .upload-address-form .upload-lable {
  font-size: 14px;
  color: #c2c2c2;
  font-family: sfui-r;
}
.create-profile .upload-address-form .upload-input {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #202020;
  font-size: 14px;
  color: #949494;
  margin-bottom: 20px;
  font-family: sfui-r;
  box-shadow: none;
}
.create-profile .upload-address-form .upload-input.upload-input1 {
  padding: 2px 0px 2px 8px;
}
.create-profile .upload-address-form .upload-input.upload-input2 {
  height: 100px;
}
.create-profile .upload-address-form .create-button {
  width: 200px;
  height: 45px;
  border-radius: 10px;
  background-color: #000000;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin: 0px auto;
  display: flex;
  font-family: sfui-r;
  justify-content: center;
  align-items: center;
}

.profile-content {
  width: 100%;
  min-height: 100vh;
  background-color: #161616;
  padding: 10px;
}
.profile-content .profile-inside {
  width: 100%;
  height: auto;
  background-color: #161616;
  padding: 8% 0%;
}
.profile-content .profile-inside .profile-image {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(170, 169, 169, 0.5333333333);
  padding: 8px;
  border-radius: 8px;
  margin-left: auto;
}
.profile-content .profile-inside .profile-image .image-data {
  width: 100%;
  margin-left: auto;
}
.profile-content .profile-inside .profile-details {
  width: 100%;
  height: auto;
}
.profile-content .profile-inside .profile-details .profile-name {
  font-size: 18px;
  color: #ffffff;
  font-family: sfui-r;
  margin-bottom: 4px;
}
.profile-content .profile-inside .profile-details .profile-number {
  font-size: 12px;
  color: #8d8d8d;
  font-family: sfui-r;
}
.profile-content .profile-inside .profile-details .profile-designation {
  font-size: 11px;
  color: #b5afaf;
  font-family: sfui-l;
  margin-top: 20px;
  width: 78%;
}
.profile-content .profile-inside .profile-details .org-data {
  width: 100%;
  height: auto;
  margin: 35px 0px 10px 0px;
  padding: 0;
}
.profile-content .profile-inside .profile-details .org-data .inside-org {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: start;
  margin: 10px 0px;
}
.profile-content .profile-inside .profile-details .org-data .inside-org .left-icons {
  width: 16px;
  height: 20px;
}
.profile-content .profile-inside .profile-details .org-data .inside-org .left-icons .org-image {
  width: 100%;
  position: relative;
  bottom: 6px;
}
.profile-content .profile-inside .profile-details .org-data .inside-org .org-title {
  font-size: 12px;
  color: #ffffff;
  font-family: sfui-r;
  margin-left: 20px;
}
.profile-content .profile-inside .save-content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-content .profile-inside .save-content .left-button {
  width: 158px;
  height: 55px;
  background-image: url("./../images/new/button-image.png");
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .profile-content .profile-inside .save-content .left-button {
    width: 120px;
  }
}
.profile-content .profile-inside .save-content .left-button .text-data {
  font-size: 12px;
  color: #ffffff;
  font-family: sfui-m;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .profile-content .profile-inside .save-content .left-button .text-data {
    font-size: 10px;
  }
}
.profile-content .profile-inside .profile-social-media {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.profile-content .profile-inside .profile-social-media .socila-header {
  font-size: 14px;
  color: #ffffff;
  font-family: sfui-r;
}
.profile-content .profile-inside .profile-social-media .social-inside {
  width: 98px;
  height: auto;
  background-color: #292929;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .profile-content .profile-inside .profile-social-media .social-inside {
    width: 100%;
  }
}
.profile-content .profile-inside .profile-social-media .social-inside .social-icon-data {
  width: 20px;
  height: 20px;
}
.profile-content .profile-inside .profile-social-media .social-inside .social-inside-title {
  font-size: 12px;
  color: #ffffff;
  font-family: sfui-r;
  margin: 0;
  margin-top: 20px;
}
.profile-content .profile-inside .profile-social-media .social-inside .social-inside-title.social-inside-title1 {
  font-size: 10px;
}

.settings-content {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #161616;
  padding: 9% 0% 4% 0%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .settings-content {
    height: auto;
    padding-top: 17%;
    padding-bottom: 10%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .settings-content {
    height: auto;
    padding-top: 17%;
    padding-bottom: 10%;
  }
}
.settings-content .header-content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.settings-content .header-content .home-title {
  font-size: 22px;
  color: #ffffff;
  font-family: sfui-r;
}
.settings-content .header-content .search-content {
  width: 100%;
  height: auto;
  position: relative;
}
.settings-content .header-content .search-content .search-input {
  width: 180px;
  height: 30px;
  background-color: #2d2d2d;
  border-radius: 7px;
  border: none;
  padding-left: 30px;
  color: #b2b2b2;
  font-size: 12px;
  font-family: sfui-r;
  box-shadow: none !important;
}
.settings-content .header-content .search-content .search-icon-data {
  background-color: transparent !important;
  border: none;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 5px;
  color: #fff;
  font-size: 12px;
  outline: none;
  font-family: sfui-r;
}
.settings-content .header-content .notifications-icons {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-left: 20px;
}
.settings-content .header-content .notifications-icons .bell-icon-content {
  color: #fff;
  font-size: 24px;
  font-family: sfui-r;
}
.settings-content .header-content .bell-menu-insides {
  width: 250px !important;
  height: 120px !important;
  background-color: red;
  overflow-x: hidden;
  overflow-y: auto;
}
.settings-content .app-settings {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #202020;
  border-radius: 15px;
}
.settings-content .app-settings .settings-header {
  font-size: 18px;
  color: #e6e6e6;
  font-family: sfui-r;
}
.settings-content .app-settings .settings-header .icon-settings {
  width: 18px;
  margin-right: 10px;
}
.settings-content .app-settings .app-all-names {
  width: 100%;
  height: auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 5px 0px 0px 0px;
  margin: 0;
  margin-bottom: 5px !important;
  border-bottom: 1px solid #2d2d2d;
}
.settings-content .app-settings .app-all-names.app-all-names1 {
  padding: 8px 0px;
  border: none;
}
.settings-content .app-settings .app-all-names.app-all-names2 {
  padding: 8px 0px;
}
.settings-content .app-settings .app-all-names .network-names {
  width: 100%;
  height: auto;
}
.settings-content .app-settings .app-all-names .network-names .image-data {
  width: 15px;
  margin-right: 20px;
}
.settings-content .app-settings .app-all-names .network-names .network-tags {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  font-family: sfui-r;
}
.settings-content .app-settings .app-all-names .network-names .network-tags span {
  font-size: 11px;
  color: #868686;
  font-family: sfui-r;
}
.settings-content .app-settings .app-all-names .network-names .tags-new-networkss {
  color: #868686;
  font-size: 10px;
  font-family: sfui-r;
}
.settings-content .app-settings .app-all-names .logout-data {
  cursor: pointer;
}
.settings-content .app-settings .app-all-names .logout-data .network-names {
  width: 100%;
  height: auto;
}
.settings-content .app-settings .app-all-names .logout-data .network-names .image-data {
  width: 15px;
  margin-right: 20px;
}
.settings-content .app-settings .app-all-names .logout-data .network-names .network-tags {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  font-family: sfui-r;
}
.settings-content .app-settings .app-all-names .logout-data .network-names .network-tags span {
  font-size: 11px;
  color: #868686;
  font-family: sfui-r;
}
.settings-content .app-settings .app-all-names .logout-data .network-names .tags-new-networkss {
  color: #868686;
  font-size: 10px;
  font-family: sfui-r;
}
.settings-content .app-settings .app-all-names .remove-button {
  padding: 5px 20px;
  background-color: #ff7070;
  border-radius: 5px;
  border: none;
  font-size: 12px;
  color: #ffffff;
  font-family: sfui-r;
}
.settings-content .app-settings .app-all-names .remove-button.remove-button1 {
  background-color: #42c2ff;
}
.settings-content .app-settings .app-all-names .language-data {
  background-color: transparent;
  border: none;
  font-size: 12px;
  color: #e6e6e6;
  font-family: sfui-r;
}

.notifications-content {
  width: 100%;
  height: auto;
  padding: 9% 0% 4% 0%;
}
.notifications-content .notifications-all {
  width: 100%;
  height: auto;
}
.notifications-content .notifications-all .notify-all {
  width: 100%;
  height: auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.notifications-content .notifications-all .notify-all .left-notify {
  color: #efefef;
  font-family: sfui-r;
  font-size: 22px;
}
.notifications-content .notifications-all .notify-all .image-clear {
  width: 65px;
  cursor: pointer;
}
.notifications-content .notifications-all .inside-notify {
  width: 100%;
  height: auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  margin: 0;
  border-bottom: 1px solid #969595;
  margin-top: 15px;
}
.notifications-content .notifications-all .inside-notify .inside-description {
  color: #efefef;
  font-family: sfui-r;
  font-size: 16px;
}
.notifications-content .notifications-all .inside-notify .inside-description.inside-description1 {
  color: #929292;
}
.notifications-content .notifications-all .inside-notify .right-date {
  color: #efefef;
  font-family: sfui-r;
  font-size: 14px;
}

.castton {
  background: #161616;
  padding: 100px;
  height: 100vh;
  width: 100%;
}
@media (max-width: 575.98px) {
  .castton {
    padding: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .castton {
    padding: 35px;
  }
}
.castton .castton-div .castton-wishes {
  color: #e6e6e6;
  opacity: 0.7;
  padding-bottom: 40px;
  font-size: 23px;
  padding-top: 50px;
  font-family: sfui-text-reg;
}
@media (max-width: 575.98px) {
  .castton .castton-div .castton-wishes {
    font-size: 17px;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .castton .castton-div .castton-wishes {
    font-size: 19px;
    text-align: center;
  }
}
.castton .castton-div .castton-ul {
  list-style: none;
  text-align: center;
}
@media (max-width: 575.98px) {
  .castton .castton-div .castton-ul {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .castton .castton-div .castton-ul {
    display: block;
  }
}
.castton .castton-div .castton-ul .qr-code-img {
  width: 200px;
  margin: 0px auto;
}
@media (max-width: 575.98px) {
  .castton .castton-div .castton-ul .qr-code-img {
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .castton .castton-div .castton-ul .qr-code-img {
    margin: 0 auto;
    display: block;
  }
}
.castton .castton-div .castton-ul .castton-lis {
  padding-top: 25px;
}
@media (max-width: 575.98px) {
  .castton .castton-div .castton-ul .castton-lis {
    padding-top: 50px;
    padding-left: 0px;
    text-align: center;
    font-size: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .castton .castton-div .castton-ul .castton-lis {
    padding-top: 50px;
    padding-left: 0px;
    text-align: center;
    font-size: 16px;
  }
}
.castton .castton-div .castton-ul .castton-a {
  color: #e6e6e6;
  text-decoration: none;
  opacity: 0.8;
  font-size: 20px;
  font-family: sfui-m;
}
.castton .button-ul {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  padding-top: 60px;
}
@media (max-width: 575.98px) {
  .castton .button-ul {
    display: block;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .castton .button-ul {
    display: block;
    justify-content: center;
    text-align: center;
  }
}
.castton .button-ul .castton-button {
  width: 150px;
  margin-right: 40px;
  height: 50px;
  border-radius: 10px;
  border: none;
  text-align: center;
  color: #2d2f33;
  background: #efefef;
  font-family: sfui-m;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 575.98px) {
  .castton .button-ul .castton-button {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .castton .button-ul .castton-button {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.castton .button-ul .castton-button .button-img {
  margin-right: 5px;
  width: 13px;
}
.castton .button-ul .castton-button-download {
  width: 150px;
  height: 50px;
  border-radius: 10px;
  border: none;
  text-align: center;
  color: #2d2f33;
  background: #efefef;
  font-family: sfui-m;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 575.98px) {
  .castton .button-ul .castton-button-download {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 280px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .castton .button-ul .castton-button-download {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .castton .button-ul .castton-button-download {
    width: 200px;
  }
}
.castton .button-ul .castton-button-download .button-img {
  margin-right: 5px;
  width: 15px;
}

.remainder-modal {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.remainder-modal .remainder-modal-content {
  width: 100%;
  height: auto;
  background-color: #202020;
  border-radius: 22px;
}
.remainder-modal .remainder-modal-content .remainder-header {
  border-bottom: none !important;
}
.remainder-modal .remainder-modal-content .remainder-header .title-data {
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: sfui-r;
  margin-left: auto;
}
.remainder-modal .remainder-modal-content .remainder-forms {
  width: 100%;
  height: auto;
  padding: 20px 50px;
}
.remainder-modal .remainder-modal-content .remainder-forms .form-lable {
  font-size: 12px;
  color: #fff;
  font-family: sfui-r;
}
.remainder-modal .remainder-modal-content .remainder-forms .form-input {
  width: 100%;
  height: 40px;
  font-size: 12px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #949494;
  border-radius: 5px;
  font-family: sfui-r;
}
.remainder-modal .remainder-modal-content .remainder-forms .form-text-area {
  width: 100%;
  height: auto;
  font-size: 12px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #949494;
  border-radius: 5px;
  font-family: sfui-r;
}
.remainder-modal .remainder-modal-content .remainder-forms .set-button {
  width: 160px;
  height: auto;
  background-color: #2d2d2d;
  border: none;
  border-radius: 10px;
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.2117647059);
  padding: 8px 30px;
  font-size: 14px;
  font-family: sfui-r;
  color: #fff;
  margin: 20px auto 2px auto;
  display: flex;
  justify-content: center;
}

.social-modal {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-modal .social-modal-content {
  width: 100%;
  height: auto;
  background-color: #202020;
  border-radius: 22px;
}
.social-modal .social-modal-content .remainder-header {
  border-bottom: none !important;
}
.social-modal .social-modal-content .remainder-header .title-data {
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: sfui-r;
  margin-left: auto;
}
.social-modal .social-modal-content .remainder-forms {
  width: 100%;
  height: auto;
  padding: 20px 50px;
}
.social-modal .social-modal-content .remainder-forms .form-lable {
  font-size: 12px;
  color: #fff;
  font-family: sfui-r;
}
.social-modal .social-modal-content .remainder-forms .form-input {
  width: 100%;
  height: 40px;
  font-size: 12px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #949494;
  border-radius: 5px;
  font-family: sfui-r;
}
.social-modal .social-modal-content .remainder-forms .form-text-area {
  width: 100%;
  height: auto;
  font-size: 12px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #949494;
  border-radius: 5px;
  font-family: sfui-r;
}
.social-modal .social-modal-content .remainder-forms .set-button {
  width: 160px;
  height: auto;
  background-color: #2d2d2d;
  border: none;
  border-radius: 10px;
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.2117647059);
  padding: 8px 30px;
  font-size: 14px;
  color: #fff;
  font-family: sfui-r;
  margin: 20px auto 2px auto;
  display: flex;
  justify-content: center;
}

.storage-section {
  background-color: #161616;
  width: 100%;
  min-height: 100vh;
  padding: 20px 0px;
  margin-top: 5%;
}
.storage-section .space-box {
  display: flex;
  height: 110px;
  width: 40%;
  background-color: #2d2f33;
  border-radius: 10px;
  padding: 17px;
  margin: 15px 0px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .storage-section .space-box {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .storage-section .space-box {
    width: 70%;
  }
}
@media (max-width: 575.98px) {
  .storage-section .space-box {
    width: 100%;
  }
}
.storage-section .space-box .space-ul {
  margin: 0px;
}
.storage-section .space-box .space-ul .image-list {
  display: flex;
  align-items: center;
}
.storage-section .space-box .space-ul .image-list .file-image {
  height: 60px;
}
.storage-section .space-box .space-ul .space-list {
  margin-left: 14px;
}
.storage-section .space-box .space-ul .space-list .content-dv {
  width: 200px;
  height: auto;
}
@media (max-width: 575.98px) {
  .storage-section .space-box .space-ul .space-list .content-dv {
    width: 150px;
    height: auto;
  }
}
.storage-section .space-box .space-ul .space-list .content-dv .available-title {
  color: #929292;
  font-size: 20px;
  font-family: "sfui-m";
}
.storage-section .space-box .space-ul .space-list .content-dv .mb-edit {
  color: #929292;
  font-size: 13px;
  margin-bottom: 10px;
  font-family: "sfui-r";
}
.storage-section .space-box .space-ul .space-list .content-dv .pBar-section {
  width: 200px;
  height: 10px;
  border-radius: 7px;
  background-color: #787d83;
}
.storage-section .space-box .space-ul .space-list .content-dv .pBar-section .Pbar-edit {
  background-color: #efefef;
}
.storage-section .fileContents-edit {
  background-color: #202020;
  border-radius: 10px;
  padding: 10px 0px 50px 0px;
}
.storage-section .fileContents-edit .edit-nvpills .pill-li .edit-PillButtons {
  background-color: transparent;
  color: #ffffff;
  padding: 8px 6px 1px 6px;
  border-radius: 0px;
  width: auto;
  margin-right: 30px;
  font-size: 13px;
  font-family: "sfui-r";
}
@media (max-width: 575.98px) {
  .storage-section .fileContents-edit .edit-nvpills .pill-li .edit-PillButtons {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .storage-section .fileContents-edit .edit-nvpills .pill-li .edit-PillButtons {
    font-size: 12px;
  }
}
.storage-section .fileContents-edit .edit-nvpills .pill-li .edit-PillButtons.active {
  border-bottom: solid 1px #ffffff !important;
}
.storage-section .fileContents-edit .tab-content .filesData-edit .addBtn-edit {
  margin-bottom: 15px;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  height: 28px;
  width: 150px;
  color: #FFF;
}
.storage-section .fileContents-edit .tab-content .filesData-edit .addBtn-edit .icon-edit {
  font-size: 10px;
  margin-right: 5px;
}
.storage-section .fileContents-edit .tab-content .filesData-edit .edit-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid gray;
  padding-bottom: 8px;
}
.storage-section .fileContents-edit .tab-content .filesData-edit .edit-inside .edit-list .multiData-edit {
  color: #e6e6e6;
  font-size: 13px;
  font-family: "sfui-l";
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .storage-section .fileContents-edit .tab-content .filesData-edit .edit-inside .edit-list .multiData-edit {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .storage-section .fileContents-edit .tab-content .filesData-edit .edit-inside .edit-list .multiData-edit {
    font-size: 12px;
  }
}
.storage-section .fileContents-edit .tab-content .filesData-edit .edit-inside .edit-list .multiData-edit .edit-Icns {
  color: #e6e6e6;
  margin-right: 10px;
}
.storage-section .fileContents-edit .tab-content .filesData-edit .edit-inside .button-list .menu-Icns {
  color: #e6e6e6;
  margin-right: 11px;
  font-size: 13px;
  opacity: 0.8;
}

.reminders {
  background-color: #161616;
  padding: 100px;
  width: 100%;
  height: 100vh;
}
@media (max-width: 575.98px) {
  .reminders {
    padding: 40px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .reminders {
    padding: 40px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .reminders {
    padding: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .reminders {
    padding: 70px;
  }
}
.reminders .heading-reminders {
  color: #efefef;
  font-size: 22px;
  font-family: sfui-text-reg;
}
@media (max-width: 575.98px) {
  .reminders .heading-reminders {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .reminders .heading-reminders {
    font-size: 20px;
  }
}
.reminders .add-button {
  color: #2d2f33;
  background-color: #efefef;
  width: 200px;
  height: 40px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .reminders .add-button {
    width: 150px;
    font-size: 12px;
  }
}
.reminders .reminder-ul {
  list-style: none;
  padding-left: 0px;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #929292;
}
.reminders .reminder-ul .reminder-list {
  padding: 15px 0px;
  color: #fff;
  font-family: sfui-text-light;
  opacity: 1;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .reminders .reminder-ul .reminder-list {
    font-size: 12px;
  }
}
.reminders .reminder-ul .reminder-list .event-img {
  padding-right: 10px;
}

.card-section {
  background-color: #161616;
  min-height: 100vh;
  width: 100%;
}
.card-section .heading {
  color: #efefef;
  padding: 25px 0px;
  font-family: "sfui-m";
  font-size: 22px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .heading {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .card-section .heading {
    font-size: 18px;
    padding: 20px 0px;
  }
}
.card-section .wrapper-edit {
  display: flex;
  max-height: 260px;
  overflow-x: auto;
}
.card-section .wrapper-edit::-webkit-scrollbar {
  width: 0;
}
.card-section .wrapper-edit .edit-cards {
  margin-right: 10px;
}
.card-section .wrapper-edit .edit-cards .card-inside {
  padding: 14px;
  border-radius: 11px;
  background-color: #2d2f33;
}
.card-section .wrapper-edit .edit-cards .card-inside .card-image-edit {
  height: 160px;
  width: 270px;
}
@media (max-width: 575.98px) {
  .card-section .wrapper-edit .edit-cards .card-inside .card-image-edit {
    height: 135px;
    width: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .wrapper-edit .edit-cards .card-inside .card-image-edit {
    height: 140px;
    width: auto;
  }
}
.card-section .wrapper-edit .edit-cards .card-inside .body-edit {
  background-color: transparent;
  margin-top: 14px;
  margin-bottom: 5px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .wrapper-edit .edit-cards .card-inside .body-edit {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .card-section .wrapper-edit .edit-cards .card-inside .body-edit {
    margin-top: 8px;
    margin-bottom: 0px;
  }
}
.card-section .wrapper-edit .edit-cards .card-inside .body-edit .suite-edit {
  color: #efefef;
  font-size: 14px;
  font-family: "sfui-m";
}
@media (max-width: 575.98px) {
  .card-section .wrapper-edit .edit-cards .card-inside .body-edit .suite-edit {
    font-size: 13px;
  }
}
.card-section .wrapper-edit .edit-cards .card-inside .body-edit .block-card {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F0F0F0;
  font-size: 13px;
  height: 27px;
  width: 154px;
  border-radius: 4px;
  color: #2d2d2d;
  font-family: "sfui-m";
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .card-section .wrapper-edit .edit-cards .card-inside .body-edit .block-card {
    font-size: 12px;
    height: 25px;
    width: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .wrapper-edit .edit-cards .card-inside .body-edit .block-card {
    font-size: 12px;
    height: 28px;
    width: 104px;
  }
}
.card-section .wrapper-edit .edit-cards .card-inside .body-edit .block-card .block-icn {
  height: 15px;
  width: auto;
  margin-right: 3px;
}
@media (max-width: 575.98px) {
  .card-section .wrapper-edit .edit-cards .card-inside .body-edit .block-card .block-icn {
    height: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .wrapper-edit .edit-cards .card-inside .body-edit .block-card .block-icn {
    height: 14px;
  }
}
.card-section .wrapper-edit .edit-cards .card-inside .body-edit .unblock-card {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #727272;
  font-size: 13px;
  height: 27px;
  width: 154px;
  border-radius: 4px;
  color: #2d2d2d;
  font-family: "sfui-m";
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .card-section .wrapper-edit .edit-cards .card-inside .body-edit .unblock-card {
    font-size: 12px;
    height: 25px;
    width: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .wrapper-edit .edit-cards .card-inside .body-edit .unblock-card {
    font-size: 12px;
    height: 28px;
    width: 104px;
  }
}
.card-section .wrapper-edit .edit-cards .card-inside .body-edit .unblock-card .block-icn {
  height: 15px;
  width: auto;
  margin-right: 3px;
}
@media (max-width: 575.98px) {
  .card-section .wrapper-edit .edit-cards .card-inside .body-edit .unblock-card .block-icn {
    height: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .wrapper-edit .edit-cards .card-inside .body-edit .unblock-card .block-icn {
    height: 14px;
  }
}
.card-section .profile-section {
  margin: 25px 0px;
}
.card-section .profile-section .active-profile {
  color: #929292;
  font-family: "sfui-r";
  font-size: 21px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .profile-section .active-profile {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .card-section .profile-section .active-profile {
    font-size: 18px;
  }
}
.card-section .profile-section .active-profile .profile-icon {
  height: 21px;
  margin-left: 10px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .profile-section .active-profile .profile-icon {
    height: 19px;
  }
}
@media (max-width: 575.98px) {
  .card-section .profile-section .active-profile .profile-icon {
    height: 18px;
  }
}
.card-section .multi-profile .edit-profiles {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 80px;
  margin-right: 10px;
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .multi-profile .edit-profiles {
    margin-right: 7px;
  }
}
@media (max-width: 575.98px) {
  .card-section .multi-profile .edit-profiles {
    margin-right: 7px;
  }
}
.card-section .multi-profile .edit-profiles .profile-image {
  width: 80px;
  height: 80px;
}
@media (max-width: 575.98px) {
  .card-section .multi-profile .edit-profiles .profile-image {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .multi-profile .edit-profiles .profile-image {
    width: 73px;
    height: 73px;
  }
}
.card-section .multi-profile .edit-profiles .tic-mark {
  position: absolute;
  right: -5px;
  top: -5px;
  height: 15px;
}
@media (max-width: 575.98px) {
  .card-section .multi-profile .edit-profiles .tic-mark {
    right: 0px;
    top: -4px;
    height: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .multi-profile .edit-profiles .tic-mark {
    right: 0px;
    top: -4px;
    height: 14px;
  }
}
.card-section .multi-profile .edit-profiles .caption-edit {
  display: block;
  color: #929292;
  font-family: "sfui-r";
  font-size: 13px;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .card-section .multi-profile .edit-profiles .caption-edit {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .multi-profile .edit-profiles .caption-edit {
    font-size: 12px;
  }
}
.card-section .multi-profile .file-upload {
  display: flex;
  align-items: center;
  margin: 10px 0;
  display: inline-block;
  margin: 0px;
  text-align: center;
}
.card-section .multi-profile .file-upload .edit-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 80px;
  width: 80px;
  margin-bottom: 5px;
  color: #929292;
}
@media (max-width: 575.98px) {
  .card-section .multi-profile .file-upload .edit-label {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .multi-profile .file-upload .edit-label {
    width: 73px;
    height: 73px;
  }
}
.card-section .multi-profile .file-upload .edit-label .plus-icn {
  font-size: 45px;
  color: #2d2f33;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .multi-profile .file-upload .edit-label .plus-icn {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .card-section .multi-profile .file-upload .edit-label .plus-icn {
    font-size: 38px;
  }
}
.card-section .multi-profile .file-upload .add-profile {
  color: #929292;
  font-family: "sfui-r";
  font-size: 13px;
}
@media (max-width: 575.98px) {
  .card-section .multi-profile .file-upload .add-profile {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .multi-profile .file-upload .add-profile {
    font-size: 12px;
  }
}
.card-section .edit-button {
  padding: 35px 0px 50px 0px;
}
@media (max-width: 575.98px) {
  .card-section .edit-button {
    padding: 25px 0px 50px 0px;
  }
}
.card-section .edit-button .package-button {
  border-radius: 10px;
  width: 300px;
  height: 40px;
  font-size: 15px;
  border: none;
  font-family: "sfui-m";
  color: #2d2d2d;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-section .edit-button .package-button {
    width: 240px;
    height: 38px;
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .card-section .edit-button .package-button {
    width: 230px;
    height: 36px;
    font-size: 14px;
  }
}

.reminder-fade {
  background: #030303;
}

.reminder-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}

.reminder-content {
  background: #202020;
}
.reminder-content .reminder-header {
  border-bottom: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.reminder-content .reminder-header .reminder-title {
  color: #e6e6e6;
  margin-left: 38%;
  font-family: sfui-r;
}
@media (max-width: 575.98px) {
  .reminder-content .reminder-header .reminder-title {
    margin-left: 33%;
  }
}
.reminder-content .reminder-header .reminder-span {
  color: #e6e6e6;
}
.reminder-content .reminder-body {
  padding: 0 80px !important;
}
@media (max-width: 575.98px) {
  .reminder-content .reminder-body {
    padding: 0 30px !important;
  }
}
.reminder-content .reminder-body .form-group .reminder-label {
  color: #c2c2c2;
  font-family: sfui-m;
}
.reminder-content .reminder-body .form-group .reminder-input {
  background: #2d2f33;
  color: #949494;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  height: 35px;
  font-family: sfui-l;
}
.reminder-content .reminder-body .form-group .reminder-input-1 {
  background: #2d2f33;
  color: #949494;
  border: none;
  outline: none;
  border-radius: 6px;
  font-size: 13px;
  height: 100px;
  font-family: sfui-l;
}
.reminder-content .reminder-body .modal-buttons {
  padding-top: 10px;
}
.reminder-content .reminder-body .modal-buttons .set-button {
  color: #2d2d2d;
  width: 100px;
  height: 35px;
  border: none;
  border-radius: 7px;
  font-size: 13px;
  background-color: #efefef;
  font-family: sfui-m;
}
.reminder-content .reminder-body .modal-buttons .set-buttonnew {
  color: #2d2d2d;
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 7px;
  font-size: 13px;
  background-color: #efefef;
  font-family: sfui-m;
  border: none;
}
.reminder-content .reminder-body .reminder-button {
  padding: 30px 20px;
}
.reminder-content .reminder-body .reminder-button .reminder-set-button {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 7px;
  background-color: #efefef;
  color: #2d2d2d;
  font-family: sfui-m;
}
.reminder-content .reminder-body .set-buttonnew {
  color: #2d2d2d;
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 7px;
  font-size: 13px;
  background-color: #efefef;
  font-family: sfui-m;
  border: none;
}

.home-12 {
  background-color: #161616;
  width: 100%;
  height: auto;
  padding: 100px;
}
@media (max-width: 575.98px) {
  .home-12 {
    padding: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-12 {
    padding: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-12 {
    padding: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-12 {
    padding: 70px;
  }
}
.home-12 .morning-wishes {
  color: #929292;
  font-size: 22px;
  font-family: sfui-r;
}
@media (max-width: 575.98px) {
  .home-12 .morning-wishes {
    font-size: 17px;
  }
}
.home-12 .dom-image {
  width: 80px;
  padding-top: 20px;
}
.home-12 .email-ema {
  color: #929292;
  padding-left: 10px;
  padding-top: 12px;
  font-family: sfui-r;
}
@media (max-width: 575.98px) {
  .home-12 .email-ema {
    font-size: 14px;
  }
}
.home-12 .email-emaCastton {
  color: #e6e6e6;
  font-family: sfui-r;
  font-size: 22px;
  margin-top: -5px;
  opacity: 0.8;
}
@media (max-width: 575.98px) {
  .home-12 .email-emaCastton {
    font-size: 17px;
  }
}
.home-12 .mobile-no {
  color: #949494;
  margin-top: -12px;
  font-family: sfui-r;
  opacity: 0.8;
}
@media (max-width: 575.98px) {
  .home-12 .mobile-no {
    font-size: 14px;
  }
}
.home-12 .designer-ul {
  list-style: none;
  display: flex;
  padding-left: 0px;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .home-12 .designer-ul {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-12 .designer-ul {
    display: block;
  }
}
.home-12 .designer-ul .designer-content {
  width: 25%;
  color: #949494;
  font-size: 13px;
  font-family: sfui-l;
  opacity: 0.5;
}
@media (max-width: 575.98px) {
  .home-12 .designer-ul .designer-content {
    width: 70%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-12 .designer-ul .designer-content {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-12 .designer-ul .designer-content {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-12 .designer-ul .designer-content {
    width: 45%;
  }
}
.home-12 .designer-ul .designer-buttons .designer-div-button {
  padding-top: 5px;
}
.home-12 .designer-ul .designer-buttons .designer-div-button .connect-button {
  background: #efefef;
  color: #2d2d2d;
  border-radius: 12px;
  width: 200px;
  height: 45px;
  border: none;
  font-family: sfui-m;
  font-size: 14px;
  margin-right: 20px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .home-12 .designer-ul .designer-buttons .designer-div-button .connect-button {
    width: 150px;
    height: 35px;
    border-radius: 6px;
    font-size: 13px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-12 .designer-ul .designer-buttons .designer-div-button .connect-button {
    width: 150px;
    height: 35px;
    border-radius: 6px;
    font-size: 13px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-12 .designer-ul .designer-buttons .designer-div-button .connect-button {
    width: 150px;
    height: 35px;
    border-radius: 6px;
    font-size: 13px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-12 .designer-ul .designer-buttons .designer-div-button .connect-button {
    width: 150px;
    height: 35px;
    border-radius: 6px;
    font-size: 13px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
.home-12 .designer-ul .designer-buttons .designer-div-button .share-profile-button {
  background: #efefef;
  color: #2d2d2d;
  border-radius: 12px;
  width: 200px;
  height: 45px;
  border: none;
  font-family: sfui-m;
  cursor: pointer;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .home-12 .designer-ul .designer-buttons .designer-div-button .share-profile-button {
    width: 150px;
    height: 35px;
    border-radius: 6px;
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-12 .designer-ul .designer-buttons .designer-div-button .share-profile-button {
    width: 150px;
    height: 35px;
    border-radius: 6px;
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-12 .designer-ul .designer-buttons .designer-div-button .share-profile-button {
    width: 150px;
    height: 35px;
    border-radius: 6px;
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-12 .designer-ul .designer-buttons .designer-div-button .share-profile-button {
    width: 150px;
    height: 35px;
    border-radius: 6px;
    font-size: 13px;
  }
}
.home-12 .designer-ul .designer-buttons .designer-div-button .share-profile-button .send-img {
  padding-left: 5px;
  margin-bottom: 10px;
}
.home-12 .icon-data-table .icon-data-tr .icon-data-td {
  padding-right: 10px;
}
.home-12 .icon-data-table .icon-data-tr .icon-data-td .info-a {
  text-decoration: none;
}
.home-12 .icon-data-table .icon-data-tr .icon-data-td .info-a .icon-images {
  width: 13px;
}
.home-12 .icon-data-table .icon-data-tr .icon-data-td-1 {
  padding-right: 10px;
}
.home-12 .icon-data-table .icon-data-tr .icon-data-td-1 .info-a {
  text-decoration: none;
  color: #e6e6e6;
  opacity: 0.8;
  font-size: 14px;
  font-family: sfui-r;
}
.home-12 .icon-data-table .icon-data-tr .icon-data-td-1 .info-a .icon-images {
  width: 13px;
}
.home-12 .icon-data-table .icon-data-tr .icon-data-td-1 .info-b {
  text-decoration: none;
  color: #58a1ff;
  opacity: 0.8;
  font-size: 14px;
  font-family: sfui-r;
}
.home-12 .icon-data-table .icon-data-tr .icon-data-td-1 .info-b .icon-images {
  width: 13px;
}
.home-12 .portfolio-info {
  color: #929292;
  font-family: sfui-r;
  padding-top: 30px;
  font-size: 20px;
}
.home-12 .social-media {
  display: flex;
}
@media (max-width: 575.98px) {
  .home-12 .social-media {
    flex-wrap: wrap;
    justify-content: start;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-12 .social-media {
    flex-wrap: wrap;
    justify-content: start;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-12 .social-media {
    justify-content: start;
  }
}
.home-12 .social-media .sm-facebook {
  width: 100px;
  height: 100px;
  background-color: #292929;
  border-radius: 5px;
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  .home-12 .social-media .sm-facebook {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-12 .social-media .sm-facebook {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-12 .social-media .sm-facebook {
    margin-bottom: 30px;
  }
}
.home-12 .social-media .sm-facebook .facebook-img {
  padding-top: 10px;
  padding-left: 10px;
  width: 50px;
  cursor: pointer;
}
.home-12 .social-media .sm-facebook .facebook-heading {
  color: #ffffff;
  opacity: 0.7;
  padding-left: 10px;
  padding-top: 23px;
  font-family: sfui-r;
}
.home-12 .portfolio-info-1 {
  color: #929292;
  font-family: sfui-r;
  padding-top: 40px;
  font-size: 20px;
}
.home-12 .addflatform {
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  right: 10%;
  cursor: pointer;
}

.event-fade {
  background: #030303;
  overflow: hidden;
}
.event-fade .event-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.event-fade .event-dialog .event-content {
  background-color: #202020;
}
.event-fade .event-dialog .event-content .event-header {
  border-bottom: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.event-fade .event-dialog .event-content .event-header .event-title {
  margin-left: 38%;
  color: #e6e6e6;
  font-family: sfui-m;
}
@media (max-width: 575.98px) {
  .event-fade .event-dialog .event-content .event-header .event-title {
    margin-left: 33%;
  }
}
.event-fade .event-dialog .event-content .event-header .close-icon-color {
  color: #e6e6e6;
  outline: none;
}
.event-fade .event-dialog .event-content .event-body {
  padding: 0 80px;
}
@media (max-width: 575.98px) {
  .event-fade .event-dialog .event-content .event-body {
    padding: 0 30px;
  }
}
.event-fade .event-dialog .event-content .event-body .input-text {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background: #111111;
  color: #8f8f8f;
  border: none;
  padding-left: 20px;
  margin-bottom: 20px;
  outline: none;
  font-family: sfui-r;
}
.event-fade .event-dialog .event-content .event-body .event-form-div {
  padding: 0px 30px;
  padding-bottom: 50px;
}
.event-fade .event-dialog .event-content .event-body .event-form-div .event-button {
  background: #efefef;
  color: #2d2d2d;
  font-family: sfui-m;
  width: 100%;
  border: none;
  height: 40px;
  border-radius: 10px;
  outline: none;
}

.events-fades {
  background: #030303;
}
.events-fades .event-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.events-fades .event-dialog .event-content {
  background-color: #202020;
}
.events-fades .event-dialog .event-content .event-header {
  border-bottom: none;
  margin-top: 20px;
}
.events-fades .event-dialog .event-content .event-header .event-title {
  margin-left: 43%;
  color: #e6e6e6;
  font-family: sfui-m;
}
.events-fades .event-dialog .event-content .event-header .close-icon-color {
  color: #e6e6e6;
  outline: none;
}
.events-fades .event-dialog .event-content .event-body-a {
  padding-bottom: 30px;
  display: block;
}
.events-fades .event-dialog .event-content .event-body-a .event-a-ul {
  list-style: none;
  display: block;
  width: 100%;
  padding-left: 0px;
}
.events-fades .event-dialog .event-content .event-body-a .event-a-ul .event-a-li {
  border-bottom: 1px solid #5b5b5b;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
}
.events-fades .event-dialog .event-content .event-body-a .event-a-ul .trescon-cst {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  font-size: 20px;
  font-family: sfui-r;
  opacity: 0.7;
}

.accept-reject {
  background: #030303;
}
.accept-reject .accept-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.accept-reject .accept-dialog .accept-content {
  background-color: #202020;
}
.accept-reject .accept-dialog .accept-content .accept-header {
  border-bottom: none;
  margin-top: 20px;
}
.accept-reject .accept-dialog .accept-content .accept-header .close-icon-color {
  color: #e6e6e6;
  outline: none;
}
.accept-reject .accept-dialog .accept-content .profile-img {
  margin: 0 auto;
}
.accept-reject .accept-dialog .accept-content .profile-img .accept-title {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .accept-reject .accept-dialog .accept-content .profile-img .accept-title {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .accept-reject .accept-dialog .accept-content .profile-img .accept-title {
    width: 80px;
    height: 80px;
  }
}
.accept-reject .accept-dialog .accept-content .profile-img .link-imgs {
  width: 40px;
}
.accept-reject .accept-dialog .accept-content .profile-img .reject-title {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .accept-reject .accept-dialog .accept-content .profile-img .reject-title {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .accept-reject .accept-dialog .accept-content .profile-img .reject-title {
    width: 80px;
    height: 80px;
  }
}
.accept-reject .accept-dialog .accept-content .accept-body {
  margin: 0 auto;
}
.accept-reject .accept-dialog .accept-content .accept-body .accept-table {
  margin-top: 20px;
}
.accept-reject .accept-dialog .accept-content .accept-body .accept-table .accept-tr .accept-td {
  color: #e6e6e6;
  font-family: sfui-r;
  padding-right: 100px;
  font-size: 12px;
  padding-bottom: 10px;
  opacity: 0.5;
}
@media (max-width: 575.98px) {
  .accept-reject .accept-dialog .accept-content .accept-body .accept-table .accept-tr .accept-td {
    padding-right: 75px;
  }
}
.accept-reject .accept-dialog .accept-content .accept-body .accept-table .accept-tr .accept-td-1 {
  color: #e6e6e6;
  font-family: sfui-r;
  font-size: 12px;
  padding-bottom: 10px;
  opacity: 0.5;
}
.accept-reject .accept-dialog .accept-content .a-r-buttons {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 40px;
}
.accept-reject .accept-dialog .accept-content .a-r-buttons .reject-button {
  width: 100px;
  height: 35px;
  border: none;
  background-color: #ff3a62;
  color: #ffffff;
  font-family: sfui-m;
  border-radius: 5px;
  margin-right: 12px;
}
.accept-reject .accept-dialog .accept-content .a-r-buttons .accept-button {
  width: 100px;
  height: 35px;
  border: none;
  background-color: #efefef;
  color: #2d2f33;
  font-family: sfui-m;
  border-radius: 5px;
  margin-left: 12px;
}

.fb-com-fade {
  background: #030303;
  overflow: hidden;
}
.fb-com-fade .fb-com-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.fb-com-fade .fb-com-dialog .fb-com-content {
  background-color: #202020;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-header {
  border-bottom: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-header .del-img {
  width: 30px;
  cursor: pointer;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-header .close-icon-color {
  color: #e6e6e6;
  outline: none;
  cursor: pointer;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-images {
  color: #e6e6e6;
  justify-content: center;
  width: 100%;
  display: flex;
  margin: 0 auto;
  top: 50px;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-images .fb-img {
  width: 60px;
  margin-bottom: 10px;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body {
  padding: 20px 20px 0px 80px;
  /* Rounded sliders */
}
@media (max-width: 575.98px) {
  .fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body {
    padding: 25px 20px 20px 30px;
  }
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body .switch-ul {
  flex-direction: row;
  list-style: none;
  display: flex;
  margin-top: 25px;
  padding-left: 0px;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body .switch-ul .switch-li {
  width: 80%;
  margin-right: 20px;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body .switch-ul .switch-li .fb-com-text {
  width: 100%;
  margin-right: 15px;
  height: 40px;
  border-radius: 6px;
  background: #2d2f33;
  color: #8f8f8f;
  border: none;
  padding-left: 20px;
  margin-bottom: 25px;
  outline: none;
  font-family: sfui-r;
  font-size: 14px;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 23px;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 3px;
  border-radius: 70%;
  background-color: #2d2f33;
  transition: 0.4s;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: #2196f3;
  transition: 0.4s;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body input:checked + .slider {
  background: #2d2f33;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body input:focus + .slider {
  box-shadow: 0 0 1px #2d2f33;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body input:checked + .slider:before {
  transform: translateX(26px);
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body .slider.round {
  border-radius: 34px;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body .slider.round:before {
  border-radius: 50%;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body .fb-com-private {
  color: #949494;
  margin-top: -8px;
  font-size: 12px;
  margin-left: 5px;
  font-family: sfui-r;
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body .fb-com-form-div {
  padding: 0px 90px 0 30px;
  padding-bottom: 50px;
}
@media (max-width: 575.98px) {
  .fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body .fb-com-form-div {
    padding: 0px 50px 0 25px;
  }
}
.fb-com-fade .fb-com-dialog .fb-com-content .fb-com-body .fb-com-form-div .fb-com-button {
  background: #efefef;
  color: #2d2d2d;
  width: 100%;
  border: none;
  height: 40px;
  border-radius: 10px;
  outline: none;
  font-family: sfui-m;
}

.upload-fade {
  background: #030303;
  overflow: hidden;
}
.upload-fade .upload-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.upload-fade .upload-dialog .upload-content {
  background-color: #202020;
}
.upload-fade .upload-dialog .upload-content .upload-header {
  border-bottom: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.upload-fade .upload-dialog .upload-content .upload-header .del-img {
  width: 30px;
  cursor: pointer;
}
.upload-fade .upload-dialog .upload-content .upload-header .close-icon-color {
  color: #e6e6e6;
  outline: none;
  cursor: pointer;
}
.upload-fade .upload-dialog .upload-content .upload-images {
  color: #e6e6e6;
  justify-content: center;
  width: 100%;
  display: flex;
  margin: 0 auto;
  top: 50px;
  position: absolute;
}
.upload-fade .upload-dialog .upload-content .upload-images .circle-black {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #000000;
  text-align: center;
}
.upload-fade .upload-dialog .upload-content .upload-images .circle-black .upload-img {
  width: 30px;
  padding-top: 15px;
}
.upload-fade .upload-dialog .upload-content .upload-body {
  padding: 25px 20px 0px 80px;
}
@media (max-width: 575.98px) {
  .upload-fade .upload-dialog .upload-content .upload-body {
    padding: 25px 10px 0px 30px;
  }
}
.upload-fade .upload-dialog .upload-content .upload-body .switch-ul {
  flex-direction: row;
  list-style: none;
  display: flex;
  margin-top: 25px;
  width: 100%;
  padding-left: 0px;
}
.upload-fade .upload-dialog .upload-content .upload-body .switch-ul .switch-li {
  width: 80%;
  margin-right: 20px;
}
.upload-fade .upload-dialog .upload-content .upload-body .switch-ul .switch-li .upload-text {
  width: 100%;
  margin-right: 15px;
  height: 40px;
  border-radius: 6px;
  background: #2d2f33;
  color: #8f8f8f;
  border: none;
  padding-left: 20px;
  margin-bottom: 25px;
  outline: none;
  font-family: sfui-m;
  font-size: 14px;
}
.upload-fade .upload-dialog .upload-content .upload-body .switch-ul .switch-lis {
  /* Rounded sliders */
}
.upload-fade .upload-dialog .upload-content .upload-body .switch-ul .switch-lis .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 23px;
}
.upload-fade .upload-dialog .upload-content .upload-body .switch-ul .switch-lis .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.upload-fade .upload-dialog .upload-content .upload-body .switch-ul .switch-lis .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 3px;
  border-radius: 70%;
  background: #2d2f33;
  transition: 0.4s;
}
.upload-fade .upload-dialog .upload-content .upload-body .switch-ul .switch-lis .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: #2196f3;
  transition: 0.4s;
}
.upload-fade .upload-dialog .upload-content .upload-body .switch-ul .switch-lis input:checked + .slider {
  background-color: #2d2f33;
}
.upload-fade .upload-dialog .upload-content .upload-body .switch-ul .switch-lis input:focus + .slider {
  box-shadow: 0 0 1px #2d2f33;
}
.upload-fade .upload-dialog .upload-content .upload-body .switch-ul .switch-lis input:checked + .slider:before {
  transform: translateX(26px);
}
.upload-fade .upload-dialog .upload-content .upload-body .switch-ul .switch-lis .slider.round {
  border-radius: 34px;
}
.upload-fade .upload-dialog .upload-content .upload-body .switch-ul .switch-lis .slider.round:before {
  border-radius: 50%;
}
.upload-fade .upload-dialog .upload-content .upload-body .switch-ul .switch-lis .upload-private {
  color: #949494;
  margin-top: -8px;
  font-size: 12px;
  margin-left: 5px;
  font-family: sfui-r;
}
.upload-fade .upload-dialog .upload-content .upload-body .upload-form-div {
  padding: 0px 60px 0px 30px;
  padding-bottom: 50px;
}
.upload-fade .upload-dialog .upload-content .upload-body .upload-form-div .upload-button {
  background: #efefef;
  color: #2d2d2d;
  width: 100%;
  border: none;
  height: 40px;
  border-radius: 10px;
  outline: none;
  font-family: sfui-m;
}

.packages-content {
  margin-top: 40px;
}
.packages-content .card-table-data {
  min-height: 100vh;
  background-color: #161616;
  width: auto;
}
.packages-content .card-table-data .box-edit {
  background-color: #202020;
  border-radius: 10px;
  padding: 10px 10px 40px 10px;
}
.packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit {
  display: flex;
  align-items: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit {
    flex-direction: column;
  }
}
.packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList1 .cardImg-edit {
  height: 210px;
  width: auto;
}
@media (max-width: 575.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList1 .cardImg-edit {
    height: 110px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList1 .cardImg-edit {
    height: 137px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList1 .cardImg-edit {
    height: 160px;
  }
}
.packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 {
  margin-left: 5%;
}
.packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit {
  margin: 0px 15px;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit {
    margin: 0px 10px;
  }
}
@media (max-width: 575.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit {
    margin: 5px;
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit {
    margin: 7px;
    margin-top: 10px;
  }
}
.packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit .card-types {
  height: 63px;
  width: 110px;
  background-color: #111;
  border-radius: 10px;
  padding: 7px;
}
.packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit .card-types.active {
  border: 1px solid #efefef;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit .card-types {
    height: 56px;
    width: 94px;
    padding: 6px;
  }
}
@media (max-width: 575.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit .card-types {
    height: 48px;
    padding: 5px;
    width: 77px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit .card-types {
    width: 100px;
    height: 60px;
  }
}
.packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit .card-types .card-name {
  margin-bottom: 6px;
  font-size: 12px;
  color: #e6e6e6;
  font-family: sfui-m;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit .card-types .card-name {
    margin-bottom: 8px;
    font-size: 10px;
  }
}
@media (max-width: 575.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit .card-types .card-name {
    margin-bottom: 4px;
    font-size: 9px;
  }
}
.packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit .card-types .card-price {
  margin-bottom: 0px;
  font-size: 15px;
  color: #e6e6e6;
  font-family: sfui-m;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit .card-types .card-price {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit .card-types .card-price {
    font-size: 12px;
  }
}
.packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit .card-types .card-price .year-edit {
  font-size: 11px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit .card-types .card-price .year-edit {
    font-size: 9px;
  }
}
@media (max-width: 575.98px) {
  .packages-content .card-table-data .box-edit .cardPart-edit .cardUl-edit .cardList2 .insideUl-edit .insideList-edit .card-types .card-price .year-edit {
    font-size: 9px;
  }
}
.packages-content .card-table-data .box-edit .table-section {
  margin-top: 40px;
}
.packages-content .card-table-data .box-edit .table-section .edit-tbleData {
  width: 67%;
  height: auto;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData {
    width: 78%;
  }
}
@media (max-width: 575.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData {
    width: 90%;
  }
}
.packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-headData .edit-HeadingRow .headers-edit {
  font-size: 11px;
  padding-bottom: 16px;
  font-family: sfui-m;
  color: #dbdbdb;
  border: none;
}
@media (max-width: 575.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-headData .edit-HeadingRow .headers-edit {
    font-size: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-headData .edit-HeadingRow .headers-edit {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-headData .edit-HeadingRow .headers-edit {
    font-size: 14px;
  }
}
.packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-headData .edit-HeadingRow .headers-edit.CoulmHeader-edit {
  padding-right: 230px;
}
@media (max-width: 575.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-headData .edit-HeadingRow .headers-edit.CoulmHeader-edit {
    padding-right: 110px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-headData .edit-HeadingRow .headers-edit.CoulmHeader-edit {
    padding-right: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-headData .edit-HeadingRow .headers-edit.CoulmHeader-edit {
    padding-right: 170px;
  }
}
.packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-TbleBody .tbleBdyrows-edit .tbleCard-names {
  padding: 0px;
  text-align: left;
  color: #dbdbdb;
  font-size: 12px;
  font-family: sfui-r;
  border: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-TbleBody .tbleBdyrows-edit .tbleCard-names {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-TbleBody .tbleBdyrows-edit .tbleCard-names {
    font-size: 9px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-TbleBody .tbleBdyrows-edit .tbleCard-names {
    font-size: 10px;
  }
}
.packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-TbleBody .tbleBdyrows-edit .Tdata-Edit {
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
}
.packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-TbleBody .tbleBdyrows-edit .Tdata-Edit .check-icns {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  background-color: #2d2f33;
  color: #ffffff;
  padding-right: 22px;
  padding-left: 22px;
}
@media (max-width: 575.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-TbleBody .tbleBdyrows-edit .Tdata-Edit .check-icns {
    font-size: 10px;
    padding: 10px 8px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-TbleBody .tbleBdyrows-edit .Tdata-Edit .check-icns {
    font-size: 10px;
    padding: 10px 11px 5px 11px;
  }
}
.packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-TbleBody .tbleBdyrows-edit .Tdata-Edit .number-edit {
  font-size: 12px;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 24px;
  padding-left: 26px;
  background-color: #2d2f33;
}
@media (max-width: 575.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-TbleBody .tbleBdyrows-edit .Tdata-Edit .number-edit {
    font-size: 11px;
    padding: 7px 10px 3px 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-TbleBody .tbleBdyrows-edit .Tdata-Edit .number-edit {
    font-size: 11px;
    padding: 7px 13px;
  }
}
.packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-TbleBody .tbleBdyrows-edit .Tdata-Edit .infinite-edit {
  font-size: 10px;
  color: #ffffff;
  padding-right: 22px;
  padding-left: 22px;
  padding-top: 10px;
  padding-bottom: 8px;
  background-color: #2d2f33;
}
@media (max-width: 575.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-TbleBody .tbleBdyrows-edit .Tdata-Edit .infinite-edit {
    font-size: 9px;
    padding: 11px 6px 5px 9px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .packages-content .card-table-data .box-edit .table-section .edit-tbleData .edit-TbleBody .tbleBdyrows-edit .Tdata-Edit .infinite-edit {
    font-size: 10px;
    padding: 10px 8px 5px 12px;
  }
}
.packages-content .card-table-data .box-edit .table-section .button-edit {
  text-align: center;
}
.packages-content .card-table-data .box-edit .table-section .button-edit .buy-button {
  height: 43px;
  width: 330px;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 35px;
  font-family: sfui-m;
  color: #2d2d2d;
  border: none;
}
@media (max-width: 575.98px) {
  .packages-content .card-table-data .box-edit .table-section .button-edit .buy-button {
    width: 190px;
    height: 33px;
    font-size: 11;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .packages-content .card-table-data .box-edit .table-section .button-edit .buy-button {
    width: 230px;
    height: 36px;
    font-size: 12px;
    margin-top: 25px;
  }
}

.select-cards {
  background-color: #161616;
  width: 100%;
  height: auto;
  padding: 100px;
  overflow-x: hidden;
}
@media (max-width: 575.98px) {
  .select-cards {
    padding: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .select-cards {
    padding: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .select-cards {
    padding: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .select-cards {
    padding: 65px;
  }
}
.select-cards .morning-wishes {
  color: #E6E6E6;
  font-family: sfui-r;
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .select-cards .morning-wishes {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .select-cards .morning-wishes {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .select-cards .morning-wishes {
    font-size: 17px;
  }
}
.select-cards .card-selection {
  background-color: #202020;
  height: auto;
  padding: 40px 50px;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .select-cards .card-selection {
    padding: 50px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .select-cards .card-selection {
    padding: 50px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .select-cards .card-selection {
    padding: 50px 35px;
  }
}
.select-cards .card-selection .title-cards {
  font-family: sfui-r;
  font-size: 20px;
  color: #E6E6E6;
}
@media (max-width: 575.98px) {
  .select-cards .card-selection .title-cards {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .select-cards .card-selection .title-cards {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .select-cards .card-selection .title-cards {
    font-size: 17px;
  }
}
.select-cards .card-selection .card-selection-ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0px;
}
@media (max-width: 575.98px) {
  .select-cards .card-selection .card-selection-ul {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .select-cards .card-selection .card-selection-ul {
    flex-direction: column;
  }
}
.select-cards .card-selection .card-selection-ul .card-selection-li {
  padding-right: 50px;
}
@media (max-width: 575.98px) {
  .select-cards .card-selection .card-selection-ul .card-selection-li {
    padding-right: 0px;
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .select-cards .card-selection .card-selection-ul .card-selection-li {
    padding-right: 0px;
    padding-bottom: 20px;
  }
}
.select-cards .card-selection .card-selection-ul .card-selection-li canvas {
  width: 300px;
  height: 150px;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .select-cards .card-selection .card-selection-ul .card-selection-li canvas {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .select-cards .card-selection .card-selection-ul .card-selection-li canvas {
    width: 250px;
  }
}
.select-cards .card-selection .card-selection-ul .card-selection-li .div-label {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #000000;
  display: flex;
  margin-top: 15px;
  justify-content: center;
  align-items: center;
  outline: 5px solid #464141;
  box-shadow: 4px 6px 6px rgba(17, 2, 2, 0.4705882353);
}
@media (max-width: 575.98px) {
  .select-cards .card-selection .card-selection-ul .card-selection-li .div-label {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .select-cards .card-selection .card-selection-ul .card-selection-li .div-label {
    width: 70px;
    height: 70px;
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .select-cards .card-selection .card-selection-ul .card-selection-li .div-label .upload-images {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .select-cards .card-selection .card-selection-ul .card-selection-li .div-label .upload-images {
    width: 50%;
  }
}
.select-cards .card-selection .card-selection-ul .card-selection-li .uploading-button {
  width: 170px;
  height: 45px;
  border-radius: 10px;
  color: #2D2F33;
  background-color: #ffffff;
  border: none;
  font-family: sfui-m;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .select-cards .card-selection .card-selection-ul .card-selection-li .uploading-button {
    width: 140px;
    height: 40px;
  }
}
.select-cards .card-selection .pvc-card-ul {
  list-style: none;
  display: flex;
  padding-left: 0px;
}
@media (max-width: 575.98px) {
  .select-cards .card-selection .pvc-card-ul {
    justify-content: space-between;
  }
}
.select-cards .card-selection .pvc-card-ul .pvc-card-li {
  font-size: 20px;
  color: #C2C2C2;
  font-family: sfui-m;
  padding-right: 120px;
}
@media (max-width: 575.98px) {
  .select-cards .card-selection .pvc-card-ul .pvc-card-li {
    padding-right: 0px;
    font-size: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .select-cards .card-selection .pvc-card-ul .pvc-card-li {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .select-cards .card-selection .pvc-card-ul .pvc-card-li {
    font-size: 17px;
    padding-right: 100px;
  }
}
.select-cards .card-selection .pvc-card-ul .pvc-card-li-1 {
  font-size: 20px;
  color: #C2C2C2;
  font-family: sfui-m;
}
@media (max-width: 575.98px) {
  .select-cards .card-selection .pvc-card-ul .pvc-card-li-1 {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .select-cards .card-selection .pvc-card-ul .pvc-card-li-1 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .select-cards .card-selection .pvc-card-ul .pvc-card-li-1 {
    font-size: 17px;
  }
}
.select-cards .card-selection .pvc-card-img .pvc-img {
  width: 105px;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .select-cards .card-selection .pvc-card-img .pvc-img {
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .select-cards .card-selection .pvc-card-img .pvc-img {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .select-cards .card-selection .pvc-card-img .pvc-img {
    margin-bottom: 15px;
  }
}
.select-cards .card-selection .form-text-label {
  color: #C2C2C2;
  font-family: sfui-m;
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 3px;
}
@media (max-width: 575.98px) {
  .select-cards .card-selection .form-text-label {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .select-cards .card-selection .form-text-label {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .select-cards .card-selection .form-text-label {
    font-size: 17px;
  }
}
.select-cards .card-selection .form-text-label-1 {
  color: #C2C2C2;
  font-family: sfui-m;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 3px;
}
@media (max-width: 575.98px) {
  .select-cards .card-selection .form-text-label-1 {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .select-cards .card-selection .form-text-label-1 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .select-cards .card-selection .form-text-label-1 {
    font-size: 17px;
  }
}
.select-cards .card-selection .form-text-control {
  width: 50%;
  background-color: #111111;
  border: none;
  color: #949494;
  height: 45px;
  font-family: sfui-m;
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .select-cards .card-selection .form-text-control {
    width: 100%;
  }
}
.select-cards .card-selection .apply-button {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.select-cards .card-selection .apply-button .apply-btn {
  width: 35%;
  height: 50px;
  border-radius: 10px;
  border: none;
  background: #EFEFEF;
  color: #2D2D2D;
  font-family: sfui-m;
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .select-cards .card-selection .apply-button .apply-btn {
    width: 70%;
    height: 45px;
  }
}

.confirmorder-content {
  background-color: #161616;
  width: 100%;
  min-height: 100vh;
  padding: 20px 0px;
  margin-top: 5%;
}
@media (max-width: 575.98px) {
  .confirmorder-content {
    margin-top: 8%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .confirmorder-content {
    margin-top: 8%;
  }
}
.confirmorder-content .confirmorder-title {
  color: #E6E6E6;
  font-family: sfui-r;
  font-size: 22px;
}
@media (max-width: 575.98px) {
  .confirmorder-content .confirmorder-title {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .confirmorder-content .confirmorder-title {
    font-size: 18px;
  }
}
.confirmorder-content .confirmorder-data {
  width: 100%;
  height: auto;
  padding: 20px 0px;
  text-align: center;
}
.confirmorder-content .confirmorder-data .premium-image {
  width: 300px;
  height: auto;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 40px;
}
.confirmorder-content .confirmorder-data .premium-image .image-data {
  width: 100%;
}
.confirmorder-content .confirmorder-data .card-price {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  border-top: 1px solid #414141;
  list-style: none;
  margin: 0;
}
.confirmorder-content .confirmorder-data .card-price .lefttitle {
  color: #929292;
  font-family: sfui-r;
  font-size: 18px;
}
.confirmorder-content .confirmorder-data .card-price .lefttitle.lefttitle1 {
  color: #A1A1A1;
}
@media (max-width: 575.98px) {
  .confirmorder-content .confirmorder-data .card-price .lefttitle {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .confirmorder-content .confirmorder-data .card-price .lefttitle {
    font-size: 14px;
  }
}
.confirmorder-content .confirmorder-data .card-price .costprice {
  color: #E6E6E6;
  font-family: sfui-r;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .confirmorder-content .confirmorder-data .card-price .costprice {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .confirmorder-content .confirmorder-data .card-price .costprice {
    font-size: 14px;
  }
}
.confirmorder-content .confirmorder-data .coupenform-data {
  width: 100%;
  height: auto;
  padding: 20px 0px;
}
.confirmorder-content .confirmorder-data .coupenform-data .maincoupen {
  width: 100%;
  height: auto;
  position: relative;
}
.confirmorder-content .confirmorder-data .coupenform-data .maincoupen .apply-btn {
  color: #E6E6E6;
  font-family: sfui-r;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 6px;
  padding: 10px 0px;
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .confirmorder-content .confirmorder-data .coupenform-data .maincoupen .apply-btn {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .confirmorder-content .confirmorder-data .coupenform-data .maincoupen .apply-btn {
    font-size: 12px;
  }
}
.confirmorder-content .confirmorder-data .coupenform-data .maincoupen .coupendata {
  width: 100%;
  height: 50px;
  background-color: #2D2F33;
  border-radius: 9px;
  border: none;
  box-shadow: none !important;
  color: #E6E6E6;
  font-family: sfui-r;
  font-size: 14px;
  padding: 5px 25px 5px 15px;
}
.confirmorder-content .confirmorder-data .coupenform-data .maincoupen .coupendata.focus {
  box-shadow: none !important;
  outline: none;
}
.confirmorder-content .confirmorder-data .coupenform-data .addres-showing {
  width: 100%;
  height: auto;
  background-color: #2D2F33;
  border-radius: 9px;
  border: none;
  padding: 20px 15px;
}
.confirmorder-content .confirmorder-data .coupenform-data .addres-showing .address-icon {
  width: 30px;
}
.confirmorder-content .confirmorder-data .coupenform-data .addres-showing .address-body {
  text-align: start;
}
.confirmorder-content .confirmorder-data .coupenform-data .addres-showing .address-body .address-titles {
  color: #E6E6E6;
  font-family: sfui-r;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .confirmorder-content .confirmorder-data .coupenform-data .addres-showing .address-body .address-titles {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .confirmorder-content .confirmorder-data .coupenform-data .addres-showing .address-body .address-titles {
    font-size: 14px;
  }
}
.confirmorder-content .confirmorder-data .coupenform-data .addres-showing .address-body .inside-address {
  color: #E6E6E6;
  font-family: sfui-l;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 575.98px) {
  .confirmorder-content .confirmorder-data .coupenform-data .addres-showing .address-body .inside-address {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .confirmorder-content .confirmorder-data .coupenform-data .addres-showing .address-body .inside-address {
    font-size: 12px;
  }
}
.confirmorder-content .confirmorder-data .coupenform-data .continue-btn {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 10px;
  margin-top: 25px;
  color: #2D2D2D;
  font-family: sfui-m;
  font-size: 18px;
  cursor: pointer;
  background-color: #EFEFEF;
  border-radius: 12px;
  border: none;
  box-shadow: none;
}

.wavpe-subscription {
  width: 100%;
  height: auto;
  background-color: #161616;
  padding: 4% 0%;
}
.wavpe-subscription .subscription-para {
  font-size: 12px;
  color: #FFFFFF;
  font-family: sfui-m;
  text-align: center;
}
.wavpe-subscription .subscription-content {
  width: 100%;
  height: auto;
}
.wavpe-subscription .subscription-content .subscription-inside {
  width: 100%;
  height: auto;
  padding: 5px 27px 27px 27px;
  background-color: #2D2F33;
  border-radius: 20px;
}
.wavpe-subscription .subscription-content .subscription-inside .image-data {
  width: 100%;
  height: 250px;
  padding: 33px 27px;
}
.wavpe-subscription .subscription-content .subscription-inside .image-data .inside-image {
  width: 100%;
}
.wavpe-subscription .subscription-content .subscription-inside .inside-features {
  width: 100%;
  height: 300px;
  overflow: hidden;
  overflow-y: auto !important;
  margin: 20px 0px;
  padding: 0;
}
.wavpe-subscription .subscription-content .subscription-inside .inside-features .inside-fetaures-all {
  display: flex;
  justify-content: start;
  margin-bottom: 10px;
  padding: 5px 27px 0px 27px;
}
.wavpe-subscription .subscription-content .subscription-inside .inside-features .inside-fetaures-all .image-tick {
  width: 15px;
  height: 15px;
  margin-right: 20px;
}
.wavpe-subscription .subscription-content .subscription-inside .inside-features .inside-fetaures-all .card-featureslist {
  font-size: 12px;
  color: #FFFFFF;
  font-family: sfui-r;
}
.wavpe-subscription .subscription-content .subscription-inside .buy-packagebtn {
  padding: 8px 30px;
  background-color: #EFEFEF;
  color: #2D2F33;
  font-family: sfui-r;
  font-size: 16px;
  cursor: pointer;
  border: none;
}
.wavpe-subscription .subscription-content .subscription-inside .inside-features::-webkit-scrollbar {
  width: 2px;
  height: 30px !important;
}
.wavpe-subscription .subscription-content .subscription-inside .inside-features::-webkit-scrollbar-track {
  background-color: transparent;
}
.wavpe-subscription .subscription-content .subscription-inside .inside-features::-webkit-scrollbar-thumb {
  background: #929292;
}

.mat-menu-panel {
  background-color: #fff !important;
  max-width: 500px !important;
  min-width: 400px !important;
}

.deleteaccountmain-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media (max-width: 575.98px) {
  .deleteaccountmain-section {
    align-items: flex-start;
    margin-top: 10%;
    height: auto;
    overflow-x: scroll;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .deleteaccountmain-section {
    align-items: flex-start;
    margin-top: 10%;
    height: auto;
    overflow-x: scroll;
  }
}
.deleteaccountmain-section .section2 {
  width: 100%;
  height: auto;
}
.deleteaccountmain-section .section2 .logo-main {
  width: 180px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
}
.deleteaccountmain-section .section2 .section3 {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 40px 30px;
  margin: 20px;
}
.deleteaccountmain-section .section2 .section3 .captcha-text {
  width: 50% !important;
}
.deleteaccountmain-section .section2 .section3 .captchaImage {
  margin: 15px 15px 0px 15px;
  width: 20px;
}
@media (max-width: 575.98px) {
  .deleteaccountmain-section .section2 .section3 {
    padding: 30px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .deleteaccountmain-section .section2 .section3 {
    padding: 30px 20px;
  }
}
.deleteaccountmain-section .section2 .section3 .section3-head {
  font-family: Poppins-Regular;
  font-size: 36px;
  color: #000;
  text-align: center;
  margin: 0px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .deleteaccountmain-section .section2 .section3 .section3-head {
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .deleteaccountmain-section .section2 .section3 .section3-head {
    font-size: 26px;
  }
}
.deleteaccountmain-section .section2 .section3 .deleteprofile-im {
  display: flex;
  margin: 0 auto;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .deleteaccountmain-section .section2 .section3 .deleteprofile-im {
    width: 100px;
    height: 100px;
  }
}
.deleteaccountmain-section .section2 .section3 .profilename {
  margin: 0px;
  font-family: Poppins-Regular;
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 14px;
}
@media (max-width: 575.98px) {
  .deleteaccountmain-section .section2 .section3 .profilename {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .deleteaccountmain-section .section2 .section3 .profilename {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.deleteaccountmain-section .section2 .section3 .profilename.profiledes {
  color: #706f6f;
}
.deleteaccountmain-section .section2 .section3 .profilename.companyname {
  color: #000;
  margin-bottom: 18px;
}
.deleteaccountmain-section .section2 .section3 .deleteaccountbt {
  border: 0px;
  border-radius: 50px;
  background-color: #62fe7b;
  width: 50%;
  height: 50px;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #000;
  margin-top: 20px;
  cursor: pointer;
  border: 1px solid #62fe7b;
}
@media (max-width: 575.98px) {
  .deleteaccountmain-section .section2 .section3 .deleteaccountbt {
    width: 90%;
    border: 0.5px solid #fff;
    font-size: 13px;
    font-weight: 100;
  }
}
.deleteaccountmain-section .section2 .section3 .deleteaccountbt:hover {
  border: 1px solid #000;
}
.deleteaccountmain-section .section2 .section3 .section3-txt {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #000;
  text-align: center;
  margin: 0px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .deleteaccountmain-section .section2 .section3 .section3-txt {
    font-size: 13px;
  }
}
.deleteaccountmain-section .section2 .section3 .section3in {
  background-color: #fff;
  border: 0.5px solid #cfcfcf;
  height: 50px;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  .deleteaccountmain-section .section2 .section3 .section3in {
    font-size: 12px;
    height: 40px;
  }
}
.deleteaccountmain-section .section2 .section3 .section3in:focus {
  box-shadow: none;
  color: #000;
}
.deleteaccountmain-section .section2 .section3 .resend-otp {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #e11e1e;
  margin: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 7px;
}
@media (max-width: 575.98px) {
  .deleteaccountmain-section .section2 .section3 .resend-otp {
    font-size: 12px;
  }
}
.deleteaccountmain-section .section2 .section3 .error-message {
  color: red;
  font-size: 10px;
}
.deleteaccountmain-section .section2 .section3 .verifynumberbt {
  background-color: rgba(195, 232, 230, 0);
  border-radius: 50px;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #000;
  padding: 12px 0px;
  width: 60%;
  cursor: pointer;
  border: 1px solid #62fe7b;
}
@media (max-width: 575.98px) {
  .deleteaccountmain-section .section2 .section3 .verifynumberbt {
    width: 90%;
    border: 1px solid #62fe7b;
    font-size: 13px;
    font-weight: 100;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .deleteaccountmain-section .section2 .section3 .verifynumberbt {
    width: 90%;
    border: 1px solid #62fe7b;
    font-size: 13px;
    font-weight: 100;
  }
}
.deleteaccountmain-section .section2 .section3 .verifynumberbt:hover {
  border: 1px solid #62fe7b;
}/*# sourceMappingURL=style.css.map */