@charset "UTF-8";
/*
    BADGE
*/
/*
 *	MIXINS
 *	================================================== */
@keyframes shine {
  0% {
    background-position: 110% 0%, 0 0;
  }
  100% {
    background-position: -10% 0%, 0 0;
  }
}
.glowing-circle {
  box-shadow: 0 0 50px 15px #48abe0;
}

html, body {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .container-fluid {
    width: 60%;
  }
  .container-fluid:first-child {
    width: 40%;
  }
}

#content_container {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  #content_container {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .my-profile #content_container {
    margin-top: 30px !important;
  }
}

body {
  background-color: #f4f5fa;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1024px) {
  body .kyc-banner .w-50 {
    width: 100% !important;
  }
  body .kyc-banner .alert {
    margin-bottom: 0 !important;
  }
}
body.login, body.activation, body.reset-password, body.forgotten-password, body.approve-payment {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
body.login::after, body.activation::after, body.reset-password::after, body.forgotten-password::after, body.approve-payment::after {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.login h1, body.activation h1, body.reset-password h1, body.forgotten-password h1, body.approve-payment h1 {
  font-size: 30px;
  font-weight: bold;
}
body.login .left, body.activation .left, body.reset-password .left, body.forgotten-password .left, body.approve-payment .left {
  background: #FFFFFF;
  padding: 80px;
}
@media screen and (max-width: 1024px) {
  body.login .left, body.activation .left, body.reset-password .left, body.forgotten-password .left, body.approve-payment .left {
    padding: 30px;
  }
}
body.login .right, body.activation .right, body.reset-password .right, body.forgotten-password .right, body.approve-payment .right {
  background-color: #1B02A3;
  color: #FFFFFF;
  padding: 50px 60px 180px 60px;
}
@media screen and (max-width: 1024px) {
  body.login .right, body.activation .right, body.reset-password .right, body.forgotten-password .right, body.approve-payment .right {
    padding: 30px;
    min-height: 100vh;
  }
}
body.login .form-outline .form-control:focus ~ .form-label, body.activation .form-outline .form-control:focus ~ .form-label, body.reset-password .form-outline .form-control:focus ~ .form-label, body.forgotten-password .form-outline .form-control:focus ~ .form-label, body.approve-payment .form-outline .form-control:focus ~ .form-label {
  color: #FFFFFF;
}
body.login .form-outline .form-control ~ .form-label, body.activation .form-outline .form-control ~ .form-label, body.reset-password .form-outline .form-control ~ .form-label, body.forgotten-password .form-outline .form-control ~ .form-label, body.approve-payment .form-outline .form-control ~ .form-label {
  color: #3959aa;
  font-size: 15px;
}
body.login .form-outline, body.activation .form-outline, body.reset-password .form-outline, body.forgotten-password .form-outline, body.approve-payment .form-outline {
  border-color: #FFFFFF;
}
body.login .social-register button:hover, body.activation .social-register button:hover, body.reset-password .social-register button:hover, body.forgotten-password .social-register button:hover, body.approve-payment .social-register button:hover {
  background-color: #e4a11b;
  color: #FFFFFF;
}
body.login input[type=text], body.login input[type=email], body.login input[type=password], body.activation input[type=text], body.activation input[type=email], body.activation input[type=password], body.reset-password input[type=text], body.reset-password input[type=email], body.reset-password input[type=password], body.forgotten-password input[type=text], body.forgotten-password input[type=email], body.forgotten-password input[type=password], body.approve-payment input[type=text], body.approve-payment input[type=email], body.approve-payment input[type=password] {
  border: 1px solid #bdbdbd;
  color: #FFFFFF !important;
}
body.login input[type=tel], body.activation input[type=tel], body.reset-password input[type=tel], body.forgotten-password input[type=tel], body.approve-payment input[type=tel] {
  color: #FFFFFF !important;
}
body.login .iti__country-list, body.activation .iti__country-list, body.reset-password .iti__country-list, body.forgotten-password .iti__country-list, body.approve-payment .iti__country-list {
  color: #000000 !important;
}
body.login .iti--allow-dropdown, body.activation .iti--allow-dropdown, body.reset-password .iti--allow-dropdown, body.forgotten-password .iti--allow-dropdown, body.approve-payment .iti--allow-dropdown {
  padding: 5px 0;
  border: 1px solid #bdbdbd;
  border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  width: 100%;
}
body.login .iti--allow-dropdown input, body.activation .iti--allow-dropdown input, body.reset-password .iti--allow-dropdown input, body.forgotten-password .iti--allow-dropdown input, body.approve-payment .iti--allow-dropdown input {
  background: transparent;
}
body.login #background-video, body.activation #background-video, body.reset-password #background-video, body.forgotten-password #background-video, body.approve-payment #background-video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
body.activation .absolute-center, body.reset-password .absolute-center, body.forgotten-password .absolute-center {
  width: 40% !important;
}
body.activation .absolute-center .form-outline .form-control:focus ~ .form-label, body.reset-password .absolute-center .form-outline .form-control:focus ~ .form-label, body.forgotten-password .absolute-center .form-outline .form-control:focus ~ .form-label {
  color: #3959aa;
}
body.activation .absolute-center input[type=text], body.activation .absolute-center input[type=email], body.activation .absolute-center input[type=password], body.reset-password .absolute-center input[type=text], body.reset-password .absolute-center input[type=email], body.reset-password .absolute-center input[type=password], body.forgotten-password .absolute-center input[type=text], body.forgotten-password .absolute-center input[type=email], body.forgotten-password .absolute-center input[type=password] {
  border: 1px solid #bdbdbd;
  color: #000 !important;
}
body.activation .absolute-center input[type=tel], body.reset-password .absolute-center input[type=tel], body.forgotten-password .absolute-center input[type=tel] {
  color: #000 !important;
}
@media screen and (max-width: 1024px) {
  body.activation .absolute-center, body.reset-password .absolute-center, body.forgotten-password .absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90% !important;
  }
}
body.dashboard, body.ai {
  background-color: #f4f5fa;
}
body.dashboard .card.ai-screen, body.dashboard .ai-screen.deal_table, body.ai .card.ai-screen, body.ai .ai-screen.deal_table {
  background-color: #eff1f7;
}
@media screen and (max-width: 1024px) {
  body.dashboard .kyc-banner, body.ai .kyc-banner {
    display: none;
  }
  body.dashboard .card, body.dashboard .deal_table, body.ai .card, body.ai .deal_table {
    border-radius: 0px !important;
  }
}
body #sidebar {
  position: sticky;
  top: 0;
}
body #sidebar .sidebar_content .logo {
  padding: 20px;
}
body #sidebar .sidebar_content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body #sidebar .sidebar_content ul li {
  margin-bottom: 10px;
}
body #sidebar .sidebar_content ul li a {
  display: block;
  font-size: 1rem;
  padding: 10px;
  color: rgba(58, 53, 65, 0.87);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
