body {
  color: #000;
  font-family: var(--ff-body);
}

* {
  text-decoration: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

:root {
  --ff-body: "Poppins", sans-serif;
  --ff-primary: "Montserrat", sans-serif;
  --ff-secondary: "Open Sans", sans-serif;
  --clr-white: #fff;
  --clr-black: #000;
  --clr-blue: #282e38;
  --clr-gray: #cacaca;
}

::selection {
  background-color: var(--clr-primary);
  color: var(--clr-white);
}

::placeholder {
  color: #333333;
}

dl,
ol,
ul {
  padding: 0;
  margin: 0;
}

a {
  color: var(--clr-primary);
  transition: 0.5s all;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 24px;
}

p:last-child {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  line-height: normal;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

section,
header,
footer {
  width: 100%;
  float: left;
}

section {
  padding: 50px 0;
}

/*** page-tab-css ***/

.left_sidebar.tab_colm {
  min-width: 6%;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 45px 0px 45px 45px;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  /* border-bottom-right-radius: 20px; */
  background-color: var(--clr-primary);
}

.project_tab {
  margin-top: 30px;
  width: 100%;
  margin-left: 15px;
  display: inline-block;
}

.project_tab h6 {
  margin-bottom: 10px;
}

.project_tab h6 a {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  padding: 0 15px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  border-radius: 20px;
  color: var(--clr-white);
  position: relative;
  transition: 0.5s all;
  display: flex !important;
  align-items: center;
  white-space: nowrap;
}

.project_tab h6 img.green_icon {
  position: absolute;
  top: 10px;
  left: 15px;
  display: none;
  transition: 0.5s;
}

.project_tab h6.active img.green_icon {
  display: block;
}

.project_tab h6:hover img.green_icon {
  display: block;
}

.project_tab h6.active a {
  color: var(--clr-primary);
}

.project_tab h6:hover a {
  color: var(--clr-primary);
}

/**  sidebarnav  **/
.left_sidebar.tab_colm {
  overflow: hidden;
}

.project_tab {
  margin-left: 0;
}

.project_tab h6 {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  transition: 0.5s all;
}

.project_tab h6.active,
.project_tab h6:hover {
  background-color: #fff;
}

.project_tab h6 a:focus {
  outline: none;
  box-shadow: none;
}

.project_tab h6.active a {
  background-color: transparent;
}

.project_tab h6:hover a {
  background-color: transparent;
}

.project_tab h6:hover a::before,
.project_tab h6.active a::before {
  content: "";
  position: absolute;
  top: -51px;
  right: -1px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50px;
  box-shadow: 35px 35px 0 10px #fff;
  transition: 0.5s all;
  z-index: -1;
  user-select: none;
}

.project_tab h6:hover a::after,
.project_tab h6.active a::after {
  content: "";
  position: absolute;
  bottom: -51px;
  right: -1px;
  width: 50px;
  height: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50px;
  box-shadow: 35px -35px 0 10px #fff;
  transition: 0.5s all;
  z-index: -1;
  user-select: none;
}

.project_tab h6 img {
  width: auto;
  margin-right: 15px;
  object-fit: contain;
  vertical-align: text-top;
}

.top_section {
  width: 100%;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--clr-light);
}

.top_section h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
  color: var(--clr-blue);
  text-transform: capitalize;
}

.top_section form .form-group {
  margin: 0;
}

.top_section form .form-group select {
  width: 100%;
  height: 42px;
  outline: none;
  font-size: 15px;
  line-height: 44px;
  font-weight: 500;
  padding: 0 10px;
  text-align: left;
  color: #858983;
  border: none;
  border-radius: 5px;
  min-width: 100px;
}

.right_sidebar.tab-content .bottom_layout {
  background-color: var(--clr-white);
}

.bottom_layout {
  width: 100%;
  padding: 35px 40px;
  background-color: #f8fff9;
}

