/* ***** Common Css **** */
:root {
  scroll-behavior: initial;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

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

img {
  display: block;
}

button,
a {
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  text-decoration: none;
}

body,
html {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background: #ffffff;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.container {
  max-width: 1550px;
  padding: 0 15px;
}

/* ***** End Common Css **** */
body {
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
}

/* **** Header **** */
header {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  border-bottom: 0.5px solid #2d2e34;
  background: rgba(201, 201, 201, 0.1);
  backdrop-filter: blur(9.300000190734863px);
  padding: 25px 0;
  z-index: 120;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}

header .container {
  max-width: 1750px;
}

.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
  margin-left: 0;
}

.navbar-brand {
  float: none;
  height: auto;
  padding: 0;
  margin: 0;
  width: 30%;
}

.navbar-brand img {
  max-width: 100%;
  height: 45px;
}

.navbar {
  background: transparent;
  position: static;
  width: 100%;
  left: 0;
  top: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0px 0;
  align-items: center;
  z-index: 120;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}

/* **** Navbar Nav Center **** */
.navbar-light .navbar-nav {
  margin: 0 auto;
  width: 35%;
  justify-content: center;
}

.navbar-light .navbar-nav li {
  margin-right: 20px;
}

.navbar-light .navbar-nav .nav-link {
  padding: 8px 16px;
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
  border: 1px solid transparent;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 4px;
  left: 4px;
  border-radius: 10px;
  background: linear-gradient(275deg, #94c0de 0%, rgba(148, 192, 222, 0) 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-light .navbar-nav .nav-link span {
  display: block;
  margin-right: 5px;
  width: 24px;
  position: relative;
}

.navbar-light .navbar-nav .nav-link span img {
  max-width: 100%;
  filter: invert(1) brightness(0);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-light .navbar-nav .nav-link span img.image1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active {
  color: #2385c7;
  border: 1px solid #2d2e34;
  background: #fff;
}

.navbar-light .navbar-nav .nav-link:hover img.image1 {
  opacity: 1;
}

.navbar-light .navbar-nav .nav-link:hover img.hoverImage {
  opacity: 0;
}

.navbar-light .navbar-nav .nav-link.active:hover img.image1 {
  opacity: 0;
}

.navbar-light .navbar-nav .nav-link.active:hover img.hoverImage {
  opacity: 1;
}

.navbar-light .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .nav-link:focus:before,
.navbar-light .navbar-nav .nav-link.active:before {
  opacity: 1;
  visibility: visible;
}

.navbar-light .navbar-nav .nav-link:hover img,
.navbar-light .navbar-nav .nav-link:focus img,
.navbar-light .navbar-nav .nav-link.active img {
  filter: unset;
}

/* **** End Navbar Nav Center **** */

/* **** Navbar Nav Right  **** */
.navbar-light .navbar-nav-right {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
  width: 35%;
  justify-content: center;
  justify-content: flex-end;
}

.navbar-light .navbar-nav-right li {
  margin-right: 10px;
}

.navbar-light .navbar-nav-right li:nth-child(4) {
  margin-right: 12px;
}

.navbar-light .navbar-nav-right li:last-child {
  margin: 0;
}

.navbar-light .navbar-nav-right li .nav-link {
  padding: 0;
  margin: 0;
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  border: 1px solid transparent;
  padding: 9px 14px;
  border-radius: 10px;
  border: 1px solid transparent;
}

.navbar-light .navbar-nav-right li .nav-link span {
  position: relative;
  z-index: 9;
}

.navbar-light .navbar-nav-right li .nav-link:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 4px;
  left: 4px;
  border-radius: 10px;
  background: linear-gradient(275deg, #94c0de 0%, rgba(148, 192, 222, 0) 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-light .navbar-nav-right li .nav-link:hover,
.navbar-light .navbar-nav-right li .nav-link.active {
  border: 1px solid #2d2e34;
  background: #fff;
  color: #2385c7;
  /*    font-weight: 600;*/
}

.navbar-light .navbar-nav-right li .nav-link:hover:before,
.navbar-light .navbar-nav-right li .nav-link.active:before {
  opacity: 1;
  visibility: visible;
}

.navbar-light .navbar-nav-right li .head-icon {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-light .navbar-nav-right li .head-icon img {
  max-width: 100%;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-light .navbar-nav-right li .head-icon:hover {
  background: #2385c7;
}

.navbar-light .navbar-nav-right li .head-icon:hover img {
  filter: invert(1) grayscale(1) brightness(2);
}

/* **** End Navbar Nav Right  **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {
  background-color: transparent;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
  height: 40px;
  width: 50px;
  padding: 0;
}

.navbar-light .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: unset;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 18px;
  background-image: none;
  position: relative;
  border-bottom: 2px solid #344054;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 2px;
  background-color: #344054;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
  border-color: transparent;
}

/* **** End toggler **** */

/* **** Packages **** */
.package-wrp {
  padding: 20px 0;
  position: relative;
}

.package-wrp:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 382px;
  background-image: url('../images/package-bg.svg');
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -2;
}

.package-wrp .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0 auto 20px;
}

.package-wrp .nav-tabs li {
  margin-right: 40px;
  padding-right: 40px;
  position: relative;
}

.package-wrp .nav-tabs li:before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  height: 24px;
  width: 1px;
  background: #9094aa;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.package-wrp .nav-tabs li:last-child {
  padding: 0;
  margin: 0;
}

.package-wrp .nav-tabs li:last-child:before {
  margin: 0;
  display: none;
}

.package-wrp .nav-tabs li .nav-link {
  color: #9094aa;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  border: none;
  width: 145px;
  border-radius: 0;
  position: relative;
}

.package-wrp .nav-tabs li .nav-link:before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  left: 50%;
  bottom: 0;
  background: #2385c7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.package-wrp .nav-tabs .nav-item.show .nav-link:hover,
.package-wrp .nav-tabs .nav-item.show .nav-link,
.package-wrp .nav-tabs .nav-link.active {
  color: #2385c7;
  font-weight: 700;
}

.package-wrp .nav-tabs .nav-item.show .nav-link:hover:before,
.package-wrp .nav-tabs .nav-item.show .nav-link:before,
.package-wrp .nav-tabs .nav-link.active:before {
  width: 100%;
  left: 0;
}

.package-overview-block {
  border-radius: 30px;
  border: 0.5px solid #22282c;
  background: rgba(201, 201, 201, 0.1);
  backdrop-filter: blur(9.300000190734863px);
  padding: 20px 30px;
}

.package-overview-block .overview-title {
  margin: 0 0 10px;
}

.package-overview-block .overview-title h2 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.package-overview-block .overview-title ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.package-overview-block .overview-title ul li {
  margin-right: 12px;
}

.package-overview-block .overview-title ul li:last-child {
  margin: 0;
}

.package-overview-block .overview-title h4 {
  color: #22282c;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.package-overview-block .overview-title h5 {
  color: #9094aa;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  border-radius: 7px;
  border: 1px solid #f0f0f0;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  padding: 5px 20px;
  margin: 0;
}

.package-overview-block .overview-title h5 span {
  color: #2385c7;
}

.package-overview-block .main-row .col-md-6.col-sm-12.main-col {
  width: 40%;
}

.package-overview-block .main-row .col-md-3.col-sm-12.main-col {
  width: 30%;
}

.package-overview-block .main-row .col-md-3.col-sm-12.main-col {
  width: 30%;
}

.package-slider {
  padding: 15px;
  border-radius: 14px;
  border: 1px solid #f0f0f0;
  background: #fff;
  height: 186px;
  overflow: hidden;
}

.package-slider h2 {
  color: #2d2e34;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 12px;
}

.package-slider .row {
  align-items: center;
}

.package-slider .col-md-7 {
  border-left: 1px solid #d4d5d9;
  padding-left: 30px;
}

.package-slider .user-box {
  display: flex;
  align-items: center;
}

.package-slider .user-box .box-img {
  margin-right: 20px;
}

.package-slider .user-box .box-img img {
  height: 70px;
  width: 70px;
  min-width: 70px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 0 10px;
}

.package-slider .user-box .box-img h6 {
  color: #2d2e34;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin: 0;
}

.package-slider .user-box .description h3 {
  margin: 0 0 27px;
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.package-slider .user-box .description h3 span {
  color: #2d2e34;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.package-slider .returns-info ul li {
  margin: 0 0 15px;
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.package-slider .returns-info ul li span {
  display: block;
  color: #2d2e34;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.package-slider .returns-info ul li:last-child {
  margin: 0;
}

.package-slider .slick-dots {
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.package-slider .slick-dots li {
  margin: 0 0 4px;
  line-height: 0;
}

.package-slider .slick-dots li:last-child {
  margin: 0;
}

.package-slider .slick-dots li button {
  width: 4px;
  height: 6px;
  border-radius: 5px;
  background: #f0f0f0;
  font-size: 0;
  border: none;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.package-slider .slick-dots li.slick-active button {
  background: #2385c7;
  height: 13px;
}

.package-slider button.slick-prev.slick-arrow,
.package-slider button.slick-next.slick-arrow {
  position: absolute;
  right: 20px;
  top: 24px;
  z-index: 9;
  font-size: 0;
  font-weight: 0;
  border: none;
  box-shadow: none;
  outline: none;
}

.package-slider button.slick-next.slick-arrow {
  top: auto;
  bottom: 23px;
}

.package-slider button.slick-prev.slick-arrow:before,
.package-slider button.slick-next.slick-arrow:before {
  position: absolute;
  content: '\f106';
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
  width: 28px;
  height: 28px;
  border-radius: 7px;
  border: 1px solid #2385c7;
  font-size: 16px;
  color: #2385c7;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.package-slider button.slick-next.slick-arrow:before {
  top: auto;
  bottom: 0;
  content: '\f107';
}

.package-slider button.slick-prev.slick-arrow:hover:before,
.package-slider button.slick-next.slick-arrow:hover:before {
  background: #2385c7;
  color: #fff;
}

.tips-block {
  border-radius: 14px;
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 15px;
}

.tips-block h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 5px;
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
}

.tips-block h2 a {
  color: #2385c7;
  font-size: 12px;
  font-weight: 400;
  display: table;
  padding: 6px;
  border-radius: 7px;
  border: 1px solid #f0f0f0;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
}

.tips-block h2 a:hover {
  background: #2385c7;
  color: #fff;
}

.tips-block ul li {
  border-radius: 7px;
  border: 1px solid #f0f0f0;
  background: rgba(201, 201, 201, 0.05);
  backdrop-filter: blur(9.300000190734863px);
  margin: 0 0 5px;
  padding: 6px;
}

.tips-block ul li:last-child {
  margin: 0;
}

.tips-block ul li .tips-box {
  display: flex;
  align-items: center;
}

.tips-block ul li .tips-box h5 {
  display: flex;
  align-items: center;
  margin: 0;
  color: #2d2e34;
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
  line-height: normal;
}

.tips-block ul li .tips-box h5 span {
  display: block;
  color: #46af51;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  background: #d0f1dd;
  padding: 3px 13px;
  margin-left: 10px;
}

.tips-block ul li .tips-box h5 span.danger {
  background: #f1d0d0;
  color: #af4646;
}

.tips-block ul li .tips-box h6 {
  color: #2d2e34;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.tips-block ul li .tips-box h6 span {
  color: #2385c7;
}

.tips-block ul li .tips-box h4 {
  margin: 0;
  color: #2385c7;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0 auto;
}

.tips-block ul li .tips-box h4.up {
  color: #46af51;
}

.package-filter {
  margin: 20px 0 30px;
  border-radius: 14px;
  border: 1px solid #f0f0f0;
  background: rgba(201, 201, 201, 0.1);
  backdrop-filter: blur(9.300000190734863px);
  padding: 15px;
  position: relative;
  z-index: 9;
}

.package-filter .filter-links .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.package-filter .filter-links .list li {
  margin-right: 46px;
}

.package-filter .filter-links .list li:last-child {
  margin: 0;
}

.package-filter .filter-links .list li:first-child {
  margin-right: 12px;
}

.package-filter .filter-links .list li a {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.package-filter .filter-links .list li a:hover {
  color: #2385c7;
}

.package-filter .filter-links .list li.dropdown .dropdown-toggle {
  color: #2385c7;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 9px 15px;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fff;
}

.package-filter .filter-links .list li.dropdown .dropdown-toggle:after {
  display: none;
}

.package-filter .filter-links .list li.dropdown .dropdown-toggle i {
  margin-left: 6px;
}

.package-filter .filter-links .list li.dropdown .dropdown-menu {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  background: #fff;
}

.package-filter .filter-links .list li.dropdown .dropdown-menu li {
  margin: 0 0 2px;
}

.package-filter .filter-links .list li.dropdown .dropdown-menu li:last-child {
  margin: 0;
}

.package-filter .filter-links .list li.dropdown .dropdown-menu li a {
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
}

.package-filter .filter-links .list li.dropdown .dropdown-menu li a:hover {
  background: #2385c7;
  color: #fff;
}

.package-filter form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 483px;
  margin-left: auto;
}

.package-filter form .form-group {
  margin: 0 20px 0 0;
}

.package-filter .form-group {
  position: relative;
}

.package-filter .form-group i {
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.package-filter .form-group .form-control {
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 10px 7px 34px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #9094aa;
  background: transparent;
  min-width: 256px;
}

.package-filter button {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 15px;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  background: #2385c7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.package-filter form button i {
  margin-right: 6px;
}

.package-filter form button:hover {
  background: #000;
  color: #fff;
}

/* **** Package Box **** */
.package-box {
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 15px 15px 33px;
  position: relative;
  margin: 0 0 47px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.package-box:hover {
  border-color: #2385c7;
}

.package-box .badge {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: block;
  border-radius: 5px;
  background: #ffae50;
  padding: 5px 11px;
  position: absolute;
  left: 15px;
  top: -13px;
}

.package-box .box-title {
  margin: 0 0 10px;
}

.package-box .box-title .row {
  align-items: center;
}

.package-box .box-title h2 {
  color: #2385c7;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  /* cursor: text; */
}

.package-box .offer-info h3 label {
  background: #049c55;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  padding: 5px 11px;
  margin-left: 10px;
}

.advisor-package-wrp .package-box .box-title h2 {
  color: #2385c7;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  cursor: pointer;
}

.package-box .box-title ul {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.package-box .box-title ul li {
  padding: 0 5px;
  width: 50%;
}

.package-box .box-title ul li a {
  color: #2385c7;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  display: block;
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fff;
  padding: 9px 5px;
}

.package-box .box-title ul li a:hover {
  background: #2385c7;
  color: #fff;
}

.package-box .box-title ul li.type {
  color: #2385c7;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  display: block;
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fff;
  padding: 9px 5px;
  margin: 2px;
}

.package-box .user-box {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}

.package-box .user-box img.user-img {
  height: 82px;
  width: 82px;
  min-width: 82px;
  border-radius: 100%;
  margin-right: 15px;
  object-fit: cover;
  object-position: center;
}

.package-box .user-box .detail {
  width: 100%;
}

.package-box .user-box .detail h3 {
  color: #2d2e34;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 5px;
}

.package-box .user-box .detail h4 {
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 5px;
}

.package-box .user-box .detail h5 {
  color: #2d2e34;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #e4f1f4;
  width: 100%;
  padding: 7px;
  margin: 0;
}

.package-box .user-box .detail h5 span {
  color: #2385c7;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin: 0 3px 0 5px;
}

.package-box .user-detail p {
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 33px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.package-box .progress {
  height: 8px;
  border-radius: 10px;
  background-color: #fff;
  overflow: unset;
  margin: 25px 0 25px !important;
}

.package-box .progress-bar {
  overflow: unset;
  position: relative;
}

.package-box .progress span {
  position: absolute;
  left: 0;
  -webkit-transform: translate(-50%, -17px);
  transform: translate(0, -17px);
  color: #af4646;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.package-box .progress .success {
  background: #fce7e7;
  border-radius: 6px 0 0 6px;
}

.package-box .progress .danger {
  background: #e0fbea;
  border-radius: 0 6px 6px 0;
}

.package-box .progress .danger span {
  color: #46af51;
  right: 0;
  left: auto;
  transform: translate(0px, -17px);
}

.package-box .progress .progres-arrow {
  width: 16px;
  position: absolute;
  right: -8px;
  bottom: -12px;
}

.package-box .package-detail {
  padding: 15px 20px 0;
  border-radius: 14px;
  background: #e4f1f4;
  margin: 0 0 16px;
}

.package-box .package-detail ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.package-box .package-detail ul li {
  width: 50%;
}

.package-box .package-detail ul li {
  width: 50%;
  display: flex;
  align-items: flex-start;
  margin: 0 0 16px;
}

.package-box .package-detail ul li img {
  max-width: 100%;
  margin-right: 5px;
}

.package-box .package-detail ul li .detail h4 {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.package-box .package-detail ul li .detail.success h4 {
  color: #2ea34f;
}

.package-box .package-detail ul li .detail p {
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.package-box .offer-info h3 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d2e34;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}

.package-box .offer-info h3 span {
  color: #ffae50;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  display: table;
  padding: 2px 7px;
  border-radius: 5px;
  background: #ffe8cc;
  margin-right: 5px;
}

.package-box .offer-info h3 small {
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin-left: 5px;
}

.package-box .box-icons {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
}

.package-box .box-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.package-box .box-icons ul li {
  margin-right: 15px;
}

.package-box .box-icons ul li:last-child {
  margin: 0;
}

.package-box .box-icons ul li a {
  height: 34px;
  width: 34px;
  border-radius: 10px;
  background: #e4f1f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package-box .box-icons ul li a img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.package-box .box-icons ul li a.selected,
.package-box .box-icons ul li a:hover {
  background: #2385c7;
}

.package-box .box-icons ul li a.selected img,
.package-box .box-icons ul li a:hover img {
  filter: invert(1) grayscale(1) brightness(2);
}

/* **** Events Tab **** */
.event-overview-block {
  border-radius: 14px;
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 15px;
}

.event-overview-block h2 {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 5px;
  min-height: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event-overview-block h2 a {
  color: #2385c7;
  font-size: 12px;
  font-weight: 400;
  display: table;
  padding: 6px;
  border-radius: 7px;
  border: 1px solid #f0f0f0;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
}

.event-overview-block h2 a:hover {
  background: #2385c7;
  color: #fff;
}

.event-overview-block ul li {
  margin: 0 0 5px;
  border-radius: 7px;
  border: 1px solid #f0f0f0;
  background: rgba(201, 201, 201, 0.05);
  backdrop-filter: blur(9.300000190734863px);
  padding: 5px 15px;
}

.event-overview-block ul li:last-child {
  margin: 0;
}

.event-overview-block .event-overview-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
}

.event-overview-block .event-overview-box h5 {
  color: #2d2e34;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.event-overview-block .event-overview-box h4 {
  display: flex;
  align-items: center;
  margin: 0;
  color: #9094aa;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.event-overview-block .event-overview-box h4 img {
  max-width: 100%;
  margin-right: 5px;
}

.event-overview-block .event-overview-box a {
  margin-left: 15px;
}

.event-overview-block .event-overview-box a:last-child {
  margin-left: 7px;
}

.event-overview-block .event-overview-box h6 {
  margin: 0;
  color: #2d2e34;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.event-overview-block .event-overview-box h6 span {
  color: #2385c7;
}

.event-filter.package-filter .filter-links .list li {
  margin-right: 20px;
}

.event-filter.package-filter .filter-links .list li:last-child {
  margin: 0;
}

.event-filter.package-filter .filter-links .list li:last-child a {
  color: #2385c7;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.event-filter.package-filter .date-block ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.event-filter.package-filter .date-block ul li {
  margin-right: 10px;
}

.event-filter.package-filter .date-block ul li:nth-child(2) {
  margin-right: 30px;
}

.event-filter.package-filter .date-block ul li:last-child {
  margin: 0;
}

.event-filter.package-filter .form-date-group {
  display: flex;
  align-items: center;
}

.event-filter.package-filter .form-date-group label {
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0 10px 0 0;
}

.event-filter.package-filter .form-date-group .input-box {
  position: relative;
}

.event-filter.package-filter .form-date-group i {
  position: absolute;
  left: 18px;
  top: 50%;
  font-size: 16px;
  color: #000;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.event-filter.package-filter .form-date-group .form-control {
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  box-shadow: none;
  outline: none;
  padding: 10px 22px 10px 44px;
  width: 168px;
}

.event-list {
  min-height: 1000px;
}

.event-box {
  margin: 0 0 30px;
  border-radius: 12px;
  border: 1px solid #b7b7b7;
  background: #fafafa;
  padding: 15px;
}

.event-box .box-img {
  position: relative;
  margin: 0 0 15px;
}

.event-box .box-img:before {
  position: absolute;
  content: '';
  border-radius: 0px 0px 10px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  height: 61px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 11px 11px;
}

.event-box .box-img .btn-secondary {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 18px;
  border-color: #fff;
  background: transparent;
  backdrop-filter: unset;
  display: table;
  border-radius: 11px;
  min-width: 95px;
  text-align: center;
}

.event-box .box-img .btn-secondary:hover {
  background: #fff;
  color: #2385c7;
}

.event-box .box-img .btn-bookmark {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e4f1f4;
}

.event-box .box-img .btn-bookmark:hover {
  color: #2385c7;
}

.event-box .box-img label {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.event-box .box-img label:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 2px;
  left: 2px;
  border-radius: 10px;
  background: linear-gradient(275deg, #94c0de 0%, rgba(148, 192, 222, 0) 100%);
  z-index: 1;
}

.event-box .box-img label span {
  color: #2385c7;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 11px 22px;
  display: table;
  border-radius: 11px;
  border: 1px solid #22282c;
  background: #fff;
  position: relative;
  z-index: 9;
}

.event-box .box-img label span b {
  font-weight: 600;
  text-decoration: line-through;
  color: #525669;
}

.event-box .box-img img {
  width: 100%;
  border-radius: 10px;
}

.event-box .detail {
  position: relative;
}

.event-box .detail h3 {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 7px;
}

.event-box .detail ul li {
  color: #525669;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 0 0 7px;
}

.event-box .detail ul li:last-child {
  margin: 0;
}

.event-box .detail ul li span {
  min-width: 24px;
  margin-right: 5px;
  display: block;
}

.event-box .detail .btn-secondary {
  color: #2385c7;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 11px;
  background: transparent;
}

.event-box .detail .btn-secondary:hover {
  color: #fff;
  background: #2385c7;
}

.event-box.selected .box-img .btn-bookmark {
  color: #2385c7;
}

/* **** End Events Tab **** */

.btn-secondary {
  color: #2385c7;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  display: table;
  padding: 4px 11px;
  border-radius: 5px;
  border: 1px solid #2385c7;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  min-width: 55px;
  text-align: center;
}

.btn-secondary:hover {
  background: #2385c7;
  color: #fff;
}

/* **** Footer **** */
footer {
  background: #f0f0f0;
  padding: 25px 0;
}

footer .container {
  max-width: 1750px;
}

footer p {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

footer ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

footer ul li {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

footer ul li::before {
  position: absolute;
  content: '';
  height: 80%;
  width: 1px;
  background: #2d2e34;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

footer ul li:last-child {
  margin: 0;
  padding: 0;
}

footer ul li:last-child:before {
  display: none;
}

footer ul li a {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

footer ul li a:hover {
  color: #2385c7;
}

/* **** End Footer **** */

/* **** breadcrumb **** */
.breadcrumb {
  margin: 0 0 20px;
}

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

.breadcrumb ul li {
  padding-right: 8px;
  margin-right: 3px;
  position: relative;
  color: #2d2e34;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}

.breadcrumb ul li:before {
  position: absolute;
  content: '/';
  color: #9094aa;
  font-size: 12px;
  font-weight: 600;
  right: 0;
  top: 50%;
  -erbkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.breadcrumb ul li:first-child:before {
  display: none;
}

.breadcrumb ul li:last-child {
  padding: 0;
  margin: 0;
}

.breadcrumb ul li:last-child:before {
  display: none;
}

.breadcrumb ul li a {
  color: #9094aa;
  display: flex;
  align-items: center;
}

.breadcrumb ul li a span {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2385c7;
  font-size: 16px;
  height: 40px;
  width: 40px;
  margin-right: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.breadcrumb ul li a:hover {
  color: #2385c7;
}

.breadcrumb ul li a:hover span {
  background: #2385c7;
  color: #fff;
}

/* **** End breadcrumb **** */

/* **** Package Detail **** */
.package-detail-wrp {
  padding: 30px 0 50px;
}

.package-information {
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 15px;
}

.package-information h3 {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.package-information ul li {
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
  word-wrap: break-word;
}

.package-information ul li strong {
  display: block;
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px;
}

.package-information a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #2385c7;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
}

.package-information a img {
  max-width: 100%;
  margin-right: 8px;
  filter: invert(1) grayscale(1) brightness(2);
  -webkit-translate: all 0.3s linear;
  translate: all 0.3s linear;
}

.package-information a:hover {
  background: #000;
  color: #fff;
}

.package-table .package-title {
  margin: 0 0 20px;
}

.package-table .package-title .row {
  align-items: center;
}

.package-table .package-title h2 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.package-table .package-title ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.package-table .package-title ul li {
  margin-right: 5px;
}

.package-table .package-title ul li.price-info {
  margin-right: 20px;
}

.package-table .package-title ul li.nav-item a {
  color: #9094aa;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: rgba(201, 201, 201, 0.1);
  backdrop-filter: blur(9.300000190734863px);
  display: table;
  padding: 10px 20px;
}

.package-table .package-title ul li.nav-item a.active,
.package-table .package-title ul li.nav-item a:hover {
  color: #2385c7;
  border-radius: 10px;
  border: 1px solid #2385c7;
}

.package-table .package-title ul li.price-info {
  color: #2385c7;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 10px;
  width: 192px;
  text-align: center;
  display: block;
  border-radius: 10px;
  background: #e4f1f4;
}

.package-table .package-title ul li.search-itme a {
  width: 41px;
  height: 41px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2385c7;
  font-size: 16px;
}

.package-table .package-title ul li.search-itme a:hover {
  background: #2385c7;
  color: #fff;
}

.package-table .package-title ul li.refresh-button button {
  width: 41px;
  height: 41px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2385c7;
  font-size: 16px;
}

.package-table .package-title ul li.refresh-button button:hover {
  background: #2385c7;
  color: #fff;
}

.package-table .table-block {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}

.package-table .dt-length {
  display: none;
}

.package-table .table-block table {
  border: 1px solid #f0f0f0;
  margin: 0;
}

.package-table .table-block table thead tr th {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 24px 12px;
  border-bottom: 1px solid #f0f0f0;
  background: rgba(201, 201, 201, 0.1);
  text-align: left;
  outline: none;
  box-shadow: none;
  vertical-align: middle;
}

.package-table .table-block table thead tr th a.price-info {
  font-size: 15px;
  color: #160042;
  display: inline-block;
  margin-left: 5px;
}

.package-table .table-block table thead tr th a.price-info:hover {
  color: #2385c7;
}

.tooltip-inner {
  background-color: #fff;
  color: #2385c7;
  border: 1px solid #2385c7;
}

.tooltip.bs-tooltip-top .tooltip-arrow {
  border-top-color: #000;
}

.custom-tooltip:before {
  position: absolute;
  content: '';
  position: absolute;
  bottom: 0;
  content: ' ';
  display: block;
  background-image: url('../images/tooltip-shap.svg');
  height: 11px;
  width: 11px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  bottom: -1px;
  background-color: #fff;
  z-index: 9;
  /*
    height: 10px;
    border-color: #2385C7 transparent transparent transparent;
    border-style: solid;
    border-width: 7px;
    left: 50%;
    bottom: -8px;
    z-index: 9;
    background: #fff;*/
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.package-table .table-block table tbody tr {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.package-table .table-block table tbody tr:hover {
  background: #f4fafc;
}

.package-table .table-block table tbody tr td {
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid #f0f0f0;
}

.package-table .table-block table tbody tr td h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.package-table .table-block table tbody tr td h6 a {
  color: #2d2e34;
}

.package-table .table-block table tbody tr td h4 {
  margin: 0;
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.package-table .table-block table tbody tr td h4 span {
  display: block;
  position: relative;
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.package-table .table-block table tbody tr td h4 span.open {
  padding-left: 12px;
}

.package-table .table-block table tbody tr td h4 span.open:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #5ada7e;
  border-radius: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.package-table .table-block table tbody tr td .badge {
  display: block;
  color: #af4646;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 7px 21px;
  border-radius: 10px;
  background: #f1d0d0;
  width: fit-content;
}

.package-table .table-block table tbody tr td .badge.success {
  color: #46af51;
  background: #d0f1dd;
}

.package-table .table-block table tbody tr.disabled {
  opacity: 0.5;
}

.package-table .table-block table thead tr th .dt-column-order {
  display: none !important;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
  box-shadow: none;
  outline: none;
}

.row.mt-2.justify-content-between:first-child {
  display: none !important;
}

.row.mt-2.justify-content-between:last-child .col-md-auto.me-auto {
  display: none !important;
}

.row.mt-2.justify-content-between:last-child .col-md-auto.ms-auto {
  justify-content: center !important;
  margin: 0 auto !important;
}

.package-table .page-link {
  font-size: 15px;
  color: #9094aa;
  font-weight: 400;
  box-shadow: none;
  outline: none;
}

.package-table .active>.page-link,
.page-link.active {
  background: #2385c7;
  border-color: #2385c7;
  color: #fff;
}

/* **** End Package Detail **** */

/* **** Packages ***** */
.packages-wrp {
  padding: 30px 0 67px;
}

.packages-wrp .col-lg-2.col-md-4.col-sm-12 {
  width: 20%;
}

.packages-wrp .col-lg-10.col-md-4.col-sm-12 {
  width: 80%;
}

.filter-sidebar {
  border-radius: 14px;
  border: 1px solid #f0f0f0;
  background: rgba(201, 201, 201, 0.1);
  backdrop-filter: blur(9.300000190734863px);
}

.filter-sidebar .sidebar-title {
  border-radius: 14px 14px 0px 0px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  padding: 10px 20px;
}

.filter-sidebar .sidebar-title h2 {
  color: #2385c7;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.filter-sidebar .sidebar-body {
  padding: 0 20px;
}

.filter-sidebar .sidebar-body .type-box {
  padding: 15px 0;
  border-bottom: 1px solid #d4d5d9;
}

.filter-sidebar .type-box h3 {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}

.filter-sidebar .type-box h3 a {
  color: #2385c7;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.filter-sidebar .type-box h3 a:hover {
  color: #000;
}

.filter-sidebar .type-box .search-box {
  position: relative;
  margin: 0 0 10px;
}

.filter-sidebar .type-box .search-box i {
  position: absolute;
  left: 15px;
  top: 50%;
  font-size: 16px;
  color: #9094aa;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.filter-sidebar .type-box .search-box .form-control {
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 10px 10px 45px;
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
}

.filter-sidebar .type-box .filter-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.filter-sidebar .type-box .filter-links li {
  margin: 5px;
}

.filter-sidebar .type-box .filter-links li a {
  color: #2385c7;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  padding: 12px 12px;
  border-radius: 10px;
  border: 1px solid #2385c7;
  display: block;
}

.filter-sidebar .type-box .filter-links li a.selected,
.filter-sidebar .type-box .filter-links li a:hover {
  background: #2385c7;
  color: #fff;
}

.filter-sidebar .type-box ul.filter-links li input {
  position: absolute;
  opacity: 0;
}

.filter-sidebar .type-box ul.filter-links li input:checked+label {
  background: #2385c7;
  color: #fff;
}

.filter-sidebar .type-box ul.filter-links li .btn-secondary {
  font-size: 14px;
  padding: 11px;
  display: block;
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s linear;
  cursor: pointer;
}

.filter-sidebar .type-box .filter-checkbox li {
  margin: 0 0 10px;
}

.filter-sidebar .type-box .filter-checkbox li:last-child {
  margin: 0;
}

.filter-sidebar .type-box .filter-online {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.filter-sidebar .type-box .filter-online li {
  margin-right: 50px;
}

.filter-sidebar .type-box .filter-online li:last-child {
  margin: 0;
}

.form-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-checkbox label {
  position: relative;
  cursor: pointer;
  color: #525669;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.form-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  background: #fff;
  height: 20px;
  width: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form-checkbox label:after {
  position: absolute;
  content: '\f00c';
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  opacity: 0;
  top: 1px;
  left: 0;
}

.form-checkbox input:checked+label:before {
  background: #2385c7;
  border-color: #2385c7;
}

.form-checkbox input:checked+label:after {
  opacity: 1;
}

.form-checkbox input:checked+label {
  color: #2385c7;
  font-weight: 600;
}

.range-box {
  padding: 15px 0 40px;
}

.range-box h3 {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range-box h3 .form-checkbox label:before {
  margin: 0;
}

.range-box .ui-widget.ui-widget-content {
  height: 2px;
  width: 100%;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 6px;
  background: #d4d5d9;
}

.range-box .value {
  position: absolute;
  top: 22px;
  left: 50%;
  margin: 0;
  width: 40px;
  text-align: center;
  display: block;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #2385c7;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.range-box .price-range-both.value {
  width: 100px;
  top: 17px;
}

.range-box .price-range-both {
  display: none;
}

.range-box .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #2385c7;
  border: none;
  box-shadow: none;
  outline: none;
  top: -9px;
}

.range-box .ui-slider .ui-slider-range {
  background: #2385c7;
}

.packages-wrp .package-filter {
  margin: 0 0 30px;
  position: relative;
  z-index: 9;
}

.packages-wrp .package-filter form ul {
  display: flex;
  align-items: center;
}

.packages-wrp .package-filter form ul li {
  margin-right: 10px;
}

.packages-wrp .package-filter form ul li:last-child {
  margin: 0;
}

.packages-wrp .package-filter form ul li a {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.packages-wrp .package-filter form ul li a img {
  max-width: 100%;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.packages-wrp .package-filter form ul li a:hover {
  background: #2385c7;
}

.packages-wrp .package-filter form ul li a:hover img {
  filter: invert(1) grayscale(1) brightness(2);
}

.filter-sidebar .type-box .location-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.filter-sidebar .type-box .location-info li {
  padding: 0 10px;
}

.filter-sidebar .type-box .location-info li a {
  color: #525669;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.filter-sidebar .type-box .location-info li a img {
  max-width: 100%;
  margin: 0 auto 5px;
}

/* **** End Packages ***** */

/* **** Compare **** */
.compare-wrp {
  padding: 30px 0 50px;
}

.compare-wrp .breadcrumb {
  margin: 0 0 20px;
}

.compare-wrp .compare-package-block {
  border-radius: 15px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 20px;
  margin: 0 0 30px;
}

.compare-wrp .compare-package-block h2 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}

.compare-package-table table {
  margin: 0;
}

.compare-package-table table tbody tr th {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  vertical-align: middle;
}

.compare-package-table table tbody tr td {
  padding: 6px 11px;
  position: relative;
  vertical-align: middle;
}

.compare-package-table table tbody tr:last-child td .form-control {
  display: none;
}

.compare-package-table table tbody tr td .form-group {
  position: relative;
  max-width: 242px;
}

.compare-package-table table tbody tr td .closeButton {
  height: 26px;
  width: 26px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  background: transparent;
  border: 1.5px solid #2385c7;
  color: #2385c7;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.compare-package-table table tbody tr td .closeButton:hover {
  background: #2385c7;
  color: #fff;
}

.compare-package-table table tbody tr td .form-control {
  color: #2d2e34;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 14px;
  box-shadow: none;
  outline: none;
  max-width: 242px;
}

.compare-package-table table tbody tr:first-child td .form-control {
  border: 1px solid #2385c7;
  color: #2385c7;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  padding: 14px 54px 14px 14px;
  display: block;
}

.compare-package-table table tbody tr:first-child td .form-control::placeholder {
  color: #2385c7;
}

.compare-package-table .add-packages {
  margin-left: auto;
  display: table;
  border-bottom: 1px solid #9094aa;
  color: #9094aa;
  max-width: 242px;
}

.compare-package-table #columnButton {
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  /* border-bottom: 1px solid #9094aa; */
  border-bottom: unset;
  padding: 0 0 7px;
  min-width: 200px;
  text-align: left;
  /* margin-left: auto;
  display: table; */
  margin-left: 7px;
}

.compare-package-table .btn-main {
  color: #2385c7;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  display: table;
  width: 100%;
  position: relative;
  max-width: 242px;
}

.compare-package-table .btn-main span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #2d2e34;
  background: #fff;
  padding: 10px;
  position: relative;
  z-index: 9;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.compare-package-table .btn-main span img {
  max-width: 100%;
  margin-right: 5px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.compare-package-table .btn-main:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 4px;
  left: 4px;
  border-radius: 10px;
  background: linear-gradient(275deg, #94c0de 0%, rgba(148, 192, 222, 0) 100%);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.compare-package-table .btn-main:hover span {
  border-color: #2d2e34;
  background: #2385c7;
  color: #fff;
}

.compare-package-table .btn-main:hover span img {
  filter: invert(1) grayscale(1) brightness(2);
}

.compare-package-table .btn-main:hover:before {
  top: 0;
  left: 0;
}

.compare-package-chart {
  border-radius: 15px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 15px;
}

.compare-package-chart h2 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}

.compare-package-chart .chart-box .apexcharts-yaxis-title .apexcharts-text.apexcharts-yaxis-title-text {
  color: #2d2e34 !important;
  font-family: 'Open Sans' !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

.compare-package-chart .chart-box .apexcharts-text.apexcharts-xaxis-label {
  color: #2d2e34 !important;
  text-align: center !important;
  font-family: 'Open Sans' !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

/* **** End Compare **** */

/* **** package Wrpper **** */
.package-wrpper {
  padding: 30px 0 50px;
}

.package-wrpper .breadcrumb {
  margin: 0 0 20px;
}

.package-wrpper .package-detail-box .package-box {
  padding: 20px 20px 25px;
  margin: 0 0 30px;
}

.package-wrpper .package-detail-box .package-box:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 182px;
  background: #d4d5d9;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.package-wrpper .package-detail-box .user-detail {
  max-width: 440px;
}

.package-wrpper .package-detail-box .package-box .progress {
  max-width: 440px;
  margin: 0;
}

.package-wrpper .package-detail-box .package-box .user-box {
  max-width: 440px;
}

.package-wrpper .package-detail-box .package-box .package-detail {
  padding: 0;
  border: none;
  background: transparent;
  max-width: 419px;
  margin-left: auto;
  padding: 35px 0 0;
}

.package-wrpper .package-detail-box .package-box .package-detail ul li {
  margin: 0 0 12px;
}

.package-wrpper .package-detail-box .package-box .box-icons {
  left: auto;
  right: 15px;
  top: 15px;
  bottom: auto;
}

.package-wrpper .package-detail-box .package-box .box-icons ul li.type {
  height: auto;
  width: auto;
  display: block;
  color: #2385c7;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  padding: 8px 12px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fff;
}

.package-wrpper .package-detail-box .package-box .box-icons ul li a.btn:hover {
  background: #2385c7;
  color: #fff;
}

.package-wrpper .performers-block h2 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px;
}

.package-wrpper .performers-block .nav-tabs {
  flex-wrap: wrap;
  margin: 0 -10px 10px;
  border: none;
}

.package-wrpper .performers-block .nav-tabs li {
  padding: 10px;
  width: 25%;
}

.package-wrpper .performers-block .nav-tabs li .nav-link {
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: left;
  color: #2385c7;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.package-wrpper .performers-block .nav-tabs li .nav-link span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.package-wrpper .performers-block .nav-tabs li .nav-link .inner-info {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  margin: 15px 0 0;
}

.package-wrpper .performers-block .nav-tabs li .nav-link .inner-info h6 {
  margin: 0;
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.package-wrpper .performers-block .nav-tabs li .nav-link .inner-info h6 strong {
  color: #2d2e34;
  display: block;
  margin: 5px 0 0;
  font-weight: 400;
}

.package-wrpper .performers-block .nav-tabs .nav-link:hover,
.package-wrpper .performers-block .nav-tabs .nav-item.show .nav-link,
.package-wrpper .performers-block .nav-tabs .nav-link.active {
  border: 1px solid #2385c7;
  background: #e4f1f4;
}

.package-wrpper .performers-block .chart-box {
  border-radius: 15px;
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 15px;
  margin: 0 0 30px;
}

.package-wrpper .performers-block .chart-box h2 {
  color: #2385c7;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.package-wrpper .performers-block .chart-box h2 span {
  color: #2385c7;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  padding: 9px 20px;
  border-radius: 10px;
  background: #e4f1f4;
  margin-left: 10px;
  display: table;
}

.package-wrpper .performers-info {
  margin: 0 0 30px;
}

.package-wrpper .performers-info h2 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0 20px;
}

.package-wrpper .performers-info h2.performers-info-heading {
  border-bottom: 1px solid #d4d5d9;
}

.package-wrpper .performers-info ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.package-wrpper .performers-info ul li {
  color: #525669;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 25px;
  position: relative;
  width: 50%;
  padding-left: 25px;
}

.package-wrpper .performers-info p {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow-wrap: anywhere;
  text-align: justify;
}

.package-wrpper .performers-info ul li:before {
  position: absolute;
  content: '\f058';
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  color: #525669;
  font-size: 14px;
  left: 0;
  top: 3px;
}

.performers-btn {
  color: #2385c7;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: end;
}

.performers-btn.collapsed {
  align-items: normal;
}

.performers-btn.collapsed i:before {
  content: '\f0dd';
}

.performers-btn i {
  margin-left: 6px;
}

.performers-btn:hover {
  color: #000;
}

.user-information {
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 15px;
  margin: 30px 0 30px;
}

.user-information .row {
  margin: 0 -20px;
  align-items: center;
}

.user-information .col-md-5 {
  padding: 0 20px;
}

.user-information .col-md-7 {
  padding: 0 20px;
  border-left: 1px solid #d4d5d9;
}

.user-information .user-box {
  display: flex;
  align-items: center;
}

.user-information .user-box img.user-img {
  height: 82px;
  width: 82px;
  min-width: 82px;
  border-radius: 100%;
  margin-right: 15px;
  object-fit: cover;
  object-position: center;
}

.user-information .user-box .detail {
  width: 100%;
}

.user-information .user-box .detail h3 {
  color: #2d2e34;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 5px;
}

.user-information .user-box .detail h4 {
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 5px;
}

.user-information .user-box .detail h5 {
  color: #2d2e34;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #e4f1f4;
  width: 100%;
  padding: 7px;
  margin: 0;
}

.user-information .user-box .detail h5 span {
  color: #2385c7;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin: 0 3px 0 5px;
}

.user-information .user-detail p {
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 33px;
}

.user-information .user-data ul {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}

.user-information .user-data ul li {
  padding: 0 10px;
  width: 37%;
}

.user-information .user-data ul li:nth-child(2) {
  width: 26%;
}

.user-information .user-data ul li .data-box {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 16px 30px;
  min-width: 154px;
}

.user-information .user-data ul li .data-box h4 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 4px;
}

.user-information .user-data ul li .data-box h5 {
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.user-information .description {
  margin: 15px 0 0;
}

.user-information .description h3 {
  color: #2d2e34;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 10px;
}

.user-information .description p {
  color: #525669;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}

.all-packages-block .titlebar {
  margin: 0 0 20px;
}

.all-packages-block .titlebar h2 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.all-packages-block .titlebar h2 a {
  color: #2385c7;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.cart-packages-block a.viewmore {
  color: #2385c7;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0 auto;
  display: table;
}

.cart-packages-block a:hover {
  color: #000;
}

.all-packages-block .titlebar h2 a:hover {
  color: #000;
}

.all-packages-block .package-box {
  margin: 0;
}

.package-price-slider {
  position: relative;
  margin: 0 0 20px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
}

.package-price-slider:hover {
  border-color: #2385c7;
}

.package-price-slider .slider-box img {
  width: 100%;
  /* border-radius: 10px; */
  height: 194px;
  padding: 10px 8px 10px 8px;
}

.package-price-slider .slider-box video {
  width: 100%;
  /* border-radius: 10px; */
  height: 194px;
  padding: 0px 8px 8px 8px;
}

.package-price-slider:hover .slick-dots,
.package-price-slider:hover .slick-arrow {
  opacity: 1;
}

.package-price-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: flex;
  align-items: center;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.package-price-slider .slick-dots li {
  margin-right: 4px;
  line-height: 0;
}

.package-price-slider .slick-dots li:last-child {
  margin: 0;
}

.package-price-slider .slick-dots li button {
  width: 6px;
  height: 2px;
  padding: 0;
  border-radius: 5px;
  background: #f0f0f0;
  font-size: 0;
  border: none;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.package-price-slider .slick-dots li.slick-active button {
  background: #2385c7;
  width: 13px;
}

.package-price-slider .slick-arrow {
  opacity: 0;
}

.package-price-slider button.slick-prev.slick-arrow,
.package-price-slider button.slick-next.slick-arrow {
  position: absolute;
  left: 33%;
  bottom: 7px;
  z-index: 9;
  font-size: 0;
  font-weight: 0;
  border: none;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.package-price-slider button.slick-next.slick-arrow {
  left: auto;
  right: 33%;
}

.package-price-slider button.slick-prev.slick-arrow:before,
.package-price-slider button.slick-next.slick-arrow:before {
  position: absolute;
  content: '\f104';
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
  left: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  border: 1px solid #2385c7;
  font-size: 16px;
  color: #2385c7;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.package-price-slider button.slick-next.slick-arrow:before {
  right: 0;
  left: auto;
  content: '\f105';
}

.package-price-slider button.slick-prev.slick-arrow:hover:before,
.package-price-slider button.slick-next.slick-arrow:hover:before {
  background: #2385c7;
  color: #fff;
}

.package-price-block .price-info {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #d4d5d9;
}

.package-price-block .price-info h5 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2385c7;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.package-price-block .price-info h5 span {
  color: #ffae50;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  display: table;
  padding: 2px 7px;
  border-radius: 5px;
  background: #ffe8cc;
  margin-right: 5px;
}

.package-price-block .price-info h5 small {
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin-left: 5px;
}

.package-price-block .nav-tabs {
  flex-wrap: wrap;
  margin: 0 -10px 10px;
  border: none;
}

.package-price-block .nav-tabs li {
  padding: 10px;
  width: 50%;
}

.package-price-block .nav-tabs li .nav-link {
  border-radius: 10px;
  border: 1px solid #b2b5c5;
  background: #fff;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
}

.package-price-block .nav-tabs li .nav-link .link-box h4 {
  color: #2d2e34;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 8px;
  margin: 0;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #b2b5c5;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.package-price-block .nav-tabs li .nav-link .link-box .box-body {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package-price-block .nav-tabs li .nav-link .link-box .box-body h6 {
  color: #2385c7;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.package-price-block .nav-tabs li .nav-link .link-box .box-body h6 span {
  color: #ffae50;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  display: table;
  padding: 2px 7px;
  border-radius: 5px;
  background: #ffe8cc;
  display: table;
  margin: 0 auto;
}

.package-price-block .nav-tabs li .nav-link .link-box .box-body h6 small {
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin: 5px auto;
  display: table;
}

.package-price-block .nav-tabs .nav-link:hover,
.package-price-block .nav-tabs .nav-item.show .nav-link,
.package-price-block .nav-tabs .nav-link.active {
  border: 1px solid #2385c7;
}

.package-price-block .nav-tabs .nav-link:hover .link-box h4,
.package-price-block .nav-tabs .nav-item.show .nav-link .link-box h4,
.package-price-block .nav-tabs .nav-link.active .link-box h4 {
  background: #e4f1f4;
  color: #2385c7;
  font-weight: 600;
}

.package-price-block .btn-primary {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  display: block;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  background: #2385c7;
}

.package-price-block .btn-primary:hover {
  background: #000;
  color: #fff;
}

.events-wrp .event-box .detail .badge {
  color: #e3810e;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  border-radius: 10px;
  background: #ffe8cc;
  display: block;
  padding: 11px 25px;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* **** End package Wrpper **** */

/* **** subscriptions **** */
.subscriptions-wrp {
  padding: 30px 0 65px;
}

.subscriptions-wrp .titlebar {
  margin: 0 0 20px;
}

.subscriptions-wrp .titlebar h2 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.subscriptions-wrp .package-overview-block {
  margin: 0 0 20px;
}

.subscriptions-wrp .subscriptions-block {
  border-radius: 14px 14px 0px 0px;
  border: 1px solid #f0f0f0;
  background: #fff;
  margin: 0 0 30px;
}

.subscriptions-wrp .subscriptions-block table {
  margin: 0;
}

.subscriptions-wrp .subscriptions-block table thead tr th {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 24px 25px;
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f0;
  background: rgba(201, 201, 201, 0.1);
}

.subscriptions-wrp .subscriptions-block table tbody tr td {
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 6px 24px;
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f0;
}

.subscriptions-wrp .subscriptions-block table tbody tr td:last-child {
  width: 11%;
}

.subscriptions-wrp .subscriptions-block table tbody tr:last-child td {
  border: none;
}

.subscriptions-wrp .subscriptions-block table tbody tr td h5 {
  margin: 0;
  color: #af4646;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.subscriptions-wrp .subscriptions-block table tbody tr td h5 span {
  color: #9094aa;
  font-size: 12px;
  line-height: normal;
  display: block;
  margin: 2px 0 0;
}

.subscriptions-wrp .subscriptions-block table tbody tr td .btn-secondary {
  font-size: 14px;
  font-weight: 400;
  padding: 6px 16px;
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fff;
  display: block;
  /* width: fit-content;
  margin-left: auto; */
}

.subscriptions-wrp .subscriptions-block table tbody tr td .btn-secondary:hover {
  background: #2385c7;
  color: #fff;
}

.toggle-group input[type='checkbox'] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.toggle-group label {
  cursor: pointer;
  text-indent: -9999px;
  width: 45px;
  height: 22px;
  border-radius: 11px;
  border: 1px solid #9094aa;
  background: #fff;
  display: block;
  border-radius: 100px;
  position: relative;
}

.toggle-group label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #9094aa;
  transition: 0.3s;
}

.toggle-group input:checked+label {
  border-color: #2385c7;
}

.toggle-group input:checked+label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
  background: #2385c7;
}

.subscriptions-wrp .pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.subscriptions-wrp .pagination ul li {
  margin: 0 4px 0 0;
}

.subscriptions-wrp .pagination ul a {
  color: #9094aa;
  text-shadow: 0px 4px 10px rgba(91, 198, 207, 0.3);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.subscriptions-wrp .pagination ul a.arrow {
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  height: 40px;
  width: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2385c7;
  margin: 0 7px;
}

.subscriptions-wrp .pagination ul a.arrow:hover {
  background: #2385c7;
  color: #fff;
}

.subscriptions-wrp .pagination ul a:hover {
  color: #2385c7;
}

.subscriptions-wrp .pagination ul a.active {
  color: #2385c7;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

/* **** End subscriptions **** */

/* **** Bookmark **** */
.bookmark-banner {
  padding: 30px 0 0;
}

.bookmark-banner .banner-block {
  border-radius: 30px;
  border: 0.5px solid #22282c;
  padding: 27px;
  background-image: url('../images/banner-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
}

.bookmark-banner .banner-block .row {
  align-items: center;
}

.bookmark-banner .banner-block .banner-img img {
  max-width: 100%;
  margin-left: auto;
}

.bookmark-banner .banner-block .detail h2 {
  color: #2d2e34;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}

.bookmark-banner .banner-block .detail a {
  display: table;
  position: relative;
  color: #2385c7;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.bookmark-banner .banner-block .detail a span {
  position: relative;
  z-index: 9;
  border-radius: 10px;
  border: 1px solid #2d2e34;
  background: #fff;
  display: block;
  padding: 10px 30px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bookmark-banner .banner-block .detail a:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 4px;
  left: 4px;
  border-radius: 10px;
  background: linear-gradient(275deg, #94c0de 0%, rgba(148, 192, 222, 0) 100%);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bookmark-banner .banner-block .detail a:hover span {
  background: #2385c7;
  color: #fff;
  border-color: #2385c7;
}

.bookmark-banner .banner-block .detail a:hover:before {
  top: 0;
  left: 0;
}

.bookmark-package-wrp:before {
  display: none;
}

.bookmark-package-wrp .package-box {
  height: calc(100% - 47px);
}

.bookmark-package-wrp .package-box .offer-info .row {
  align-items: center;
}

.bookmark-package-wrp .package-box .offer-info h3 {
  justify-content: flex-start;
}

.bookmark-package-wrp .package-box .offer-info .btn-buy {
  display: table;
  position: relative;
  color: #2385c7;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.bookmark-package-wrp .package-box .offer-info .btn-buy span {
  position: relative;
  z-index: 9;
  border-radius: 10px;
  border: 1px solid #2d2e34;
  background: #fff;
  display: block;
  padding: 9px 18px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bookmark-package-wrp .package-box .offer-info .btn-buy:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 4px;
  left: 4px;
  border-radius: 10px;
  background: linear-gradient(275deg, #94c0de 0%, rgba(148, 192, 222, 0) 100%);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bookmark-package-wrp .package-box .offer-info .btn-buy:hover span {
  background: #2385c7;
  color: #fff;
  border-color: #2385c7;
}

.bookmark-package-wrp .package-box .offer-info .btn-buy:hover:before {
  top: 0;
  left: 0;
}

.bookmark-package-wrp .event-box .detail .btn-main {
  display: table;
  position: relative;
  color: #2385c7;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  right: 0;
  bottom: 0;
}

.bookmark-package-wrp .event-box .detail .btn-main span {
  position: relative;
  z-index: 9;
  border-radius: 10px;
  border: 1px solid #2d2e34;
  background: #fff;
  display: block;
  padding: 9px 18px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bookmark-package-wrp .event-box .detail .btn-main:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 4px;
  left: 4px;
  border-radius: 10px;
  background: linear-gradient(275deg, #94c0de 0%, rgba(148, 192, 222, 0) 100%);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bookmark-package-wrp .event-box .detail .btn-main:hover span {
  background: #2385c7;
  color: #fff;
  border-color: #2385c7;
}

.bookmark-package-wrp .event-box .detail .btn-main:hover:before {
  top: 0;
  left: 0;
}

/* **** End Bookmark **** */

/* ***** Event-wrpper **** */
.event-wrpper {
  padding: 30px 0 67px;
  position: relative;
}

.event-wrpper .breadcrumb {
  margin: 0 0 20px;
}

.event-wrpper .event-user-box {
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 15px;
  margin: 0 0 20px;
}

.event-wrpper .event-user-box .user-img {
  display: flex;
  align-items: center;
}

.event-wrpper .event-user-box .user-img img {
  width: 82px;
  height: 82px;
  border-radius: 100%;
  object-position: center;
  object-fit: cover;
  margin-right: 15px;
}

.event-wrpper .event-user-box .user-img h3 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.event-wrpper .event-user-box .user-img h3 span {
  display: block;
  margin: 10px 0 0;
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
}

.event-wrpper .event-user-box .user-detail {
  border-left: 1px solid #d4d5d9;
  padding-left: 44px;
}

.event-wrpper .event-user-box .user-detail h5 {
  color: #2d2e34;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #e4f1f4;
  padding: 7px 35px;
  width: fit-content;
  margin: 0 0 13px;
}

.event-wrpper .event-user-box .user-detail h5 span {
  color: #2385c7;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin: 0 3px 0 5px;
}

.event-wrpper .event-user-box .user-detail p {
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.event-wrpper .event-block .description {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #d4d5d9;
}

.event-wrpper .event-block .description h3 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px;
}

.event-wrpper .event-block .description p {
  color: #525669;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}

.event-wrpper .event-block .description p:last-child {
  margin: 0;
}

.event-wrpper .package-price-block .package-price-slider {
  margin: 0 0 33px;
}

.policies-box {
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 15px 15px 37px;
  position: relative;
}

.policies-box .badge {
  display: table;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  background: #2385c7;
  position: absolute;
  right: 15px;
  top: -13px;
}

.policies-box h2 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 15px;
}

.policies-box a.btn-secondary {
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 15px;
  border-radius: 11px;
}

.policies-box .user-info li {
  display: flex;
  align-items: center;
  color: #525669;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 15px;
}

.policies-box .user-info li span {
  display: block;
  width: 24px;
  margin-right: 5px;
}

.policies-box .user-info li span img {
  max-width: 100%;
}

.policies-box .select-day {
  margin: 0 0 15px;
}

.policies-box .select-day ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.policies-box .select-day ul li span {
  color: #2385c7;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  border: 1px solid #2385c7;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.policies-box .select-day ul li span.selected,
.policies-box .select-day ul li span:hover {
  background: #2385c7;
  color: #fff;
}

.policies-box h5 {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
}

.policies-box h5 span {
  color: #e3810e;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  padding: 2px 7px;
  border-radius: 5px;
  background: #ffe8cc;
  margin-right: 5px;
  display: table;
}

.policies-box h5 small {
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin-left: 5px;
}

.policies-box .btn-main {
  color: #2385c7;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  position: relative;
}

.policies-box .btn-main span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #2d2e34;
  background: #fff;
  padding: 10px;
  position: relative;
  z-index: 9;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.policies-box .btn-main span img {
  max-width: 100%;
  margin-right: 5px;
}

.policies-box .btn-main:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 4px;
  left: 4px;
  border-radius: 10px;
  background: linear-gradient(275deg, #94c0de 0%, rgba(148, 192, 222, 0) 100%);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.policies-box .btn-main:hover span {
  background: #2385c7;
  color: #fff;
}

.policies-box .btn-main:hover:before {
  top: 0;
  left: 0;
  background: #94c0de;
}

.policies-box .box-icons {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
}

.policies-box .box-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.policies-box .box-icons ul li {
  margin-right: 15px;
}

.policies-box .box-icons ul li:last-child {
  margin: 0;
}

.policies-box .box-icons ul li a {
  height: 34px;
  width: 34px;
  border-radius: 10px;
  background: #e4f1f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.policies-box .box-icons ul li a img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.policies-box .box-icons ul li a.selected,
.policies-box .box-icons ul li a:hover {
  background: #2385c7;
}

.policies-box .box-icons ul li a.selected img,
.policies-box .box-icons ul li a:hover img {
  filter: invert(1) grayscale(1) brightness(2);
}

/* ***** End Event-wrpper **** */

/* **** Account **** */
.account-wrp {
  padding: 30px 0 60px;
}

.account-wrp .row .col-lg-2.col-md-4.col-sm-12 {
  width: 20%;
}

.account-wrp .row .col-lg-10.col-md-10.col-sm-12 {
  width: 80%;
}

.account-wrp .account-tabs {
  border-radius: 14px;
  border: 1px solid #f0f0f0;
  background: rgba(201, 201, 201, 0.1);
  backdrop-filter: blur(9.300000190734863px);
}

.account-wrp .account-tabs h3 {
  margin: 0;
  border-radius: 14px 14px 0px 0px;
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 11px 20px;
  color: #2385c7;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.account-wrp .account-tabs .nav-tabs {
  padding: 20px 0 50px;
  display: block;
  border: none;
}

.account-wrp .account-tabs .nav-tabs li {
  margin: 0 0 10px;
}

.account-wrp .account-tabs .nav-tabs:last-child {
  margin: 0;
}

.account-wrp .account-tabs .nav-tabs li .nav-link {
  padding: 10px 20px;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: #2d2e34;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: block;
  border: none;
  width: 100%;
  text-align: left;
  border: 1px solid transparent;
  border-left: none;
  border-right: none;
}

.account-wrp .account-tabs .nav-tabs li .nav-link.active,
.account-wrp .account-tabs .nav-tabs li .nav-link:hover {
  color: #2385c7;
  background: #fff;
  border-color: #f0f0f0;
}

.account-wrp .account-tabs .box-footer {
  padding: 0 20px 20px;
}

.account-wrp .account-tabs .box-footer a {
  display: block;
  width: 100%;
  text-align: center;
  color: #c72323;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #c72323;
  background: #fff;
}

.account-wrp .account-tabs .box-footer a i {
  margin-right: 5px;
}

.account-wrp .account-tabs .box-footer a:hover {
  background: #c72323;
  color: #fff;
}

.account-wrp .titlebar {
  margin: 0 0 30px;
}

.account-wrp .titlebar .row {
  align-items: center;
}

.account-wrp .titlebar h2 {
  margin: 0;
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.account-wrp .titlebar p {
  margin: 10px 0 0;
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.account-wrp .titlebar .form-group {
  max-width: 256px;
  margin-left: auto;
  position: relative;
}

.account-wrp .titlebar .form-group .form-control {
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #9094aa;
  padding: 7px 10px 7px 34px;
}

.account-wrp .titlebar .form-group i {
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.account-profile-block form {
  max-width: 720px;
}

.account-profile-block form .form-group {
  margin: 0 0 30px;
}

.account-profile-block form .form-group label {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}

.account-profile-block form .form-group .form-control {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  box-shadow: none;
  outline: none;
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  resize: none;
  padding: 10px 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.account-profile-block form .form-group .form-control::placeholder {
  color: #2d2e34;
}

.account-profile-block form .form-group .form-control:focus {
  border: 1px solid #2385c7;
  background-color: #fff;
}

.account-profile-block form .form-group select.form-control {
  background-image: url('../images/arrow-down.svg');
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 95% 50%;
}

.account-profile-block form .form-group .phone-input-box {
  display: flex;
  align-items: center;
  gap: 13px;
}

.account-profile-block form .form-group .phone-input-box select.form-control {
  width: 90px;
  margin-right: 10px;
}

.account-profile-block form ul {
  display: flex;
  align-items: center;
}

.account-profile-block form ul li {
  margin-right: 20px;
}

.account-profile-block form ul li:last-child {
  margin: 0;
}

.account-profile-block form ul li .btn-main {
  display: table;
  position: relative;
  color: #2385c7;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  min-width: 152px;
  border: none;
  background: transparent;
}

.account-profile-block form ul li .btn-main span {
  position: relative;
  z-index: 9;
  border-radius: 10px;
  border: 1px solid #2d2e34;
  background: #fff;
  display: block;
  padding: 12px 18px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.account-profile-block form ul li .btn-main:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 4px;
  left: 4px;
  border-radius: 10px;
  background: linear-gradient(275deg, #94c0de 0%, rgba(148, 192, 222, 0) 100%);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.account-profile-block form ul li .btn-main:hover span {
  background: #2385c7;
  color: #fff;
  border-color: #2385c7;
}

.account-profile-block form ul li .btn-main:hover:before {
  top: 0;
  left: 0;
}

.account-history-block .package-wrp {
  padding: 0;
}

.account-history-block .package-wrp:before {
  display: none;
}

.account-history-block .history-tale {
  border: 1px solid #f0f0f0;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.account-history-block .history-tale table {
  margin: 0;
}

.account-history-block .history-tale table thead tr th {
  color: #2d2e34;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 27px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f0;
  background: rgba(201, 201, 201, 0.1);
}

.account-history-block .history-tale table tbody tr td {
  border-bottom: 1px solid #f0f0f0;
  padding: 14px 20px;
  vertical-align: middle;
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.account-history-block .history-tale table tbody tr:last-child td {
  border: none;
}

.account-history-block .history-tale table tbody tr td h4 {
  display: flex;
  align-items: center;
  margin: 0;
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.account-history-block .history-tale table tbody tr td h4 img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  object-position: center;
  object-fit: cover;
  margin-right: 10px;
}

.account-history-block .history-tale table tbody tr td .badge {
  display: block;
  width: fit-content;
  color: #46af51;
  text-align: center;
  text-shadow: 0px 4px 10px rgba(91, 198, 207, 0.3);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: block;
  padding: 8px 5px;
  width: 65px;
  text-align: center;
  border-radius: 10px;
  background: #d0f1dd;
}

.account-history-block .history-tale table tbody tr td .badge.danger {
  color: #af4646;
  background: #f1d0d0;
}

.account-history-block .history-tale table tbody tr td a.btn-downlod {
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fff;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-history-block .history-tale table tbody tr td a img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.account-history-block .history-tale table tbody tr td a.btn-downlod:hover {
  background: #2385c7;
}

.account-history-block .history-tale table tbody tr td a.btn-downlod:hover img {
  filter: invert(1) grayscale(1) brightness(2);
}

.account-history-block .pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}

.account-history-block .pagination ul li {
  margin: 0 4px 0 0;
}

.account-history-block .pagination ul a {
  color: #9094aa;
  text-shadow: 0px 4px 10px rgba(91, 198, 207, 0.3);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.account-history-block .pagination ul a.arrow {
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  height: 40px;
  width: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2385c7;
  margin: 0 7px;
}

.account-history-block .pagination ul a.arrow:hover {
  background: #2385c7;
  color: #fff;
}

.account-history-block .pagination ul a:hover {
  color: #2385c7;
}

.account-history-block .pagination ul a.active {
  color: #2385c7;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.notifications-block {
  margin-bottom: 20px;
}

.notifications-block .pagination ul li {
  margin: 0 4px 0 0;
}

.notifications-block .pagination ul a {
  color: #9094aa;
  text-shadow: 0px 4px 10px rgba(91, 198, 207, 0.3);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.notifications-block .pagination ul a.arrow {
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  height: 40px;
  width: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2385c7;
  margin: 0 7px;
}

.notifications-block .pagination ul a.arrow:hover {
  background: #2385c7;
  color: #fff;
}

.notifications-block .pagination ul a:hover {
  color: #2385c7;
}

.notifications-block .pagination ul a.active {
  color: #2385c7;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.notifications-block .pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}

.subscriber-table-block {
  margin-bottom: 20px;
}

.subscriber-table-block .pagination ul li {
  margin: 0 4px 0 0;
}

.subscriber-table-block .pagination ul a {
  color: #9094aa;
  text-shadow: 0px 4px 10px rgba(91, 198, 207, 0.3);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.subscriber-table-block .pagination ul a.arrow {
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  height: 40px;
  width: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2385c7;
  margin: 0 7px;
}

.subscriber-table-block .pagination ul a.arrow:hover {
  background: #2385c7;
  color: #fff;
}

.subscriber-table-block .pagination ul a:hover {
  color: #2385c7;
}

.subscriber-table-block .pagination ul a.active {
  color: #2385c7;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.subscriber-table-block .pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}

.account-faq-block .search-box {
  margin: 0 0 20px;
  position: relative;
}

.account-faq-block .search-box i {
  position: absolute;
  left: 20px;
  top: 50%;
  color: #9094aa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.account-faq-block .search-box .form-control {
  color: #9094aa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #f4fafc;
  padding: 15px 15px 15px 50px;
}

.account-faq-block .search-box .form-control::placeholder {
  color: #9094aa;
}

.account-faq-block .nav-tabs {
  flex-wrap: wrap;
  border: none;
  margin: 0 0 20px;
}

.account-faq-block .nav-tabs li {
  margin-right: 6px;
}

.account-faq-block .nav-tabs li:last-child {
  margin: 0;
}

.account-faq-block .nav-tabs li .nav-link {
  padding: 9px 20px;
  border: none;
  box-shadow: none;
  outline: none;
  margin: 0;
  color: #2d2e34;
  text-align: center;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 400;
}

.account-faq-block .nav-tabs li .nav-link:hover,
.account-faq-block .nav-tabs li .nav-link.active {
  color: #2385c7;
  border: 1px solid #2385c7;
  background: #fff;
}

.account-faq-block .accordion {
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  margin: 0 0 10px;
}

.account-faq-block .accordion .accordion-item {
  margin: 0 0 20px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: rgba(201, 201, 201, 0.1);
  padding: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.account-faq-block .accordion .accordion-item.show {
  border: 1px solid #2385c7;
  background: #fff;
}

.account-faq-block .accordion .accordion-item .accordion-button {
  color: #2385c7;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  position: relative;
  background: transparent;
  border: none;
  box-shadow: none;
}

.account-faq-block .accordion .accordion-item .accordion-button.collapsed {
  color: #2d2e34;
}

.account-faq-block .accordion .accordion-item .accordion-button:after {
  display: none;
}

.account-faq-block .accordion .accordion-item .accordion-body {
  padding: 10px 0 0;
}

.account-faq-block .accordion .accordion-item .accordion-body p {
  margin: 0;
  color: #525669;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.account-faq-block .accordion .accordion-item .accordion-button:before {
  position: absolute;
  content: '\f0d8';
  font-weight: 800;
  color: #2d2e34;
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  right: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.account-faq-block .accordion .accordion-item .accordion-button.collapsed:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f0d7';
}

.account-faq-block .btn-main {
  display: table;
  position: relative;
  color: #2385c7;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  border: none;
  background: transparent;
}

.account-faq-block .btn-main span {
  position: relative;
  z-index: 9;
  border-radius: 10px;
  border: 1px solid #2d2e34;
  background: #fff;
  display: block;
  padding: 12px 35px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.account-faq-block .btn-main:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 4px;
  left: 4px;
  border-radius: 10px;
  background: linear-gradient(275deg, #94c0de 0%, rgba(148, 192, 222, 0) 100%);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.account-faq-block .btn-main:hover span {
  background: #2385c7;
  color: #fff;
  border-color: #2385c7;
}

.account-faq-block .btn-main:hover:before {
  top: 0;
  left: 0;
}

/* **** End Account **** */

/* **** overview **** */
.overview-wrp {
  padding: 30px 0 160px;
}

.overview-wrp h2 {
  color: #2d2e34;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}

.overview-wrp .table-block {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}

.overview-wrp .dt-length {
  display: none;
}

.overview-wrp .table-block table {
  border: 1px solid #f0f0f0;
  margin: 0;
}

.overview-wrp .table-block table thead tr th {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 24px 12px;
  border-bottom: 1px solid #f0f0f0;
  background: rgba(201, 201, 201, 0.1);
  text-align: left;
  outline: none;
  box-shadow: none;
}

.overview-wrp .table-block table tbody tr {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.overview-wrp .table-block table tbody tr:hover {
  background: #f4fafc;
}

.overview-wrp .table-block table tbody tr td {
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
  text-align: left;
  white-space: normal;
  padding: 8px 12px;
  border-bottom: 1px solid #f0f0f0;
}

.overview-wrp .table-block table tbody tr td h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.overview-wrp .table-block table tbody tr td h6 a {
  color: #2d2e34;
}

.overview-wrp .table-block table tbody tr td h4 {
  margin: 0;
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.overview-wrp .table-block table tbody tr td h4 span {
  display: block;
  position: relative;
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  padding-left: 12px;
}

.overview-wrp .table-block table tbody tr td h4 span:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #5ada7e;
  border-radius: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.overview-wrp .table-block table tbody tr td h4 span.close {
  padding: 0;
}

.overview-wrp .table-block table tbody tr td h4 span.close:before {
  display: none;
}

.overview-wrp .table-block table tbody tr td .badge {
  display: block;
  color: #af4646;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 7px 21px;
  border-radius: 10px;
  background: #f1d0d0;
  width: fit-content;
}

.overview-wrp .table-block table tbody tr td .badge.success {
  color: #46af51;
  background: #d0f1dd;
}

.overview-wrp .table-block table tbody tr.disabled {
  opacity: 0.5;
}

.overview-wrp .table-block table thead tr th .dt-column-order {
  display: none !important;
}

.overview-wrp div.dt-container div.dt-paging {
  margin: 30px auto 0;
}

.overview-wrp .div.dt-container div.dt-paging .page-link {
  font-size: 15px;
  color: #9094aa;
  font-weight: 400;
  box-shadow: none;
  outline: none;
}

.overview-wrp .active>.page-link,
.page-link.active {
  background: #2385c7;
  border-color: #2385c7;
  color: #fff;
}

/* **** End overview **** */

/* **** Datepiker **** */
.daterangepicker {
  border-radius: 14px;
  border: 1px solid #b7b7b7;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px);
}

.daterangepicker .calendar-table {
  background: transparent;
  border: none;
}

.daterangepicker.openscenter:before {
  display: none;
}

.daterangepicker.openscenter:after {
  display: none;
}

.daterangepicker .drp-calendar.left {
  border-right: 1px solid rgba(0, 0, 0, 0.02);
}

/*.daterangepicker .drp-calendar.left{
    width: 100%;
    padding: 20px;
}
.daterangepicker .drp-calendar.left .calendar-table{
    padding: 0;
}
.daterangepicker.opensleft:before,
.daterangepicker:after{
    display: none;
}

*/
.daterangepicker td.in-range {
  background: #e0f3ff;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background: transparent;
  color: #9094aa !important;
}

.daterangepicker .calendar-table th.month {
  color: #2d2e34;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.daterangepicker .calendar-table th {
  color: #2d2e34;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 16px;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-color: #2385c7;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: transparent;
}

.daterangepicker .calendar-table tbody th,
.daterangepicker .calendar-table tbody td {
  color: #2d2e34;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 32px;
  width: 32px;
  min-width: 32px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.daterangepicker .calendar-table tbody td.active,
.daterangepicker .calendar-table tbody td:hover {
  border-radius: 6px;
  background: #2385c7;
  color: #fff;
}

/* **** End Datepiker **** */

/* **** Dashboard **** */
.dashboard-wrp {
  padding: 30px 0 45px;
}

.dashboard-wrp .overall-box {
  border-radius: 15px;
  border: 0.5px solid #22282c;
  background: #fafafa;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  min-height: 100%;
}

.dashboard-wrp .overall-box h3 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 0 30px 0 0;
}

.dashboard-wrp .overall-box img.coin-icon {
  max-width: 100%;
  margin: 0 30px 0 0;
}

.dashboard-wrp .overall-box h4 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 5px;
}

.dashboard-wrp .overall-box p {
  color: #9094aa;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

@keyframes growProgressBar {

  0%,
  33% {
    --pgPercentage: 0;
  }

  100% {
    --pgPercentage: var(--value);
  }
}

@property --pgPercentage {
  syntax: '<number>';
  inherits: false;
  initial-value: 0;
}

.progress-box .progress-bar {
  --fg: #2385c7;
  --bg: #fff;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: 111px;
  height: 111px;
  border-radius: 50%;
  background: radial-gradient(closest-side, #fafafa calc(100% - 7px), transparent 0 99.9%, white 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  color: #2385c7;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.progress-box .progress-bar::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
}

.dashboard-wrp .package-card {
  border-radius: 15px;
  border: 0.5px solid #22282c;
  background: #fafafa;
  padding: 15px 15px 10px;
  height: 142px;
}

.dashboard-wrp .package-card h2 {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}

.dashboard-wrp .package-card ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.dashboard-wrp .package-card ul li {
  width: 50%;
  padding: 0 8px;
  margin: 0 0 10px;
}

.dashboard-wrp .package-card .package-info {
  border-radius: 7px;
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 8px 15px;
}

.dashboard-wrp .package-card .package-info h4 {
  color: #2d2e34;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  display: flex;
  align-items: center;
}

.dashboard-wrp .package-card .package-info h4 span {
  margin-left: auto;
  margin-right: 0;
}

.dashboard-wrp .package-card .package-info h4 span b {
  color: #2385c7;
  font-weight: 400;
}

.dash-overview-block {
  margin: 30px 0 0;
  border-radius: 15px;
  border: 0.5px solid #22282c;
  background: #fafafa;
  padding: 20px;
  height: 445px;
}

.dash-overview-block .dash-title h2 {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.dash-overview-block a.btn-primary {
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: table;
  padding: 10px 15px;
  border-radius: 10px;
  background: #2385c7;
}

.dash-overview-block a.btn-primary i {
  margin-right: 10px;
}

.dash-overview-block a.btn-primary:hover {
  background: #000;
  color: #fff;
}

.dash-overview-block .policies-box {
  padding: 15px 15px 64px;
}

.dash-overview-block .package-box {
  padding: 15px;
  margin: 0 1px;
}

.dash-overview-block .policies-box .row,
.dash-overview-block .package-box .row {
  margin: 0 -20px;
  align-items: center;
}

.dash-overview-block .policies-box .col-md-6,
.dash-overview-block .package-box .col-md-6 {
  padding: 0 20px;
  border-right: 1px solid #d4d5d9;
}

.dash-overview-block .policies-box .col-md-6:last-child,
.dash-overview-block .package-box .col-md-6:last-child {
  border: none;
}

.dash-overview-block .package-box .box-title h2 {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
}

.dash-overview-block .package-box .box-title h2 a {
  color: #2d2e34;
}

.dash-overview-block .package-box .box-title h2 a:hover {
  color: #2385c7;
}

.dash-overview-block .package-box .box-title {
  margin: 0 0 28px;
}

.dash-overview-block .package-box .box-title ul li {
  width: 30%;
}

.dash-overview-block .package-box .box-title ul li a {
  min-width: 78px;
  display: table;
}

.dash-overview-block .package-box .package-detail {
  margin: 0;
}

.dash-overview-block .earnings-info ul li {
  display: flex;
  align-items: center;
  margin: 0 0 26px;
}

.dash-overview-block .earnings-info ul li:last-child {
  margin: 0;
}

.dash-overview-block .earnings-info ul li img {
  max-width: 100%;
  margin-right: 10px;
}

.dash-overview-block .earnings-info ul li h6 {
  color: #9094aa;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.dash-overview-block .earnings-info ul li h4 {
  color: #2d2e34;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.dash-overview-block .package-box .btn-tip {
  margin-top: 15px;
}

.dash-overview-block .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: flex;
  align-items: center;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dash-overview-block .slick-dots li {
  margin-right: 4px;
  line-height: 0;
}

.dash-overview-block .slick-dots li:last-child {
  margin: 0;
}

.dash-overview-block .slick-dots li button {
  width: 6px;
  height: 2px;
  padding: 0;
  border-radius: 5px;
  background: #f0f0f0;
  font-size: 0;
  border: none;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dash-overview-block .slick-dots li.slick-active button {
  background: #2385c7;
  width: 13px;
}

.dash-overview-block button.slick-prev.slick-arrow,
.dash-overview-block button.slick-next.slick-arrow {
  position: absolute;
  left: 41%;
  bottom: 18px;
  z-index: 9;
  font-size: 0;
  font-weight: 0;
  border: none;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dash-overview-block button.slick-next.slick-arrow {
  left: auto;
  right: 41%;
}

.dash-overview-block button.slick-prev.slick-arrow:before,
.dash-overview-block button.slick-next.slick-arrow:before {
  position: absolute;
  content: '\f104';
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
  left: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  border: 1px solid #2385c7;
  font-size: 16px;
  color: #2385c7;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dash-overview-block button.slick-next.slick-arrow:before {
  right: 0;
  left: auto;
  content: '\f105';
}

.dash-overview-block button.slick-prev.slick-arrow:hover:before,
.dash-overview-block button.slick-next.slick-arrow:hover:before {
  background: #2385c7;
  color: #fff;
}

.dash-overview-block .tips-block {
  margin: 15px 0 0;
}

.dash-overview-block .tips-block ul li .tips-box h6 {
  margin-left: auto;
  margin-right: 30px;
}

.dash-overview-block .tips-block ul li .tips-box h4 {
  margin: 0;
}

.dash-overview-block .event-overview-block {
  margin: 15px 0 0;
}

.dash-overview-block .policies-box h2 {
  color: #2d2e34;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}

.dash-overview-block .policies-box .user-info {
  margin: 0 0 20px;
}

.dash-overview-block .policies-box .user-info ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.dash-overview-block .policies-box .user-info ul li {
  margin: 0 20px 20px 0;
}

.dash-overview-block .policies-box .user-info ul li:nth-child(3) {
  margin: 0 0 20px;
  width: 100%;
}

.dash-overview-block .policies-box .user-info ul li:last-child {
  margin: 0;
}

.dash-overview-block .policies-box .select-day {
  margin: 0;
}

/* **** End Dashboard **** */

/* **** Create Tip **** */
.create-tip-wrp {
  /*    padding: 30px 0 50px;*/
}

.create-tip-wrp .create-tip-select {
  max-width: 280px;
  margin: 0 0 20px;
}

.create-tip-wrp .create-tip-select .form-control {
  color: #2385c7;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  box-shadow: none;
  outline: none;
}

.create-tip-wrp .create-tip-block {
  padding-left: 40px;
}

.create-tip-wrp select.form-control {
  background-image: url('../images/chevron-down.svg');
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 95% 50%;
}

.create-tip-wrp .create-tip-block .create-from {
  padding: 0 0 10px;
  margin: 0 0 30px;
  border-bottom: 1px solid #bdbdbd;
  position: relative;
}

.create-tip-wrp .create-tip-block .create-from:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  left: -40px;
  top: 0;
  background: #fff;
  border: 1px solid #525669;
  border-radius: 100%;
}

.create-tip-wrp .create-tip-block .create-from:after {
  position: absolute;
  content: '';
  height: 104%;
  width: 1px;
  background: #525669;
  top: 24px;
  left: -28px;
}

.create-tip-wrp .create-tip-block .create-from.selected:after {
  background: #2385c7 !important;
}

.create-tip-wrp .create-tip-block .create-from.description-create-from:after {
  display: none;
}

.create-tip-wrp .create-tip-block .create-from.selected:before {
  background: #46af51;
  border-color: #46af51;
  content: '\f00c';
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  font-family: 'Font Awesome 5 Pro';
  display: flex;
  justify-content: center;
  align-items: center;
}

.create-tip-wrp .create-tip-block .create-from.active:after {
  background: #525669;
}

.create-tip-wrp .create-tip-block .create-from.active:before {
  border-color: #2385c7;
}

.create-tip-wrp .create-tip-block .create-from.selected.correct:after {
  background: #46af51 !important;
}

.create-tip-wrp .create-tip-block .create-from.active h2:before {
  position: absolute;
  content: '';
  height: 12px;
  width: 12px;
  border-radius: 12px;
  background: #2385c7;
  top: 6px;
  left: -34px;
}

.create-tip-wrp .create-from h2.form-title {
  color: #2385c7;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.create-tip-wrp .create-from h2 label {
  color: #2385c7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.form-toggle input[type='checkbox'] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.form-toggle label a {
  font-size: 14px;
  color: #9094aa;
  margin-left: 4px;
}

.form-toggle label {
  cursor: pointer;
  position: relative;
  color: #2385c7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 50px;
}

.form-toggle label:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 20px;
  border: 1px solid #2385c7;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 40px;
}

.form-toggle label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  width: 14px;
  height: 14px;
  background: #2385c7;
  border-radius: 90px;
  transition: 0.3s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.form-toggle input:checked+label:after {
  left: 22px;
}

.create-tip-wrp .create-from .form-group {
  margin: 0 0 20px;
  position: relative;
}

.create-tip-wrp .create-from .form-group .rupee-icon {
  position: absolute;
  right: 15px;
  bottom: 12px;
  max-width: 100%;
}

.create-tip-wrp .create-from .form-group label {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  text-wrap: nowrap;
}

.create-tip-wrp .create-from .form-group label a {
  margin-left: 10px;
  color: #160042;
}

.create-tip-wrp .create-from .textarea-form-group {
  margin: 0;
}

.create-tip-wrp .create-from .form-group .form-control {
  color: #2d2e34;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  box-shadow: none;
  outline: none;
  resize: none;
}

.create-tip-wrp .create-from .form-group .form-control::file-selector-button {
  color: #2385c7;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  padding: 5px 10px;
  transition: all 0.25s ease-in;
  cursor: pointer;
}

.create-tip-wrp .create-tip-block .description-create-from {
  padding: 0;
  border: none;
}

.create-tip-wrp .description-create-from .form-group {
  /* opacity: 50%; */
}

.create-tip-wrp .description-create-from .form-group label {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
}

.create-tip-wrp .create-from .form-group .file-upload-box {
  margin: 0 0 15px;
  max-width: 70%;
  position: relative;
}

.create-tip-wrp .create-from .btn-plus {
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-radius: 7px;
  background: #e4f1f4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #2385c7;
  font-size: 16px;
}

.create-tip-wrp .create-from .btn-plus:hover {
  background: #2385c7;
  color: #fff;
}

.create-tip-wrp .create-from .file-box {
  position: relative;
}

.create-tip-wrp .create-from .links-file-box {
  max-width: 234px;
}

.create-tip-wrp .create-from .file-box .form-control {
  color: #2d2e34;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 12px 35px;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}

.create-tip-wrp .create-from .file-box h6 {
  color: #2d2e34;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 12px 35px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.create-tip-wrp .create-from .file-box .attachment-icon {
  position: absolute;
  left: 10px;
  max-width: 100%;
  top: 12px;
}

.create-tip-wrp .create-from .file-box .btn-delete {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border-radius: 7px;
  background: #e4f1f4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  color: rgba(35, 133, 199, 1);
  font-size: 12px;
}

.create-tip-wrp .create-from .file-box .btn-delete:hover {
  background: #2385c7;
  color: #fff;
}

.create-tip-wrp .create-from .file-box .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.create-tip-wrp .btn-box {
  margin: 30px 0 0;
}

.create-tip-wrp .btn-box ul {
  display: flex;
  align-items: center;
}

.create-tip-wrp .btn-box ul li {
  margin-right: 16px;
}

.create-tip-wrp .btn-box ul li button {
  min-width: 152px;
  display: block;
  border: unset;
}

.create-tip-wrp .btn-box .btn-main {
  color: #2385c7;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  position: relative;
}

.create-tip-wrp .btn-box .btn-main span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #2d2e34;
  background: #fff;
  padding: 10px;
  position: relative;
  z-index: 9;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.create-tip-wrp .btn-box .btn-main span img {
  max-width: 100%;
  margin-right: 5px;
}

.create-tip-wrp .btn-box .btn-main:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 4px;
  left: 4px;
  border-radius: 10px;
  background: linear-gradient(275deg, #94c0de 0%, rgba(148, 192, 222, 0) 100%);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.create-tip-wrp .btn-box .btn-main:hover span {
  background: #2385c7;
  color: #fff;
}

.create-tip-wrp .btn-box .btn-main:hover:before {
  top: 0;
  left: 0;
  background: #94c0de;
}

/* **** End Create Tip **** */

/* **** Dashboard Package Detail ***** */
.dash-package-detail-wrp {
  padding: 30px 0 50px;
}

.dash-package-detail-wrp .package-box {
  padding: 15px 15px 0;
}

.dash-package-detail-wrp .package-box .package-detail {
  margin: 0 0 32px;
}

.dash-package-detail-wrp .package-box .box-title {
  margin: 0 0 33px;
}

.dash-package-detail-wrp .package-box .box-title ul li a i {
  margin-right: 5px;
}

.dash-package-detail-wrp .package-box .box-icons ul li.view-info a {
  width: auto;
  padding: 0 12px;
  color: #2d2e34;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dash-package-detail-wrp .package-box .box-icons ul li.view-info a img {
  margin-right: 5px;
}

.dash-package-detail-wrp .package-box .box-icons ul li.view-info a:hover {
  color: #fff;
}

.dash-package-detail-wrp .package-information ul li:last-child {
  margin: 0;
}

.dash-package-detail-wrp .package-table .table-block table tbody tr td ul {
  display: flex;
  align-items: center;
}

.dash-package-detail-wrp .package-table .table-block table tbody tr td ul li {
  margin-right: 10px;
}

.dash-package-detail-wrp .package-table .table-block table tbody tr td ul li:last-child {
  margin: 0;
}

.dash-package-detail-wrp .package-table .table-block table tbody tr td ul li a.return-link {
  border-radius: 5px;
  border: 1px solid #2385c7;
  background: #fff;
  width: 25px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dash-package-detail-wrp .package-table .table-block table tbody tr td span.created-txt {
  color: #2d2e34;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 5px;
  background: #ebebeb;
  border-radius: 100%;
}

.dash-package-detail-wrp .package-table .table-block table tbody tr td span.created-txt.blue {
  background: #e4f1f4;
  color: #2385c7;
}

/* **** End Dashboard Package Detail ***** */

/* **** Exit Modal **** */
#exitModal {
  background: rgba(255, 255, 255, 0.3);
  -moz-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#exitModal .modal-dialog {
  max-width: 663px;
}

#exitModal .modal-dialog .modal-content {
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 30px 0px rgba(37, 54, 88, 0.08);
  border: none;
}

#exitModal .modal-dialog .modal-header {
  padding: 10px 10px 15px 20px;
  border: none;
}

#exitModal .modal-dialog .modal-header h5 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

#exitModal .modal-dialog .modal-header .close-btn {
  color: #2385c7;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #2385c7;
}

#exitModal .modal-dialog .modal-header .close-btn:hover {
  color: #fff;
  background: #2385c7;
}

#exitModal .modal-body {
  padding: 0;
}

#exitModal .modal-body .nav-tabs {
  padding: 0 50px 20px;
  border: none;
}

#exitModal .modal-body .nav-tabs li {
  margin-right: 20px;
}

#exitModal .modal-body .nav-tabs li:last-child {
  margin: 0;
}

#exitModal .modal-body .nav-tabs li .nav-link {
  color: #8e92a5;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
  width: 130px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}

#exitModal .modal-body .nav-tabs li .nav-link.active,
#exitModal .modal-body .nav-tabs li .nav-link:hover {
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #2385c7;
  color: #fff;
}

#exitModal .modal-body .package-detail .package-info {
  padding: 0 50px 15px;
}

#exitModal .modal-body .package-detail ul li {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}

#exitModal .modal-body .package-detail ul li:last-child {
  margin: 0;
}

#exitModal .modal-body .package-detail ul li span {
  color: #9094aa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-right: 20px;
  min-width: 111px;
}

#exitModal .modal-body .package-detail .exit-price-block {
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 20px 50px;
}

#exitModal .modal-body .package-detail .exit-price-block h3 {
  color: #2d2e34;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}

#exitModal .modal-body .package-detail .exit-price-block .form-group {
  position: relative;
  margin: 0 0 15px;
  max-width: 255px;
}

#exitModal .modal-body .package-detail .exit-price-block.exit-cmp .form-group {
  position: relative;
  margin: 0 0 15px;
  max-width: 255px;
}

#exitModal .modal-body .package-detail .exit-price-block .form-group .form-control {
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  box-shadow: none;
  outline: none;
}

#exitModal .modal-body .package-detail .exit-price-block .form-group .rupee-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  max-width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#exitModal .modal-footer {
  justify-content: center;
  padding: 20px;
  gap: 0 7px;
  border: none;
}

#exitModal .modal-footer .btn-secondary {
  font-size: 14px;
  width: 165px;
  border-radius: 10px;
  padding: 11px;
}

/* **** End Exit Modal **** */

/* **** Advisor Account Profile **** */
.profile-photo-block {
  margin: 20px 0 20px;
  display: table;
  position: relative;
}

.profile-photo-block .circle {
  border-radius: 18px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-photo-block .profile-pic {
  height: 120px;
  width: 120px;
}

.profile-photo-block .upload-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #e4f1f4;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

.profile-photo-block .upload-button img {
  max-width: 100%;
}

.profile-photo-block .file-upload {
  display: none;
}

.profile-photo-block img {
  max-width: 100%;
  height: auto;
}

.upload-document-block {
  padding: 30px 0 0;
  margin: 30px 0 0;
}

.upload-document-block h2 {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.upload-document-block h2 span {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: table;
  border-radius: 5px;
  background: #ffae50;
  padding: 8px 10px;
  margin-left: 10px;
}

.upload-document-block .form-group {
  margin: 0 0 30px;
}

.upload-document-block .form-group label {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}

.upload-document-block .form-group .form-control {
  color: #9094aa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}

.advisor-history-block form {
  max-width: 350px;
}

.advisor-history-block form .form-group {
  margin: 0 0 30px;
  position: relative;
}

.advisor-history-block form .form-group .toggle-password {
  position: absolute;
  right: 14px;
  bottom: 12px;
}

.advisor-history-block form .form-group .toggle-password.show:before {
  content: '\f070';
}

.advisor-history-block form .form-group label {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}

.advisor-history-block form .form-group .form-control {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  box-shadow: none;
  outline: none;
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  resize: none;
  padding: 10px 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.advisor-history-block form .form-group .form-control::placeholder {
  color: #2d2e34;
}

.advisor-history-block form .form-group .form-control:focus {
  border: 1px solid #2385c7;
  background-color: #fff;
}

.advisor-history-block form .frg-btn {
  color: #2385c7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 30px;
  display: table;
}

.advisor-history-block form .frg-btn:hover {
  color: #000;
}

.advisor-history-block form .btn-main {
  display: table;
  position: relative;
  color: #2385c7;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  min-width: 152px;
  border: none;
  background: transparent;
}

.advisor-history-block form .btn-main span {
  position: relative;
  z-index: 9;
  border-radius: 10px;
  border: 1px solid #2d2e34;
  background: #fff;
  display: block;
  padding: 12px 18px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.advisor-history-block form .btn-main:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 4px;
  left: 4px;
  border-radius: 10px;
  background: linear-gradient(275deg, #94c0de 0%, rgba(148, 192, 222, 0) 100%);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.advisor-history-block form .btn-main:hover span {
  background: #2385c7;
  color: #fff;
  border-color: #2385c7;
}

.advisor-history-block form .btn-main:hover:before {
  top: 0;
  left: 0;
}

/* **** End Advisor Account Profile **** */

.createtip-btn {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  line-height: normal;
  padding: 16px 14px;
  border-radius: 14px;
  background: #2385c7;
  display: table;
  position: fixed;
  right: 14px;
  bottom: 86px;
  min-width: 52px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.createtip-btn span {
  margin-left: 6px;
  display: none;
  line-height: 20px;
}

.createtip-btn:hover {
  color: #fff;
}

.createtip-btn:hover span {
  display: block;
}

/* ***** Advisor Package ***** */
.advisor-package-wrp {
  padding: 30px 0 20px;
}

.advisor-package-wrp .titlebar {
  margin: 0 0 30px;
}

.advisor-package-wrp .titlebar h2 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}

.advisor-package-wrp .titlebar .package-filter {
  margin: 0;
}

.advisor-package-wrp .package-box .box-title {
  margin: 0 0 33px;
}

.advisor-package-wrp .package-box .package-detail {
  margin: 0 0 15px;
}

.advisor-package-wrp .package-box .box-icons ul li a.btn {
  width: auto;
}

.advisor-package-wrp .package-box .box-icons ul li a.btn span {
  color: #2d2e34;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-left: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.advisor-package-wrp .package-box .box-icons ul li a.btn:hover span {
  color: #fff;
}

/* ***** End Advisor Package ***** */

/* **** Tip Modal **** */
.tip-modal {
  background: rgba(255, 255, 255, 0.3);
  -moz-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.tip-modal .modal-dialog {
  max-width: 1721px;
}

.tip-modal .modal-content {
  padding: 30px 100px;
  margin: 0;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 30px 0px rgba(37, 54, 88, 0.08);
}

.tip-modal .modal-content .btn-close {
  font-size: 20px;
  color: #2385c7;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  position: absolute;
  right: 10px;
  top: 10px;
  float: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}

.tip-modal .modal-content .btn-close:hover {
  background: #2385c7;
  border-color: #2385c7;
  color: #fff;
}

.tip-title h2 {
  color: #2d2e34;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 15px;
}

/* **** End Tip Modal **** */

.edit-package-wrp {
  padding: 30px 0 50px;
}

.edit-package-wrp .edit-title {
  margin: 0 0 16px;
}

.edit-package-wrp .edit-title h2 {
  display: flex;
  align-items: center;
  color: #2d2e34;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.edit-package-wrp .edit-title h2 a {
  height: 34px;
  width: 34px;
  border-radius: 10px;
  background: #fce7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #c72323;
  margin-left: 10px;
  border: 1px solid #fce7e7;
}

.edit-package-wrp .edit-title h2 a:hover {
  border-color: #c72323;
}

.edit-package-wrp .profile-risk-block h5,
.edit-package-wrp .package-type h5 {
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}

.edit-package-wrp .package-type ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -5px;
}

.edit-package-wrp .package-type ul li {
  width: 33.33%;
  padding: 0 5px;
  position: relative;
}

.edit-package-wrp .package-type ul li input {
  position: absolute;
  opacity: 0;
}

.edit-package-wrp .package-type ul li .btn-secondary {
  font-size: 14px;
  padding: 8px;
  display: block;
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s linear;
  cursor: pointer;
}

.edit-package-wrp .package-type ul li input:checked+label {
  background: #2385c7;
  color: #fff;
}

.edit-package-wrp .profile-risk-block ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -5px;
}

.edit-package-wrp .profile-risk-block ul li {
  width: 33.33%;
  padding: 0 5px;
  position: relative;
}

.edit-package-wrp .profile-risk-block ul li input {
  position: absolute;
  left: 0;
  opacity: 0;
}

.edit-package-wrp .profile-risk-block ul li label {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #e5e2e2;
  background: #fafafa;
  padding: 8px;
  color: #46af51;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.edit-package-wrp .profile-risk-block ul li label img {
  max-width: 100%;
  margin-right: 5px;
}

.edit-package-wrp .profile-risk-block ul li label.btn-medium {
  color: #e3810e;
}

.edit-package-wrp .profile-risk-block ul li label.btn-high {
  color: #c72323;
}

.edit-package-wrp .profile-risk-block ul li input:checked+label {
  border-color: #c72323;
}

.edit-package-wrp .profile-risk-block ul li input:checked+label.btn-low {
  border-color: #46af51;
}

.edit-package-wrp .profile-risk-block ul li input:checked+label.btn-medium {
  border-color: #e3810e;
}

.edit-package-wrp .create-from .package-description h4 {
  color: #2d2e34;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}

.edit-package-wrp.create-tip-wrp .create-from .form-group .file-upload-box {
  max-width: 100%;
}

.edit-package-wrp .holding-period-block h4 {
  color: #2d2e34;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}

.edit-package-wrp .holding-period-block ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px;
  row-gap: 10px;
}

.edit-package-wrp .holding-period-block ul li {
  width: 33.33%;
  padding: 0 5px;
  position: relative;
}

.edit-package-wrp .holding-period-block ul li input {
  position: absolute;
  left: 0;
  opacity: 0;
}

.edit-package-wrp .holding-period-block ul li .btn-secondary {
  display: block;
  width: 100%;
  text-align: center;
  color: #2385c7;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 10px 10px 11px;
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fff;
  transition: all 0.3s linear;
  cursor: pointer;
}

.edit-package-wrp .holding-period-block ul li input:checked+label {
  background: #2385c7;
  color: #fff;
}

.edit-package-wrp .holding-period-block ul li.selected .btn-secondary,
.edit-package-wrp .holding-period-block ul li .btn-secondary:hover {
  background: #2385c7;
  color: #fff;
}

.pricing-create-from-block {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  max-width: 1075px;
  padding: 20px;
}

.pricing-create-from-block .pricing-type {
  padding: 0 0 20px;
  border-bottom: 1px solid #bdbdbd;
  margin: 0 0 20px;
}

.pricing-create-from-block .pricing-type ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pricing-create-from-block .pricing-type ul .form-checkbox label {
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.pricing-create-from-block .pricing-type ul .form-checkbox input:checked+label {
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
}

.pricing-create-from-block .pricing-type ul .form-checkbox label:before {
  background: #fff;
  border: 1px solid #f0f0f0;
  height: 19px;
  width: 19px;
  border-radius: 100%;
}

.pricing-create-from-block .pricing-type ul .form-checkbox input:checked+label:before {
  background: #fff;
  border-color: #2385c7;
}

.pricing-create-from-block .pricing-type ul .form-checkbox label:after {
  height: 9px;
  width: 9px;
  border-radius: 100%;
  background: #2385c7;
  top: 7px;
  left: 5px;
  content: '';
  transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.price-table table {
  margin: 0;
}

.price-table table thead tr th {
  color: #2d2e34;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
  padding: 0 8px 10px;
}

.price-table table tbody tr td {
  color: #2d2e34;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* vertical-align: middle; */
}

.price-table table tbody tr td .form-checkbox {
  white-space: nowrap;
}

.price-table table tbody tr td .form-checkbox input:checked+label {
  font-weight: 400;
  color: #000;
}

.price-table table tbody tr td .form-group {
  position: relative;
  margin: 0;
}

.create-tip-wrp .description-create-from .price-table table tbody tr td .form-group {
  opacity: 1;
  position: relative;
  margin: 0;
  max-width: 100%;
}

.create-tip-wrp .description-create-from .price-table table tbody tr td .form-group span {
  /* position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); */
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
}

.create-tip-wrp .description-create-from .price-table table tbody tr td .form-group span.input-group-text {
  background-color: #fff;
  border-left: unset;
  border: 1px solid #f0f0f0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.create-tip-wrp .description-create-from .price-table table tbody tr td .form-group .form-control {
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 10px 15px;
  box-shadow: none;
  outline: none;
  height: auto;
  background-color: #fff;
}

.create-tip-wrp .description-create-from .price-table table tbody tr td .form-group .form-control {
  border-right: unset !important;
}

.create-tip-wrp .description-create-from .price-table table tbody tr td .form-group .form-control::placeholder {
  color: #9094aa;
}

.create-tip-wrp .description-create-from .preview-box {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 15px;
}

.create-tip-wrp .description-create-from .preview-box h3 {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}

.create-tip-wrp .description-create-from .preview-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -8px;
  row-gap: 16px;
}

.create-tip-wrp .description-create-from .preview-box ul li {
  padding: 0 8px;
  width: 50%;
}

.create-tip-wrp .description-create-from .preview-box .link-box {
  border-radius: 10px;
  border: 1px solid #b2b5c5;
  background: #fff;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
}

.create-tip-wrp .description-create-from .preview-box .link-box h4 {
  color: #2d2e34;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 8px;
  margin: 0;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #b2b5c5;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.create-tip-wrp .description-create-from .preview-box .link-box .box-body {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.create-tip-wrp .description-create-from .preview-box .link-box .box-body h6 {
  color: #2385c7;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.create-tip-wrp .description-create-from .preview-box .link-box .box-body h6 span {
  color: #ffae50;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  display: table;
  padding: 2px 7px;
  border-radius: 5px;
  background: #ffe8cc;
  display: table;
  margin: 0 auto;
}

.create-tip-wrp .description-create-from .preview-box .link-box .box-body h6 small {
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin: 5px auto;
  display: table;
}

/* **** Delete Modal **** */
.deletemodal {
  background: rgba(255, 255, 255, 0.3);
  -moz-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.deletemodal .modal-dialog {
  max-width: 663px;
}

.deletemodal .modal-content {
  padding: 50px;
  margin: 0;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 30px 0px rgba(37, 54, 88, 0.08);
}

.deletemodal .modal-content .btn-close {
  font-size: 20px;
  color: #2385c7;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  position: absolute;
  right: 10px;
  top: 10px;
  float: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}

.deletemodal .modal-content .btn-close:hover {
  background: #2385c7;
  border-color: #2385c7;
  color: #fff;
}

.deletemodal .modal-content img {
  max-width: 100%;
  margin: 0 auto 10px;
}

.deletemodal .modal-content h4 {
  color: #2d2e34;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}

.deletemodal .modal-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 345px;
  margin: 0 auto;
}

.deletemodal .modal-content ul li {
  padding: 0 8px;
  width: 50%;
}

.deletemodal .modal-content ul li a {
  font-size: 14px;
  display: block;
  width: 100%;
  min-width: 165px;
  text-align: center;
  padding: 10px 10px 11px;
  border-radius: 10px;
}

/* **** End Delete Modal **** */

/* **** Cart **** */
.cart-wrp {
  padding: 30px 0 50px;
}

.cart-wrp .col-md-9.col-sm-12 {
  width: 70%;
}

.cart-wrp .col-md-3.col-sm-12 {
  width: 30%;
}

.cart-wrp .cart-title {
  margin: 0 0 27px;
}

.cart-wrp .cart-title h2 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}

.cart-wrp .cart-title p {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.cart-wrp .cart-block .cart-box {
  position: relative;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 20px;
  margin: 0 0 37px;
}

.cart-wrp .cart-block .cart-box .edit-cart-box {
  position: absolute;
  right: 20px;
  top: -20px;
}

.cart-wrp .cart-block .cart-box .edit-cart-box ul {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.cart-wrp .cart-block .cart-box .edit-cart-box a.risk-btn {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #e3810e;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  padding: 7px 16px;
  border-radius: 10px;
  border: 1px solid #e3810e;
  background: #fff;
  min-width: 135px;
}

.cart-wrp .cart-block .cart-box .edit-cart-box a.risk-btn.green {
  color: #46af51;
  border-color: #46af51;
}

.cart-wrp .cart-block .cart-box .edit-cart-box a.risk-btn.red {
  color: #c72323;
  border-color: #c72323;
}

.cart-wrp .cart-block .cart-box .edit-cart-box a.box-btn {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #e4f1f4;
}

.cart-wrp .cart-block .cart-box:last-child {
  margin: 0;
}

.cart-wrp .cart-block .cart-box .user-box {
  display: flex;
  align-items: center;
}

.cart-wrp .cart-block .cart-box .user-box .user-img {
  width: 93px;
  height: 93px;
  border-radius: 100px;
  object-position: center;
  object-fit: cover;
  margin-right: 20px;
}

.cart-wrp .cart-block .cart-box .user-box h3 {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 5px;
}

.cart-wrp .cart-block .cart-box .user-box h5 {
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.cart-wrp .cart-block .cart-box .cart-detail h4 {
  color: #2385c7;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 5px;
  text-align: right;
}

.cart-wrp .cart-block .cart-box .cart-detail h6 {
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-decoration: line-through;
  text-align: right;
}

.cart-wrp .cart-block .cart-box .cart-detail {
  display: flex;
  justify-content: space-between;
}

.cart-wrp .cart-detail {
  padding-top: 20px;
}

.cart-wrp .plan-info {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  overflow: hidden;
  box-shadow: 2px 6px 21px -2px rgba(0, 0, 0, 0.2);
}

.cart-wrp .plan-info .cart-price-detail {
  background: transparent;
  border: 1px solid #fafafa;
  background: #fafafa;
  display: block;
  padding: 10px 15px;
  width: 400px;
  text-align: left;
}

.cart-wrp .plan-info .cart-price-detail.collapsed {
  border: 1px solid transparent;
}

.cart-wrp .plan-info .cart-price-detail {
  background-image: url('../images/arrow-up.svg');
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 97% 50%;
}

.cart-wrp .plan-info .cart-price-detail.collapsed {
  background-image: url('../images/arrow-down.svg');
}

.cart-wrp .plan-info .plan-body {
  padding: 0 15px 5px;
}

.cart-wrp .plan-info .plan-body ul li {
  color: #2d2e34;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #d4d5d9;
}

.cart-wrp .plan-info .plan-body ul li:last-child {
  border: none;
}

.cart-wrp .plan-info .plan-body ul li span {
  color: #2385c7;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.cart-wrp .plan-info .plan-body ul li span b {
  color: #e3810e;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  padding: 2px 7px;
  border-radius: 5px;
  background: #ffe8cc;
}

/* **** End Cart **** */

.cart-wrp .message-packages .message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 5px 16px;
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fafafa;
  margin: 0 0 20px;
}

.cart-wrp .message-packages .message h4 {
  display: flex;
  align-items: center;
  margin: 0;
  color: #2385c7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cart-wrp .message-packages .message h4 span {
  background: #fce7e7;
  border: 1px solid #c72323;
  height: 26px;
  width: 26px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.cart-wrp .message-packages .message a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: 143px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #2385c7;
}

.cart-wrp .message-packages .message.green {
  border-color: #46af51;
}

.cart-wrp .message-packages .message.red {
  border-color: #c72323;
}

.cart-wrp .message-packages .message.green h4 {
  color: #46af51;
}

.cart-wrp .message-packages .message.red h4 {
  color: #c72323;
}

.cart-wrp .message-packages .message.green a {
  background: #46af51;
}

.cart-wrp .message-packages .message.red a {
  background: #c72323;
}

.cart-wrp .price-detail-block {
  border-radius: 14px;
  border: 1px solid #929292;
  background: rgba(201, 201, 201, 0.1);
  backdrop-filter: blur(9.300000190734863px);
  padding: 20px;
}

.cart-wrp .price-detail-block h2 {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #d4d5d9;
}

.cart-wrp .price-detail-block .description {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #d4d5d9;
}

.cart-wrp .price-detail-block .description ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px;
}

.cart-wrp .price-detail-block .description ul li:last-child {
  margin: 0;
}

.cart-wrp .price-detail-block .description ul li span {
  color: #2d2e34;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.cart-wrp .price-detail-block .discount-block {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #d4d5d9;
}

.cart-wrp .price-detail-block .discount-block .form-group {
  position: relative;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.cart-wrp .price-detail-block .discount-block .form-group .form-control {
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 16px 10px 50px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  box-shadow: none;
  outline: none;
}

.cart-wrp .price-detail-block .discount-block .form-group i {
  position: absolute;
  left: 15px;
  color: #9094aa;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.cart-wrp .price-detail-block .discount-block .form-group .btn-secondary {
  font-size: 14px;
  padding: 10px 23px;
  border-radius: 10px;
  white-space: nowrap;
  min-width: 84px;
}

.cart-wrp .price-detail-block .discount-block .form-group .remove-offer {
  font-size: 14px;
  padding: 10px 23px;
  border-radius: 10px;
  white-space: nowrap;
  min-width: 84px;
  color: #c72323;
  border: 1px solid #c72323;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

.cart-wrp .price-detail-block .discount-block .form-group .remove-offer:hover {
  background: #c72323;
  color: #fff;
}

.cart-wrp .price-detail-block .discount-block a {
  color: #2385c7;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  margin: 0 0 20px;
  display: block;
}

.cart-wrp .price-detail-block .discount-block ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.cart-wrp .price-detail-block .discount-block ul li span {
  color: #2d2e34;
}

.cart-wrp .price-detail-block .subtotal-box {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #d4d5d9;
}

.cart-wrp .price-detail-block .subtotal-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.cart-wrp .price-detail-block .subtotal-box ul li span {
  color: #2385c7;
  font-weight: 600;
}

.cart-wrp .price-detail-block .amount-box {
  padding: 0;
  margin: 0 0 22px;
  border: none;
}

.cart-wrp .price-detail-block .amount-box li {
  margin: 0 0 20px;
}

.cart-wrp .price-detail-block .amount-box li:last-child {
  margin: 0;
}

.cart-wrp .price-detail-block .amount-box li.totle {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
}

.cart-wrp .price-detail-block .amount-box li.totle span {
  color: #2385c7;
  font-weight: 600;
}

.cart-wrp .price-detail-block .btn-primary {
  color: #2385c7;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  position: relative;
  border: unset;
}

.cart-wrp .price-detail-block .btn-primary span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #2d2e34;
  background: #fff;
  padding: 10px;
  position: relative;
  z-index: 9;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart-wrp .price-detail-block .btn-primary:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 4px;
  left: 4px;
  border-radius: 10px;
  background: linear-gradient(275deg, #94c0de 0%, rgba(148, 192, 222, 0) 100%);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart-wrp .price-detail-block .btn-primary:hover span {
  border-color: #2d2e34;
  background: #2385c7;
  color: #fff;
}

.cart-wrp .price-detail-block .btn-primary:hover:before {
  top: 0;
  left: 0;
}

.cart-packages-block {
  padding: 0 0 67px;
}

/* ***** Cart **** */

/* **** Modal **** */
#CouponModal {
  background: rgba(255, 255, 255, 0.3);
  -moz-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#CouponModal .modal-dialog {
  max-width: 865px;
}

#CouponModal .modal-dialog .modal-content {
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 30px 0px rgba(37, 54, 88, 0.08);
  border: none;
}

#CouponModal .modal-dialog .modal-header {
  padding: 20px 20px 20px 30px;
  border: none;
  display: block;
}

#CouponModal .modal-dialog .modal-header h5 {
  color: #2d2e34;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px;
}

#CouponModal .modal-dialog .modal-header p {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

#CouponModal .modal-dialog .modal-header .close-btn {
  color: #2385c7;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #2385c7;
  position: absolute;
  right: 10px;
  top: 10px;
}

#CouponModal .modal-dialog .modal-header .close-btn:hover {
  color: #fff;
  background: #2385c7;
}

#CouponModal .modal-footer {
  justify-content: center;
  padding: 20px;
  gap: 0 7px;
  border: none;
}

#CouponModal .modal-footer .btn-secondary {
  font-size: 14px;
  width: 165px;
  border-radius: 10px;
  padding: 11px;
}

#CouponModal .modal-body {
  height: 364px;
  overflow: auto;
  padding: 0 30px;
  display: block;
}

#CouponModal .coupon-box {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 15px;
  position: relative;
  margin: 0 0 20px;
}

#CouponModal .coupon-box h5 {
  color: #2385c7;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin: 0 0 10px;
  font-family: 'Open Sans';
  padding: 9px;
  max-width: 120px;
  text-align: center;
  background-image: url('../images/coupon-bg.svg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#CouponModal .coupon-box h6 {
  color: #2d2e34;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 5px;
}

#CouponModal .coupon-box p {
  color: #9094aa;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

#CouponModal .coupon-box .check-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#CouponModal .coupon-box.selected {
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fff;
}

#CouponModal .coupon-box.selected .check-icon {
  opacity: 1;
  visibility: visible;
}

/* **** Modal **** */
.deletemodal {
  background: rgba(255, 255, 255, 0.3);
  -moz-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.deletemodal .modal-dialog {
  max-width: 663px;
}

.deletemodal .modal-dialog .modal-content {
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 30px 0px rgba(37, 54, 88, 0.08);
  border: none;
  border: none;
}

.deletemodal .close-btn {
  color: #2385c7;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #2385c7;
  position: absolute;
  right: 10px;
  top: 10px;
}

.deletemodal .close-btn:hover {
  color: #fff;
  background: #2385c7;
}

.deletemodal ul {
  justify-content: center;
  padding: 20px;
  gap: 0 7px;
  border: none;
  display: flex;
  align-items: center;
}

.deletemodal ul li .btn-secondary {
  font-size: 14px;
  width: 165px;
  border-radius: 10px;
  padding: 11px;
}

.deletemodal .modal-body {
  padding: 50px 124px 50px;
}

.deletemodal .modal-body img {
  max-width: 100%;
  margin: 0 auto 10px;
}

.deletemodal .modal-body h3 {
  color: #2d2e34;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}

.risk-modal {
  background: rgba(255, 255, 255, 0.3);
  -moz-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.risk-modal .modal-dialog {
  max-width: 865px;
}

.risk-modal .modal-dialog .modal-content {
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 30px 0px rgba(37, 54, 88, 0.08);
  border: none;
  padding: 20px 30px;
  position: relative;
}

.risk-modal .close-btn {
  color: #2385c7;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #2385c7;
  position: absolute;
  right: 10px;
  top: 10px;
}

.risk-modal .close-btn:hover {
  color: #fff;
  background: #2385c7;
}

.risk-modal .title-modal {
  margin: 0 0 20px;
}

.risk-modal .title-modal h3 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px;
}

.risk-modal .title-modal p {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.risk-modal .package-detail {
  min-height: 336px;
}

.risk-modal .package-detail ul li {
  margin: 0 0 20px;
}

.risk-modal .package-detail ul li .form-checkbox {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.risk-modal .package-detail ul li .form-checkbox label {
  position: unset;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 6px 15px;
  margin-left: 40px;
  color: #2d2e34;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.risk-modal .package-detail ul li .form-checkbox label span {
  margin-left: auto;
  margin-right: 10px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #c72323;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #c72323;
  background: #fff;
  padding: 7px 16px;
  min-width: 135px;
}

.risk-modal .package-detail ul li .form-checkbox label span.yellow {
  border-color: #e3810e;
  color: #e3810e;
}

.risk-modal .package-detail ul li .form-checkbox label:before {
  position: absolute;
  left: 0;
  border-radius: 6px;
  border: 1px solid #d2d2d2;
  background: #fafafa;
  backdrop-filter: blur(9.300000190734863px);
}

.risk-modal .package-detail ul li .form-checkbox label:after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.risk-modal .btn-box ul {
  justify-content: center;
  gap: 0 7px;
  border: none;
  display: flex;
  align-items: center;
}

.risk-modal .btn-box ul li .btn-secondary {
  font-size: 14px;
  width: 165px;
  border-radius: 10px;
  padding: 11px;
}

.profile-modal {
  background: rgba(255, 255, 255, 0.3);
  -moz-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.profile-modal .modal-dialog {
  max-width: 865px;
}

.profile-modal .modal-dialog .modal-content {
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 30px 0px rgba(37, 54, 88, 0.08);
  border: none;
  padding: 20px 30px;
  position: relative;
}

.profile-modal .close-btn {
  color: #2385c7;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #2385c7;
  position: absolute;
  right: 10px;
  top: 10px;
}

.profile-modal .close-btn:hover {
  color: #fff;
  background: #2385c7;
}

.profile-modal .title-modal {
  margin: 0 0 30px;
}

.profile-modal .title-modal h3 {
  color: #2d2e34;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px;
}

.form-wizard-header {
  max-width: 512px;
  margin: 0 auto;
}

.form-wizard-header ul {
  display: flex;
  align-items: center;
}

.form-wizard-header ul li {
  width: 33.33%;
  position: relative;
}

.form-wizard-header ul li:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  left: 105px;
  background: #2d2e34;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.form-wizard-header ul li:last-child:before {
  display: none;
}

.form-wizard-header ul li span {
  color: #8e92a5;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
  width: 105px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  column-gap: 5px;
}

.form-wizard-header ul li span img {
  max-width: 100%;
  display: none;
}

.form-wizard-header ul li:nth-child(2) span {
  margin: 0 auto;
}

.form-wizard-header ul li:last-child span {
  margin-left: auto;
}

.form-wizard-header ul li.activated:before {
  background: #2385c7;
}

.form-wizard-header ul li.activated span {
  color: #fff;
  border: 1px solid #46af51;
  background: #46af51;
}

.form-wizard-header ul li.activated span img {
  display: block;
}

.form-wizard-header ul li.active span {
  color: #2385c7;
  border: 1px solid #2385c7;
}

.form-wizard .wizard-fieldset {
  display: none;
}

.form-wizard .wizard-fieldset.show {
  display: block !important;
}

.form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
}

.form-button button {
  color: #2385c7;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fff;
  display: block;
  text-align: center;
  min-width: 165px;
  max-width: 165px;
}

.form-button button:hover {
  background: #2385c7;
  color: #fff;
}

.wizard-fieldset .pan-detail {
  margin: 50px auto 80px;
  max-width: 344px;
}

.wizard-fieldset .kyc-detail {
  max-width: 720px;
}

.wizard-fieldset .pan-detail .form-group {
  margin: 0 0 20px;
}

.wizard-fieldset .pan-detail .form-group label {
  color: #2d2e34;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}

.wizard-fieldset .pan-detail .form-group .form-control {
  color: #8e92a5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  box-shadow: none;
  outline: none;
  padding: 10px 15px;
}

.wizard-fieldset .pan-detail .form-group .form-control::placeholder {
  color: #8e92a5;
}

.wizard-fieldset .pan-detail .form-group select.form-control {
  background-image: url('../images/arrow-down.svg');
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 97% 50%;
}

.wizard-fieldset .pan-detail .form-group .phone-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wizard-fieldset .pan-detail .form-group .phone-group select.form-control {
  margin-right: 10px;
  width: 100px;
}

.popup__content {
  display: none;
  margin: 0 auto;
  flex-direction: column;
  transition: all 3s ease;
  transform: translateX(-15px);
}

.question-visible {
  transition: all 3s ease;
  display: flex;
  transform: translateX(0);
}

.qa-popup {
  max-width: 805px;
  position: relative;
  margin: 20px auto 30px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}

.qa-popup .count-steps {
  position: absolute;
  left: 0;
  top: 50%;
  left: 40px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.qa-popup .count-steps li {
  margin: 0 0 80px;
  width: 24px;
  height: 24px;
  border: 1px solid #525669;
  border-radius: 100%;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qa-popup .count-steps li:before {
  position: absolute;
  content: '';
  height: 80px;
  top: 22px;
  left: 50%;
  width: 1px;
  background: #525669;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.qa-popup .count-steps li:last-child {
  margin: 0;
}

.qa-popup .count-steps li:last-child:before {
  display: none;
}

.qa-popup .count-steps li span {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background: #2385c7;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.qa-popup .count-steps li span i {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.qa-popup .count-steps li.active {
  border: 1px solid #2385c7;
  background: #fff;
}

.qa-popup .count-steps li.activated {
  background: #46af51;
  border-color: #46af51;
}

.qa-popup .count-steps li.activated span {
  height: 100%;
  width: 100%;
  background: transparent;
  opacity: 1;
  visibility: visible;
}

.qa-popup .count-steps li.activated span i {
  opacity: 1;
  visibility: visible;
}

.qa-popup .count-steps li.active span {
  opacity: 1;
  visibility: visible;
}

.step-box {
  position: relative;
  min-height: 624px;
  padding: 40px 40px 80px 94px;
  display: none;
  transition: all 3s ease;
}

.step-box.show {
  transition: all 3s ease;
  display: block;
  transform: translateX(0);
}

.step-box .detail h2 {
  color: #2d2e34;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 30px;
}

.step-box .detail ul li {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  min-height: 70px;
  padding: 12px 30px;
  margin: 0 0 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.step-box .detail ul li:last-child {
  margin: 0;
}

.step-box .detail ul li.selected {
  border-color: #2385c7;
  background: #fff;
  color: #2385c7;
}

.step-box .step-buttons {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.step-box .step-buttons ul {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.step-box .step-buttons ul li a {
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #2385c7;
}

.step-box .step-buttons ul li a:hover {
  background: #2385c7;
  color: #fff;
}

/* **** Login **** */
.login-wrp {
  background: #2385c7;
  min-height: 100vh;
  padding: 52px 0 52px 0;
  display: flex;
  align-items: center;
}

.login-wrp .login-img {
  width: 50%;
  padding-left: 100px;
}

.login-wrp .login-img img {
  max-width: 100%;
}

.login-wrp .login-block {
  border-radius: 52px 0px 0px 52px;
  background: #fff;
  width: 50%;
  min-height: calc(100vh - 104px);
  padding: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-detail .logo-img img {
  max-width: 100%;
  margin: 0 auto 30px;
}

.login-detail h2 {
  color: #2d2e34;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 30px;
}

.login-detail .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: none;
  margin: 0 0 30px;
}

.login-detail .nav-tabs li .nav-link {
  color: #2385c7;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #2385c7;
  background: #fff;
  width: 100px;
  padding: 9px;
}

.login-detail .nav-tabs li .nav-link:hover,
.login-detail .nav-tabs li .nav-link.active {
  background: #2385c7;
  color: #fff;
}

.login-detail .login-form {
  width: 344px;
}

.login-detail .register-form {
  width: 708px;
}

.login-detail .login-form .form-group {
  margin: 0 0 20px;
  position: relative;
}

.login-detail .login-form .form-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 11px;
}

.login-detail .login-form .form-group label img {
  max-width: 100%;
}

.login-detail .login-form .form-group .form-control {
  color: #9094aa;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  box-shadow: none;
  outline: none;
}

.login-detail .login-form .form-group .toggle-password {
  position: absolute;
  right: 15px;
  top: 40px;
  color: #9094aa;
  cursor: pointer;
}

.login-detail .login-form .form-group .toggle-password .icon-tabler-eye-off {
  display: none;
}

/* .login-detail .login-form .form-group .toggle-password.show:before {
  content: '\f070';
} */
.login-detail .login-form .form-group a {
  color: #2385c7;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: table;
  margin: 10px 0 0;
}

.login-detail .login-form .form-group a:hover {
  color: #000;
}

.login-detail .login-form .form-group select.form-control {
  background-image: url('../images/arrow-down.svg');
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 95% 50%;
}

.login-detail .login-form .form-group .phone-input-box {
  display: flex;
  align-items: center;
  gap: 13px;
}

.login-detail .login-form .form-group .phone-input-box select.form-control {
  width: 90px;
  margin-right: 10px;
}

.login-detail .login-form .btn-primary {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  background: #2385c7;
  padding: 9px 27px;
  display: table;
  margin: 0 auto 20px;
}

.login-detail .login-form h6 {
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-align: center;
}

.login-detail .login-form h6 a {
  color: #2385c7;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-left: 5px;
}

.login-detail .login-form h6 a:hover {
  color: #000;
}

/* **** End Login **** */

.dash-package-detail-wrp .preview-box {
  margin: 0 0 20px;
}

.dash-package-detail-wrp .preview-box h3 {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}

.dash-package-detail-wrp .preview-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -8px;
  row-gap: 16px;
}

.dash-package-detail-wrp .preview-box ul li {
  padding: 0 8px;
  width: 50%;
}

.dash-package-detail-wrp .preview-box .link-box {
  border-radius: 10px;
  border: 1px solid #b2b5c5;
  background: #fff;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
}

.dash-package-detail-wrp .preview-box .link-box h4 {
  color: #2d2e34;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 8px;
  margin: 0;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #b2b5c5;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dash-package-detail-wrp .preview-box .link-box .box-body {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dash-package-detail-wrp .preview-box .link-box .box-body h6 {
  color: #2385c7;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.dash-package-detail-wrp .preview-box .link-box .box-body h6 span {
  color: #ffae50;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  display: table;
  padding: 2px 7px;
  border-radius: 5px;
  background: #ffe8cc;
  display: table;
  margin: 0 auto;
}

.dash-package-detail-wrp .preview-box .link-box .box-body h6 small {
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin: 5px auto;
  display: table;
}

/* **** New Table css **** */
.package-table .table-block table tbody tr td {
  position: relative;
}

.package-table .table-block table tbody tr td h6 {
  width: 85px;
}

.package-table .table-block table.dataTable td.dt-control:before {
  border-top: 6px solid #000;
  border-left: 4px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.package-table .table-block table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: transparent;
  border-left: 4px solid transparent;
  border-bottom: 6px solid #000;
  border-right: 4px solid transparent;
}

.package-table .table-block table tbody tr.dt-hasChild td {
  background: #f4fafc;
  border-bottom: none;
}

.package-table .table-block table.dataTable tr[data-dt-row] {
  background: #f4fafc;
}

.package-table .table-block table.dataTable tr.dt-hasChild {
  border: 2px solid #2385c7;
  border-bottom: unset !important;
}

.package-table .table-block table.dataTable tr[data-dt-row] td {
  padding: 20px 30px 38px 12px;
  white-space: normal;
  border: 2px solid #2385c7;
  border-top: unset !important;
}

.packagedetails .chart-box {
  border-bottom: 1px solid #d4d5d9;
  padding: 0 0 40px;
  margin: 0 0 20px;
}

.packagedetails .chart-box ul li {
  margin: 0 0 10px;
}

.packagedetails .chart-box ul li:last-child {
  margin: 0;
}

.packagedetails .chart-box ul li a {
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 5px;
  line-height: normal;
  position: relative;
}

.packagedetails .chart-box ul li a:before {
  position: absolute;
  content: '';
  width: 44px;
  height: 2px;
  background: #2385c7;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.packagedetails .chart-box ul li a.active,
.packagedetails .chart-box ul li a:hover {
  color: #2385c7;
  font-weight: 700;
}

.packagedetails .chart-box ul li a.active:before,
.packagedetails .chart-box ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}

.narrative-block h2.narrative-block-title {
  color: #2385c7;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 5px;
  line-height: normal;
  position: relative;
  margin: 0 0 10px;
}

.narrative-block h2.narrative-block-title:before {
  position: absolute;
  content: '';
  width: 44px;
  height: 2px;
  background: #2385c7;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}

.narrative-block .narrative-box {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 10px;
  word-wrap: break-word;
}

.narrative-block .narrative-box p {
  color: #9094aa;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  word-wrap: break-word;
}

.research-detail h2 {
  color: #2385c7;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 5px;
  line-height: normal;
  position: relative;
  margin: 0 0 10px;
}

.research-detail h2:before {
  position: absolute;
  content: '';
  width: 44px;
  height: 2px;
  background: #2385c7;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}

.research-detail ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.research-detail .file-box {
  position: relative;
  width: 160px;
}

.research-detail .links-file-box {
  max-width: 234px;
}

.research-detail .file-box .form-control {
  color: #2d2e34;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 12px 35px;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}

.research-detail .file-box h6 {
  color: #2d2e34;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 12px 50px 12px 35px;
  cursor: pointer;
  width: auto !important;
}

.research-detail .file-box .attachment-icon {
  position: absolute;
  left: 10px;
  max-width: 100%;
  top: 12px;
}

.research-detail .file-box .attachment-icon1 {
  position: absolute;
  left: 10px;
  max-width: 100%;
  top: 12px;
  cursor: pointer;
}

.research-detail .file-box.links-file-box {
  width: auto;
}

.research-detail .file-box .btn-delete {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border-radius: 7px;
  background: #e4f1f4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  color: rgba(35, 133, 199, 1);
  font-size: 12px;
}

.research-detail .file-box .btn-delete:hover {
  background: #2385c7;
  color: #fff;
}

.research-detail .file-box .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

/* **** End New Table css **** */

/* **** New css **** */
.advisor-package-wrp .package-box .box-title.box-btn-title {
  margin: 0;
}

.advisor-package-wrp .package-box .box-title.box-btn-title ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px 10px;
}

.advisor-package-wrp .package-box .box-title.box-btn-title ul li a img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.advisor-package-wrp .package-box .box-title.box-btn-title ul li a:hover img {
  filter: invert(1) grayscale(1) brightness(2);
}

.package-table .table-block table tbody tr td.dt-control {
  padding-right: 0px;
}

.package-table .table-block table.dataTable td.dt-control:before {
  right: 10px;
}

.dash-package-detail-wrp .package-table .table-block table tbody tr td .packagedetails ul {
  display: block;
}

.cart-wrp .price-detail-block .risk p {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.79px;
}

.cart-wrp .price-detail-block .risk a {
  color: #2385c7;
  text-decoration: underline;
}

.cart-wrp .cart-block .cart-box .cart-detail .plan-info .change-offer {
  cursor: pointer;
}

/* **** New Css **** */
.empty-cart-wrp {
  padding: 60px 0;
  min-height: calc(100vh - 168px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.empty-cart-wrp img {
  max-width: 100%;
  margin: 0 auto 20px;
}

.empty-cart-wrp h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
  color: #2d2e34;
}

.empty-cart-wrp .btn-primary {
  font-size: 14px;
  font-weight: 600;
  display: block;
  max-width: 356px;
  margin: 0 auto;
  background-color: #2385c7;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
}

.empty-cart-wrp .btn-primary:hover {
  background-color: #000;
  color: #fff;
}

/* **** End New Css **** */

/* **** select new css **** */
.step-box .detail ul li {
  display: block;
  border-radius: 0;
  border: none;
  min-height: unset;
  padding: 0;
  margin: 0;
}

.step-box .detail ul li label {
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  min-height: 70px;
  padding: 12px 30px;
  margin: 0 0 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.step-box .detail ul li input {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  opacity: 0;
}

.step-box .detail ul li input:checked+label {
  border-color: #2385c7;
  background: #fff;
  color: #2385c7;
}

/* **** New css **** */
.qa-popup .count-steps li.activated:before {
  background-color: #2385c7;
}

.qa-popup .count-steps li.correct.activated:before {
  background-color: #46af51;
}

.create-tip-wrp .create-tip-select .dropdown-toggle {
  color: #2385c7;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  padding: 10px 50px 10px 15px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  box-shadow: none;
  outline: none;
  position: relative;
}

.create-tip-wrp .create-tip-select .dropdown-toggle::after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.create-tip-wrp .create-tip-select .dropdown-menu {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  background: #fff;
  max-width: 100%;
  min-width: unset;
  width: auto;
}

.create-tip-wrp .create-tip-select .dropdown-menu li {
  margin: 0 0 8px;
}

.create-tip-wrp .create-tip-select .dropdown-menu li:last-child {
  margin: 0;
}

.create-tip-wrp .create-tip-select .dropdown-menu li a {
  color: #9094aa;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
}

.create-tip-wrp .create-tip-select .dropdown-menu li a:hover {
  background: #2385c7;
  color: #fff;
}

.package-filter .row {
  align-items: center;
}

.package-filter .filter-links .filter-list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.package-filter .filter-links .filter-list li {
  position: relative;
}

.package-filter .filter-links .filter-list li input {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  opacity: 0;
}

.package-filter .filter-links .filter-list li label {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: center;
  padding: 10px 15px;
  color: #2d2e34;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.package-filter .filter-links .filter-list li input:checked+label {
  color: #2385c7;
  border-color: #2385c7;
  background: #ffffff;
}

.package-filter .filter-links .filter-list li input:checked+label:after {
  display: inline-block;
}

.package-filter .filter-links .filter-list li label:after {
  position: relative;
  content: '\f107';
  height: 20px;
  width: 20px;
  background-size: contain;
  background-position: center;
  font-family: 'Font Awesome 5 Pro';
  display: none;
}

.package-filter .filter-links .filter-list li label.active:after {
  content: '\f106';
}

/* **** 10/06/24  New css **** */
.dashboard-wrp {
  padding: 35px 0 75px;
}

.dash-overview-block .tips-block {
  margin: 10px 0 0;
}

.dash-overview-block .tips-block {
  padding: 13px 15px;
}

.package-card .empty-box {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package-card .empty-box h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: center;
  color: #2d2e34;
  margin: 0;
}

.dash-overview-block .empty-box {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  min-height: 353px;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  border-radius: 15px;
}

.dash-overview-block .empty-box h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: center;
  margin: 0 0 15px;
}

.dash-overview-block .empty-box .btn-primary {
  margin: 0 auto;
  display: table;
}

.dash-overview-block .tips-block .empty-box {
  min-height: 110px;
  border: none;
}

.dash-overview-block .tips-block .empty-box h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: left;
  margin: 0;
}

.verify-error-box {
  padding: 35px 0 0;
}

.verify-error-box .error-box {
  padding: 5px 15px;
  border: 1px solid #c72323;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  border-radius: 10px;
}

.verify-error-box .error-box label {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: left;
  color: #c72323;
  margin: 0 5px 0 0;
}

.verify-error-box .error-box .btn-primary {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #fff;
  width: 143px;
  padding: 10px;
  display: block;
  background: #c72323;
  border-radius: 10px;
}

.verify-error-box .error-box .btn-primary:hover {
  background-color: #000;
  color: #fff;
}

.verify-error-box .error-box .btn-main {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  border: 1px solid #c72323;
  color: #c72323;
  width: 143px;
  border-radius: 10px;
  padding: 9px 10px;
  display: block;
}

.verify-error-box .error-box .btn-main:hover {
  background-color: #c72323;
  color: #fff;
}

.error.dashboard-wrp {
  opacity: 50%;
  cursor: default;
}

.error.dashboard-wrp a {
  cursor: default;
}

.package-empty-wrp {
  padding: 30px 0 60px;
}

.package-empty-wrp h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27.24px;
  text-align: left;
  margin: 0 0 24px;
}

.package-empty-wrp img {
  max-width: 100%;
  margin: 0 auto 20px;
}

.package-empty-wrp h4 {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin: 0 0 23px;
}

.package-empty-wrp .btn-primary {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: right;
  padding: 10px 15px;
  background: #2385c7;
  border-radius: 10px;
  color: #fff;
  margin: 0 auto;
  display: table;
}

.package-empty-wrp .btn-primary i {
  margin-right: 10px;
}

.package-empty-wrp .btn-primary:hover {
  background-color: #000;
  color: #fff;
}

/* **** 11/06/24 **** */
.login-detail .login-form h5 {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.79px;
  text-align: center;
  color: #2d2e34;
  margin: 0 0 20px;
  text-align: center;
}

.login-detail .login-form .inner-group {
  display: flex;
  align-items: center;
  gap: 13px;
}

.login-detail .login-form .inner-group select.form-control {
  width: 83px;
}

.login-detail .login-form .btn-primary {
  display: table;
  margin: 0 auto 20px;
}

.login-detail .login-form .btn-primary:hover {
  background-color: #000;
  color: #fff;
}

.login-detail h3 {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.79px;
  text-align: center;
  margin: 0 0 20px;
}

.password-form {
  margin: 0 auto;
}

.verification-block h2 {
  margin: 0 0 20px;
}

.verification-block h5 {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.79px;
  text-align: center;
  margin: 0 0 20px;
}

.verification-block .form-group label {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: center;
  margin: 0 0 11px;
  color: #2d2e34;
  display: block;
}

.verification-block .form-group .otp-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 20px;
  justify-content: center;
}

.verification-block .form-group .otp-box .otp {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
  color: #2d2e34;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  outline: none;
  text-align: center;
}

.verification-block h4 {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.79px;
  text-align: center;
  color: #2d2e34;
  margin: 0 0 20px;
}

.verification-block .btn-resend {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.79px;
  text-align: center;
  color: #2385c7;
  display: table;
  margin: 0 auto 20px;
}

.verification-block .btn-resend:hover {
  color: #000;
}

.verification-block .btn-primary {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: center;
  color: #ffffff;
  background: #2385c7;
  padding: 9px 30px;
  display: table;
  margin: 0 auto 20px;
  border-radius: 10px;
}

.verification-block .btn-primary:hover {
  background-color: #000;
  color: #fff;
}

.verification-block .backlogin {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
  color: #2385c7;
  display: table;
  margin: 0 auto;
}

.verification-block .backlogin:hover {
  color: #000;
}

.verify-warning-box {
  padding: 35px 0 0;
}

.verify-warning-box .warning-box {
  padding: 5px 15px;
  border: 1px solid #ffae50;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  border-radius: 10px;
}

.verify-warning-box .warning-box label {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: left;
  color: #ffae50;
  margin: 0 5px 0 0;
}

.verify-warning-box .danger-box {
  padding: 5px 15px;
  border: 1px solid #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  border-radius: 10px;
}

.verify-warning-box .danger-box label {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: left;
  color: #ff0000;
  margin: 0 5px 0 0;
}

/* ***** select **** */
.create-tip-select .select2-dropdown {
  z-index: 9999;
}

.create-tip-select .select2-container .select2-selection--single {
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  box-shadow: none;
  outline: none;
  height: auto;
  width: 280px;
}

.create-tip-wrp .create-tip-block {
  padding-left: 40px;
}

.create-tip-select .select2-container .select2-selection--single {
  background-image: url('../images/chevron-down.svg');
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 95% 50%;
}

.create-tip-select .select2-container .select2-selection--single .select2-selection__rendered {
  color: #2385c7;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.create-tip-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.create-tip-select .select2-search--dropdown {
  display: none;
}

.create-tip-select .select2-dropdown {
  border: none;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  box-shadow: none;
  outline: none;
  height: auto;
  width: 280px;
}

.create-tip-wrp .create-tip-select .select2-dropdown {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  background: #fff;
  /* max-width: 100%; */
  min-width: unset;
  width: auto;
}

.create-tip-select .select2-results__option {
  margin: 0 0 8px;
  color: #9094aa;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.create-tip-select .select2-results__option:last-child {
  margin: 0;
}

.create-tip-select .select2-container--default .select2-results__option--highlighted[aria-selected],
.create-tip-select .select2-container--default .select2-results__option[aria-selected='true'] {
  background: #2385c7;
  color: #fff;
}

/* select 2 stock */

.stock-select .select2-container .select2-selection--single {
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  box-shadow: none;
  outline: none;
  height: auto;
  width: 600px;
}

.stock-select .select2-container .select2-selection--single {
  background-image: url('../images/chevron-down.svg');
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 95% 50%;
}

.stock-select .select2-container .select2-selection--single .select2-selection__rendered {
  color: #2385c7;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.stock-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.stock-select .select2-dropdown {
  border: none;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  box-shadow: none;
  outline: none;
  height: auto;
}

.stock-select .select2-dropdown {
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  background: #fff;
}

.stock-select .select2-results__option {
  margin: 0 0 8px;
  color: #9094aa;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.stock-select .select2-container--default .select2-results>.select2-results__options {
  padding: 0px 10px;
}

.stock-select .select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 10px;
}

.stock-select .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline: unset;
}

.stock-select .select2-results__option:last-child {
  margin: 0;
}

.stock-select .select2-container--default .select2-results__option--highlighted[aria-selected],
.stock-select .select2-container--default .select2-results__option[aria-selected='true'] {
  background: #2385c7;
  color: #fff;
}

/* **** 12/6/24 **** */
/* **** 404 **** */
.notfound-wrp {
  background-image: url('../images/404-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 110px 0 60px;
}

.notfound-wrp .logo-img {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.notfound-wrp .description {
  display: table;
  margin: 0 auto;
}

.notfound-wrp .description h1 {
  font-family: 'Open Sans';
  font-size: 310px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px black;
  position: relative;
  cursor: pointer;
}

.notfound-wrp .description h5 {
  color: #000;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 30px;
}

.notfound-wrp .description .btn-primary {
  color: #fff;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  background: #2385c7;
  padding: 10px 30px;
  display: table;
  margin: 0 auto;
}

.notfound-wrp .description .btn-primary:hover {
  background: #000;
  color: #fff;
}

.search-itme {
  position: relative;
  display: flex;
  align-items: center;
}

.search-itme .form-group {
  position: relative;
  width: 247px;
  display: none;
}

.search-itme .form-group span {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 14px;
  color: #2385c7;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.search-itme .form-group .form-control {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
  color: #9094aa;
  box-shadow: none;
  outline: none;
  border: 1px solid #2385c7;
  padding: 10px 10px 10px 40px;
  border-radius: 10px;
}

/* package share */
.package-share-dropdown.show {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
  /* background-color: #005EA8; */
  width: 100%;
  margin: 0;
  border: 0;
  background-color: #fff;
  border-radius: 15px;
}

.package-share-dropdown ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  position: relative;
}

.post-share-close {
  position: absolute;
  right: 15px;
  top: 0;
  color: #005ea8;
  font-size: 18px;
  z-index: 1;
  cursor: pointer;
}

.package-share-dropdown ul li a {
  color: #fff;
  background: #005ea8;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  background-image: linear-gradient(145deg, #005ea8, #5bc6cf);
  transition: 0.5s;
}

.form-toggle label:before {
  border-color: #9094aa;
}

.form-toggle label:after {
  background-color: #9094aa;
}

.form-toggle input:checked+label:before {
  border-color: #2385c7;
}

.form-toggle input:checked+label:after {
  background-color: #2385c7;
}

.form-toggle label a:hover {
  color: #2385c7;
}

.package-box .user-box .avatar,
.cart-box .user-box .avatar,
.user-information .user-box .avatar {
  margin-right: 20px;
}

.slider-box .user-box .box-img .avatar {
  margin-right: 10px;
  margin-bottom: 10px;
}

.package-box .user-box .avatar .avatar-initial,
.cart-box .user-box .avatar .avatar-initial,
.user-information .user-box .avatar .avatar-initial {
  background-color: #2385c7;
  display: flex;
  height: 85px;
  width: 85px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
}

.slider-box .user-box .box-img .avatar .avatar-initial {
  background-color: #2385c7;
  display: flex;
  height: 70px;
  width: 70px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item:hover {
  background-color: #2385c7 !important;
  color: #ffffff !important;
  border: unset;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item .ui-menu-item-wrapper:hover {
  background-color: #2385c7 !important;
  color: #ffffff !important;
  border: unset;
}

.mobile-number-prefix {
  width: 60px;
}

.form-checkbox-advisor-type input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  /* display: none; */
  cursor: pointer;
  opacity: 0;
}

.form-checkbox-advisor-type label {
  position: relative;
  cursor: pointer;
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  margin-left: -16px;
}

.form-checkbox-cmp input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
  opacity: 0;
}

.form-checkbox-cmp label {
  position: relative;
  cursor: pointer;
  color: #2d2e34;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 36px;
  margin-left: -16px;
}

.form-checkbox-cmp label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  background: #fff;
  height: 20px;
  width: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form-checkbox-cmp label:after {
  position: absolute;
  content: '\f00c';
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
  height: 24px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  opacity: 0;
  top: 0;
  left: 0;
}

.form-checkbox-cmp input:checked+label:before {
  background: #2385c7;
  border-color: #2385c7;
}

.form-checkbox-cmp input:checked+label:after {
  opacity: 1;
}


.form-checkbox-advisor-type label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  background: #fff;
  height: 20px;
  width: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form-checkbox-advisor-type label:after {
  position: absolute;
  content: '\f00c';
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  opacity: 0;
  top: 0;
  left: 0;
}

.form-checkbox-advisor-type input:checked+label:before {
  background: #2385c7;
  border-color: #2385c7;
}

.form-checkbox-advisor-type input:checked+label:after {
  opacity: 1;
}

/* .form-checkbox-advisor-type input:checked + label {
  color: #2385c7;
  font-weight: 600;
} */

.upload-document-block h4 {
  margin: 0 0 16px;
  color: #2d2e34;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.create-tip-block .stock-type ul {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.create-tip-block .stock-type ul li {
  width: 20%;
  padding: 0 5px;
  position: relative;
}

.create-tip-block .stock-type ul li input {
  position: absolute;
  opacity: 0;
}

.create-tip-block .stock-type ul li .btn-secondary {
  font-size: 14px;
  padding: 11px;
  display: block;
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s linear;
  cursor: pointer;
  color: #2385c7 !important;
}

.create-tip-block .stock-type ul li input:checked+label.buy,
.create-tip-block .stock-type ul li label.buy:hover {
  background: #d0f1dd !important;
  color: #46af51 !important;
  border: none !important;
  border: 1px solid #d0f1dd !important;
}

.create-tip-block .stock-type ul li input:checked+label.sell,
.create-tip-block .stock-type ul li label.sell:hover {
  background: #f1d0d0 !important;
  color: #af4646 !important;
  border: none !important;
  border: 1px solid #f1d0d0 !important;
}

/* {
  background: #d0f1dd;
  color: #46af51;
} */

.cart-wrp .cart-block .cart-box.not-match {
  border: 1px solid #c72323 !important;
}

.price-detail-block .risk .form-check .form-check-label {
  font-size: 16px;
  font-weight: 500;
  color: #2d2e34;
}

.price-detail-block .risk .form-check .form-check-label span.high {
  color: #c72323;
}

.price-detail-block .risk .form-check .form-check-label span.low {
  color: #46af51;
}

.price-detail-block .risk .form-check .form-check-label span.medium {
  color: #e3810e;
}

.pricing-create-from-block .price-table .form-checkbox label.is-default {
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.pricing-create-from-block .price-table ul .form-checkbox input:checked+label.is-default {
  color: #2d2e34;
  font-size: 14px;
  font-weight: 400;
}

.pricing-create-from-block .price-table .form-checkbox label.is-default:before {
  background: #fff;
  border: 1px solid #f0f0f0;
  height: 19px;
  width: 19px;
  border-radius: 100%;
}

.pricing-create-from-block .price-table .form-checkbox input:checked+label.is-default:before {
  background: #fff;
  border-color: #2385c7;
}

.pricing-create-from-block .price-table .form-checkbox label.is-default:after {
  height: 9px;
  width: 9px;
  border-radius: 100%;
  background: #2385c7;
  top: 7px;
  left: 5px;
  content: '';
  transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.package-box .badge.danger {
  background: #c72323;
}

.package-box .badge.success {
  background: #46af51;
}

/* **** New Css 01/07/2024 **** */
.account-wrp .account-tabs {
  position: sticky;
  top: 30px;
}

.account-wrp .account-tabs .nav-tabs {
  max-height: calc(100vh - 300px);
  overflow: hidden;
  overflow-y: auto;
  margin: 0 0 30px;
  padding: 20px 0;
  scrollbar-width: thin;
  scrollbar-color: #2385c7 #f1f1ff;
}

.leftsidebar {
  position: sticky;
  top: 30px;
  max-height: calc(100vh - 216px);
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #2385c7 #f1f1ff;
}

.package-price-block {
  position: sticky;
  top: 30px;
  /* max-height: calc(100vh - 200px); */
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #2385c7 #f1f1ff;
}

.package-price-block .policies-box {
  margin: 0 0 16px;
}

.filter-sidebar {
  position: sticky;
  top: 30px;
}

.filter-sidebar .sidebar-body {
  max-height: calc(100vh - 200px);
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #2385c7 #f1f1ff;
}

.account-wrp {
  padding: 30px 0 132px;
}

.bottom-fix {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

#infoModal,
#termsOfServiceModal {
  background: rgba(255, 255, 255, 0.3);
  -moz-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#infoModal .modal-dialog,
#termsOfServiceModal .modal-dialog {
  max-width: 1126px;
}

#infoModal .modal-dialog .modal-content,
#termsOfServiceModal .modal-dialog .modal-content {
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 30px 0px rgba(37, 54, 88, 0.08);
  border: none;
  padding: 20px 30px;
}

#infoModal .modal-dialog .btn-close,
#termsOfServiceModal .modal-dialog .btn-close {
  font-size: 20px;
  color: #2385c7;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  position: absolute;
  right: 10px;
  top: 10px;
  float: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

#infoModal .modal-dialog .btn-close:hover,
#termsOfServiceModal .modal-dialog .btn-close:hover {
  background: #2385c7;
  border-color: #2385c7;
  color: #fff;
}

#infoModal .modal-dialog h2,
#termsOfServiceModal .modal-dialog h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27.24px;
  text-align: left;
  color: #2d2e34;
  margin: 0 0 20px;
}

#infoModal .modal-dialog ul li {
  margin: 0 0 15px;
  display: flex;
  align-items: flex-start;
}

#infoModal .modal-dialog .heading {
  min-width: 166px;
  padding: 14px 0;
}

#infoModal .modal-dialog .heading h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.79px;
  text-align: left;
  color: #2d2e34;
  margin: 0;
}

#infoModal .modal-dialog .description {
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 15px;
  width: 100%;
  border-radius: 10px;
}

#infoModal .modal-dialog .description p {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.79px;
  text-align: left;
  margin: 0;
}

#infoModal .modal-dialog ul li:last-child {
  margin: 0;
}

#infoModal .modal-dialog .description p span {
  padding-left: 20px;
  display: inline-block;
}

/* **** End New Css 01/07/2024 **** */

.history-tale table tr td .avatar {
  margin-right: 7px;
}

.history-tale table tr td .avatar .avatar-initial {
  background-color: #2385c7;
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}

.subscriber-table-block table tr td .avatar .avatar-initial {
  background-color: #2385c7;
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}

.user-detail .empty-box h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  color: #2d2e34;
  margin-bottom: 25px;
}

.overview-slider .empty-box h6,
.advisor-package-wrp .empty-box h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  color: #2d2e34;
  margin-bottom: 11px;
}

.user-detail .empty-box {
  background: unset !important;
  border: unset !important;
  min-height: unset !important;
}

/* **** 11/07/2024 **** */
.login-detail .logo-img img {
  width: 197px;
}

.login-detail .login-form .btn-primary {
  padding: 10px 14px;
  min-width: 100px;
  text-align: center;
}

.login-detail .login-form .form-group select.form-control {
  color: #2d2e34;
}

.register-wrp .login-detail h2 {
  font-family: 'Jost', sans-serif;
}

.login-detail .login-form .form-group .toggle-password {
  font-size: 16px;
}

.form-checkbox-advisor-type label:after {
  padding: 4px 0 0;
}

.upload-document-block {
  border-top: 1px solid #bdbdbd;
}

.account-profile-block form .form-group .form-control::file-selector-button {
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
  color: #2385c7;
}

.account-profile-block form .form-group .form-control::file-selector-button:hover {
  background-color: #2385c7;
  color: #fff;
}

.advisor-history-block #change-password .form-group .toggle-password.show:before {
  content: '\f06e';
}

.advisor-history-block #change-password .form-group .toggle-password:before {
  content: '\f070';
}

.mobile-number-prefix {
  width: 60px;
  color: #2d2e34 !important;
}

header .dropdown .dropdown-menu {
  border: 1px solid #b7b7b7;
  min-width: 380px;
  max-width: 380px;
  left: auto !important;
  right: 0 !important;
  padding: 0 15px;
  border-radius: 10px;
  word-break: break-all;
  /* max-height: 400px; */
  height: 400px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #2385c7 #f1f1ff;
}

header .dropdown .dropdown-menu li {
  padding: 15px 0;
  border-bottom: 1px solid #d4d5d9;
  display: flex;
  gap: 10px;
  margin: 0 !important;
}

header .dropdown .dropdown-menu li:hover {
  background-color: #f9f9f9;
}

header .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
  height: 60px;
}

header .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background-color: transparent;
  white-space: inherit;
}

header .dropdown .dropdown-menu .user-icon {
  background: #c9c9c91a;
  border: 1px solid #f0f0f0;
  width: 38px;
  min-width: 38px;
  height: 38px;
  border-radius: 100%;
  font-size: 16px;
  color: #808080;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 5px;
}

header .dropdown .dropdown-menu .user-icon img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}

header .dropdown .dropdown-menu p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  text-align: left;
  color: #9094aa;
  margin: 0;
  word-break: normal;
}

header .dropdown .dropdown-menu p.hours {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  text-align: left;
  color: #9094aa;
  margin: 0;
  white-space: nowrap;
}

header .dropdown .dropdown-menu .dropdown-item-close {
  font-size: 20px;
  color: #9094aa;
  width: 24px;
  min-width: 24px;
  text-align: center;
  margin: 0 5px 0 0;
}

header .dropdown .dropdown-menu .dropdown-item-close:hover {
  color: #2385c7;
}

/* .apexcharts-bar-area:hover {
  fill: #2385c7 !important;
}
.apexcharts-bar-area {
  fill: #E4F1F4 !important;
}
.apexcharts-bar-area:active {
  fill: #2385c7 !important;
} */

/* .notification-list {
  border: 1px solid #b7b7b7;
  min-width: 380px;
  max-width: auto;
  left: auto !important;
  right: 0 !important;
  padding: 0 15px;
  border-radius: 5px;
  word-break: break-all;
  max-height: 595px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #2385c7 #f1f1ff;
} */

.notification-list li {
  padding: 15px 0;
  border-bottom: 1px solid #d4d5d9;
  display: flex;
  gap: 10px;
  margin: 0 !important;
}

.notification-list li:hover {
  background-color: #f9f9f9;
}

/* .notification-list li:last-child {
  border-bottom: none;
  height: 60px;
} */
.notification-list .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background-color: transparent;
  white-space: inherit;
  margin: 0 0 0 10px;
}

.notification-list .user-icon {
  background: #c9c9c91a;
  border: 1px solid #f0f0f0;
  width: 38px;
  min-width: 38px;
  height: 38px;
  border-radius: 100%;
  font-size: 16px;
  color: #808080;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-list .user-icon img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}

.notification-list p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  text-align: left;
  color: #9094aa;
  margin: 0;
  word-break: normal;
}

.notification-list p.hours {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  text-align: center;
  color: #9094aa;
  margin: 0;
  white-space: nowrap;
}

.notification-list .notification-item-close {
  font-size: 20px;
  color: #9094aa;
  width: 24px;
  min-width: 24px;
  text-align: center;
  margin: 5px 10px 0 0;
}

.notification-list .notification-item-close:hover {
  color: #2385c7;
}

.package-box .box-title h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tips-block ul li .tips-box h5 b {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  max-width: 150px;
}

.package-empty-wrp h3 {
  color: #2d2e34;
}

.package-empty-wrp h4 {
  color: #2d2e34;
}

footer .row {
  align-items: center;
}

/* **** New Style 18-07-24 **** */
.chartinfo {
  width: 695px;
  position: relative;
  padding: 70px 80px 35px;
}

.chartinfo svg {
  height: 95px;
}

.chartinfo .loss-txt {
  color: #f46b6b;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  bottom: 50px;
  left: 25%;
  transform: translate(-25%, 0);
}

.chartinfo .loss-txt1 {
  color: #f46b6b;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  bottom: 23px;
  left: 13px;
}

.chartinfo .profit-txt {
  color: #46af51;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: 50px;
  right: 28%;
  transform: translate(28%, 0);
}

.chartinfo .profit-txt2 {
  color: #46af51;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  bottom: 23px;
  right: 29px;
}

.chartinfo .profit-txt2 img {
  max-width: 100%;
  margin: 0 0 5px;
}

.chartinfo .profit-txt1 {
  color: #46af51;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: 16px;
  right: 25%;
  transform: translate(25%, 0);
}

.chartinfo .profit-txt1 img {
  max-width: 100%;
  margin: 0 0 5px;
}

.chartinfo .red-pin1 {
  position: absolute;
  left: 70px;
  bottom: 26px;
}

.chartinfo .green-pin1 {
  position: absolute;
  right: 87px;
  bottom: 26px;
}

/* .chartinfo .green-pin2 {
  position: absolute;
  right: 28%;
  transform: translate(25%, 0) rotate(-90deg);
} */
.chartinfo .blue-pin {
  position: absolute;
  bottom: 40px;
  left: 48.5%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.chartinfo .pricetooltip {
  position: absolute;
  bottom: 68px;
  left: 49%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.chartinfo .pricetooltip img {
  max-width: 100%;
}

.chartinfo .pricetooltip .description {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  text-align: center;
}

.chartinfo .pricetooltip .description .entry-txt {
  color: #2d2e34;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 2px;
  display: block;
}

.chartinfo .pricetooltip .description .price {
  color: #2385c7;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

/* **** End New Style 18-07-24 **** */

.subscriptions-wrp .subscriptions-block table tbody tr td .btn-cancel {
  font-size: 14px;
  font-weight: 400;
  padding: 6px 16px;
  border-radius: 10px;
  color: #c72323;
  border: 1px solid #c72323;
  background: #fff;
  display: block;
  /* width: fit-content;
  margin-left: auto; */
}

.subscriptions-wrp .subscriptions-block table tbody tr td .btn-cancel:hover {
  background: #c72323;
  color: #fff;
}

/* 06-08 starte */
.chartinfo .profit-target-txt {
  color: #46af51;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
}

.chartinfo .profit-target-txt img {
  max-width: 100%;
  margin: 0 0 5px;
}

/* target 3 */
/* .chartinfo .profit-target3-txt1 {
  right: 235px;
  bottom: -18px;
} */

.chartinfo .profit-target2-txt1 {
  right: 160px;
  top: 18px;
}

/* target 2 */
.chartinfo .profit-target3-txt2 {
  right: 70px;
  top: 68px;
}

.chartinfo .profit-target3-txt3,
.chartinfo .profit-target2-txt2,
.chartinfo .profit-target1-txt1 {
  bottom: 23px;
  right: 13px;
}

.chartinfo .green-pin1-target3 {
  position: absolute;
  right: 277px;
  /* top: 105px; */
  transform: rotate(40deg);
  bottom: 22px;
}

.chartinfo .green-pin2-target3 {
  position: absolute;
  right: 250px;
  top: 105px;
  transform: rotate(251deg);
}

.chartinfo .pricetooltip-cmp {
  position: absolute;
  bottom: -24px;
  left: 49%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.chartinfo .pricetooltip-cmp img {
  max-width: 100%;
  transform: rotate(180deg);
}

.chartinfo .pricetooltip-cmp .description {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  text-align: center;
}

.chartinfo .pricetooltip-cmp .description .entry-txt {
  color: #2d2e34;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin: 6px 0 2px;
  display: block;
}

.chartinfo .pricetooltip-cmp .description .price {
  color: #2385c7;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

/* 09-08 view chart */
.chartinfo {
  width: unset;
  position: relative;
  padding: 0px;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.chartinfo .progress-container {
  width: 100%;
  margin: 20px 0;
}

/* .chartinfo .progress-bar {
  width: 100%;
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
} */

/* .chartinfo .progress-indicator {
  height: 100%;
  background-color: #4caf50;
  width: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
} */

.chartinfo .labels {
  /* display: flex;
  justify-content: space-between; */
  position: relative;
  margin-top: 5px;
}

.chartinfo .labels span {
  font-size: 14px;
}

.chartinfo #slLabel {
  position: absolute;
  left: 0;
  color: #bebfc1;
}

.chartinfo #slLabel.hit_sl {
  color: #de1135;
}

.chartinfo .labels #entryLabel {
  position: absolute;
  left: 50%;
}

.chartinfo .labels #cmpLabel {
  position: absolute;
  left: 50%;
  top: -60px;
}

.chartinfo #slLabel .red-pin1 {
  position: absolute;
  bottom: 34px;
  transform: rotate(270deg);
  left: -7px;
}

.chartinfo #entryLabel .blue-pin {
  position: absolute;
  bottom: 34px;
  transform: rotate(180deg);
  left: -9px;
}

.chartinfo #cmpLabel .blue-pin {
  position: absolute;
  bottom: -15px;
  left: 1px;
}

.chartinfo #entryLabel span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -12px;
  color: #2385c7;
}

.chartinfo #cmpLabel span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -12px;
  color: #2385c7;
}

.chartinfo #t1Label span,
.chartinfo #t2Label span,
.chartinfo #t3Label span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bebfc1;
}

.package-box .user-detail p {
  margin: 0 0 10px;
  word-wrap: break-word;
  min-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-sidebar {
  backdrop-filter: unset;
}

.range-box .ui-widget.ui-widget-content.ui-state-disabled .ui-slider-range {
  background: #d4d5d9;
}

.range-box .ui-widget.ui-widget-content.ui-state-disabled .ui-slider-handle {
  background: #d4d5d9;
}

.package-price-block .price-info h5 {
  justify-content: flex-start;
}

.price-table table tbody tr {
  vertical-align: baseline !important;
}

/* 03-09-2024 */

.tips-block ul li .tips-box h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 98px;
  min-width: 90px;
}

.tips-block ul li .tips-box h6 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 90px;
  min-width: 70px;
}

.tips-block ul li .tips-box h5 small {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  min-width: 140px;
}

.package-slider .slick-dots {
  height: 70px;
  overflow: hidden;
}

.package-slider .slick-dots {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}

/* 13-09-24 */
.range-box .ui-slider-disabled .value {
  color: #d4d5d9 !important;
}

.table-block .dt-container .justify-content-md-center {
  margin-top: 0px !important;
}

.overview-table-block .table-block table.dataTable td.dt-control:before {
  border-top: 6px solid #000;
  border-left: 4px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 4px solid transparent;
  /* position: absolute;
  right: 20px;
  top: 50%; */
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.overview-table-block .table-block table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: transparent;
  border-left: 4px solid transparent;
  border-bottom: 6px solid #000;
  border-right: 4px solid transparent;
}

.user-information .user-data ul li {
  width: 35%;
}

.user-information .user-data ul li:nth-child(2) {
  width: 30%;
}

.user-information .user-data ul li .data-box {
  padding: 16px 20px;
}

.package-table .table-block table,
.overview-wrp .table-block table {
  border-collapse: unset !important;
  border-radius: 14px 14px 0 0;
}

/* Progress bar 20-09-24 start */
.chartinfo .progress-container {
  width: 100%;
  margin: 20px 0;
  position: relative;
}

.chartinfo .progress-bar {
  height: 40px;
  background-color: transparent;
  border: 2px solid #689eca;
  border-radius: 10px;
}

.chartinfo .progress-indicator {
  background-color: #4caf50;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17%;
  transform: translateX(-50%);
  margin: 5px 0px;
  animation: gradient 15s ease infinite;
}

.chartinfo .labels {
  position: relative;
  margin-top: 5px;
}

.chartinfo .labels>span {
  font-size: 14px;
  position: absolute;
  margin-left: -24px;
}

.chartinfo .labels span#t1Label,
.chartinfo .labels span#t2Label,
.chartinfo .labels span#t3Label {
  color: #bebfc1;
}

.chartinfo #slLabel {
  left: 4%;
}

.chartinfo .labels #entryLabel {
  left: 17%;
  color: #689eca;
}

.chartinfo .labels span {
  text-align: center;
}

.chartinfo .labels span>span {
  display: flex;
  margin-top: 4px;
}

.chartinfo .labels span.hit_sl>span {
  font-weight: 700;
}

.chartinfo .lines #line1,
.chartinfo .lines #line2,
.chartinfo .lines #line3,
.chartinfo .lines #line4,
.chartinfo .lines #line5,
.chartinfo .lines #line6 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: gray;
}

.chartinfo .lines #line1 {
  left: 3%;
}

.chartinfo .lines #line3.line3_hit,
.chartinfo .lines #line4.line4_hit,
.chartinfo .lines #line5.line5_hit {
  background-color: #007f5f;
}

.chartinfo .lines #line1.hit_sl {
  background-color: #de1135;
}

.chartinfo .lines #line2 {
  left: 17%;
  background-color: #689eca;
}

.chartinfo .progress-container #tooltip {
  position: absolute;
  /* right: calc(0px - 4px); */
  bottom: calc(100% + 8px);
  font-size: 10px;
  color: #007f5f;
  width: 8%;
  /* right: -3%; */
}

/* .chartinfo .progress-container #tooltip::after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(100% + 2px);
  left: 30%;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 6px solid transparent;
  border-top-color: #007F5F;
}
.chartinfo .progress-indicator.active #tooltip {
  color: #de1135;
  left: calc(0px - 14px);
  right: unset;
}
.chartinfo .progress-indicator.active #tooltip::after {
  border-top-color: #de1135;
} */

.chartinfo .progress-container #tooltip::after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(100% + 2px);
  left: 30%;
  width: 0;
  height: 0;
  /* margin-left: -5px; */
  overflow: hidden;
  border: 6px solid transparent;
  border-top-color: #007f5f;
}

.chartinfo .progress-container .progress-bar.active #tooltip {
  color: #de1135;
  left: calc(0px - 14px);
  right: unset;
}

.chartinfo .progress-container .progress-bar.active #tooltip::after {
  border-top-color: #de1135;
  /* margin-left: -11px !important; */
}

.chartinfo .progress-container .progress-bar.inactive #tooltip {
  color: #689eca;
  left: calc(0px - 14px);
  right: unset;
}

.chartinfo .progress-container .progress-bar.inactive #tooltip::after {
  border-top-color: #689eca;
  /* margin-left: -11px !important; */
}

.chartinfo .labels span#t1Label.t1Label_hit,
.chartinfo .labels span#t2Label.t2Label_hit,
.chartinfo .labels span#t3Label.t3Label_hit,
.chartinfo .labels span#t1Label.t1Label_hit span,
.chartinfo .labels span#t2Label.t2Label_hit span,
.chartinfo .labels span#t3Label.t3Label_hit span {
  color: #007f5f;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Progress bar End */

/* 07-10-24 */

/* .search-close {
  position: relative;
  display: flex;
  align-items: center;
  display: none;
}

.package-table .package-title ul li.search-close a {
  width: 41px;
  height: 41px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2385c7;
  font-size: 16px;
}
.package-table .package-title ul li.search-close a:hover {
  background: #2385c7;
  color: #fff;
} */

.search-itme .form-group a.search-close {
  position: absolute;
  right: 2%;
  border: none !important;
  top: 50%;
  width: 30px !important;
  height: 30px !important;
  font-size: 14px;
  color: #2385c7;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* 08-10-24 */
.orderby-tip {
  cursor: pointer;
}

.dt-order-desc {
  display: none;
}

.dt-order-asc {
  display: none;
}

.dt-order-desc::before {
  position: absolute;
  display: block;
  content: '▲';
  content: '▲' / '';
  margin-left: 5px;
}

.dt-order-asc::before {
  position: absolute;
  display: block;
  content: '▼' / '';
  margin-left: 5px;
}

.chartinfo .labels span#t1Label,
.chartinfo .labels span#t2Label,
.chartinfo .labels span#t3Label,
.chartinfo .labels #entryLabel,
.chartinfo .labels #slLabel {
  font-family: 'Encode Sans' !important;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  font-weight: 300;
}

.chartinfo .labels span#t1Label span,
.chartinfo .labels span#t2Label span,
.chartinfo .labels span#t3Label span,
.chartinfo .labels #slLabel span,
.chartinfo .progress-container #tooltip {
  font-family: 'Archivo Narrow' !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 10px;
  justify-content: center;
}

.chartinfo .labels span span img {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}

.text-primary {
  color: #2385c7 !important;
}

.btn-report {
  height: 34px;
  width: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  background: #2385c7;
}

.btn-report img {
  filter: invert(1) grayscale(1) brightness(2);
}

.btn-report:hover {
  background: #000;
}

header .dropdown .dropdown-menu li.dropdown-item:last-child {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  background: #fff;
  border-top: 1px solid;
  z-index: 99999;
  width: auto;
  display: block;
  height: auto !important;
  padding: 10px;
  margin: 0 -15px !important;
}

header .dropdown .dropdown-menu li.dropdown-item:last-child a {
  border-radius: 6px;
  background: #2385c7;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 7px 14px;
  text-align: center;
}

#exitModal .modal-body .package-detail .exit-price-block .exit-price-clear {
  color: #2385c7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
  flex: 1;
}

#exitModal .modal-body .package-detail .exit-price-block .exit-price-clear .close-btn {
  color: #2385c7;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  width: 25px;
  height: 25px;
  font-size: 18px;
  color: #2385c7;
}

#exitModal .modal-body .package-detail .exit-price-block .exit-price-clear .close-btn:hover {
  color: #fff;
  background: #2385c7;
}