body #sidebar .sidebar_content ul li a svg, body #sidebar .sidebar_content ul li a i {
  margin-right: 10px;
  width: 30px;
}
body #sidebar .sidebar_content ul li a i {
  font-size: 22px;
}
body #sidebar .sidebar_content ul li a:hover {
  text-decoration: none;
  background-color: rgba(58, 53, 65, 0.04);
}
body #sidebar .sidebar_content ul li.active a {
  color: #FFFFFF;
  box-shadow: 0px 4px 8px -4px rgba(58, 53, 65, 0.42);
  background-image: linear-gradient(98deg, #FF1818, #006AF9 94%);
}
body #sidebar .sidebar_content ul li.gold {
  display: none;
  border: 1px solid #FFD700;
  background-color: #ffffcb;
}
@media screen and (max-width: 1024px) {
  body #sidebar .sidebar_content ul li.gold {
    display: block;
  }
}
body #sidebar .sidebar_content .upgrade-badge {
  text-align: center;
  margin-top: 20px;
}
body #sidebar .sidebar_content .upgrade-badge img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  body #sidebar .sidebar_content .upgrade-badge {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  body #sidebar .sidebar_content {
    width: 100vw;
  }
}
body #sidebar .closeNav {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
}
body #sidebar .closeNav svg:hover {
  fill: #e4a11b;
}
@media screen and (max-width: 1024px) {
  body #sidebar .closeNav {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  body #sidebar {
    position: fixed;
    background-color: #FFF;
    margin-left: -1000px;
    height: 100vh;
    opacity: 0;
    transition: all 0.75s ease;
    z-index: 30;
  }
}
body #sidebar.show {
  opacity: 1;
  margin-left: 0px;
}
@media screen and (max-width: 1024px) {
  body {
    margin-bottom: 100px;
  }
}
body.deals h5 {
  background-color: #e8e8e8;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body #tpl-register-form small {
  display: block;
  font-size: 12px;
  padding: 5px 0px;
}