.right_sidebar .create_order_overview .search-container {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.right_sidebar .search-container .form-group {
  position: relative;
  margin-bottom: 0;
}

.right_sidebar .search-container .form-group input[type="text"] {
  width: 100%;
  height: 46px;
  padding: 0 15px;
  padding-right: 40px;
  font-size: 15px;
  color: #7b7b7b;
  line-height: 44px;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  border: 1px solid #eef1ee;
}

.right_sidebar .search-container .form-group .select-class {
  width: 100%;
  height: 46px;
  min-width: 670px;
  padding: 0 15px;
  font-size: 15px;
  color: #7b7b7b;
  line-height: 44px;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  border: 1px solid #eef1ee;
}

.right_sidebar .search-container input::placeholder {
  color: #7b7b7b;
}

.right_sidebar .search-container button {
  position: absolute;
  border: none;
  right: 15px;
  font-size: 18px;
  color: #7b7b7b;
  line-height: 46px;
  background-color: transparent;
  padding: 0 !important;
}

.right_sidebar .search-container .search-container-button {
  position: absolute;
  border: none;
  right: 15px;
  font-size: 18px;
  color: #7b7b7b;
  line-height: 46px;
  background-color: transparent;
  padding: 0 !important;
  top: 0px;
}

.right_sidebar .search-container .form-group p {
  font-size: 14px;
  font-weight: 400;
  line-height: 44px;
  color: var(--clr-primary);
}

.right_sidebar .create_order_overview .form-group {
  margin: 0 15px 0 0;
}

.right_sidebar .create_order_overview input[type="date"],
.right_sidebar .create_order_overview input[type="text"],
.right_sidebar .create_order_overview select {
  width: 100%;
  height: 46px;
  padding: 0 5px;
  font-size: 15px;
  color: #7b7b7b;
  line-height: 44px;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  border: 1px solid #eef1ee;
  background-color: var(--clr-white);
}

.right_sidebar .create_order_overview input[type="date"]:focus {
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.right_sidebar .create_order_overview input[type="text"]:focus {
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.right_sidebar .create_order_overview select:focus {
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.right_sidebar .create_order_overview select.filter {
  transition: 0.5s;
  padding: 0 15px;
  border-radius: 100px;
  color: var(--clr-white);
  background-color: var(--clr-primary);
}

.right_sidebar .create_order_overview select.filter:hover {
  background-color: var(--clr-blue);
}

.right_sidebar .create_order_overview .form-group.filter_option {
  margin: 0;
}

.right_sidebar .create_order_overview select.filter {
  font-family: "FontAwesome", "sans-serif";
}

.order_colm {
  width: 100%;
  padding: 60px 0;
}

.order_session {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order_session h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: var(--clr-blue);
  text-transform: capitalize;
}

.setting_icon_colm ul {
  display: flex;
  align-items: center;
}

.setting_icon_colm ul li {
  margin: 0px 3px;
}

.setting_icon_colm ul li a {
  /* 	font-size: 22px;
      width: 36px;
        height: 36px; */
  color: #afb2c6;
  padding: 2px;
  transition: 0.5s;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  background-color: #f5f7fa;
}

.setting_icon_colm ul li:hover a {
  color: var(--clr-white);
  background-color: var(--clr-primary);
}

.setting_icon_colm_color {
  color: #fff !important;
  background-color: var(--clr-primary) !important;
}

.button_session {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.button_session a {
  min-width: 146px;
  outline: none;
  font-size: 16px;
  line-height: 44px;
  font-weight: 400;
  border: none;
  transition: 0.5s;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: var(--clr-white);
  margin-left: 5px;
  text-transform: capitalize;
  text-decoration: none;
  background-color: var(--clr-primary);
}

.button_session button {
  min-width: 90px;
  outline: none;
  font-size: 15px;
  line-height: 10px;
  font-weight: 400;
  border: none;
  transition: 0.5s;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: var(--clr-white);
  margin-left: 5px;
  text-transform: capitalize;
  text-decoration: none;
  background-color: var(--clr-primary);
}

.button_session a:hover {
  background-color: var(--clr-blue);
}

.button_session button:hover {
  background-color: var(--clr-blue);
}

.combine_btn_colm {
  display: flex;
  column-gap: 5px;
  align-items: center;
}

.table_session {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
  background-color: var(--clr-light-bg);
  overflow-x: auto;
  white-space: nowrap;
}

.table_session table.table.table-bordered {
  border: none !important;
  border-collapse: separate !important;
  border-spacing: 0 15px;
}

.table_session table.table.table-bordered th {
  border: none !important;
}

.table_session table.table.table-bordered td {
  border: none !important;
}

.table_session table.table.table-bordered thead {
  width: 100%;
}

.table_session table.table.table-bordered thead th {
  /* min-width: 140px; */
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  padding: 0 10px;
  color: var(--clr-blue);
}

.table_session table.table.table-bordered tbody tr {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
}

.table_session table.table.table-bordered td {
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  color: #7b7b7b;
  padding: 20px 10px;
}

.table_session table.table.table-bordered td a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  /*     margin-left: 25px; */
  transition: 0.5s;
  color: var(--clr-primary);
  text-decoration: underline;
}

.table_session table.table.table-bordered td a:hover {
  color: var(--clr-black);
}

.table_session table.table.table-bordered td.blank {
  /* width: 140px; */
  /* display: inline-block; */
}

.table_session table.table.table-bordered td .form-check-input[type="radio"] {
  width: 20px;
  height: 20px;
}

.table_session table.table.table-bordered td.icon_view p {
  display: inline;
  font-size: 13px;
  line-height: 19px;
  padding-left: 5px;
}

.table_session table.table.table-bordered td.icon_view p a {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 100px;
  transition: 0.5s;
  background-color: var(--clr-light);
}

.table_session table.table.table-bordered td.icon_view p a:hover {
  color: var(--clr-white);
  background-color: var(--clr-primary);
}

.history_colm .table_session table.table.table-bordered td.icon_view p a {
  width: auto;
  height: auto;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 0;
  color: #a6a7a6;
  margin-left: 4px;
  background-color: transparent;
}

.history_colm .table_session table.table.table-bordered td.icon_view p a:hover {
  color: var(--clr-primary);
  background-color: transparent;
}

.table_session table.table.table-bordered td.cancel_btn a {
  outline: none;
  font-size: 13px;
  line-height: 32px;
  font-weight: 600;
  border: none;
  padding: 0 17px;
  transition: 0.5s;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  color: #ed6161;
  text-transform: capitalize;
  background-color: #ffe4e4;
  text-decoration: none;
}

.table_session table.table.table-bordered td.cancel_btn a:hover {
  color: #ffe4e4;
  background-color: #ed6161;
}

/* Successs badge */
.table_session table.table.table-bordered td.cancel_btn span.success,
span.cancel_btn span.success {
  outline: none;
  font-size: 13px;
  line-height: 32px;
  font-weight: 600;
  border: none;
  padding: 0 17px;
  transition: 0.5s;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  background-color: #28a745;
  text-decoration: none;
}

/* Successs badge */

.table_session table.table.table-bordered td.cancel_btn span.warning,
span.cancel_btn span.warning {
  outline: none;
  font-size: 13px;
  line-height: 32px;
  font-weight: 600;
  border: none;
  padding: 0 17px;
  transition: 0.5s;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  background-color: #ffc107;
  text-decoration: none;
}

.customer_detail .table_session table.table.table-bordered td.blank {
  width: 150px;
}

tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.order_colm.customer_detail .table_session {
  margin: 0;
  border-top-left-radius: 0;
}

.order_colm.customer_detail ul li {
  display: inline-block;
}

.order_colm.customer_detail ul li a.btn {
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.5s;
  color: #303745;
  border: none;
  background-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.order_colm.customer_detail ul li a.btn.btn-default.active {
  background-color: var(--clr-light-bg);
  border-bottom: 0;
}

.order_colm.customer_detail ul li a.btn.btn-default:hover {
  background-color: var(--clr-light-bg);
  border-bottom: 0;
}

/*** login-page-css ***/

.image-layer {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  background-size: auto;
  background-position: top right;
  background-repeat: no-repeat;
}

.left_content {
  width: 100%;
  padding: 45px 80px;
  text-align: left;
}

.login_title {
  width: 100%;
  margin: 20px 0 40px;
}

.login_title h1 {
  font-size: 72px;
  line-height: normal;
  font-weight: 600;
  color: var(--clr-primary);
  font-family: var(--ff-primary);
}

.login_title h2 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  color: #919191;
  font-family: var(--ff-secondary);
}

.login_form {
  width: 100%;
}

.login_form form {
  margin-top: 0px;
}

.login_form .form-group {
  margin-bottom: 0px;
  text-align: left;
}

.login_form .form-group input[type="email"],
.login_form .form-group input[type="password"],
.login_form .form-group input[type="text"] {
  width: 100%;
  height: 75px;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 15px;
  border: none;
  color: #3d3d3d;
  transition: 0.5s;
  background-color: var(--clr-white);
  border: 1px solid #ededed;
  font-family: var(--ff-secondary);
  box-shadow: 15px 14px 15px -4px rgb(0 0 0 / 6%);
}

.login_form .form-group input::placeholder {
  color: #919191;
}

.login_form .form-group input[type="email"] {
  /* border-left: 5px solid var(--clr-secondary); */
}

.login_form .form-group input[type="password"] {
  margin-bottom: 40px;
}

.login_form .form-group input[type="password"]:hover {
  border-left: 5px solid var(--clr-secondary);
}

.login_form .form-group input[type="email"]:hover {
  border-left: 5px solid var(--clr-secondary);
}

.login_form .form-group input[type="email"]:focus {
  border-left: 5px solid var(--clr-secondary);
}

.login_form .form-group input[type="password"]:focus {
  border-left: 5px solid var(--clr-secondary);
}

.login_form .form-group .form-check-input[type="checkbox"] {
  border-radius: 0;
}

.login_form .form-group .form-check-label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--clr-primary);
}

.login_form .form-group p {
  text-align: right;
  font-family: var(--ff-secondary);
}

.login_form .form-group a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  transition: 0.5s;
  color: var(--clr-primary);
  font-family: var(--ff-secondary);
}

.login_form .form-group a:hover {
  color: var(--clr-blue);
}

.login_form .form-group input[type="submit"] {
  padding: 18px 35px;
  min-width: 200px;
  outline: none;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  transition: 0.5s;
  display: inline-block;
  margin-top: 40px;
  margin-left: 20px;
  border-radius: 100px;
  letter-spacing: 3px;
  color: #919191;
  text-transform: uppercase;
  background-color: transparent;
  font-family: var(--ff-secondary);
  border: 1px solid var(--clr-primary);
}

.login_form .form-group input[type="submit"]:hover {
  color: var(--clr-white);
  border: 1px solid transparent;
  background-color: var(--clr-primary);
}

.bg_layout {
  width: 100%;
  height: 100%;
}

.bg_layout img {
  width: 100%;
  height: 100%;
}

/**** sync-shop ******/
.sync-shop h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  color: #000000;
}

