body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

* {
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  color: #1a1c1e;
}

a {
  text-decoration: none !important;
}

.container {
  max-width: 1500px;
  padding: 0 15px;
  margin: 0 auto;
}

.navbar-brand a {
  box-sizing: border-box;
}

button {
  border: 0;
  outline: none !important;
}

section {
  padding-top: 100px;
}

p {
  font-size: 16px;
  color: #1a1c1e;
}

h4 {
  color: #1a1c1e;
}

.btn:focus,
.btn.focus {
  box-shadow: none !important;
}

::selection {
  background-color: #1a1c1e;
  color: #fff;
}

/* signin */
.mian_center_box {
  border-radius: 28px;
  background: var(--M3-surfaces-light-surface1,
      linear-gradient(0deg,
        rgba(0, 99, 155, 0.05) 0%,
        rgba(0, 99, 155, 0.05) 100%),
      #fcfcff);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 4px 8px 3px rgba(0, 0, 0, 0.15);
  padding: 30px 30px 16px;
}

.mian_center_box h6 {
  color: #1a1c1e;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.mian_center_box p {
  color: var(--M3-sys-light-on-surface-variant, #42474e);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  margin: 1rem 1rem;
}

.mian_form_box {
  width: 100%;
  border: 1px solid #42474e;
  border-radius: 4px;
  padding: 8px 10px;
}

.mian_form_box .form-group {
  width: 100%;
  margin-left: 11px;
  margin-bottom: 0;
}

.mian_form_box .form-control {
  background: transparent;
  border: unset;
  padding: 0;
  color: var(--M3-sys-light-on-surface-variant, #42474e);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  box-shadow: unset;
}

.mian_form_box .form-control::placeholder {
  color: #42474e;
  opacity: 1;
}

.bttn_continue {
  display: flex;
  justify-content: end;
}

.bttn_continue button.btn_continue {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  transition: 0.3s all;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  border-radius: 100px;
  background: #00639b;
  margin: 15px 0;
  padding: 10px 20px;
  border: 1px solid transparent;
}

.bttn_continue button.btn_continue:hover {
  color: #00639b;
  background: transparent;
  border-color: #00639b;
}

.link_sec a {
  color: var(--M3-sys-light-secondary, #51606f);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin: 0 10px;
}

.link_sec a:hover {
  color: #00639b;
  text-decoration: none;
}

/* forgotpassword */
a.link_pasword {
  color: #0059c7;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-decoration: unset;
}

.input {
  border: unset;
  width: 100%;
  max-width: 300px;
  appearance: none;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  background-color: transparent;
  margin-left: 0.5rem;
}

.mian_select_too {
  border-radius: 8px;
  border: 1px solid var(--M3-sys-light-outline, #72777f);
  display: flex;
  align-items: center;
  padding: 0.5rem;
  margin: 0.8rem auto 1.5rem auto;
  justify-content: center;
  background:rgba(73, 69, 79, 0.08);
}

/* verification */
.verification_sec .form-group {
  border-radius: 4px;
  border: 1px solid var(--M3-sys-light-outline, #75777f);
  margin-bottom: 0;
}

.verification_sec .form-group .otpBox {
  width: 55px;
  height: 55px;
  border: unset;
  border-right: 1px solid #75777f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.verification_sec .form-group .otpBox:last-child {
  border-right: unset;
}

.verification_sec .key_word {
  width: 40px;
}

/* National Trust Registry */
.mian_center_box h5 {
  color: #1b1b1e;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 1.3rem;
}

.mian_center_box h4 {
  color: #1b1b1e;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1px;
}

/* verify */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container-check .checkmark {
  position: absolute;
  top: 20%;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #42474e;
}

.container-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #42474e;
}

.container input:checked~.checkmark:after {
  display: block;
}

.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-check .label_text {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  border-radius: 4px;
  border: 1px solid var(--M3-sys-light-outline, #75777f);
  padding: 15px 0 15px 0px;
  display: block;
  margin: 1rem 0;
}

.container-check input:checked~.checkmark {
  background-color: #fff;
}

/* thankyou */
.thankyou_sec h6 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
}

.thankyou_sec p {
  color: #44464e;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
}

.thankyou_sec .bttn_continue button.btn_continue {
  border-radius: 100px;
  background: #0059c7;
  padding: 13px 50px;
  border: 1px solid transparent;
  transition: 0.3s all;
}

.thankyou_sec .bttn_continue button.btn_continue:hover {
  background: transparent;
  border-color: #0059c7;
  color: #0059c7;
}

.border_Box {
  border-radius: 30px;
  border: 1px solid #dee1e6;
  background: #fff;
  padding: 100px 200px;
}

/* plan subscibtion */
.plan_title h5 {
  color: #262626;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}

.plan_title p {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.subscribtion_mian_box {
  border-radius: 28px;
  background: var(--M3-surfaces-light-surface1,
      linear-gradient(0deg,
        rgba(0, 99, 155, 0.05) 0%,
        rgba(0, 99, 155, 0.05) 100%),
      #fcfcff);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 4px 8px 3px rgba(0, 0, 0, 0.15);
  padding: 2.5rem 2.5rem;
  margin: 2rem 0;
}

.subscribtion_mian_box .mian_logo {
  margin: 0 auto 1rem auto;
  display: block;
}

.subscribtion_mian_box h5 {
  color: var(--M3-sys-light-primary, #00639b);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 1rem;
}

.price_sec {
  text-align: center;
}

.price_sec h4 {
  color: #000;
  text-align: center;
  font-size: 57px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
}

.price_sec sup {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.price_sec span {
  color: var(--M3-sys-light-secondary, #51606f);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.discribtion_list {
  margin: 1rem 2rem;
}

.discribtion_list p {
  color: var(--M3-sys-light-secondary, #51606f);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
  margin-left: 15px;
}

.button_sub {
  text-align: center;
  margin-top: 2rem;
}

.button_sub .btn_subscibtion {
  color: var(--M3-sys-light-on-primary, #fff);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
  border-radius: 100px;
  border: 1.5px solid transparent;
  transition: 0.5s all;
  background: var(--M3-sys-light-primary, #0059c7);
  padding: 1rem 1rem;
}

.button_sub .btn_subscibtion:hover {
  color: var(--M3-sys-light-on-primary, #0059c7);
  background: transparent;
  border: 1.5px solid #0059c7;
}

/* paymnt method */
.main_form {
  border-radius: 4px;
  border: 1px solid var(--M3-sys-light-outline, #75777f);
  padding: 8px 10px;
  position: relative;
  margin: 1rem 0;
}

.main_form .form-group {
  margin-bottom: 0;
}

.main_form label {
  color: var(--M3-sys-light-on-surface-variant, #44464e);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  position: absolute;
  top: -22%;
  padding: 3px;
  margin-bottom: 0;
  background: #eff4fa;
  width: max-content;
  left: 15px;
}

.main_form .form-control {
  color: var(--M3-sys-light-secondary, #51606f);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  background: transparent;
  border: unset;
  box-shadow: unset;
  padding: 8px 0px;
}

.main_form .form-control-certificate {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  background: transparent;
  border: unset;
  box-shadow: unset;
  padding: 8px 0px;
  color: var(--bs-emphasis-color);
}

.main_form .form-control-city {
  color: var(--bs-emphasis-color);
}

.set-content-height {
  height: max-content;
}

.main_center_sec {
  display: grid;
  align-items: center;
  min-height: 100vh;
  width: 100%;
}

.btn_create button.bttn_create {
  width: 100%;
}

.btn_create button.bttn_create a {
  border-radius: 100px;
  background: var(--M3-sys-light-primary, #0059c7);
  color: var(--M3-sys-light-on-primary, #fff);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
  width: 100%;
  padding: 0.8rem;
  display: block;
  border: 2px solid transparent;
}

.btn_create p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin: 0.5rem 0 0 0;
}

.btn_create a.agree_sec {
  color: #0059c7;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline !important;
}

/* plandiscribtion */
.title_head h4 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn_credit button {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #fff;
  padding: 0.5rem 1rem;
}

.details_cards h5 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.details_cards p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 !important;
}

.details_cards a {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline !important;
  margin-left: 1rem;
}

.details_price h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.details_price p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin: 0.5rem 0 !important;
}

.details_price .top_border {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}

.margin_sec {
  margin-top: 6rem;
  margin-bottom: 4rem;
}

/* credit  */
.cradit_Sec h3 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 106px;
  letter-spacing: 0.1px;
}

.btn_back button.btn {
  color: var(--M3-sys-light-primary, #0059c7);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  border-radius: 95.544px;
  transition: 0.3s all;
  border: 0.955px solid #75777f;
  padding: 10px 24px;
}

.btn_back button.btn:hover {
  border-color: #0059c7;
}

/* appcomplete */
.bg_grey {
  background: #575e71;
}

.app_complete {
  border-radius: 12px;
  background: #fdfbff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3),
    0px 8px 12px 6px rgba(0, 0, 0, 0.15);
  padding: 2rem;
}

.app_complete h4 {
  color: #1b1b1e;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.app_complete p {
  color: #1b1b1e;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.1px;
  text-align: center;
}

.btn_bottm .btn_back button.btn,
.btn_bottm button.btn_continue {
  padding: 10px 24px;
}

.app_complete small {
  color: var(--M3-ref-secondary-secondary20, #233240);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}

/* trustlist page */
.main_navigation_Sec {
  background: #0059c7;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15),
    0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.main_navigation_Sec h5 {
  color: #f2f0f4;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.main_navigation_Sec img {
  max-width: 40px;
  height: auto;
  object-fit: cover;
  margin-right: 0.8rem;
}

.login_icon {
  background: #fff;
  height: 40px;
  width: 40px;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.login_icon a {
  color: #0059c7;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.side_nav_Sec {
  border-radius: 0px 0px 16px 0px;
  background: var(--M3-read-only-light-surface1,
      linear-gradient(0deg,
        rgba(0, 89, 199, 0.05) 0%,
        rgba(0, 89, 199, 0.05) 100%),
      #fdfbff);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15),
    0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  height: 100%;
  min-height: 100vh;
  padding: 12px;
}

.side_nav_Sec .title_nav h5 {
  color: #bfc6dc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin: 0.8rem 0;
  padding: 8px 8px 8px 16px;
}

.navigation_tools a {
  color: #44464e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  width: 100%;
  display: block;
  padding: 1rem 1rem;
}

.linkes_sec a svg path {
  fill: #44464e;
}

.linkes_sec {
  border-radius: 100px;
  transition: 0.3s all;
  position: relative;
}

.linkes_sec.active,
.linkes_sec:hover {
  background: #dbe2f9;
}

.linkes_sec.active a,
.linkes_sec:hover>a {
  color: #141b2c;
}

.linkes_sec.active a svg path,
.linkes_sec:hover>a>svg>path {
  fill: #141b2c;
}

.title_bar {
  background: var(--M3-read-only-light-surface2,
      linear-gradient(0deg,
        rgba(0, 89, 199, 0.08) 0%,
        rgba(0, 89, 199, 0.08) 100%),
      #fdfbff);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15),
    0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  padding: 1rem 1.5rem;
}

.title_bar h5 {
  color: #1b1b1e;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.btn_sec button.btn_export {
  border: 1px solid var(--M3-sys-light-outline, #75777f);
  color: var(--M3-sys-light-primary, #0059c7);
}

.btn_sec button.add_trust {
  background: var(--M3-sys-light-primary, #0059c7);
  color: var(--M3-sys-light-on-primary, #fff);
}

.btn_sec button.btn_export,
.btn_sec button.add_trust {
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  padding: 12px 30px;
  transition: 0.5s all;
}

.btn_sec button.btn_export:hover {
  border-color: #0059c7;
}

.btn_sec button.add_trust:hover {
  background-color: transparent;
  color: #0059c7;
  border: 1px solid #0059c7;
}

.serch_box {
  border-radius: 4px;
  border: 1px solid var(--M3-sys-light-outline, #75777f);
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
}

.serch_box .form-control {
  padding: 0;
  color: #1b1b1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  box-shadow: unset;
  border: unset;
  height: auto;
}

.tab_Sec .nav-item a.nav-link {
  color: #acabaf;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(172, 171, 175, 0.75);
  width: 150px;
  border-radius: 0;
}

.tab_Sec .nav-item a.nav-link.active {
  color: #0059c7;
  border-color: #0059c7;
  background-color: transparent;
}

.main_chat.hide-left-chat .left_Side_chat .close-btn-chat button {
  display: none;
  background-color: transparent;
  color: #0059c7;
}

.main_chat.hide-left-chat .open_chat_uer_menu button {
  display: none;
  background-color: transparent;
  color: #0059c7;
}

/* trustlist detail */
.title_bar p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.title_bar p span {
  color: #3eaf3f;
}

.edit_Sec p {
  color: var(--M3-sys-light-on-surface-variant, #44464e);
  font-size: 16px;
  margin-bottom: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 15.287px;
  letter-spacing: 0.382px;
}

.edit_Sec h6 {
  color: var(--M3-sys-light-on-primary-container, #001943);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.93px;
  letter-spacing: 0.478px;
}

.edit_btnn button.btn_edit {
  color: var(--M3-sys-light-on-primary, #fff);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  border-radius: 95.544px;
  background: var(--M3-sys-light-primary, #0059c7);
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
}

.edit_btnn button.btn_edit:hover {
  color: var(--M3-sys-light-on-primary, #0059c7);
  border: 1px solid #0059c7;
  background: transparent;
}

/* trustlist detail */
.btm_details_sec h6 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.752px;
  margin: 1rem 0;
}

.mian_part_sec {
  background: var(--M3-sys-light-on-primary, #fff);
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.15),
    0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  padding: 0rem 2rem 3rem 2rem;
  margin: 2rem 0;
}

.mian_part_sec .title_row p {
  color: #1b1b1e;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0px;
}

.mian_part_sec .title_row {
  border-bottom: 0.5px solid #1f1f1f;
  padding: 16px 8px;
  margin-bottom: 20px;
}

.mian_part_sec .title_row .btn_Grantor {
  color: #0059c7;
  border-radius: 100px;
  background: #e9eefb;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  padding: 10px 24px;
}

.mian_part_sec .title_row .btn_Grantor.active {
  background: var(--M3-sys-light-primary, #0059c7);
  border: 1px solid transparent;
  color: var(--M3-sys-light-on-primary, #fff) !important;
  opacity: 1;
}

.mian_grid_top.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 10px;
}

.mian_grid_top.grid-container .form-group label {
  color: var(--M3-sys-light-on-surface-variant, #44464e);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}

.mian_grid_top.grid-container .form-group .form-control {
  color: var(--M3-sys-light-on-primary-container, #001943);
  font-size: 16px;
  font-style: normal;
  background: transparent;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  border: unset;
  box-shadow: unset;
  padding: 0;
}

.mian_grid_top.grid-container .form-group .form-control::placeholder {
  color: #001943;
}

.top_grid_sec .title_grid p {
  margin: 1rem 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.287px;
  letter-spacing: 0.382px;
}

.mian_grid_top.grid-container .form-group {
  margin-bottom: 0;
}

.accordian_Sec #accordion .docCard {
  margin-bottom: 1rem;
  border: transparent;
  color: #fff;
  border-radius: 0px;
  background: transparent;
  box-shadow: 30px 30px 60px #0000010d;
}

.accordian_Sec #accordion .docCard .btn.btn-link {
  border-radius: 16px 16px 0px 0px;
  background: var(--M3-surfaces-light-surface2,
      linear-gradient(0deg,
        rgba(0, 99, 155, 0.08) 0%,
        rgba(0, 99, 155, 0.08) 100%),
      #fcfcff);
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 1.2rem 1rem;
  width: 100%;
  text-decoration: unset;
  text-align: left;
}

.accordian_Sec #accordion .docCard-body {
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 1px;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
  padding: 2rem 16px;
}

.accordian_Sec #accordion .docCard-header {
  background-color: transparent;
  border-bottom: unset;
}

.btn-link:before {
  float: right !important;
  content: "\f0de" !important;
  padding-right: 5px;
  color: #1a1c1e;
}

.btn-link.collapsed:before {
  float: right !important;
  content: "\f0d7" !important;
  color: #1a1c1e;
}

.title_acordian h5 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin: 0.8rem 0 1.5rem 0;
}


.mian_check_box_sec .container {
  margin-bottom: 3rem;
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--M3-ref-secondary-secondary20, #233240);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.mian_check_box_sec .container p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.mian_check_box_sec .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.mian_check_box_sec .checkmark {
  border: 2px solid #42474e;
  position: absolute;
  top: 13px;
  left: 2px;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

.mian_check_box_sec .container:hover input~.checkmark {
  background-color: #ccc;
}

.mian_check_box_sec .container input:checked~.checkmark {
  background-color: transparent;
}

.mian_check_box_sec .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.mian_check_box_sec .container input:checked~.checkmark:after {
  display: block;
}

.mian_check_box_sec .container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #42474e;
}

span.container::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -30px;
  background: #42474e;
  height: 30px;
  width: 2px;
}

label.container::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -30px;
  background: #42474e;
  height: 30px;
  width: 2px;
}

.submit .form-control {
  color: var(--M3-sys-light-on-surface-variant, #42474e);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  border-radius: 4px !important;
  border: 1px solid #72777f !important;
}

.submit .btn_submit button.btn-primary {
  color: #0059c7;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  background: #e9eefb;
  border: unset;
  padding: 0.8rem 1.5rem;
  margin-left: 1rem;
  border-radius: 100px;
}

.toggle_sec {
  margin: 2.5rem 0rem;
}

.toggle_sec h5 {
  color: var(--M3-sys-light-on-surface-variant, #44464e);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.toggle_sec p {
  color: var(--M3-sys-light-on-surface-variant, #44464e);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.toggle_sec .switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
  margin-left: 1rem;
  margin-bottom: 0;
}

.toggle_sec .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle_sec .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #e1e2ec;
  border: 2px solid #44464e;
}

.toggle_sec .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: #44464e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.toggle_sec input:focus+.slider {
  box-shadow: 0 0 1px #44464e;
}

.toggle_sec input:checked+.slider {
  background-color: #44464e;
}

.toggle_sec .slider.round {
  border-radius: 34px;
}

.toggle_sec .slider.round:before {
  border-radius: 50%;
}

.toggle_sec input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background: #fff;
}

.files-wr input {
  display: none;
}

.files-wr label {
  color: #3f76c8 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: 0.5px !important;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
}

.files-wr label:after {
  content: url("../images/dwn.png");
  border-radius: 5px;
  position: absolute;
  top: -4px;
  right: -47px;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  transition: all 0.2s;
}

.files-wr .one-file~.one-file label {
  display: none;
}

.files-wr .one-file.error {
  border: none;
}

.files-wr .one-file.error .file-name {
  color: #44464e;
}

.files-wr .file-item {
  position: relative;
  margin-top: 4px;
  display: flex;
  align-items: center;
}

.files-wr .file-item.hide-btn {
  display: none;
}

.files-wr .file-name {
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.files-wr .btn-del-file {
  margin-left: 5px;
  line-height: 16px;
  border-radius: 3px;
  color: #3f76c8;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}

.upload_box {
  border-radius: 8px;
  border: 1px solid var(--M3-sys-light-outline, #75777f);
  width: max-content;
  padding: 11px 10px 11px 15px;
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}

.upload_box svg {
  margin-left: 10px;
  width: 22px;
  height: 22px;
}

.upload_box h5 {
  color: var(--M3-sys-light-primary, #0059c7);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.color_change .btn_Grantor {
  color: #0059c7 !important;
  opacity: 1 !important;
}

.right_top_ststus {
  border: 2px solid #00639b;
}

.right_top_ststus .form-group {
  margin-bottom: 0;
}

.right_top_ststus label {
  color: var(--M3-sys-light-primary, #00639b);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  position: absolute;
  top: -19%;
  left: 9%;
  background: #fff;
  padding: 2px;
}

.right_top_ststus .form-control {
  border-radius: 4px 4px 0px 0px;
  color: #1a1c1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  border: unset;
  padding: 0.8rem 1rem;
  height: unset;
  box-shadow: unset;
}

.mian_grid_top.grid-container.edit_grid_sec .form-group {
  border-radius: 4px 4px 0px 0px;
  background: var(--M3-sys-light-surface-variant, #e1e2ec);
  padding: 0 10px;
  border-bottom: 1px solid #1a1c1e;
}

.mian_grid_top.grid-container.edit_grid_sec .form-group .form-control {
  height: auto;
  padding: 0 0 0.5rem 0;
}

.mian_grid_top.grid-container.edit_grid_sec .form-group label {
  margin-bottom: 0;
}

/* trustlist table */
table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
  padding: 10px;
  color: #1b1b1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #acabaf;
  box-shadow: unset;
}

table.dataTable tbody td {
  padding: 10px 12px !important;
  color: #1b1b1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.upload_file .form-control {
  border-radius: 4px;
  border: 1px solid #75777f;
}

.files-wr label.modal-media-upload-label {
  color: #51606f;
  position: relative !important;
  display: inline-block !important;
  left: 0 !important;
  background: transparent !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  letter-spacing: 0.5px !important;
  border: unset !important;
  box-shadow: unset !important;
  padding: 8px 0px !important;
}

.modal-media-upload-label::after {
  display: none !important;
}

.MainSection input.datetimepickerreact,
.MainSection .UserFilterBox input,
.MainSection .UserFilterBox select,
.MainSection .TenantFilterBox input,
.MainSection .TenantFilterBox select,
.MainSection .EventFilterBox input,
.MainSection .EventFilterBox select,
.MainSection .NotificationFilterBox input,
.MainSection .NotificationFilterBox select,
.MainSection .AdminUserFilterBox input,
.MainSection .AdminUserFilterBox select {
  border: 1px solid #42474e;
  border-radius: 4px;
  padding: 5px;
  padding-left: 9px;
  color: #42474e;
}

.MainSection .datetimepickerreact-wrappper,
.MainSection .react-datepicker-wrapper,
.MainSection .datetimepickerreact {
  width: 100% !important;
}

.navigation_tools .linkes_sec:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  height: 1px;
  border-top: 1px solid #75777f;
  width: 90%;
}

.navigation_tools .linkes_sec:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  right: 5%;
  height: 1px;
  border-top: 1px solid #75777f;
  width: 90%;
}

.navigation_tools .linkes_sec svg {
  margin-right: 12px;
}

.btm_details_sec .Title {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.752px;
}

.upload_file_trust .files-wr label:after {
  right: 0;
}

.profile_main_sec_detail .profile_title_grid {
  padding: 12px;
  margin-bottom: 0.5rem;
}

.profile_main_sec_detail .profile_title_grid .Title2 {
  color: #1b1b1e;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.aaaaaaa .mian_grid_top.grid-container.edit_grid_sec .form-group {
  background-color: #fff;
  border: 0;
}

.title_bar .HeaderTitle2 {
  color: #8e9099;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.StatusPart {
  margin-top: 3rem;
  margin-bottom: 0.7rem;
}

.StatusPart .Title3 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

.line_remove a svg path {
  fill: #44464e;
}

.line_remove {
  border-radius: 100px;
  transition: 0.3s all;
  position: relative;
}

.line_remove.active,
.line_remove:hover {
  background: #dbe2f9;
}

.line_remove.active a,
.line_remove:hover>a {
  color: #141b2c;
}

.line_remove.active a svg path,
.line_remove:hover>a>svg>path {
  fill: #141b2c;
}

.navigation_tools .line_remove svg {
  margin-right: 12px;
}

.navigation_tools .dots svg {
  margin-right: 12px;
}

.text-color {
  color: #3f76c8 !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.4777185916900635px;
  text-align: left;
}

.box.arrow-top {
  margin-top: 12px;
}

.box.arrow-top::before,
.box.arrow-top::after {
  content: " ";
  position: absolute;
  right: 14px;
  top: -14px;
  border-top: none;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}

.box.arrow-top::before {
  border-bottom: 14px solid white;
}

.highlight-row:hover {
  background-color: lightgray;
}

.num {
  position: relative;
}

.number {
  position: absolute;
}

.value {
  position: absolute;
  top: 0;
  color: transparent !important;
  background: transparent;
  border: none;
}

.not-allowed {
  pointer-events: auto !important;
  cursor: not-allowed !important;
}

.file-upload-text {
  color: #0059c7;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.certificate-success {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 19.11px;
  letter-spacing: 0.09554371982812881px;
  text-align: center;
  color: #0059c7;
}

.invite-text {
  font-size: 24px;
}

.hover-message {
  display: none;
}

.cursor-pointer:hover .hover-message {
  display: block;
}

.delete-content {
  position: absolute;
  top: 10px;
  left: 35px;
  width: max-content;
  margin-top: 4px !important;
  color: var(--bs-gray-600) !important;
}

.upgrade-successor-btn{
  border: 2px solid rgba(0, 89, 199, 1) !important;
  border-radius: 100px !important;
  font-weight: 500 !important;
  padding: 8px 24px !important;
  background-color: transparent !important;
  color: #0059c7 !important;
  font-size: 14px !important;
  font-style: normal;
}

.disabled-ele {
  pointer-events: none;
  cursor: not-allowed !important;
  opacity: 0.6;
  color: #666;
  background-color: #f0f0f0;
}