.tel_countrycode {
  color: #000 !important;
}

/*
    NAVBAR
*/
.navbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
}
.navbar svg {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1024px) {
  .navbar ul.navbar-nav {
    margin: 0 !important;
    display: block;
    width: 100%;
  }
  .navbar ul.navbar-nav > li {
    display: inline-block;
    margin-right: 10px;
  }
  .navbar .navbar-brand {
    font-size: 15px;
  }
}
.navbar .burger {
  display: none;
}
.navbar .burger svg {
  fill: #000000;
}
.navbar .burger svg:hover {
  fill: #e4a11b;
}
@media screen and (max-width: 1024px) {
  .navbar .burger {
    display: block;
  }
}

.form-container {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .form-container {
    width: 100%;
  }
}

/*
    DASHBOARD
*/
.dashboard #start-investing .row {
  margin-bottom: 15px;
  padding: 5px;
  border-radius: 6px;
}
.dashboard #start-investing .row img {
  max-width: 65%;
  vertical-align: middle;
}
.dashboard #start-investing .row:hover {
  background-color: rgba(58, 53, 65, 0.04);
}

/*
    LOGIN SCREEN
*/
.login .login-panel {
  width: 100%;
  z-index: 2;
  position: absolute;
  left: -1000px;
  background: #1B02A3;
  padding: 0px 60px;
}
@media screen and (max-width: 1024px) {
  .login .login-panel {
    padding: 0 30px;
  }
}
.login .absolute-center .row {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .login h2 {
    font-size: 22px;
  }
}