.sync-shop input[type="button"],
.preference input[type="button"] {
  /* position: absolute; */
  /* width: 226px;
height: 64px;
left: 1164px;
top: 243px; */
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border: 2px solid #734643;
  border-radius: 4px;
  color: #734643;
}

.sync-shop .btn-brown {
  width: 100% !important;
  padding: 10px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  /* border: 2px solid #734643; */
  border-radius: 4px;
  background: #734643 !important;
}

.plan input[type="button"] {
  padding: 3px 30px;
  margin-left: 5px;
  outline: none;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  border: none;
  transition: 0.5s;
  /* margin-top: 15px; */
  display: inline-block;
  border-radius: 100px;
  color: var(--clr-white);
  text-transform: capitalize;
  background-color: var(--clr-primary);
}

.btn-text {
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border: none !important;
  border-radius: 4px;
  color: #734643;
}

.connection-btn {
  width: 250px;
}

.sync-shop .connection-row {
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  margin: 10px;
  margin-bottom: 14px;
  padding: 12px;
}

.sync-shop .subscriber-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 131.02%;
  /* or 26px */
  color: #000000;
}

.sync-shop .uid-box {
  display: flex;
  gap: 8px;
}

.sync-shop .uid {
  background: #f8f2f4;
  border-radius: 10px;
  padding: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #b73650;
  margin-top: 2px;
  font-size: 14px;
}

.sync-shop .collection-box {
  background: #b78580;
  border-radius: 28px;
  padding: 5px;
  color: white;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 12px;
  /* position: absolute; */
  width: 70%;
  word-break: break-word;
  white-space: pre-line;
  overflow-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.sync-shop .icon-container {
  display: flex;
  /* height: 45px; */
  width: 100%;
  justify-content: flex-end;
  gap: 10px;
}

.sync-shop .img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

/**** sync shop preference ****/
.nav {
  background: #eef4ea;
}

.nav-tabs .nav-link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #393939;
}

.nav-tabs .nav-link.active {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-decoration-line: underline;
  color: #324f32;
}

.duplicate {
  margin-top: 10px;
  font-size: 12px;
  color: #734643;
}

.preference {
  color: #393939;
}

.preference h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #393939;
  margin-top: 5px;
}

.preference h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #393939;
  margin-top: 35px;
}

.preference p,
span,
input,
label {
  color: #393939;
  font-size: 14px;
}

/* Rounded sliders */
.preference .switch-container {
  align-items: center;
  display: flex;
  margin-top: 10px;
}

.preference .switch-container img {
  height: 20px;
  width: 20px;
}

.preference .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

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

.preference .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.preference .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.preference input:checked + .slider {
  background-color: #00d474;
}

.preference input:focus + .slider {
  box-shadow: 0 0 1px #00d474;
}

.preference input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

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

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

.preference .price-transformation {
  margin: 20px;
}

.preference .price-transformation input,
.connection-code {
  /* width: 100%; */
  height: 46px;
  padding: 0 10px;
  font-size: 15px;
  color: var(--clr-primary);
  line-height: 44px;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  border: 1px solid #e7efe8;
  background-color: var(--clr-white);
}

/*** account-detail ***/

.account_heading {
  color: var(--clr-primary);
  font-weight: 700;
}

