﻿/*----butterfly----*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*......Defult.......*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: "Poppins", sans-serif;
}

.ta-front-body {
  min-height: calc(100vh - 185px);
}

.container-fluid {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.opacity {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.ta-clip {
  overflow: hidden;
  position: relative;
  -webkit-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  -o-transform: translateX(-80%);
  transform: translateX(0%);
  height: 100vh;
}

/*----------------------header-homepage---------------------*/
.ta-top-header-site {
  background-color: #1bb4b9;
  padding: 5px 0;
}

.ta-sitedetails-top-head {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.ta-sitedetails-top-head .ta-top-toggle {
  display: none;
}
.ta-sitedetails-top-head .ta-left-info-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ta-sitedetails-top-head .ta-left-info-wrapper .top-value {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}
.ta-sitedetails-top-head .ta-left-info-wrapper i {
  color: #ffffff;
  font-size: 14px;
}
.ta-sitedetails-top-head .ta-left-info-wrapper a {
  color: #ffffff;
}
.ta-sitedetails-top-head .ta-socialmedia {
  display: flex;
  gap: 12px;
  align-items: center;
}
.ta-sitedetails-top-head .ta-socialmedia .ta-socialicon i {
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
.ta-sitedetails-top-head .ta-socialmedia .ta-socialicon i:hover {
  color: #0b0c0c;
}

.ta-apple-site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #efefef;
}

.ta-apple-site-nav {
  padding: 15px 0;
}

.ta-apple-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.ta-apple-logo-wrapper {
  cursor: pointer;
}
.ta-apple-logo-wrapper .ta-dH-logoFull {
  padding: unset;
}
.ta-apple-logo-wrapper .ta-dH-logoFull img {
  height: 55px;
  width: auto;
  max-height: unset;
}
.ta-apple-logo-wrapper .ta-dH-logoIcon {
  display: none;
}

.ta-apple-nav-child {
  display: flex;
  gap: 40px;
}
.ta-apple-nav-child .ta-nav-child-wrapper {
  position: relative;
}
.ta-apple-nav-child .ta-nav-child-wrapper a {
  list-style: none;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.ta-apple-nav-child .ta-nav-child-wrapper a .ta-nav-child-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #0b0c0c;
  transition: 0.3s ease;
  text-transform: uppercase;
}
.ta-apple-nav-child .ta-nav-child-wrapper a i {
  font-size: 16px;
  color: #0b0c0c;
  transition: 0.3s ease;
}
.ta-apple-nav-child .ta-nav-child-wrapper a:hover .ta-nav-child-title {
  color: #1bb4b9;
}
.ta-apple-nav-child .ta-nav-child-wrapper a:hover i {
  color: #1bb4b9;
}
.ta-apple-nav-child .ta-nav-child-wrapper a.active .ta-nav-child-title {
  color: #1bb4b9;
}
.ta-apple-nav-child .ta-nav-child-wrapper a.active i {
  color: #1bb4b9;
}
.ta-apple-nav-child .ta-nav-child-wrapper:hover .ta-apple-head-hover {
  display: block;
  visibility: visible;
  opacity: 1;
}
.ta-apple-nav-child .ta-nav-child-wrapper .ta-apple-head-hover {
  position: absolute;
  background-color: transparent;
  width: 250px;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  padding-top: 32px;
  visibility: hidden;
  z-index: 99;
}
.ta-apple-nav-child .ta-nav-child-wrapper .ta-apple-head-hover .ta-head-apple-only {
  background-color: #0b0c0c;
  box-shadow: 3px 4px 15px rgba(53, 49, 49, 0.4);
  border-radius: 4px;
}
.ta-apple-nav-child .ta-nav-child-wrapper .ta-apple-head-hover .ta-head-apple-only a .ta-head-apple-list {
  padding: 8px 25px;
  border-radius: 4px;
  width: 100%;
}
.ta-apple-nav-child .ta-nav-child-wrapper .ta-apple-head-hover .ta-head-apple-only a .ta-head-apple-list .ta-head-apple-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.ta-apple-nav-child .ta-nav-child-wrapper .ta-apple-head-hover .ta-head-apple-only a .ta-head-apple-list:hover {
  background-color: #1bb4b9;
}
.ta-apple-nav-child .ta-nav-child-wrapper .ta-apple-head-hover .ta-head-apple-only a .ta-head-apple-list:hover .ta-head-apple-text {
  color: #ffffff;
}

.ta-nav-end {
  display: flex;
  align-items: center;
  display: none;
}

.ta-fhamburger-parent {
  display: none;
  margin-left: 10px;
}
.ta-fhamburger-parent .fhamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.ta-fhamburger-parent .fhamburger .fhamburger-box {
  width: 24px;
  height: 14px;
  display: inline-block;
  position: relative;
}
.ta-fhamburger-parent .fhamburger .fhamburger-box .fhamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  width: 15px;
  height: 2px;
  background-color: #202020;
  border-radius: 10px;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.ta-fhamburger-parent .fhamburger .fhamburger-box .fhamburger-inner::before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #202020;
  border-radius: 10px;
  position: absolute;
  transform: translateY(-7px);
  transition: all 0.5s ease-in-out;
}
.ta-fhamburger-parent .fhamburger .fhamburger-box .fhamburger-inner::after {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #202020;
  border-radius: 10px;
  position: absolute;
  transform: translateY(7px);
  transition: all 0.5s ease-in-out;
}
.ta-fhamburger-parent .fhamburger.ta-open .fhamburger-inner {
  background: transparent !important;
}
.ta-fhamburger-parent .fhamburger.ta-open .fhamburger-inner::before {
  transform: rotate(45deg);
}
.ta-fhamburger-parent .fhamburger.ta-open .fhamburger-inner::after {
  transform: rotate(-45deg);
}