/*
    UPGRADE PACKAGES
*/
.upgrade div.col-md-4.recommended .card, .upgrade div.col-md-4.recommended .deal_table {
  color: #FFFFFF;
  background: rgb(197, 165, 254);
  background: linear-gradient(47deg, rgb(197, 165, 254) 0%, rgb(145, 85, 253) 100%);
}
.upgrade div.col-md-4.recommended .card .btn, .upgrade div.col-md-4.recommended .deal_table .btn {
  background-color: #FFFFFF;
  color: #3b3363;
}
.upgrade div.col-md-4.recommended .card .btn:hover, .upgrade div.col-md-4.recommended .deal_table .btn:hover {
  background-color: #3b3363;
  color: #FFFFFF;
}
.upgrade .package-container {
  margin: 80px auto;
  width: 90%;
}
.upgrade .package-container .package-listing {
  /*-----------------------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------------------*/
}
.upgrade .package-container .package-listing .card, .upgrade .package-container .package-listing .deal_table {
  padding: 0;
  overflow: hidden;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.upgrade .package-container .package-listing .card .pricing-header, .upgrade .package-container .package-listing .deal_table .pricing-header {
  position: relative;
  padding: 20px 0;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 25px;
}
.upgrade .package-container .package-listing .recommended {
  background-color: #e6e7ec !important;
  box-shadow: 0px 0px 22px -5px rgba(55, 55, 55, 0.75);
  -webkit-box-shadow: 0px 0px 22px -5px rgba(55, 55, 55, 0.75);
  -moz-box-shadow: 0px 0px 22px -5px rgba(55, 55, 55, 0.75);
  transform: scale(1.2);
  z-index: 20;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .upgrade .package-container .package-listing .recommended {
    transform: scale(1);
  }
}
.upgrade .package-container .package-listing strong {
  font-size: 25px;
}
.upgrade .package-container .package-listing h3 {
  font-size: 30px;
  font-weight: 600;
  padding: 10px 0 20px 0px;
  margin-bottom: 0;
}
.upgrade .package-container .package-listing h3 small {
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
}
.upgrade .package-container .package-listing ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.upgrade .package-container .package-listing ul li {
  padding: 10px 0px;
  border-bottom: 2px solid hsla(240, 8%, 85%, 0.582);
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .upgrade .package-container .package-listing ul li {
    font-size: 15px;
  }
}
.upgrade .package-container .package-listing .btn {
  margin: 0 auto 20px auto;
  font-weight: 700;
  width: 50%;
}
.upgrade .package-container .package-listing .pricing-header {
  background-color: #262626;
}
.upgrade .package-container .package-listing h2 {
  position: relative;
  display: inline-block;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  .upgrade .package-container .package-listing h2 {
    background-position: 110% 0%, 0 0;
    background-size: 200% auto, auto;
    -webkit-background-clip: text;
    background-clip: text;
    animation: shine 2s ease-in-out 2 alternate 2s;
  }
  .upgrade .package-container .package-listing h2:after {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    -webkit-background-clip: text;
    background-clip: text;
  }
}
.upgrade .package-container .package-listing h2:before {
  position: absolute;
  top: -0.08vw;
  left: 0px;
  right: 0;
}
.upgrade .package-container .package-listing [data-freemium] {
  color: #ac733c;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  .upgrade .package-container .package-listing [data-freemium] {
    color: transparent;
    background-image: linear-gradient(to right, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), linear-gradient(90deg, #003492, #003492 9.4%, #0247c4 9.4%, #003492 33.6%, #1b56c2 35.7%, #1b56c2 46.9%, #1b56c2 51.7%, #003492 52.1%, #003492 64.6%, #003492 68.5%, #003492 73.2%, #003492);
  }
  .upgrade .package-container .package-listing [data-freemium]:after {
    content: attr(data-freemium);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 48%, rgba(98, 16, 0, 0.5) 50%, transparent 75%);
  }
}
.upgrade .package-container .package-listing [data-freemium]:before {
  content: attr(data-freemium);
  color: #1b56c2;
  text-shadow: #003492 0px 0.08vw 1px;
}
.upgrade .package-container .package-listing [data-gold] {
  color: #ac733c;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  .upgrade .package-container .package-listing [data-gold] {
    color: transparent;
    background-image: linear-gradient(to right, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), linear-gradient(90deg, #c78c48, #cf9147 9.4%, #cf9348 9.4%, #b2763e 33.6%, #ad743c 35.7%, #ac723d 46.9%, #b0773d 51.7%, #b0793e 52.1%, #c4914c 64.6%, #c99750 68.5%, #ce9e54 73.2%, #f4d188);
  }
  .upgrade .package-container .package-listing [data-gold]:after {
    content: attr(data-gold);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 48%, rgba(98, 16, 0, 0.5) 50%, transparent 75%);
  }
}
.upgrade .package-container .package-listing [data-gold]:before {
  content: attr(data-gold);
  color: #f0d8a9;
  text-shadow: #ac733c 0px 0.08vw 1px;
}
.upgrade .package-container .package-listing [data-silver] {
  color: #858585;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  .upgrade .package-container .package-listing [data-silver] {
    color: transparent;
    background-image: linear-gradient(to right, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), linear-gradient(270deg, #8c8c8c 1.3%, #000000 15%, #868686 29.6%, #828282 29.6%, #7d7d7d 31.8%, #797979 31.8%, #6a6a6a 38.9%, #000000);
  }
  .upgrade .package-container .package-listing [data-silver]:after {
    content: attr(data-silver);
    background-image: linear-gradient(to bottom, #858585 0%, transparent 48%, rgba(17, 17, 17, 0.5) 50%, transparent 75%);
  }
}
.upgrade .package-container .package-listing [data-silver]:before {
  content: attr(data-silver);
  color: #fff;
  text-shadow: #858585 0px 0.08vw 1px;
}
.upgrade .package-container .package-listing [data-vip] {
  color: #858585;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  .upgrade .package-container .package-listing [data-vip] {
    color: transparent;
    background-image: linear-gradient(to right, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), linear-gradient(270deg, #7d7d7d 1.3%, #7d7d7d 15%, #000 29.6%, #7d7d7d 29.6%, #7d7d7d 31.8%, #797979 31.8%, #7d7d7d 38.9%, #d3d3d3);
  }
  .upgrade .package-container .package-listing [data-vip]:after {
    content: attr(data-vip);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 48%, rgba(153, 153, 153, 0.5) 50%, transparent 75%);
  }
}
.upgrade .package-container .package-listing [data-vip]:before {
  content: attr(data-vip);
  color: #000;
  text-shadow: black 0px 0.08vw 1px;
}
@media screen and (max-width: 1024px) {
  .upgrade .package-container {
    width: 100%;
  }
}