.connection-code {
  width: 50%;
  height: 46px;
  padding: 0 10px;
  font-size: 15px;
  color: var(--clr-primary);
  line-height: 44px;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  border: 1px solid #e7efe8;
  background-color: var(--clr-white);
}

.right_sidebar .account_detail .form-group {
  margin-bottom: 20px;
}

.right_sidebar .account_detail .form-group label {
  font-size: 15px;
  line-height: 44px;
  font-weight: 400;
  width: 100%;
  color: #9ba39b;
}

.right_sidebar .sync-settings label {
  font-size: 15px;
  line-height: 44px;
  font-weight: 400;
  width: 200px;
  color: #9ba39b;
}

.right_sidebar .sync-settings select {
  width: 400px;
  height: 46px;
  padding: 0 10px;
  font-size: 15px;
  color: var(--clr-primary);
  line-height: 44px;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  border: 1px solid #e7efe8;
  background-color: var(--clr-white);
}

.right_sidebar .sync-settings input[type="button"] {
  padding: 3px 30px;
  outline: none;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  border: none;
  transition: 0.5s;
  margin-top: 15px;
  display: inline-block;
  border-radius: 100px;
  color: var(--clr-white);
  text-transform: capitalize;
  background-color: var(--clr-primary);
}

.right_sidebar .account_detail .form-group input[type="text"],
.right_sidebar .account_detail .form-group input[type="tel"],
.right_sidebar .account_detail .form-group input[type="email"],
.right_sidebar .account_detail .form-group input[type="password"],
.right_sidebar .account_detail .form-group select,
.right_sidebar .account_detail .form-group .react-select {
  width: 100%;
  height: 46px;
  padding: 0 10px;
  font-size: 15px;
  color: var(--clr-primary);
  line-height: 44px;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  border: 1px solid #e7efe8;
  background-color: var(--clr-white);
}

.right_sidebar .account_detail .form-group input[type="text"]:focus {
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.right_sidebar .account_detail .form-group input[type="tel"]:focus {
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.right_sidebar .account_detail .form-group input[type="email"]:focus {
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.right_sidebar .account_detail .form-group input[type="password"]:focus {
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.right_sidebar .account_detail .form-group select {
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.right_sidebar .form-group.text-right {
  text-align: right;
}

.right_sidebar .account_detail.billing_form .form-group.text-right {
  margin-top: 24px;
}

.right_sidebar .account_detail .form-group input[type="submit"],
.right_sidebar .account_detail .form-group input[type="button"] {
  padding: 3px 30px;
  outline: none;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  border: none;
  transition: 0.5s;
  margin-top: 15px;
  display: inline-block;
  border-radius: 100px;
  color: var(--clr-white);
  text-transform: capitalize;
  background-color: var(--clr-primary);
}

.right_sidebar .account_detail .form-group input[type="submit"]:hover {
  background-color: var(--clr-blue);
}

.box_colm {
  width: 100%;
  height: 100%;
  padding: 15px 8px;
  border-radius: 15px;
  position: relative;
  background-color: var(--clr-white);
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.box_colm .img_bx {
  width: auto;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  border-top-right-radius: 20px;
  background-color: #eef4ea;
  border-bottom-left-radius: 80px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.box_colm .img_bx img {
  padding: 10px;
}

.weekly_sale h4 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: var(--clr-primary);
}

.weekly_sale p {
  font-size: 13px;
  line-height: 20px;
  color: #abb1ba;
  font-weight: 400;
}

.price_tag {
  margin-top: 25px;
}

.price_tag p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: var(--clr-primary);
}

.text_colm .form-group label {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 18px;
  color: var(--clr-primary);
}

.text_colm .form-group input[type="text"] {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  font-size: 14px;
  color: var(--clr-primary);
  line-height: 44px;
  font-weight: 400;
  outline: none;
  border-radius: 100px;
  border: none;
  text-transform: capitalize;
  background-color: #eef1ee;
}

.text_colm .form-group input[type="submit"] {
  padding: 0px 10px;
  outline: none;
  font-size: 12px;
  line-height: 32px;
  font-weight: 500;
  border: none;
  transition: 0.5s;
  margin-top: 39px;
  margin-left: 5px !important;
  display: inline-block;
  border-radius: 100px;
  color: var(--clr-white);
  background-color: var(--clr-primary);
}

/* .analytics_overview_rate {
    margin-top: 75px;
} */

.analytics_overview_rate .open_rate {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgb(93 114 95 / 22%);
  background-color: var(--clr-white);
}

.analytics_overview_rate .open_rate h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: var(--clr-primary);
}

.analytics_overview_rate .open_rate form {
  margin: 10px 0 20px;
}

.right_sidebar .form-group.text-right input[type="radio"],
.right_sidebar .form-group.text-right input[type="checkbox"] {
  background-color: var(--clr-primary);
  border-color: var(--clr-primary);
  width: 21px;
  height: 21px;
  vertical-align: text-bottom;
}

.date-colm {
  width: 100%;
  padding: 8px 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  border: 1px solid #dde6de;
}

.date-colm p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: var(--clr-primary);
}

.order_colm.customer_detail .table_session .form-check.form-switch input {
  width: 55px;
  height: 30px;
  margin-top: -5px;
}

.order_colm.customer_detail .table_session .form-check.form-switch input:focus {
  box-shadow: none;
}

.bottom_layout h5 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--clr-blue);
}

.order_colm.billing_sec {
  padding-top: 0;
}

.title h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: var(--clr-blue);
}

.right_sidebar .create_order_overview .search-container p a {
  font-size: 14px;
  line-height: 44px;
  color: #3c3f3c;
  font-weight: 400;
  transition: 0.5s;
}

.right_sidebar .create_order_overview .search-container p a:hover {
  color: #000;
  text-decoration: underline;
}

/* select { */
/* -webkit-appearance: none; */
/* -moz-appearance: none; */
/* appearance: none; */
/* background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc); */
/* background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em; */
/* background-size: 5px 5px, 5px 5px, 1px 0em; */
/* background-repeat: no-repeat; */
/* } */

.right_sidebar .create_order_overview select.filter {
  background-image: url(../images/arrow.png);
}