.top-tips button.refresh-button {
  width: 41px;
  height: 41px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  backdrop-filter: blur(9.300000190734863px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2385c7;
  font-size: 16px;
}

.top-tips button.refresh-button:hover {
  background: #2385c7;
  color: #fff;
}

.account-profile-block form ul li .btn-delete {
  display: block;
  min-width: 152px;
  text-align: center;
  color: #c72323;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #c72323;
  background: #fff;
}

.account-profile-block form ul li .btn-delete:hover {
  background: #c72323;
  color: #fff;
}

/* slick slider */
.dash-overview-block {
  position: relative;
}

.dash-overview-block .overview-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
}

.dash-overview-block .overview-btn .slick-arrows {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  border: 1px solid #2385c7;
  font-size: 16px;
  color: #2385c7;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dash-overview-block .overview-btn .slick-arrows:hover {
  background: #2385c7;
  color: #fff;
}

.dash-overview-block .overview-btn .custom-dots .slick-dots {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  transform: unset;
}

.dash-overview-block button.slick-prev.slick-arrow:before,
.dash-overview-block button.slick-next.slick-arrow:before {
  display: none;
}

.package_video_error {
  text-wrap: unset !important;
}

/* 21-11-2025 */
#onholdRemrkForm .btn-box {
  margin: 30px 0 0;
}

#onholdRemrkForm .btn-box ul {
  display: flex;
  align-items: center;
}

#onholdRemrkForm .btn-box ul li {
  margin-right: 16px;
}

#onholdRemrkForm .btn-box .btn-main {
  color: #2385c7;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  position: relative;
}

#onholdRemrkForm .btn-box ul li button {
  min-width: 152px;
  display: block;
  border: unset;
}

#onholdRemrkForm .btn-box .btn-main:hover:before {
  top: 0;
  left: 0;
  background: #94c0de;
}

#onholdRemrkForm .btn-box .btn-main:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 4px;
  left: 4px;
  border-radius: 10px;
  background: linear-gradient(275deg, #94c0de 0%, rgba(148, 192, 222, 0) 100%);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#onholdRemrkForm .btn-box .btn-main:hover span {
  background: #2385c7;
  color: #fff;
}

#onholdRemrkForm .btn-box .btn-main span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #2d2e34;
  background: #fff;
  padding: 10px;
  position: relative;
  z-index: 9;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}