/*
    DEALS LISTING
*/
.deal-listing .card, .deal-listing .deal_table {
  border: 1px solid #CCCCCC;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
}
.deal-listing .card > *, .deal-listing .deal_table > * {
  padding: 0.9rem;
}
.deal-listing .card .column, .deal-listing .deal_table .column {
  vertical-align: middle;
  display: table-cell;
}
.deal-listing .card .column span, .deal-listing .deal_table .column span {
  display: inline-block;
  font-size: 11px;
  padding: 5px;
  border: 1px solid #CCCCCC;
  margin-right: 5px;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
}
.deal-listing .card .column .social-link, .deal-listing .deal_table .column .social-link {
  display: inline-block;
  width: 25px;
}
.deal-listing .card .column .social-link svg:hover, .deal-listing .deal_table .column .social-link svg:hover {
  fill: #e4a11b !important;
}
.deal-listing .card hr, .deal-listing .deal_table hr {
  margin: 7px 8px 7px 8px;
  padding: 0;
}
.deal-listing .card h3, .deal-listing .deal_table h3 {
  font-size: 17px;
  font-weight: bold;
  color: #000;
}
.deal-listing .card.premium-border, .deal-listing .premium-border.deal_table {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to left, #FF1818, #006AF9);
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
}
.deal-listing .card.recommended-border, .deal-listing .recommended-border.deal_table {
  border: 2px solid #e4a11b;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
}
.deal-listing .card .stars svg, .deal-listing .deal_table .stars svg {
  fill: #e4a11b;
}
@media screen and (max-width: 1024px) {
  .deal-listing .card .btn.red, .deal-listing .deal_table .btn.red {
    box-shadow: 0 0 0 0 #006AF9;
    animation: glow 1.4s linear infinite;
  }
  @keyframes glow {
    0% {
      box-shadow: 0 0 0 0 #FF1818;
    }
    50% {
      box-shadow: 0 0 30px 0 #FF1818;
    }
  }
}
.deal-listing .card .btn.blue, .deal-listing .deal_table .btn.blue {
  background-color: rgba(0, 0, 0, 0.05) !important;
  background-image: linear-gradient(45deg, rgb(212, 255, 248), rgb(255, 222, 255), rgb(255, 230, 230)), linear-gradient(45deg, rgb(0, 122, 101), rgb(127, 14, 127), rgb(255, 137, 131)) !important;
  border: 3px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: border-box, border-box;
  color: rgb(15, 15, 15);
}
.deal-listing .card .btn.blue svg, .deal-listing .deal_table .btn.blue svg, .deal-listing .card .btn.blue svg path, .deal-listing .deal_table .btn.blue svg path, .deal-listing .card .btn.blue svg rect, .deal-listing .deal_table .btn.blue svg rect {
  fill: rgb(15, 15, 15);
}
.deal-listing .card .btn.blue:hover, .deal-listing .deal_table .btn.blue:hover {
  background-image: linear-gradient(45deg, rgb(212, 255, 248), rgb(255, 222, 255), rgb(255, 230, 230)), linear-gradient(45deg, rgb(0, 122, 101), rgb(127, 14, 127), rgb(255, 137, 131));
}
.deal-listing .card img, .deal-listing .deal_table img {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  max-width: 70%;
}
.deal-listing .card .project_logo, .deal-listing .deal_table .project_logo {
  position: relative;
  min-height: 220px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .deal-listing .card, .deal-listing .deal_table {
    border: 1px solid #006AF9;
  }
}