.pagination_colm {
  text-align: center;
  width: 100%;
  margin-top: 35px;
}

.pagination_colm ul.pagination {
  display: block;
}

.pagination_colm ul.pagination li a {
  color: #647966;
}

.pagination_colm ul.pagination li a:hover {
  color: #fff;
  background-color: #647966;
}

/*** 26.05.2022 ***/

.table_session
  table.table.table-bordered
  td
  .form-check-input[type="checkbox"] {
  width: 19px;
  height: 19px;
  margin: 1px 2px 0 0;
  border-radius: 100px;
}

.modal-body
  .table.popup_table
  table.table.table-bordered
  td
  .form-check-input[type="checkbox"] {
  width: 19px;
  height: 19px;
  margin: 1px 2px 0 0;
  border-radius: 100px;
  position: absolute;
  left: 10px;
}

.product-order_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-body .product-order_title p {
  margin: 0;
}

.modal-body .product-order_title p a {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 100px;
  transition: 0.5s;
  color: var(--clr-primary);
  background-color: var(--clr-light);
}

.modal-body .product-order_title p a:hover {
  color: var(--clr-white);
  background-color: var(--clr-primary);
  /*border: 1px solid transparent;*/
}

.modal-body ul {
  width: 100%;
  display: flex;
  /* align-items: center;*/
  justify-content: space-between;
  padding: 20px 0 10px;
}

.modal-content .modal-body ul li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px !important;
  text-align: center;
  border-radius: 100px;
  transition: 0.5s;
  color: var(--clr-primary);
  /*border: 1px solid var(--clr-primary);*/
  background-color: var(--clr-light);
}

.modal-content .modal-body ul li a:hover {
  color: var(--clr-white);
  background-color: var(--clr-primary);
  /*border: 1px solid transparent;*/
}

.left_side_coupun .coupon_form input[type="text"] {
  width: auto;
  height: 46px;
  padding: 0 5px;
  font-size: 15px;
  color: #7b7b7b;
  line-height: 44px;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  border: 1px solid #eef1ee;
  background-color: var(--clr-white);
}