/*-------------footer---------------*/
.ta-frontPage-footer {
  background: #1bb4b9;
}
.ta-frontPage-footer .ta-footerWrapper {
  padding: 60px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.ta-frontPage-footer .ta-footerWrapper .ta-imgWrapper {
  display: flex;
  align-items: center;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
}
.ta-frontPage-footer .ta-footerWrapper .ta-imgWrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ta-frontPage-footer .ta-footer-title {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
}
.ta-frontPage-footer .ta-quick-linkWrapper .ta-link-item ul {
  font-size: 14px;
  line-height: 1.9;
  font-weight: 500;
}
.ta-frontPage-footer .ta-quick-linkWrapper .ta-link-item ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ta-frontPage-footer .ta-quick-linkWrapper .ta-link-item ul li a {
  color: #ffffff;
  transition: 0.3s ease;
}
.ta-frontPage-footer .ta-quick-linkWrapper .ta-link-item ul li .fa {
  margin-right: 10px;
  color: #ffffff;
  font-size: 12px;
}
.ta-frontPage-footer .ta-quick-linkWrapper .ta-link-item ul li a:hover {
  color: #575757;
}
.ta-frontPage-footer .ta-other-pages-wrapper ul {
  line-height: 1.9;
  font-size: 14px;
}
.ta-frontPage-footer .ta-other-pages-wrapper ul li {
  display: flex;
  align-items: center;
}
.ta-frontPage-footer .ta-other-pages-wrapper ul li a {
  color: #ffffff;
  transition: 0.3s ease;
}
.ta-frontPage-footer .ta-other-pages-wrapper ul li a:hover {
  color: #575757;
}
.ta-frontPage-footer .ta-other-pages-wrapper ul li .fa {
  margin-right: 10px;
  color: #ffffff;
  font-size: 12px;
}
.ta-frontPage-footer .ta-contact-item ul {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.9;
}
.ta-frontPage-footer .ta-contact-item ul .fa {
  color: #ffffff;
  margin-right: 10px;
  font-size: 14px;
}
.ta-frontPage-footer .ta-copyRignt {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
}
.ta-frontPage-footer .ta-cR-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  align-items: center;
  border-top: 1px solid rgba(225, 225, 225, 0.6);
}
.ta-frontPage-footer .ta-cR-wrapper .ta-social-icon {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ta-frontPage-footer .ta-cR-wrapper .ta-social-icon ul {
  display: flex;
  gap: 12px;
}
.ta-frontPage-footer .ta-cR-wrapper .ta-social-icon a {
  color: #ffffff;
  transition: 0.3s ease;
  font-size: 14px;
}
.ta-frontPage-footer .ta-cR-wrapper .ta-social-icon a:hover {
  color: #575757;
}

/*......page not found........*/
.ta-pnotFound-w .ta-pnotf-img {
  position: relative;
  height: 100vh;
}
.ta-pnotFound-w .ta-pnotf-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ta-pnotFound-w .ta-pnotf-img .ta-pnotFound-b {
  position: absolute;
  top: 50px;
  right: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.ta-pnotFound-w .ta-pnotf-img .ta-pnotFound-b .ta-pnot-b a {
  background: #34487F;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
  margin-top: 10px;
  cursor: pointer;
}

/*login-page*/
.ta-front-log-pg {
  padding: 40px 0;
  min-height: 72vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ta-all-textwpr input:-webkit-autofill,
.ta-all-textwpr input:-webkit-autofill:hover,
.ta-all-textwpr input:-webkit-autofill:focus,
.ta-all-textwpr textarea:-webkit-autofill,
.ta-all-textwpr textarea:-webkit-autofill:hover,
.ta-all-textwpr textarea:-webkit-autofill:focus,
.ta-all-textwpr select:-webkit-autofill,
.ta-all-textwpr select:-webkit-autofill:hover,
.ta-all-textwpr select:-webkit-autofill:focus {
  border: unset;
  -webkit-text-fill-color: #404040;
  -webkit-box-shadow: 0 0 0px 1000px #828282 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.ta-all-textwpr .input, .ta-all-textwpr .select select, .ta-all-textwpr .textarea {
  background-color: #828282;
  border-color: #828282;
  color: #404040;
}
.ta-all-textwpr .ta-login-btn .button {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  background: #1bb4b9;
  color: #ffffff;
  height: 2.5rem;
  border-radius: 3px;
}
.ta-all-textwpr .ta-forget-btn {
  margin-top: 8px;
  text-align: end;
}
.ta-all-textwpr .ta-forget-btn a {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  transition: 0.4s ease;
}
.ta-all-textwpr .ta-forget-btn a:hover {
  text-decoration: underline;
}

.ta-log-store-form {
  background-color: #d5d5d5;
  padding: 60px 30px;
  width: 400px;
  border-radius: 3px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
}

.ta-sform-title {
  font-size: 20px;
  color: #202020;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: center;
  margin-bottom: 25px;
}

.ta-con-form-store {
  display: flex;
  flex-flow: column;
  gap: 25px;
}
.ta-con-form-store .ta-stogrp-form {
  position: relative;
}
.ta-con-form-store .ta-stogrp-form label.ta-error {
  display: none !important;
}
.ta-con-form-store .ta-stogrp-form .input {
  border-radius: 3px;
  padding-left: 50px;
  line-height: 2.5;
  font-size: 1rem;
  color: #404040;
  background-color: #828282;
  border: #828282;
}
.ta-con-form-store .ta-stogrp-form .input.ta-error {
  border-color: #f44336;
  background-color: #828282;
  color: #f44336;
}
.ta-con-form-store .ta-stogrp-form .ta-lg-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #ffffff;
  height: 2.5rem;
  display: flex;
  align-items: center;
  width: 2.5rem;
  justify-content: center;
  background-color: #1bb4b9;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/*..........Register page Design.............*/
.ta-regi-wrapper input:-webkit-autofill,
.ta-regi-wrapper input:-webkit-autofill:hover,
.ta-regi-wrapper input:-webkit-autofill:focus,
.ta-regi-wrapper textarea:-webkit-autofill,
.ta-regi-wrapper textarea:-webkit-autofill:hover,
.ta-regi-wrapper textarea:-webkit-autofill:focus,
.ta-regi-wrapper select:-webkit-autofill,
.ta-regi-wrapper select:-webkit-autofill:hover,
.ta-regi-wrapper select:-webkit-autofill:focus {
  border: unset;
  -webkit-text-fill-color: #404040;
  -webkit-box-shadow: 0 0 0px 1000px #828282 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.ta-regi-wrapper .input, .ta-regi-wrapper .select select, .ta-regi-wrapper .textarea {
  background-color: #828282;
  border-color: #828282;
  color: #404040;
}
.ta-regi-wrapper .ta-register-btn {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  justify-content: end;
}
.ta-regi-wrapper .ta-register-btn .ta-register-save span {
  width: 100px;
  height: 38px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  background-color: #1bb4b9;
  border: 1px solid #1bb4b9;
  color: #ffffff;
}
.ta-regi-wrapper .ta-register-btn .ta-forget-btn span {
  width: 100px;
  height: 38px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  background-color: unset;
  border: 1px solid #1bb4b9;
  color: #1bb4b9;
}

.ta-register-form {
  background-color: #d5d5d5;
  padding: 60px 30px;
  width: 700px;
  border-radius: 6px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
}

.ta-reg-form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.ta-reg-form-content .ta-formLabel {
  color: #404040;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.ta-reg-form-content .ta-formValue {
  position: relative;
}
.ta-reg-form-content .ta-formValue label.ta-error {
  display: none !important;
}
.ta-reg-form-content .ta-formValue .input {
  border-radius: 3px;
  padding-left: 50px;
  line-height: 2.5;
  font-size: 1rem;
  color: #404040;
  background-color: #828282;
  border: unset;
}
.ta-reg-form-content .ta-formValue .input.ta-error {
  border-color: #f44336;
  background-color: #828282;
  color: #f44336;
}
.ta-reg-form-content .ta-formValue .ta-lg-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-27%);
  font-size: 16px;
  color: #ffffff;
  height: 2.5rem;
  display: flex;
  align-items: center;
  width: 2.5rem;
  justify-content: center;
  background-color: #1bb4b9;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/*....profile......*/
.ta-profile-body-wrapper {
  background-color: #d5d5d5;
  padding: 60px 30px;
  width: 500px;
  border-radius: 3px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
}

.ta-store-pro-detail .ta-store-user-all .ta-store-user-img {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.ta-store-pro-detail .ta-store-user-all .ta-store-user-img .ta-store-pImage {
  height: 120px;
  width: 120px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.ta-store-pro-detail .ta-store-user-all .ta-store-user-img .ta-store-pImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ta-user-details .ta-user-name .ta-username-cap {
  color: #202020;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}
.ta-user-details .ta-user-details-wrapper {
  display: flex;
  flex-flow: column;
  gap: 15px;
  background-color: #03223d;
  border-radius: 3px;
  padding: 10px 10px 10px 35px;
}
.ta-user-details .ta-user-details-wrapper .ta-userD-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ta-user-details .ta-user-details-wrapper .ta-userD-content .ta-user-icon-fab .ta-icon-fab-i {
  font-size: 23px;
  color: #1bb4b9;
}
.ta-user-details .ta-user-details-wrapper .ta-userD-content .ta-user-det-deg .ta-lbltitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #1bb4b9;
}
.ta-user-details .ta-user-details-wrapper .ta-userD-content .ta-user-det-deg .ta-lbldis {
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: 500;
  color: #202020;
}

.ta-btn-profile {
  margin-top: 25px;
  display: flex;
  gap: 10px;
}
.ta-btn-profile .button {
  width: 100%;
  background-color: #1bb4b9;
  height: 34px;
  color: #ffffff;
  border: 1px solid #1bb4b9;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.ta-btn-profile .button.ta-btnchange-pass {
  background-color: #ffffff;
  border: 1px solid #1bb4b9;
  color: #1bb4b9;
}

/*.....Profile edit..........*/
.ta-form-user-edit {
  background-color: #d5d5d5;
  padding: 60px 30px;
  width: 400px;
  border-radius: 3px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
}

.ta-edit-user-content {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.ta-edit-user-content .ta-formLabel {
  color: #404040;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.ta-edit-user-content .ta-formValue {
  position: relative;
}
.ta-edit-user-content .ta-formValue label.ta-error {
  display: none !important;
}
.ta-edit-user-content .ta-formValue .input {
  border-radius: 3px;
  line-height: 2.5;
  font-size: 1rem;
  color: #404040;
  background-color: #828282;
  border: 1px solid #828282;
}
.ta-edit-user-content .ta-formValue .input.ta-error {
  border-color: #f44336;
  background-color: #828282;
  color: #f44336;
}
.ta-edit-user-content .ta-edit-user-radio {
  display: flex;
  flex-flow: column;
}
.ta-edit-user-content .ta-edit-user-radio .ta-formLabel {
  color: #404040;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.ta-edit-user-content .ta-edit-user-radio .ta-formValue {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ta-edit-user-content .ta-edit-user-radio .ta-formValue .ta-radio {
  color: #404040;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.ta-btn-chng-dp-store {
  margin-top: 20px;
}
.ta-btn-chng-dp-store .ta-formLabel {
  color: #404040;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.ta-btn-chng-dp-store .ta-btn-chng-edit-user {
  margin-left: 15px;
  display: flex;
  gap: 10px;
}
.ta-btn-chng-dp-store .ta-btn-chng-edit-user .button {
  width: 100%;
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  background-color: #1bb4b9;
  border: 1px solid #1bb4b9;
  color: #ffffff;
}
.ta-btn-chng-dp-store .ta-btn-chng-edit-user .button.ta-btn-remove-edit {
  background-color: #ffffff;
  border: 1px solid #1bb4b9;
  color: #1bb4b9;
}

.ta-save-user-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.ta-save-user-btn .button {
  width: 100%;
  height: 36px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  background-color: #1bb4b9;
  border: 1px solid #1bb4b9;
  color: #ffffff;
}
.ta-save-user-btn .button.ta-cancel-user-edit {
  background-color: #ffffff;
  border: 1px solid #1bb4b9;
  color: #1bb4b9;
}

/*......forget password......*/
.ta-forget-position .input, .ta-forget-position .select select, .ta-forget-position .textarea {
  background-color: #575757;
  border-color: #575757;
  color: #404040;
}
.ta-forget-position .ta-btn-forpassword {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
.ta-forget-position .ta-btn-forpassword .button {
  width: 100%;
  height: 38px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  background-color: #1bb4b9;
  border: unset;
  color: #ffffff;
}
.ta-forget-position .ta-btn-forpassword .button.ta-btn-recover-cancel {
  background-color: #ffffff;
  border: 1px solid #1bb4b9;
  color: #1bb4b9;
}

.ta-forgetpass-form {
  background-color: #d5d5d5;
  padding: 60px 30px;
  width: 400px;
  border-radius: 3px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
}

.ta-forget-pass-content {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.ta-forget-pass-content .ta-formLabel {
  color: #404040;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.ta-forget-pass-content .ta-formValue {
  position: relative;
}
.ta-forget-pass-content .ta-formValue label.ta-error {
  display: none !important;
}
.ta-forget-pass-content .ta-formValue .input {
  border-radius: 3px;
  padding-left: 50px;
  line-height: 2.5;
  font-size: 1rem;
  color: #404040;
  background-color: #828282;
  border: unset;
}
.ta-forget-pass-content .ta-formValue .input.ta-error {
  border-color: #f44336;
  background-color: #575757;
  color: #f44336;
}
.ta-forget-pass-content .ta-formValue .ta-lg-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  font-size: 16px;
  color: #ffffff;
  height: 2.5rem;
  display: flex;
  align-items: center;
  width: 2.5rem;
  justify-content: center;
  background-color: #1bb4b9;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ta-forget-pass-content .ta-recaptcha-forgetpass {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #828282;
  padding: 10px 0;
  border-radius: 3px;
}

/*.......reset password........*/
.ta-change-pass-store .input, .ta-change-pass-store .select select, .ta-change-pass-store .textarea {
  background-color: #575757;
  border-color: #575757;
  color: #404040;
}
.ta-change-pass-store .ta-btn-change-pass {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  justify-content: center;
}
.ta-change-pass-store .ta-btn-change-pass .button {
  width: 100%;
  height: 38px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  background-color: #1bb4b9;
  border: 1px solid #1bb4b9;
  color: #ffffff;
}
.ta-change-pass-store .ta-btn-change-pass .button.ta-btn-cancel-pass {
  background-color: #ffffff;
  border: 1px solid #1bb4b9;
  color: #1bb4b9;
}

.ta-change-password {
  background-color: #d5d5d5;
  padding: 60px 30px;
  width: 400px;
  border-radius: 3px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
}

.ta-change-pass-content {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.ta-change-pass-content .ta-formLabel {
  color: #404040;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.ta-change-pass-content .ta-formValue {
  position: relative;
}
.ta-change-pass-content .ta-formValue label.ta-error {
  display: none !important;
}
.ta-change-pass-content .ta-formValue .input {
  border-radius: 3px;
  padding-left: 50px;
  line-height: 2.5;
  font-size: 1rem;
  color: #404040;
  background-color: #828282;
  border: unset;
}
.ta-change-pass-content .ta-formValue .input.ta-error {
  border-color: #f44336;
  background-color: #575757;
  color: #f44336;
}
.ta-change-pass-content .ta-formValue .ta-lg-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-28%);
  font-size: 16px;
  color: #ffffff;
  height: 2.5rem;
  display: flex;
  align-items: center;
  width: 2.5rem;
  justify-content: center;
  background-color: #1bb4b9;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