.deal_table {
  font-size: 13px;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border: none !important;
}
.deal_table th {
  text-transform: uppercase;
}
.deal_table tr {
  background-color: #FFFFFF !important;
  border-bottom: 1px solid rgba(58, 53, 65, 0.12);
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.deal_table tr td {
  padding: 15px 10px;
}
.deal_table tr:hover {
  background-color: #f2f4fd;
}

.rounded-circle {
  width: 40px !important;
  height: 40px !important;
}

/*

    INVEST

*/
#invest_container .currency-block {
  display: none;
}
@media screen and (max-width: 1024px) {
  #invest_container h4 {
    font-size: 18px;
  }
  #invest_container .card.rounded-3, #invest_container .rounded-3.deal_table {
    padding: 0 !important;
  }
}

/*
    PAYMENT
*/
.payment-options .payment-option a {
  font-size: 15px;
}
.payment-options .payment-option a:hover, .payment-options .payment-option a:active, .payment-options .payment-option a:focus, .payment-options .payment-option a:visited {
  border-color: #FF1818 !important;
}
.payment-options .payment-option img {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .payment-options .payment-option img {
    width: 80%;
  }
}

/*
    STAR RATING
*/
.star-rate {
  float: left;
  margin-top: 4px;
}
.star-rate input {
  display: none;
}
.star-rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.star-rate:not(:checked) > label {
  float: right;
  width: 0.9em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 28px;
  color: #ccc;
}
.star-rate:not(:checked) > label:before {
  content: "★ ";
}
.star-rate > input:checked ~ label {
  color: #ffc700;
}
.star-rate:not(:checked) > label:hover, .star-rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.star-rate > input:checked + label:hover, .star-rate > input:checked + label:hover ~ label, .star-rate > input:checked ~ label:hover, .star-rate > input:checked ~ label:hover ~ label, .star-rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

/*
    BUTTONS
*/
#wallet-btn-connect {
  margin-top: 24px;
  padding: 5px;
  width: 175px;
}

/*
    UTILITIES
*/
#homeAvatar {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #homeAvatar {
    margin: 20px auto 20px auto;
    width: 250px;
  }
}

.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .absolute-center {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
  }
}

.loader {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQogIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAwIDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik03Myw1MGMwLTEyLjctMTAuMy0yMy0yMy0yM1MyNywzNy4zLDI3LDUwIE0zMC45LDUwYzAtMTAuNSw4LjUtMTkuMSwxOS4xLTE5LjFTNjkuMSwzOS41LDY5LjEsNTAiPg0KICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0gDQogICAgICAgICBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIA0KICAgICAgICAgYXR0cmlidXRlVHlwZT0iWE1MIiANCiAgICAgICAgIHR5cGU9InJvdGF0ZSINCiAgICAgICAgIGR1cj0iMXMiIA0KICAgICAgICAgZnJvbT0iMCA1MCA1MCINCiAgICAgICAgIHRvPSIzNjAgNTAgNTAiIA0KICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+DQogIDwvcGF0aD4NCjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: right;
}

/* headlines with lines */
.line-heading {
  overflow: hidden;
  padding-left: 40px;
  font-size: 12px;
  margin: 30px 0 15px 0px;
  color: rgba(58, 53, 65, 0.38);
}
.line-heading span {
  position: relative;
  display: inline-block;
}
.line-heading span:after, .line-heading span:before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid;
  width: 200px;
  margin: 0 20px;
  border-color: rgba(58, 53, 65, 0.12);
}
.line-heading span:before {
  right: 90%;
}
.line-heading span:after {
  left: 90%;
}

.error-field {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="red" class="bi bi-x-circle-fill" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z"/></svg>') !important;
  background-position: 98% center !important;
  background-repeat: no-repeat !important;
  transition: none !important;
}

input[type=checkbox].error-field {
  background-image: none !important;
  border: 2px solid #FF0000 !important;
}

.error-field-border {
  border-color: #FF0000 !important;
}

.btn.btn-dark:hover {
  background-color: #e4a11b;
}

.badge {
  float: right;
}
.badge.recommended {
  border: none !important;
  color: #a78848;
  background-color: #fef5d8;
}
.badge.premium {
  border: none !important;
  color: #540846;
  background-color: #fee2f9;
}
.badge.success {
  border: none !important;
  color: #FFFFFF;
  background-color: #56CA00;
}
.badge.error {
  border: none !important;
  color: #FFFFFF;
  background-color: #CC0000;
}

/* 
    PAYMENT IFRAME
*/
.payment-screen, .trans_success_message {
  display: none;
}