.left_side_coupun .coupon_form input[type="text"]:focus {
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.left_side_coupun .coupon_form button {
  min-width: 146px;
  outline: none;
  font-size: 16px;
  line-height: 44px;
  font-weight: 400;
  border: none;
  transition: 0.5s;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: var(--clr-white);
  margin-left: 4px;
  text-transform: capitalize;
  text-decoration: none;
  background-color: var(--clr-primary) !important;
}

.left_side_coupun .coupon_form button:hover {
  background-color: var(--clr-blue);
}

.discount_box form input[type="text"] {
  width: auto;
  height: 46px;
  padding: 0 5px;
  font-size: 15px;
  color: #7b7b7b;
  line-height: 44px;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  border: 1px solid #eef1ee;
  background-color: var(--clr-white);
}

.discount_box form input[type="text"]:focus {
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.left_side_coupun .coupon_form p span {
  background-color: transparent;
  color: var(--clr-primary);
  font-weight: 600;
  margin: 0;
}

.left_side_coupun .coupon_form p a:hover {
  color: var(--clr-blue);
}

.modal-body .shipping_form .product-order_title {
  margin-bottom: 25px;
}

.modal-body .shipping_form .form-group {
  margin-bottom: 10px;
}

.modal-body .shipping_form .form-group label {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  width: 100%;
  color: var(--clr-primary);
}

.modal-body .shipping_form .form-group input[type="text"],
.modal-body .shipping_form .form-group input[type="tel"],
.modal-body .shipping_form .form-group select,
.modal-body .shipping_form .form-group input[type="number"] {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 38px;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  border: 1px solid #d2d6d2;
  text-transform: capitalize;
  color: var(--clr-primary);
  background-color: var(--clr-white);
}

.modal-body .shipping_form .form-group input[type="text"]:focus {
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.modal-body .shipping_form .form-group input[type="tel"]:focus {
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.modal-body .shipping_form .form-group input[type="number"]:focus {
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.modal-body .shipping_form .form-group select:focus {
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.modal-body .shipping_form .form-group.text-right {
  text-align: right;
}

.modal-body .shipping_form .form-group input[type="submit"] {
  padding: 3px 30px;
  outline: none;
  font-size: 15px;
  line-height: 35px;
  font-weight: 500;
  border: none;
  transition: 0.5s;
  margin-top: 10px;
  display: inline-block;
  border-radius: 100px;
  color: var(--clr-white);
  text-transform: capitalize;
  background-color: var(--clr-primary) !important;
}

.modal-body .shipping_form .form-group input[type="submit"]:hover {
  background-color: var(--clr-blue) !important;
}

.modal-footer button.btn.btn-primary {
  padding: 3px 20px;
  outline: none;
  font-size: 15px;
  line-height: 35px;
  font-weight: 500;
  border: none;
  transition: 0.5s;
  margin-top: 10px;
  display: inline-block;
  border-radius: 100px;
  color: var(--clr-white);
  text-transform: capitalize;
  background-color: var(--clr-primary) !important;
}

.modal-footer button.btn.btn-primary:hover {
  background-color: var(--clr-blue) !important;
}

.modal-body .table.popup_table {
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 0;
}

.setting_colm .title {
  display: none;
}

.setting_colm .form-group {
  margin-bottom: 15px;
  width: 100%;
  float: left;
}

.setting_colm .form-group label {
  font-size: 15px;
  line-height: 44px;
  font-weight: 400;
  width: 100%;
  color: #7b7b7b;
}

.setting_colm .form-group input[type="text"],
.setting_colm .form-group textarea {
  width: auto;
  float: left;
  min-width: 509px;
  height: 46px;
  padding: 0 15px;
  font-size: 15px;
  color: var(--clr-primary);
  line-height: 44px;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  border: 1px solid #e0e1d9;
  background-color: transparent;
}

.setting_colm .form-group textarea {
  height: 180px;
  padding: 0 15px;
  background-color: var(--clr-white);
}

.setting_colm .form-group input[type="text"]:focus {
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.setting_colm .form-group textarea:focus {
  box-shadow: 0 3px 10px rgb(93 114 95 / 30%);
}

.setting_colm .form-group input[type="submit"] {
  outline: none;
  font-size: 16px;
  line-height: 44px;
  font-weight: 400;
  border: none;
  padding: 0 50px;
  transition: 0.5s;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  color: var(--clr-white);
  margin-left: 4px;
  text-transform: capitalize;
  text-decoration: none;
  background-color: var(--clr-primary);
}

.setting_colm .form-group input[type="submit"]:hover {
  background-color: var(--clr-blue);
}

.order_colm.customer_detail ul.nav-tabs {
  border-bottom: 1px solid var(--clr-light-bg);
}

.order_colm.customer_detail ul.nav-tabs li button {
  color: var(--clr-blue);
  margin-bottom: -1px;
  border: 1px solid transparent;
}

.order_colm.customer_detail ul.nav-tabs li button.active {
  margin-bottom: -1px;
  color: var(--clr-blue);
  background-color: var(--clr-light-bg);
  border: 1px solid var(--clr-light-bg);
}

.order_colm.customer_detail ul.nav-tabs li button:hover {
  margin-bottom: -1px;
  color: var(--clr-blue);
  background-color: var(--clr-light-bg);
  border: 1px solid var(--clr-light-bg);
}

/*** popup-css ***/

.modal-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: var(--clr-blue);
}

.modal-title span {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #a6a7a6;
}

.right_side_btn a i {
  font-size: 22px;
  color: var(--clr-black);
}

.modal-body h5 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: var(--clr-blue);
}

.modal-body p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 0;
  color: var(--clr-blue);
}

.modal-body p span {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  color: #a6a7a6;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 5px;
}

.modal-body .table.popup_table table.table.table-bordered td {
  /*border: none !important;*/
  border: 1px solid rgb(0 0 0 / 10%) !important;
}

.modal-body .table.popup_table table.table.table-bordered tr {
  border: none;
  box-shadow: none !important;
}

.modal-body .table.popup_table table.table.table-bordered td {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 10px;
  color: var(--clr-blue);
  white-space: break-spaces;
  position: relative;
  text-align: center;
}

.modal-body .table.popup_table table.table.table-bordered td.variant_quantity,
.modal-body .table.popup_table table.table.table-bordered td.variant_price {
  text-align: center;
}

.modal-body .table.popup_table table.table.table-bordered td i {
  font-size: 20px;
  line-height: 20px;
  font-weight: 100;
  color: #ebeced;
  vertical-align: middle;
}

.modal-body .table.popup_table table.table.table-bordered tfoot {
  border-top: 1px solid #ebeced;
}

.modal-body .table.popup_table table.table.table-bordered thead {
  border-bottom: 1px solid #ebeced;
}

.modal-body .table.popup_table table.table.table-bordered tfoot td {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: var(--clr-blue);
}

.modal-body .table.popup_table table.table.table-bordered tfoot tr,
.modal-body .table.popup_table table.table.table-bordered tfoot tr td {
  border: 1px solid rgb(0 0 0 / 20%) !important;
  padding: 10px;
  border-radius: 0px;
}

.modal-body .table.popup_table table.table.table-bordered td .remove_btn,
.modal-header .remove_btn {
  outline: none;
  cursor: pointer;
  font-size: 15px;
  line-height: 40px;
  font-weight: 400;

  border: none;
  padding: 0 15px;
  transition: 0.5s;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: var(--clr-white);
  text-transform: capitalize;
  text-decoration: none;
  background-color: var(--clr-primary);
  margin-bottom: 20px;
}

.modal-header .combine-btn {
  outline: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  border: none;
  padding: 5px 10px;
  transition: 0.5s;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: var(--clr-white);
  text-transform: capitalize;
  text-decoration: none;
  background-color: var(--clr-primary);
}

.modal-body
  .table.popup_table
  table.table.table-bordered
  td
  a.remove_btn:hover {
  background-color: var(--clr-blue);
  cursor: pointer;
}

.modal-body .table.popup_table table.table.table-bordered {
  border-collapse: collapse !important;
}

/*** 27.05.2022 ***/

.left_sidebar.tab_colm {
  overflow: hidden;
  width: 100px;
  float: left;
  padding: 88px 0px 45px 45px;
}

.right_sidebar.tab-content {
  width: 100%;
  float: right;
}

.right_sidebar {
  width: 100%;
  float: right;
}

.left_sidebar.tab_colm.short_menu {
  padding: 88px 0;
  text-align: center;
}

.left_sidebar.tab_colm.short_menu .logo_img img {
  width: 70px;
}

.left_sidebar.tab_colm.short_menu .project_tab h6 {
  transition: 0.5s all;
}

.left_sidebar.tab_colm.short_menu .project_tab h6 a {
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  transition: 0.5s all;
  width: 50px;
  display: flex !important;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
}

.left_sidebar.tab_colm.short_menu .project_tab h6 img {
  margin: 0 auto !important;
}

.left_sidebar.tab_colm.short_menu .project_tab h6 img.green_icon {
  top: 11px;
  left: 0;
  right: 0;
  text-align: center;
}

.left_sidebar.tab_colm.short_menu .project_tab h6.active a {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100px;
  background-color: #fff !important;
}

.left_sidebar.tab_colm.short_menu .project_tab h6:hover a {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100px;
  background-color: #fff !important;
  transition: 0.5s all;
}

.left_sidebar.tab_colm.short_menu .project_tab h6 img {
  margin: 0 auto !important;
}

.left_sidebar.tab_colm.short_menu h6.active,
.left_sidebar.tab_colm.short_menu h6:hover {
  background-color: transparent;
}

.left_sidebar.tab_colm.short_menu .project_tab h6:hover a::before,
.left_sidebar.tab_colm.short_menu .project_tab h6.active a::before {
  box-shadow: none;
}

.left_sidebar.tab_colm.short_menu .project_tab h6:hover a::after,
.left_sidebar.tab_colm.short_menu .project_tab h6.active a::after {
  box-shadow: none !important;
}

.nav-switcher {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-switcher a i {
  font-size: 22px;
  vertical-align: middle;
}

.nav-switcher a span.collapse-button-label.sidebar-control {
  margin-left: 0;
}

.left_sidebar.tab_colm.short_menu .nav-switcher a {
  margin: 0px auto !important;
}

.left_sidebar.tab_colm.short_menu .nav-switcher:hover a {
  margin: 0px 18px !important;
}

.nav-switcher a {
  color: #fff;
  font-size: 25px;
  display: block !important;
  margin: 0px !important;
}

#toggle_icon {
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px;
  color: #fff;
}

.tab_colm {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 16px;
  transition: 0.3s linear;
}

.sidebar-control {
  display: none;
}

.left_sidebar.tab_colm.short_menu .nav-switcher a i {
  transform: rotate(180deg);
}

ul li {
  list-style: none;
}

/* update Variant quantity  21-07-22*/

.qty {
  width: 40px;
  height: 25px;
  text-align: center;
  padding: 0;
}

input.qtyplus {
  padding: 0;
  width: 20px;
  height: 20px;
}

input.qtyminus {
  padding: 0;
  width: 20px;
  height: 20px;
}

/* ------------Order Quantity input----------- */
input.qtyplus,
input.qtyminus {
  padding: 0;
  width: 15px;
  height: 25px;

  background: #212b36;
  border: 1px solid #212b36;
  color: #fff;
  font-size: 13.125px;
  line-height: 1em;
  margin: 0;
  text-decoration: none !important;
  vertical-align: middle;
  text-align: center;
  box-sizing: content-box;
  border-radius: 0;
}

.qty {
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 0;
  margin: 5px;
}

button.disabled_btn {
  background: #999 !important;
  cursor: not-allowed;
}

.bottom_layout.white {
  background-color: #fff;
}

.pagination_colm ul.pagination li .active {
  color: #fff;
  background-color: #647966;
}

ul.pagination li {
  display: inline-block !important;
}

.delete_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000007d;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.delete_popup .popup_wrap {
  width: 100%;
  max-width: 40%;
  background: #fff;
  display: block;
  margin: 0 auto;
  float: none;
  position: relative;
  top: 25%;
  padding: 25px;
  border-radius: 4px;
}

.popupCloseButton {
  top: -10px !important;
  right: -10px !important;
  font-size: 18px !important;
  line-height: 20px !important;
  width: 25px !important;
  height: 25px !important;
  text-align: center !important;
}

.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}

/* 3 October */

.strip_payment_btn {
  width: 100% !important;
  min-width: 100% !important;
}

.strip_payment_btn button {
  line-height: 50px;
}

.button_session.custom_cx_button button {
  width: 100% !important;
}

span.or_span {
  margin: 0 auto;
  display: table;
  font-weight: 700;
  padding: 10px 0px;
}

.analytics_overview.checkout {
  width: 70%;
  margin-left: 30%;
}

.popup_wrap button.btn {
  outline: none;
  font-size: 16px;
  line-height: 44px;
  font-weight: 400;
  border: none;
  transition: 0.5s;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: var(--clr-white);
  margin-left: 5px;
  text-transform: capitalize;
  text-decoration: none;
  background-color: var(--clr-primary) !important;
}

.popup_wrap .btn {
  padding: 3px 15px !important;
}

.hide {
  display: none !important;
}

span.badge.badge-secondary {
  background: silver;
  padding: 5px;
  margin: 2px;
  border-radius: 10px;
}

.combine_cls {
  background: silver;
  outline: none;
  font-size: 13px;
  line-height: 32px;
  font-weight: 600;
  border: none;
  padding: 0 17px;
  transition: 0.5s;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-transform: capitalize;

  text-decoration: none;
}

.tooltip-custom {
  position: relative;
  /* making the .tooltip span a container for the tooltip text */
}

.tooltip-custom {
  position: relative;
  /* making the .tooltip span a container for the tooltip text */
}

.tooltip-text {
  content: attr(data-text);
  /* here's the magic */
  position: absolute;

  /* vertically center */
  /* top:50%; */
  /* transform:translateY(-50%); ------ */

  /* move to right */
  /* left:100%; */
  /* margin-left:10px; and add a small left margin */

  /* basic styles */
  width: 100px;
  /* padding:10px; */
  border-radius: 10px;
  background: silver;
  color: #fff;
  text-align: center;

  display: none;
  /* hide by default */
  z-index: 999999;

  left: 0;
  top: 100%;
  margin-top: 10px;
  /* remvoe transform  */
  box-shadow: 0px 3px 2px 0px #00000050;
}

.tooltip-custom:hover .tooltip-text {
  display: block;
}

.modal-body .tooltip-text ul {
  display: contents !important;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.right_sidebar.tab-content.bg_blur {
  opacity: 0.5;
}

.bg_blur {
  opacity: 0.5;
}

.line_item_title {
  max-width: 50px !important;
  white-space: pre-wrap;
  word-break: break-word;
}

.spinner_div {
  z-index: 999999;
}

.checkout-spinner {
  position: absolute;
  top: 50%;
  right: 50%;
}

.login_form .form-group .bt-reg {
  padding: 18px 35px;
  min-width: 200px;
  outline: none;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  transition: 0.5s;
  display: inline-block;
  text-decoration: none;
  margin-top: 40px;
  border-radius: 100px;
  letter-spacing: 3px;
  color: #919191;
  text-transform: uppercase;
  background-color: transparent;
  font-family: var(--ff-secondary);
  border: 1px solid var(--clr-primary);
}

a.add_address_btn {
  background-color: var(--clr-primary);
  padding: 10px 15px;
  margin: 0 5px;
  border-radius: 5px;
  color: white;
}

/* New CSS added on 28th Oct 2022 */

.modal-content {
  border-radius: 12px;
}

.modal-body
  .table.popup_table
  table.table.table-bordered
  tfoot
  tr
  td:nth-child(2) {
  text-align: center;
}

.table {
  margin-bottom: 0;
}

.modal-body .table.popup_table tbody .white_layout {
  border: 1px solid rgb(0 0 0 / 10%) !important;
}

.modal-body .table.popup_table table.table.table-bordered td b {
  padding-left: 28px;
  display: block;
  margin-top: -19px;
}

.orders-history .modal-body .table.popup_table table.table.table-bordered td b {
  padding-left: 0 !important;
  margin-top: 0 !important;
}

#combineOrderDetails
  .modal-body
  .table.popup_table
  table.table.table-bordered
  td
  b {
  margin: 0;
}

.form-check-input:checked {
  background-color: var(--clr-primary);
  border-color: var(--clr-primary);
}

.form-check-input:focus {
  border-color: var(--clr-primary);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(93 114 95 / 25%);
}

.modal-body .table.popup_table .table thead tr th {
  border: 1px solid rgb(0 0 0 / 10%) !important;
  color: var(--clr-primary);
  font-size: 13px;
  text-transform: capitalize;
}

.modal-body .table.popup_table .table tbody tr td {
  border: 1px solid rgb(0 0 0 / 10%) !important;
}

.modal-body .table.popup_table table.table.table-bordered td:last-child {
  border: none !important;
}

.modal-body .table.popup_table table.table.table-bordered td:first-child {
  text-align: left;
}

.left_sidebar.tab_colm.short_menu .project_tab h6 a [class*="fa-"] {
  font-size: 20px;
}

.project_tab h6 a .sidebar-control {
  margin-left: 15px;
}

.add_address_btn {
  float: right;
}

#th_address {
  position: relative;
  display: block;
  border: 0px solid rgb(0 0 0 / 10%) !important;
  width: fit-content;
  background: white;
  padding-left: 2px;
  margin-left: 8px;
  margin-right: 8px;
  padding-right: 2px;
}

#div_skew {
  position: inherit;
  height: 254px;
  margin: -137px;
}

.label-wrapper {
  position: absolute;
  background: white;
  top: -20px;
  left: 10px;
  margin: 9px 0;
  padding: 0 10px;
}

.label-wrapper span {
  font-weight: bold;
  font-size: 16px;
}

.devider {
  margin-top: 5px !important;
}

.form-container .field-container:first-of-type {
  grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
  grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
  grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
  grid-area: security;
}

.field-container input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.field-container {
  position: relative;
}

.form-container label {
  padding-bottom: 5px;
  font-size: 13px;
}

.form-container input {
  margin-top: 3px;
  padding: 15px;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}

.form-container .invalid-feedback {
  display: block;
  color: red;
}

.heading_order {
  display: inherit;
}

/* notification stye  */
.notification {
  width: 100%;
  background-color: #ff9966;
  padding: 10px;
}

.notification span {
  color: #fff;
}

.notification span a {
  color: #fff;
  text-decoration: underline;
}

.disabled {
  cursor: not-allowed;
  background-color: #f6f6f6 !important;
}

.dashboard-text {
  width: 50%;
  position: relative;
  margin: 0 auto;
}

.product-heading {
  font-weight: 700;
}

.product-view {
  max-height: 700px;
  overflow-y: scroll;
}

.product-img {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  border: 1px solid gray;
  cursor: pointer;
  object-fit: contain;
}

.buy-sample {
  display: flex;
  width: 100px;
  /* height: 100px; */
  padding: 5px;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  border: 1px solid #734643;
  color: #734643;
  cursor: pointer;
}

.product-title {
  font-size: 10px;
  width: 100px;
  /* height: 40px; */
  word-break: break-word;
  white-space: normal;
  line-height: 14px !important;
}

.no-product-message {
  font-size: 14px;
  margin-top: 5px;
}

.buy-sample {
  cursor: pointer;
}

.old-plan-container {
  width: 250px;
  height: 250px;
}

.suggested-plan-container {
  width: 300px;
  height: 300px;
}

.upcoming-product-img-container {
  height: "50px";
}

.upcoming-product-img {
  height: "50px";
  object-fit: "cover";
  width: "100%";
}

.upcoming-text {
  color: #b78580;
  font-weight: 900;
}

.text-brown {
  color: #b78580 !important;
}

.upcoming-heading {
  font-size: 18px;
  text-align: left;
}

.coming-soon {
  font-size: 16px;
  text-align: center;
  color: #656565 !important;
}

.getstarted-brown {
  background: #b78580;
  color: white;
  font-weight: 600;
  text-decoration: underline;
  padding: 14px !important;
  font-size: 18px;
  margin-top: -90px;
  cursor: pointer;
}

.bottom-upcoming-div {
  background: var(--clr-light-bg);
  font-size: 16px;
  color: #e0911a;
  padding: 5px;
  margin-right: 10px;
  border-radius: 3px;
}

.upcoming-confirm {
  background: #b78580;
  color: white;
  font-weight: 600;
  cursor: pointer;
  border-radius: 3px;
}

.upcoming-connections-name {
  font-size: 12px;
  padding: 0px !important;
  width: 80%;
  text-align: left !important;
  word-break: break-all;
}

.confirm_free_plan_title {
  font-family: "Poppins-Regular", "Poppins", sans-serif;
  color: var(--clr-primary);
  text-align: left;
}

.confirm_free_plan_img_div {
  width: 40px;
  height: 40px;
  position: absolute !important;
  /* margin-top: 5.1rem !important; */
  margin-left: 0.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #ffff;
  background-repeat: no-repeat;
  border: 2px solid #ededed;
  border-radius: 50%;
}

.confirm_free_plan_img_div img {
  margin-top: 9px;
  width: 23px;
  text-align: center;
}

#submit_resale_license {
  font-size: 16px;
  line-height: 44px;
  font-weight: 400;
  width: 100%;
  color: #9ba39b;
}

#submit_resale_license::-webkit-file-upload-button {
  min-width: 146px;
  outline: none;
  font-size: 16px;
  line-height: 44px;
  font-weight: 400;
  border: none;
  transition: 0.5s;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: var(--clr-white);
  margin-left: 5px;
  text-transform: capitalize;
  text-decoration: none;
  background-color: var(--clr-primary);
}

#submit_resale_license::before {
  font-size: 16px;
  line-height: 44px;
  font-weight: 400;
  width: 100%;
  color: #9ba39b;
}