/*
    OVERRIDES
*/
.error-msg {
  font-size: 12px;
  color: #CC0000;
}

@media screen and (max-width: 1024px) {
  .overflow-hidden {
    overflow: auto !important;
  }
}

.card, .deal_table {
  padding: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  box-shadow: 0px 2px 10px 0px rgba(58, 53, 65, 0.1);
}
.card h5, .deal_table h5 {
  margin-bottom: 20px;
}

.form-check-input[type=checkbox]:checked::after {
  margin-left: 0.35rem;
  margin-top: 2px;
}

.form-check-input {
  background: #efefef;
}

.form-check-input::after {
  background: transparent !important;
}

/*
    MOBILE MENU
*/
#mobile-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  padding: 8px 0px;
  align-items: center;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  -o-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
}
#mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#mobile-menu ul li {
  display: inline-block;
  width: 19%;
}
#mobile-menu ul li a {
  position: relative;
  display: block;
  text-align: center;
}
#mobile-menu ul li a span {
  color: #000;
  display: block;
  font-size: 11px;
  font-weight: bold;
}
#mobile-menu ul li a.float .svg {
  position: absolute;
  background-color: #006AF9;
  width: 50px;
  height: 50px;
  padding: 8px;
  top: -60px;
  left: 15%;
  fill: #FFFFFF;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  box-shadow: 0 0 0 0 #006AF9;
  animation: glow 1.4s linear infinite;
}
@keyframes glow {
  0% {
    box-shadow: 0 0 0 0 #FF1818;
  }
  50% {
    box-shadow: 0 0 30px 0 #FF1818;
  }
}
#mobile-menu ul li a.active svg {
  fill: #FF1818;
}
#mobile-menu ul li a.active span {
  color: #FF1818;
}
@media screen and (max-width: 1024px) {
  #mobile-menu {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .mobile-first {
    order: 1;
  }
  .mobile-second {
    order: 2;
  }
  .mobile-logo {
    display: block !important;
  }
}
/*
    OVERRIDES
*/
.tel-block {
  border: 1px solid #bdbdbd;
  padding: 3px;
  border-radius: 5px;
}

.btn {
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.btn.purple {
  background-color: #6233FF;
  color: #FFFFFF;
}
.btn.purple:hover {
  background-color: #e4a11b;
}
.btn.blue {
  background-color: #006AF9;
  color: #FFFFFF;
}
.btn.blue:hover {
  background-color: #FFFFFF;
  color: #006AF9;
  box-shadow: 0px 2px 8px #006AF9;
}
.btn.blue:hover svg, .btn.blue:hover svg path, .btn.blue:hover svg rect {
  fill: #006AF9;
}
.btn.red {
  background-color: #FF1818;
  color: #FFFFFF;
}
.btn.red:hover {
  background-color: #FFFFFF;
  color: #FF1818;
  box-shadow: 0px 2px 8px #FF1818;
}
.btn.red:disabled, .btn.red[disabled] {
  background-color: #CCCCCC;
}
.btn.navy {
  background-color: #1B02A3;
  color: #FFFFFF;
}
.btn.navy:hover {
  background-color: #e4a11b;
}
.btn.green {
  background-color: #56CA00;
  color: #FFFFFF;
}
.btn.green:hover {
  background-color: #FFFFFF;
  color: #FF1818;
  box-shadow: 0px 2px 8px #FF1818;
}
.btn.black {
  background-color: #000;
  color: #FFFFFF;
}
.btn.black:hover {
  background-color: #FFFFFF;
  color: #FF1818;
  box-shadow: 0px 2px 8px #FF1818;
}

.btn-primary {
  background-color: #006AF9;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .btn-primary {
    width: 100%;
  }
}

.alert {
  font-size: 12px;
  padding: 13px !important;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

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

/*

    TABLE RESPONSIVE

*/
@media screen and (max-width: 1024px) {
  table {
    border: 0;
    box-shadow: none !important;
  }
  .md-text-left {
    text-align: left;
  }
  .md-float-right .float-start {
    float: none !important;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 2em;
    box-shadow: 0px 2px 10px 0px rgba(58, 53, 65, 0.1);
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
/*

    UPLOAD

*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 20px;
  border: 2px dashed #CCCCCC;
  width: 50%;
}
.upload-btn-wrapper svg {
  fill: #3959aa;
  margin-bottom: 10px;
}
.upload-btn-wrapper .btn {
  font-size: 14px;
  color: gray;
  padding: 8px 20px;
  border-radius: 8px;
  box-shadow: none;
}
.upload-btn-wrapper .btn span {
  color: #3959aa;
  font-weight: bold;
}
.upload-btn-wrapper .btn small {
  font-size: 11px;
  color: #ccc;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .upload-btn-wrapper {
    width: 100%;
  }
}

/*
    BADGE
*/
/*
 *	MIXINS
 *	================================================== */
.chat-content .cd360_loader {
  position: absolute;
  top: 12px;
}

.chat-content .cd360_loader,
.chat-content .cd360_loader:before,
.chat-content .cd360_loader:after {
  width: 7px;
  aspect-ratio: 0.5;
  display: grid;
  background: radial-gradient(#000 68%, rgba(0, 0, 0, 0) 72%) center/100% 50% no-repeat;
  animation: cd360_load 1.2s infinite linear calc(var(--_s, 0) * 0.4s);
  transform: translate(calc(var(--_s, 0) * 150%));
}

.chat-content .cd360_loader:before,
.chat-content .cd360_loader:after {
  content: "";
  grid-area: 1/1;
}

.chat-content .cd360_loader:before {
  --_s: -1;
}

.chat-content .cd360_loader:after {
  --_s: 1;
}

/*
  Animations
*/
@keyframes cd360_load {
  20% {
    background-position: top;
  }
  40% {
    background-position: bottom;
  }
  60% {
    background-position: center;
  }
}
@keyframes cd360_fullrotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
} 
/*

  TPL AI

*/
@media screen and (max-width: 1024px) {
  #homeAvatar {
    position: relative !important;
    width: 100%;
  }
}

.ai-screen {
  overflow: hidden;
}
.ai-screen #homeAvatar {
  position: absolute;
  bottom: 0;
}

.chat-screen .chat-content {
  height: 300px;
  overflow-y: scroll;
  scrollbar-color: #006AF9 #e4e4e4;
  scrollbar-width: thin;
}
.chat-screen .chat-content .message {
  position: relative;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  margin: 1rem;
  background: #FFF;
  border-radius: 1.125rem 1.125rem 1.125rem 0;
  min-height: 2.25rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
}
.chat-screen .chat-content .message.loader {
  padding-left: 1.4em;
  width: 50px;
}
.chat-screen .chat-content .user_person {
  margin: 1rem 1rem 1rem auto;
  border-radius: 1.125rem 1.125rem 0 1.125rem;
  background: #333;
  color: white;
}
.chat-screen .chat-box {
  margin: 30px 10px 10px 10px;
}
.chat-screen .chat-box .chat-input-box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 5px;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.chat-screen .chat-box .chat-input-box input {
  padding: 5px;
  width: 80%;
  border: none;
}
.chat-screen .chat-box .chat-input-box input.tel {
  padding: 10px 50px;
}
@media screen and (max-width: 1024px) {
  .chat-screen .chat-box .chat-input-box input {
    font-size: 18px;
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .chat-screen .chat-box .chat-input-box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .chat-screen .chat-box {
    margin: 0px !important;
    width: 100%;
  }
}
.chat-screen .user_bot div#wave {
  position: relative;
  text-align: center;
}
.chat-screen .user_bot div#wave .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 3px;
  background: #303131;
  animation: wave 1.3s linear infinite;
}
.chat-screen .user_bot div#wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}
.chat-screen .user_bot div#wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}
.chat-screen.mobileOnly .btn.blue, .chat-screen.desktopOnly .btn.blue {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .chat-screen.mobileOnly .btn.red, .chat-screen.desktopOnly .btn.red {
    box-shadow: 0 0 0 0 #006AF9;
    animation: glow 1.4s linear infinite;
  }
}
.chat-screen.mobileOnly {
  display: none;
}
.chat-screen.mobileOnly .btn.blue, .chat-screen.desktopOnly .btn.blue {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .chat-screen.mobileOnly {
    display: block;
  }
  .chat-screen.desktopOnly .chat-box {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */