body {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f5f7f9;
}

* {
  /* font-family: "Nunito", sans-serif; */
  font-family: "Montserrat", sans-serif;
}

.row {
  margin: 0 !important;
}

.menu {
  border: 1px solid black;
  text-align: center;
  font-size: 15px;
}

.create_acc {
  text-align: center;
  margin: 10px auto;
}

.dep_flex {
  display: flex;
  padding: 20px;
  background: #fff;
  align-items: center;
  margin: 0 auto;
  column-gap: 30px;
  border-radius: 4px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
  justify-content: center;
}


.trading_bar_item_icon>img {
  max-width: 40px;
  width: 100%;
}

#description {
  padding: 10px;
  border: 2px solid #eaeaea;
  border-radius: 8px;
}

.profile_btns_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  border-top: 2px solid #e3e3e3;
  padding: 10px 0;
  margin-top: 20px;
}

.profile_icon {
  font-size: 25px;
  color: #77bcb5;
}

.btn_item>button {
  padding: 10px;
  justify-content: center;
  column-gap: 15px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  transition: 0.2s;
}

.btn_item>button:hover {
  border: 2px solid #77bcb5;
  color: #77bcb5;
  font-weight: bold;
}

.btn_item>button {
  width: 100%;
  background-color: transparent;
  border: 2px solid #e3e3e3;
}

.right-tiket {
  background: #fff;
  border-top-right-radius: 0.75em;
  border-bottom-right-radius: 0.75em;
  padding: 10px;
  color: #222;
}

.list-menu {
  border-right: 1px solid;
  padding: 8px;
  background: #222222;
  font-size: 13px;
}

.list-menu a {
  color: #ffec4f;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  display: block;
}

.list-menu:hover {
  opacity: 0.7;
  cursor: pointer;
}

.castum-bat {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
  background-color: #fc8986;
  color: #fff;
  font-size: 20px;
  border-radius: 4px;
  text-transform: none;
  font-weight: 300;
  text-transform: uppercase;
  width: 100%;
  border: none;
  height: 48px;
}

.docs_wrapper {
  background: #fff;
  margin: 20px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
  border-radius: 4px;
}

.form {
  width: 250px;
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.publication_time {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.publication_info {
  display: flex;
  column-gap: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 54px;
  padding: 6px 22px;
  line-height: 1.42857143;
  border-radius: 4px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  padding-left: 34px;
  font-size: 12px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#email {
  background-image: url("http://assets.stickpng.com/images/584856b4e0bb315b0f7675ac.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 2% 50%;
}

#password {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/22/OOjs_UI_icon_key.svg/1200px-OOjs_UI_icon_key.svg.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 2% 50%;
}

.form {
  text-align: center;
}

.form .form-group {
  text-align: left;
}

.info-withdraw {
  background: #fff;
  padding: 20px;
  margin: 30px auto;
  border-radius: 4px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
}

.info-transfer {
  margin: 30px auto;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
}

h1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

body {
  /* margin-top: 50px; */
  margin: 0;
  padding: 0;
}

/*html, body, #wrapper, #page-wrapper {height: 100%; overflow: hidden;}*/

#wrapper {
  padding-left: 0;
}

.user_ava {
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
}

#wrapper {
  /* padding-left: 250px; */
  /* margin-top: -50px; */
}

.page_wrapper_size {
  padding: 0;
  width: calc(100% - 270px);
  margin-left: 270px;
  padding: 0;
  /* background-color: #fff; */
  /* animation: pageSize 300ms; */
}

@keyframes pageSize {
  0% {
    transform: translateX(-200px);
  }

  100% {
    transform: translateX(0px);
  }
}

/* Top Navigation */

.top-nav {
  padding: 0 15px;
}

.top-nav>li {
  display: inline-block;
}

.top-nav>li>a {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 20px;
  color: #fff;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
  padding-left: 15px;
}

.top-nav>.open>.dropdown-menu {
  float: left;
  position: absolute;
  margin-top: 0;
  /*border: 1px solid rgba(0,0,0,.15);*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.top-nav>.open>.dropdown-menu>li>a {
  white-space: normal;
}

/* Side Navigation */
.page_container {
  /* margin-left: 0 !important; */
  /* animation: fadePage 300ms; */
}

@keyframes fadePage {
  0% {
    transform: translateX(250px);
  }

  100% {
    transform: translateX(0px);
  }
}

.navbar_show {
  position: fixed;
  border-right: 2px solid #fff;
  top: 20px;
  margin-left: 30px;
  min-height: 500px;
  background-color: #fff;
  left: 50px;
  width: 360px;
  padding: 10px;
  border: none;
  height: 80%;
  border-radius: 0;
  overflow-y: auto;
  bottom: 0;
  border-radius: 4px;
  overflow-x: hidden;
  padding-bottom: 40px;
  overflow-y: auto !important;
  display: block;
  z-index: 9;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
  transition: all 0.3s;
  animation: fadeIn 500ms forwards;
  height: 100%;
}

.side-nav::-webkit-scrollbar {
  width: 5px;
  background-color: #464242;
}

.side-nav::-webkit-scrollbar-thumb {
  background-color: #222;
}

.user_name {
  width: 100%;
}

.side-nav>li>a {
  width: 100%;
  border-bottom: 1px #e9e6e1 solid;
}

.statusbar {
  position: relative;
  background-color: rgba(132, 132, 132, 0.385);
  width: 100%;
  height: 8px;
  margin: 5px auto;
  border-radius: 4px;
}

.sign_icon {
  font-size: 30px;
}

.google_auth,
.linkedin_auth,
.facebook_auth {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  justify-content: left;
  column-gap: 30px;
}

.navDep {
  font-size: 14px;
}

.nav_nick {
  font-size: 14px;
}

.nav_dep_bar {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: space-between;
}

.nav_dep_bar>a {
  background-color: #09ca84;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 6px;
  transition: .2s;
}

.nav_dep_bar>a:hover {
  background-color: #277dd3 !important;
}

.nav_dep_bar>a>p {
  margin: 0;
}

.verify_status {
  position: relative;
}

.docs_status {
  position: absolute;
  display: flex;
  align-items: center;
  column-gap: 5px;
  content: "";
  top: -20px;
  right: -10px;
  font-size: 10px;
  border-radius: 4px;
  padding: 5px;
}

.vefified {
  background-color: #16c2805c;

  color: #09ca84;
}

.non_verified {
  background-color: #e4113858;
  color: #e41137;
}

.statusbar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  background-color: #77bcb5;
  height: 8px;
  border-radius: 4px;
}

.side-nav li a:hover,
.side-nav li a:focus {
  outline: none;
  /* background-color: #1a242f !important; */
}

.citizen_info>input {
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #eaeaea;
  display: block;
  margin: 5px 0;
  width: 100%;
  /* max-width: 300px; */
}

.add_img {
  width: 100%;
  max-width: 200px;
}

.btn_flex>p {
  margin: 0;
}

.doc_grid_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 900px;
  margin: 40px auto;
  gap: 30px;
}

.form_btn_wrapper {
  text-align: right;
}

.documents_wrapper {
  margin: 0;
  margin-top: 20px;
  border-radius: 0;
  background: #fff;
  padding: 0;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
}

.side-nav>li>ul {
  padding: 0;
  border-bottom: 1px #e9e6e1 solid;
}

.side-nav>li>ul>li>a {
  display: block;
  padding: 10px 15px 10px 38px;
  text-decoration: none;
  color: #111;
}

.side-nav>li>ul>li>a:hover {
  background: transparent !important;
  color: #77bcb5 !important;
  font-weight: 550;
}

.navbar-nav>li {
  float: none !important;
}

.side-nav>li>ul>li>a:hover {
  color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
  font-weight: 580;
  color: #111 !important;
}

.navbar-inverse .navbar-nav>li>a:hover {
  background: transparent !important;
  color: #77bcb5 !important;
}

.navbar-nav>li>a+.menu_ionic_icon:hover {
  color: #fff !important;
}

.menu_ionic_icon {
  font-size: 22px !important;
  margin-right: 10px;
  /* padding-top: 8px; */
  color: #77bcb5;
}

.side-nav li a:hover,
.side-nav li a:focus {
  background: transparent;
}

.fa .fa-sign-out {
  color: #bbc5ca;
}

.logout {
  background-color: #77bcb5;
}

.table_wrapper {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 0.6fr 0.6fr 0.4fr;
  border-radius: 0.75em;
  background-color: #fff;
  padding: 8px;
  margin: 10px auto;
  transition: 0.3s;
}

.fa-sign-out {
  color: #fff !important;
}

.table_wrapper:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.56);
}

.users_info_wrapper {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 0.6fr 0.6fr 0.4fr;
  overflow-y: scroll;
}

.users_info_wrapper::-webkit-scrollbar {
  display: none;
}

.tit {
  font-weight: 600;
}

.users_wrapper {
  background-color: #f4f7f6;
  padding: 30px !important;
}

/* .auth_body {
  height: 100vh;
  background: url("../assest/img/back.jpg");
  background-size: cover;
  margin-top: -50px;
  background-repeat: no-repeat;
  overflow: hidden;
  pointer-events: none;
}
.auth_body:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
} */
/* .auth_wrapper {
  width: 350px;
  padding: 30px;
  filter: blur(5px);
} */
.form {
  padding: 30px;
  background: rgba(166, 166, 166, 0.7);
  border-radius: 8px;
  width: 300px;
}

.navbar .nav>li>a>.label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 10px;
  font-weight: normal;
  min-width: 15px;
  min-height: 15px;
  line-height: 1em;
  text-align: center;
  padding: 2px;
}

.navbar .nav>li>a:hover>.label {
  top: 10px;
}

.navbar-brand {
  padding: 5px 15px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: inherit;
  background-color: inherit;
  border: none;
  border-radius: 4px;

}

i.fa {
  margin-right: 10px;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-inverse {
  width: 250px;
  margin: 0;
  padding: 0;
}

#page-wrapper .container-fluid {
  padding: 0;
  background-color: #f4f7f6;
}

#content {
  padding: 5px !important;
  border-radius: 4px;
}

#nav::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}

#nav::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); */
}

#nav::-webkit-scrollbar-thumb {
  background-color: #77bcb5;
  /* outline: 1px solid slategrey; */
  /* border-radius: 50%; */
}

.trading_acs {
  background: url("./img/real-account.jpg");
  background-size: cover;
  background-position: 10%;
  height: 150px;
  position: relative;
  z-index: 2;
}

.docs_wrapper {
  background: url("./img/docs.jpg");
  background-size: cover;
  background-position: 10%;
  height: 150px;
  position: relative;
  z-index: 2;
}

.openAcc {
  /*background: url("./img/openAcc.jpg");*/
  background-size: cover;
  background-position: 10%;
  height: 200px;
  position: relative;
  border-radius: 4px;
  z-index: 2;
}

.head-title {
  background-size: cover;
  background-position: 10%;
  height: 50px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
  align-items: center;
  font-size: 22px;
  border-radius: 4px;
  z-index: 2;
  margin-top: 10px !important;
  background-color: #fff;
}





.openAcc:after {
  position: absolute;
  border-radius: 4px;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.226);
  z-index: 0;
}



.trading_acs:after {
  position: absolute;
  border-radius: 4px;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.226);
  z-index: 0;
}


span.but-new {
  display: block;
  float: left;
  text-align: center;
  margin: 15px 20px 15px 0px;
  border-radius: 8px;
  cursor: pointer;
  width: auto;
  padding: 0 25px 0 20px;
  min-height: 0;
  height: 30px;
  border: none;
  line-height: 30px;
  background-color: #77bcb5 !important;
  text-transform: none;
  box-shadow: none;
  cursor: pointer;
}

span.but-new:hover {
  opacity: 0.7;
}

span.but-execk {
  display: block;
  float: left;
  text-align: center;
  margin: 15px 20px 15px 0px;
  border-radius: 8px;
  cursor: pointer;
  width: auto;
  padding: 0 25px 0 20px;
  min-height: 0;
  height: 30px;
  line-height: 30px;
  background-color: #e1e1e7;
  text-transform: none;
  box-shadow: none;
  cursor: pointer;
}

span.but-execk:hover {
  opacity: 0.7;
}

.active-span {
  border: 1px solid #277dd3 !important;
  background-color: #277dd3 !important;
  color: white !important;
}

.table-users {
  padding: 10px;
  width: 100%;
  /* max-width: 250px; */
  border-right: 1px solid #3335452e;
}

.table-users.tit {
  background: aliceblue;
  margin-top: 20px;
}

.add-trade-act {
  border: 1px solid;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

.add-trade-act:hover {
  background: black;
  color: white;
}

.btn-form-add-account {
  width: 40%;
  margin: 0 auto;
  border-radius: 4px;
  color: white;
  background: #333545;
  display: block;
}

.active-span {
  border: 1px solid #277dd3 !important;
  background-color: #277dd3 !important;
  color: white !important;
}

.taccount {
  /* height: 250px; */
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 250px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  cursor: pointer;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 5px !important;
  padding-right: 5px !important;
  min-height: 214px;
}

.deposit-r {
  position: relative;
  padding: 10px;
}

.deposit-r:after {
  position: absolute;
  content: "";
  width: 85%;
  height: 1px;
  background-color: #d4d2d2;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.acc_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #666;
}

.acc_profi_info {
  color: #d4d2d2;
  font-size: 16px;
  margin-top: 20px;
}

.profit_amount {
  color: green;
  font-size: 17px;
}

.deposit_amount {
  color: green;
  font-size: 17px;
  margin: 0;
}

.leverage-acc {
  font-size: 14px;
  color: #77bcb5;
  margin: 0;
}

.account_type {
  color: #77bcb5;
  font-size: 12px;
}

.deposit-r {
  color: #111;
}

.profit {
  /* background: #000; */
}

.fall_block {
  background-color: rgb(255, 233, 233);
}

.active_block {
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
}

.taccount .block-tback {
  /* background: #a051518c; */
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
}

.deposit-r {
  padding: 20px;
  font-size: 20px;
}

.deposit-go {
  background: #77bcb5;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
  border: 2px solid transparent;
  transition: 0.2s;
}

.deposit-go:hover {
  background: #fff;
  border: 2px solid #77bcb5;
  color: #77bcb5;
}

.profit {
  /* height: 110px; */
  padding: 0 20px;
  font-size: 25px;
}

.deposit-go {
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  border-radius: 4px;
}

.btn_wrapper {
  text-align: center;
}

.btn_wrapper>a button {
  margin: 10px 0px;
}

.taccount.new .block-tback {
  /* background: #2222228c; */
  height: 100%;
  border-radius: 4px;
}

.content-t {
  height: 180px;
  padding: 20px;
  font-size: 25px;
  background: whitesmoke;
  border-radius: 12px 12px 0 0;
  text-align: center;
  color: #c7c7c7;
}

.taccount-create {
  text-align: center;
  padding: 20px;
  border-top: 1px solid white;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 0 0 12px 12px;
  height: 70px;
  background: #b0b0b0;
}

.taccount-create:hover {
  opacity: 0.6;
}

.block-tback a {
  color: white;
  text-decoration: none;
}

.form_flex_item {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
}

.form_flex {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.form_flex_item {
  width: 45%;
}

.otradacc-form select {
  width: 100%;
  font-size: 17px;
  border: none;
  /* border-bottom: 1px solid; */
  /* margin-bottom: 20px; */
}



.selector {
  background: rgb(233, 233, 233);
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
  cursor: pointer;
  border-radius: 4px;
  transition: 0.2s;
  padding: 10px;
}

.selector:hover {
  background: #77bcb5;
  color: #fff;
}

.btn-form-add-account {
  width: 40%;
  margin: 0 auto;
  border-radius: 4px;
  color: white;
  background: #333545;
  display: block;
}

.trade-acc-live {
  padding: 0;
}

.trade-acc-demo {
  padding: 0;
}

.trade-acc-demo input {
  margin-bottom: 20px;
  margin-top: -4px;
  border: none;
  border-bottom: 1px solid;
  width: 100%;
}

.upp-acc-trade {
  color: deepskyblue;
  font-weight: 900;
  cursor: pointer;
}

.upp-acc-trade:hover {
  opacity: 0.7;
}

.del-acc-trade {
  color: red;
  font-weight: 900;
}

.del-acc-trade:hover {
  opacity: 0.7;
  cursor: pointer;
}

.add-deposite-act {
  border: 1px solid;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

.add-deposite-act:hover {
  background: black;
  color: white;
}

#add-deposite-form input {
  margin-bottom: 20px;
  margin-top: -4px;
  border: none;
  border-bottom: 1px solid;
  width: 100%;
}

.block-sdelka span {
  float: left;
  font-size: 20px;
  margin: 10px 10px 0 0;
  display: block;
}

.block-sdelka input {
  background: black;
  border-color: white;
}

.used-acc {
  border: 1px solid white;
  padding: 10px;
  color: white;
  text-align: center;
}

#acc-sel-terminal {
  border: 1px solid white;
  padding: 10px;
  color: white;
  background: black;
  width: 100%;
  font-size: 18px;
}

.used-acc:hover {
  cursor: pointer;
  background: white;
  color: black;
}

#form-sdelka {
  border: 1px solid white;
  padding: 10px;
  width: 50%;
  float: left;
  text-align: center;
}

#form-sdelka:hover {
  cursor: pointer;
  background: white;
  color: black;
}

#stop-sdelka {
  border: 1px solid white;
  padding: 10px;
  width: 50%;
  float: right;
  text-align: center;
}

#stop-sdelka:hover {
  cursor: pointer;
  background: white;
  color: black;
}

.active-stavka {
  color: red;
}

.fake-sdelka {
  padding: 20px 0 0 0;
  color: white;
}

.fake-sdelka label {
  width: 40%;
  margin-bottom: 15px;
  font-size: 17px;
}

.fake-sdelka input {
  background: #222222;
  border: 1px solid white;
  width: 20%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  height: 18px;
}

.but-fake {
  border: 1px solid white;
  padding: 5px;
  color: white;
  text-align: center;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.but-fake:hover {
  background: white;
  color: #222;
  cursor: pointer;
}

.tab-main-table {
  text-align: center;
  font-size: 15px;
  padding: 5px;
  /* background: #333545; */
  margin-top: 5px;
  color: white;
  text-transform: uppercase;
}

.tab-table {
  text-align: center;
  font-size: 15px;
  padding: 5px;
  border: 1px solid #333545;
  margin-top: 0;
}

.tabs-report {
  padding: 0;
  display: none;
}

.tabs-report.active {
  display: block;
}

.deposite-acc-trade {
  color: red;
  cursor: pointer;
  font-weight: 600;
}

.tik_hover:hover {
  text-decoration: none;
}

.tik_hover {
  color: #1a242f;
}

.new-tik:hover {
  color: #77bcb5;
  font-weight: bold;
  text-decoration: none !important;
}

.new-mess:hover {
  /* opacity: 0.6; */
  color: #77bcb5;
  font-weight: bold;
  text-decoration: none !important;
}

.tiker .col-lg-3 {
  height: 700px;
  border: 1px solid #d9edec61;
  background: #222222;
  color: #ffffff;
  overflow: auto;
}

.themes-tik {
  border-radius: 8px;
}

.tiker .col-lg-5 {
  height: 700px;
  border: 1px solid #d9edec61;
  background: #222222;
  color: #ffffff;
}

.left_dialog_selection {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  background-color: #fff;
  padding: 15px;
}

.tiket-search {
  font-size: 19px;
  padding: 0;
  padding-top: 10px;
  padding-left: 10px;
}

a:visited {
  background-color: #f5c135;
}

.tiket-create span {
  border: 2px solid transparent;
  padding: 5px;
  width: 100%;
  transition: 0.2s;
  display: block;
  text-align: center;
  background: #00ae92;
  border-radius: 4px;
  color: #ffffff;
}

.tiket-create span:hover {
  color: #fff;
  border: 2px solid #00ae92;
  cursor: pointer;
}

.tiket-create {
  font-size: 19px;
  padding: 0;
  padding-top: 10px;
}

.line {
  border: 1px solid #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.themes-tik {
  padding: 0;
  margin: 10px 0;
  color: #222;
  background: #f4f7f6;
  cursor: pointer;
}

.info-tik {
  padding: 15px 0 15px 15px;
  transition: 0.2s;
}

.info-tik:hover {
  /* background: #9fcfff; */
  border-radius: 8px;
}

.active-tik {
  cursor: initial;
  border-radius: 8px;
  background-color: #77bcb5;
}

.data-tik {
  font-size: 11px;
  color: #1a242f;
  font-style: italic;
}

.title-tik {
  font-size: 17px;
  font-weight: 600;
}

.change-tik {
  background: rgb(225, 158, 158);
  box-shadow: 0 0 3px rgba(0, 0, 0, .166);
}

.open-tik i {
  color: green;
}

.close-tik i {
  color: #bbb1b1;
}

.change-tik i {
  color: #337ab7;
}

.desc-tik {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



.fa.fa-times.open-close-tik:hover {
  opacity: 0.6;
}


.fa.fa-times.open-close-tik{
  font-size: 20px!important;
  color: rgb(255, 128, 128) !important;
  margin: 0;
  top: 0;
  margin-top: -0;
  right: 0;
  right: 0;
  position: absolute!important;
  right: 0;
  z-index: 99;
  cursor: pointer;
}

.typ-themes-tik {
  position: absolute;
  left: -35px;
  top: -10px;
}

.active-tik {
  color: #fff;
}

.top-name-broker {
  color: #111;
}

.top-title-tiket {
  color: #111;
}

.title-tik {
  padding: 10px;
  /* border: 2px solid #eaeaea; */
}

.line {
  display: none;
}

.top-descript-tiket {
  color: #111;
}

.top-chat {
  font-size: 17px;
  padding-top: 10px;
  background-color: #f4f7f6;
  border-radius: 8px;
  margin: 5px 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.top-name-broker {
  border-right: 1px solid #eaeaea;
  padding-bottom: 10px;
}

.top-descript-tiket {
  padding-top: 10px;
  border-top: 1px solid #eaeaea;
}

.windov-chat {
  overflow: auto;
  height: 390px;
  padding: 15px;
  border-radius: 8px;
  background: #f4f7f6;
}

.col-lg-4>div {
  font-size: 13px !important;
  overflow: hidden;
}

.row.doc-other-upload>.col-lg-4 {
  border: 2px solid #dfdbdb;
  max-width: 30%;
  box-shadow: 0 0 8px rgb(0, 0, 0, 0.126);
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  margin: 10px;
}

.row.doc-other-upload>div>div>img {
  max-width: 200px !important;
  width: 100% !important;
  height: auto !important;
}

.line-chat {
  /* height: 50px; */
  padding: 10px 0 10px 0;
  display: grid;
  grid-template-columns: 1fr 0.1fr 0.1fr;
  gap: 10px;
}

.text-chat {
  border: 5px solid #f4f7f6;
  height: 80px;
  padding: 0;
  border-radius: 4px;
}

.textArea::placeholder {
  color: #000;
}

.send-mess {
  height: 40px;
  font-size: 30px;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
  background-color: #77bcb5;
  color: #fff;
  /* border: 1px solid; */
  border-radius: 4px;
}

.reload-mess {
  height: 40px;
  font-size: 30px;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
  background-color: #31404f;
  color: #fff;
  /* border: 1px solid; */
  border-radius: 4px;
}

.fa-paper-plane-o:before {
  color: #fff;
  font-size: 15px;
}

#area-chat {
  color: #222222;
  padding: 15px;
  width: 100%;
  height: 80px;
  border: none;
  resize: none;
  background: transparent;
}

.send-mess ion-icon {
  font-weight: 500;
  margin: 0;

  font-size: 22px;
}

.reload-mess ion-icon {
  font-weight: 500;
  margin: 0;
  
  font-size: 22px;
}

.send-mess:hover {
  background: #2794eb;
  color: #fff;
}

.reload-mess:hover {
  background: #2794eb;
  color: #fff;
}

.chat-close-tik {
  color: #ff4d4d;
}

.you-mes .block-mess {
  padding: 10px;
  background: #7ac3ff;
  border: 1px solid #ffffff2e;
  float: right;
  border-radius: 15px 10px 0 15px;
}

.you-mes .name-mess {
  font-size: 17px;
  font-weight: 700;
  text-align: right;
}

.you-mes .time-mess {
  font-size: 11px;
  margin-top: 5px;
  color: #222;
  font-style: italic;
  text-align: right;
}

.brok-mes .block-mess {
  padding: 10px;
  background: #77bcb5;
  border: 1px solid #ffffff2e;
  float: left;
  border-radius: 15px 10px 15px 0;
}

.brok-mes .name-mess {
  font-size: 17px;
  font-weight: 700;
}

.brok-mes .time-mess {
  font-size: 11px;
  margin-top: 5px;
  color: #666;
}

.title-chat-clear {
  font-size: 38px;
  color: #77bcb5;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}

.but-complet {
  text-transform: uppercase;
  border: 1px solid;
  padding: 8px;
  cursor: pointer;
}

.but-complet:hover {
  background: #ffffffbf;
  color: #222222;
}

.tiker {
  width: 100%;
  display: grid;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
  grid-template-columns: 0.3fr 1fr;
  border-radius: 5px;
}

.hide_menu {
  /* width: 0; */
  transition: all 0.2s ease-out;
  /* transform: translateX(-250px); */
  animation: fadeout 500ms;
  display: none;
  z-index: 999;
  inset: 0;
}

.menu-toggle {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}

.hamburger,
.cross {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.user_bar {
  position: relative;
  padding: 14px 10px;
  margin-bottom: 40px;
}

.portfolio_tab {
  padding: 20px;
  /* border: 2px solid #eaeaea; */
  border-radius: 4px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
}

.port_grid_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 30px;
}

.hideContent {
  margin-left: 70px;
  width: calc(100% - 62px) !important;
}

.profile_wrapper {
  background: #fff;
  margin: 11px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
  border-radius: 4px;
  padding: 30px;
}

.user_bar:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 80%;

  transform: translate(-50%, 0);
  height: 1px;
  background-color: rgba(102, 102, 102, 0.521);
}

.hamburger span:last-child {
  margin: 0;
}

.hamburger span:before,
.hamburger span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(15, 15, 15);
  transform: translateX(-200%);
  transition: transform ease 300ms;
}

.hamburger span:after {
  transform: translateX(0);
}

.hamburger span:nth-child(2):before,
.hamburger span:nth-child(2):after {
  transition-delay: 75ms;
}

.hamburger span:last-child:before,
.hamburger span:last-child:after {
  transition-delay: 150ms;
}

.menu-toggle:hover .hamburger span:before {
  transform: translateX(0);
}

.menu-toggle:hover .hamburger span:after {
  transform: translateX(200%);
}

.menu-toggle.active-nav .hamburger span:before {
  transform: translateX(100%);
}

.menu-toggle.active-nav .hamburger span:after {
  transform: translateX(200%);
}

.cross span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: rgb(15, 15, 15);
  transform: translateY(50%) rotate(45deg) scaleX(0);
  transition: transform ease 200ms;
}

.cross span:last-child {
  transform: translateY(-50%) rotate(-45deg) scaleX(0);
}

.menu-toggle.active-nav .cross span {
  transition-delay: 450ms;
  transform: translateY(50%) rotate(45deg) scaleX(1);
}

.menu-toggle.active-nav .cross span:last-child {
  transform: translateY(-50%) rotate(-45deg) scaleX(1);
}

.menu_btn_wrapper {
  display: flex;
  margin-left: 250px;
}

.header_name {
  padding-top: 10px;
  font-size: 22px;
  font-weight: 600;
}

.port_fund_title {
  font-size: 20px;
  font-weight: 400;
  color: #77bcb5;
  text-align: center;
}

.port_fund {
  text-align: center;
}

.port_funds_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.port_funds_wrapper {
  margin-top: 30px;
}

.distribution_of_funds {
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
}

.port_fund_status {
  font-size: 3rem;
  font-weight: 200;
}

.table_title_wrapper {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  background-color: #eaeaea;
  border-radius: 4px;
  text-align: center;
  gap: 10px;
  padding: 20px;
}

.direction_status.sell {
  color: red;
}

.profit_loss_status.table_profit {
  color: green;
}

.profit_loss_status.table_loss {
  color: red;
}

.direction_status.buy {
  color: #77bcb5;
}

.deals_title {
  font-size: 20px;
  margin: 20px;
  color: #77bcb5;
  font-weight: 500;
}

.deal_table_item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  text-align: center;
  padding: 20px;
  gap: 10px;
}

.tradbar_wrapper {
  margin: 10px 0;
}

.trade_info_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .tradbar_wrapper{
  display: grid;
  grid-template-columns: 1fr .2fr;
  gap: 20px;
} */
.deal_table_item {
  position: relative;
}

.deal_table_item:after {
  position: absolute;
  content: "";
  width: 96%;
  height: 2px;
  background-color: #eaeaea;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0px;
}

.deals_table {
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
}

/* .sub_nav::before{
  background-color: #000;
    content: "";
    position: relative;
    height: 100%;
    width: 1px;
    left: 10px;
    top: 0;

} */

.sub_link:hover:before {
  background-color: #000;
  content: "2";
  display: none;
  position: absolute;
  height: 9px;
  width: 9px;
  left: -22px;
  top: 10px;
  border-radius: 4px;
}

.side-nav>li>a {
  color: #f3f3f3;
  transition: 0.3s;
  padding: 10px 15px;
  display: flex;
  column-gap: 15px;
  font-size: 1.2rem;
  align-items: center;
  /* margin: 0 15px; */
}

.out_icon {
  color: rgb(245, 98, 98);
}

.users_info_wrapper:last-child {
  border-right: none !important;
}

.item_table_wrapper {
  padding: 15px;
  border-radius: 8px;
}

body::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #77bcb5;
  border-radius: 6px;
}

body::-webkit-scrollbar {
  background-color: #fff;
  width: 5px;
  display: block;
  height: 2px;
}

table td::-webkit-scrollbar-thumb {
  width: 2px;
  /* background-color: #77bcb5; */
}

.windov-chat::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #77bcb5;
  border-radius: 6px;
}

.windov-chat::-webkit-scrollbar {
  background-color: #fff;
  width: 5px;
  display: block;
  height: 2px;
}

table td:hover::-webkit-scrollbar {
  background-color: #77bcb5;
  width: 2px;
  display: block;
  width: 50%;
  height: 2px;
}

table td::-webkit-scrollbar-track {
  background-color: #fff;
  height: 2px;
}

table td::-webkit-scrollbar {
  background-color: #222;
  display: none;
  width: 2px;
  height: 2px;
}

table td {
  overflow-x: scroll;
}

.user_info {
  display: flex;
}

.main-menu li>a:hover {
  color: #77bcb5;
  padding-left: 30px;
}

.navIcon {
  width: 20px;
  height: 20px;
}

.has-subnav>a>svg {
  width: 20px !important;
  height: 20px !important;
}

.online {
  color: rgb(88, 153, 88);
}

.nav-text {
  font-weight: normal;
  font-size: 14px;
}

.logout>li>a>span {
  color: #fff;
}

.publication_info_wrapper {
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.public_count {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.public_comments_icon,
.public_likes_icon,
.public_forks_icon {
  font-size: 24px;
  cursor: pointer;
  transition: 0.2s;
}

.public_likes_icon:hover {
  color: red;
}

.public_comments_icon:hover,
.public_forks_icon:hover {
  color: #77bcb5;
}

.publication_controls {
  display: flex;
  column-gap: 15px;
  margin-top: 20px;
}

.publication_text {
  margin-top: 30px;
}

.user_name {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.user_status {
  font-style: italic;
}

.user_nickname {
  color: #666;
}

.offline {
  color: #b46969;
}

.user_status_wrapper {
  text-align: center;
  margin: 10px 0;
}

.trading_bar_item {
  display: flex;
  align-items: center;
  column-gap: 15px;
  border: 2px solid #e3e3e3;
  border-radius: 4px;
  padding: 10px 20px;
}

.trading_name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.trading_bar_item_icon {
  border-right: 2px solid #e3e3e3;
}

.trading_subname {
  margin-bottom: 0;
}

.trading_bar_item_icon {
  font-size: 40px;
  color: #77bcb5;
  padding: 5px 20px 0 5px;
}

.profile_ava {
  width: 120px;
  background: #222;
  border-radius: 50%;
  height: 120px;
}

.profile_ava img {
  width: 120px;
  /*background: #222;*/
  border-radius: 50%;
  height: 120px;
}

.profile_bar {
  display: grid;
  grid-template-columns: 0.8fr 1.6fr;
  gap: 35px;
}

.user_trading_bar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

@media (max-width: 900px) {
  .navbar_show {
    width: 250px;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    transition: 0.3s;
    animation: fadeIn 500ms;
  }

  .menu_btn_wrapper {
    margin-left: 125px;
  }

  .table-users {
    max-width: 100px !important;
  }

  /* #page-wrapper {
    width: 100vw;
    margin-left: 0;
  } */
  .side-nav>li>a {
    width: 100%;
  }
}

.logo_img {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 22px;
}

.user_info {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.user_account {
  font-weight: 600;
  font-size: 16px;
}

.user_avatar>img {
  max-width: 100%;
  border: none;
  border-radius: 0;
  padding: 3px;
}

table {
  border-collapse: collapse;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
  border-radius: 4px;
  background: #fff;
  margin-left: 55px;
  margin: 20px 1px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.users_info_table table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

.client-list-main {
  background: #fff;
}

table tr {
  /* background-color: #f8f8f8; */
  /* border: 1px solid #ddd; */
  border-radius: 4px;
  padding: 0.35em;
}

table th,
table td {
  padding: 0.625em;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.logout:hover .logout>li>a>i {
  color: red;
}

table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.logout {
  color: #fff !important;
}

.fa-power-off {
  color: #fff !important;
}

.fa-power-off:hover {
  color: red !important;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  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: 0.625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

@keyframes fadeIn {
  0% {
    transform: translateX(-250px);
    transform: translateY(0);
  }

  100% {
    transform: translateX(0px);
  }
}

.user_status_on {
  color: #77bcb5;
  font-weight: 700;
}

.user_status_off {
  color: #f9526e;
}

.user_status_on:after {
  content: "⊛";
}

.yourMess {
  float: right;
}

.brokMess {
  float: left;
}

@media (max-width: 762px) {
  .content-left-tiket {
    display: flex;
    flex-wrap: wrap;
  }

  .open-close-tik i {
    right: -20px;
  }

  .docs_status {
    left: -10px;
    right: inherit;
  }

  .left_dialog_selection {
    order: 2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
  }

  .right-tiket {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 8px;
  }

  .menu-toggle {
    position: absolute;
    right: 10px;
  }

  .page_wrapper_size {
    margin-left: 0;
    width: 100vw;
  }

  .tiker {
    grid-template-columns: 1fr;
  }

  .navbar_show {
    /* transform: translateX(-50px) !important; */
    display: none;
    animation: fadeIn 500ms forwards;
    width: 0;
  }

  .hide_menu {
    display: block;
    /* transform: translateX(0px) !important; */
    position: fixed;
    top: 0px;
    animation: fadeIn 300ms forwards;
    left: 60px;
    margin: 0;
    padding: 15px;
    z-index: 8;
    background-color: #fff;
    width: calc(100vw - 60px);
    height: 100vh;
    /* width: 100%; */
  }
}

.btn-add-symbol span {
  border: 1px solid #77bcb5;
  padding: 10px;
  display: block;
  color: #77bcb5;
  text-transform: uppercase;
  font-weight: 900;
}

.btn-add-symbol span:hover {
  background: #77bcb5;

  color: white;
  cursor: pointer;
}

.form-add-symbol.col-lg-12 {
  display: none;
  background: white;
  padding: 20px 0 20px 0;
  border: 1px solid #77bcb5;
}

.form-add-symbol.col-lg-12 .row {
  background: white;
  padding: 0;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

.title-save-symbol {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.form-add-symbol.col-lg-12 select {
  width: 100%;
  border-radius: 0;
  font-size: 15px;
  border: none !important;
  border-bottom: 1px solid #77bcb5 !important;
}

.form-add-symbol.col-lg-12 input {
  width: 100%;
  border-radius: 0;
  font-size: 15px;
  border: none !important;
  border-bottom: 1px solid #77bcb5 !important;
}

.save-symbol {
  border: 1px solid #77bcb5;
  padding: 10px;
  display: block;
  color: #77bcb5;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}

.save-symbol:hover {
  background: #77bcb5;

  color: white;
  cursor: pointer;
}

.option-display-none {
  display: none;
}

.dis-block {
  pointer-events: none;
  opacity: 0.6;
}

.del_symbol_list {
  font-size: 18px;
  cursor: pointer;
}

.del_symbol_list:hover i {
  color: red !important;
}

.selectize-input {
  width: 100%;
  border-radius: 0;
  font-size: 15px;
  border: none !important;
  border-bottom: 1px solid #77bcb5 !important;
}

.title-h i {
  font-size: 25px;
  cursor: pointer;
  margin: 0;
}

.title-h i:hover {
  opacity: 0.7;
}

.button-lead {
  text-align: center;
  padding: 10px;
  border: 1px solid #77bcb5;
  margin-top: 5px;
  font-size: 18px;
  background: #77bcb5;
  color: white;
  font-weight: 900;
  cursor: pointer;
}

.button-lead:hover {
  opacity: 0.6;
}

/* auth_setting */
.auth_wrapper {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
}

.auth_right {
  background: #fff;
  padding: 50px;
  max-height: 100%;
  height: 100vh;
}

.auth_left {
  background: url("./img/auth.jpg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 50% 31%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/* .auth_left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, 0.5);
} */
.auth_title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.auth_title_text {
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
}

.auth_subtitle {
  font-size: 3rem;
  color: #fff;
}

.socials_auth {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-top: 30px;
}

.google_auth,
.facebook_auth,
.linkedin_auth {
  width: 100%;
  height: 54px;
  padding-left: 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid transparent;
  margin: 10px auto;
  transition: 0.2s;
  border: 2px solid transparent;
}

.google_auth {
  background-color: #dc443e;
}

.facebook_auth {
  background: #3097d6;
}

.linkedin_auth {
  background: #77bcb5;
}

.google_auth:hover {
  border: 2px solid #dc443e;
  background: transparent;
  color: #dc443e;
}

.facebook_auth:hover,
.linkedin_auth:hover {
  border: 2px solid #77bcb5;
  background-color: transparent;
  color: #3097d6;
}

.import-btn {
  position: absolute;
  right: 40px;
}

.import-btn a {
  color: #77bcb5;
  font-size: 20px;
  text-transform: uppercase;
}

.import-btn a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.content-import th {
  width: 200px;
}

.actipon-table i {
  cursor: pointer;
  font-size: 20px;
}

.actipon-table i:hover {
  opacity: 0.6;
}

.fa {
  padding-top: 3px;
}

@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300);

.fa-2x {
  font-size: 2em;
}

.fa {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}

.main-menu:hover,
nav.main-menu.expanded {
  width: 260px;
  overflow: visible;
}

.main-menu {
  background: #2f4050;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 260px;
  overflow: hidden;
  -webkit-transition: width 0.05s linear;
  transition: width 0.05s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
  z-index: 1000;
}

.sub_list>a {
  display: flex;
  align-items: center;
}

#submenu-1,
#submenu-2,
#submenu-3 {
  list-style: none;
}

.collapse .in {
  list-style: none;
}

.payments_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
  max-width: 990px;
  margin: 30px auto;
}

.payment_item {
  background: #fff;
  height: 200px;
  max-width: 300px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
}

.payment_item>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition: 0.2s;
}

.payment_item>a:hover {
  background: #9cc9f72a;
}

.apple {
  background: url("./img/payments/apple.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.paypal {
  background: url("./img/payments/paypal.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.visa {
  background: url("./img/payments/visa.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.metamask {
  background: url("./img/payments/metamask-logo.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.master {
  background: url("./img/payments/mc.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.skrill {
  background: url("./img/payments/skrill.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.btc {
  background: url("./img/payments/btc.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.crypto {
  background: url("./img/payments/crypto-w.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.sub_nav_bar {
  height: 28px;
}

.main-menu li {
  position: relative;
  display: block;
  width: 250px;
  margin: 10px auto;
}

.main-menu li>a {
  color: #f3f3f3;
  transition: 0.3s;
  padding: 10px 20px;
  display: flex;
  column-gap: 20px;
  font-size: 1.2rem;
  align-items: center;
}

.main-menu .nav-icon {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}

.main-menu .nav-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 190px;
  font-family: "Titillium Web", sans-serif;
}

.main-menu>ul.logout {
  /* position: absolute; */
  left: 0;
  bottom: 0;
}

.hideNav {
  width: 57px;
}

.hideNav:hover {
  width: 262px;
}

.no-touch .scrollable.hover {
  overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
  overflow-y: auto;
  overflow: visible;
}

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

nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

nav ul,
nav li {
  outline: 0;
  margin: 0;
  padding: 0;
}

.has-subnav {
  margin: 0 auto;
}

.has-subnav>a:hover {
  color: #77bcb5;
  padding-left: 20px;
}

.area {
  float: left;
  background: #e2e2e2;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  src: local("Titillium WebLight"), local("TitilliumWeb-Light"),
    url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format("woff");
}

.submit_btn {
  background-color: #277dd3;
  color: #fff;
  border-radius: 4px;
  border: 2px solid transparent;
  padding: 10px;
}

.docs_info {
  background: #fff;
  min-width: 200px;
  height: 100%;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
}

.submit_btn:hover {
  border: 2px solid #277dd3;
  color: #277dd3;
  background-color: transparent;
}

.btn_flex {
  border: 2px solid transparent;
  display: flex;
  background-color: transparent;
  align-items: center;
  font-size: 16px;
}

.form-group1 {
  text-align: center;
}

.profile_live_wrapper {
  background: #fff;
  border-radius: 4px;
  margin: 10px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
}

.live_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px 20px 0;
  list-style: none;
}

.link_item>a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  transition: 0.2s;
}

.link_item>a:active {
  color: #77bcb5;
}

.tiker_area {
  resize: none;
  border: 2px solid #eaeaea;
  padding: 10px;
  border-radius: 4px;
}

.link_item>a:hover {
  color: #77bcb5;
}

.link_item {
  text-align: center;
}

.card_additional {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form_btn_wrapper {
  margin-top: 30px;
}

.card_grid_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tab_selector {
  padding: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

@media (max-width: 1037px) {
  .user_trading_bar {
    grid-template-columns: 1fr;
  }

  .user_info {
    flex-direction: column;
  }
}

@media (max-width: 970px) {
  .doc_grid_wrapper {
    grid-template-columns: 1fr;
  }

  .docs_file {
    text-align: center;
  }

  .card_grid_wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 762px) {
  .auth_wrapper {
    grid-template-columns: 1fr;
  }

  .google_auth,
  .linkedin_auth,
  .facebook_auth {
    font-size: 12px;
  }

  .documents_wrapper {
    margin: 0 0 0 60px;
  }

  .table_title_wrapper {
    overflow-x: scroll;
  }

  .deal_table_item {
    overflow-x: scroll;
  }

  .port_grid_wrapper {
    grid-template-columns: 1fr;
  }

  .tab_content {
    padding: 60px 20px;
  }

  .documents_main_wrapper {
    margin-left: 70px;
    padding: 0;
  }

  .user_trading_bar {
    grid-template-columns: 1fr;
  }

  .trading_name {
    font-size: 15px;
  }

  .themes-tik.open-tik {
    margin-top: 20px;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
  }

  .live_links {
    grid-template-columns: 1fr;
  }

  .user_ava_wrapper {
    margin-top: 50px;
  }

  .publication_controls {
    column-gap: 8px;
  }

  .profile_wrapper {
    margin: 10px;
    padding: 15px;
  }

  .profile_live_wrapper {
    margin: 10px;
    margin-left: 72px;
  }

  /* .active{
    display: none;
  } */
  .profile_bar {
    grid-template-columns: 1fr;
  }

  .link_item {
    padding: 10px;
    text-align: left;
  }

  .user_info {
    flex-direction: column;
  }

  .trading_bar_item {
    padding: 0px 10px;
  }

  .tab_content {
    border-top-right-radius: 0;
  }

  .auth_left {
    display: none;
  }

  #page-wrapper {
    margin-top: 50px;
    margin-left: 61px;
  }

  .taccount {
    max-width: 100%;
  }

  .menu-toggle {
    z-index: 99;
    position: fixed;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
  }

  .form_flex {
    flex-direction: column;
  }

  .form_flex_item {
    width: 100%;
  }

  .payments_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .payment_item {
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 570px) {
  .profile_btns_wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 450px) {
  .payments_wrapper {
    grid-template-columns: 1fr;
  }
}

.paypal-powered-by {
  opacity: 0;
}

.paypal-button-row.paypal-button-layout-vertical {
  width: 300px;
  height: 200px;
  float: left;
}

input {
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #999;
  display: block;
  font-size: 32px;
  padding: 15px 20px;
  text-align: center;
}

.cc-expiry-input {
  display: inline-block;
  margin-right: 5%;
}

.cc-cvc-input {
  display: inline-block;
}

.cc-types__img {
  display: inline-block;
  margin-left: -4px;
  width: 20%;
  vertical-align: middle;
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}

.cc-types__img--active {
  filter: none;
}

.cc-types__img {
  content: url("");
}

.cc-types__img--mastercard {
  content: url("https://cdn0.iconfinder.com/data/icons/credit-card-debit-card-payment-PNG/128/Mastercard-Curved.png");
  max-width: 40px;
}

.cc-types__img--visa {
  content: url("https://cdn4.iconfinder.com/data/icons/payment-method/160/payment_method_card_visa-512.png");
  max-width: 40px;
}

select.form-control:not([size]):not([multiple]) {
  height: 54px;
}

.block-chek-chat {
  text-align: center;
  position: absolute;
  top: 0;
  width: 98%;
  height: 100px;
  background: #b9dbff;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.block-chek-chat:hover {
  background: #aed4fc;
}

.moon-outline {
  font-size: 25px;
  padding-left: 15px;
  cursor: pointer;
}

.moon-outline:hover {
  opacity: 0.6;
}

.index-log {}

.dropbtn-block {
  position: absolute;
  content: '';
  top: -5px;
  right: -5px;
  height: 12px;
  width: 12px;
  background-color: #ABE9D1;
  border-radius: 50%;
  display: none;
}

.u_info,
.controls_item {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.clock {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.user {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #82868b;
  color: #fff;
}

svg:hover {
  color: #77bcb5;
  cursor: pointer;
}

.controls {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*Vertical Tabs*/
.mdl-tabs__panel {
  display: none;
}

.vertical-mdl-tabs {
  margin-top: 30px;
}

.vertical-mdl-tabs .mdl-tabs__tab-bar {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 35px;
  height: inherit;
  border-bottom: none;
  border-right: 1px solid rgba(10, 11, 49, 0.20);
}

.vertical-mdl-tabs .mdl-tabs__tab {
  width: 100%;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  letter-spacing: 2px;
}

.vertical-mdl-tabs .mdl-tabs__tab:hover {
  background: rgba(158, 158, 158, 0.34);
  color: black;
}

.vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active {
  border-right: 3px solid #ED462F;
}

.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
  content: inherit;
  height: 0;
}

.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active,
.mdl-tabs__panel {
  padding: 0 30px;
}

.vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab {
  text-align: left;
}

.text-center {
  text-align: center;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
  color: #E21549;
}

.nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
}

.nav-pills-custom .nav-link.active {
  color: #77bcb5;
  background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}

#v-pills-home,
#v-pills-profile,
#v-pills-messages,
#v-pills-home-tab,
#v-pills-profile-tab,
#v-pills-messages-tab {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.icon_b {
  font-size: 30px;
}

.nav-link {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  column-gap: 20px;
}

.transfer_items {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr .2fr 1fr;
  gap: 30px;
}

.transfer_item select {
  border-radius: 4px;
  border: none;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
}

.arrow {
  text-align: center;
  font-size: 50px;
}

.transfer_item.from select {
  background-color: #2f4050;
  cursor: pointer;
  color: #fff;
}

.transfer_item.to>select {
  background-color: #2f4050;
  color: #fff;
}

.transfer_item>select {
  padding: 25px;
  width: 100%;
  display: block;
  text-align: center;
}

.transfer_wrapper {
  width: 100%;
  padding: 20px;
}

.transfer_amount>input {
  display: block;
  padding: 20px;
  max-width: 500px;
  width: 100%;
  margin: 25px auto;
}

.div>button {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}

@media(max-width:762px) {
  .main-menu {
    width: 57px;
  }

  .hideNav {
    width: 250px !important;
  }

  .menu-toggle {
    display: none;
  }
}


/* chat */
.chat-app {
  font-size: 16px;
  line-height: 1.25;
  font-family: "Roboto", sans-serif;
 
  position: fixed;
  bottom: 32px;
  right: 32px;
  color: #141e30;
  z-index: 9 !important;
}
.chat-app.chat-app.is-active{
  height: 520px;
  width: 360px;
}

.chat-app .title {
  font-size: 1.25em;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.chat-app.is-active .chat-app_box{
  display: block;
}

.chat-app .subtitle {
  font-size: 1em;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.chat-app:not(.is-active) .chat-app_toggle:hover {
  animation: 0.5s blob linear;
}

.chat-app_toggle {
  z-index: 99999 !important;
  position: fixed;
  bottom: 0.75em;
  right: 0.75em;
  height: 64px;
  width: 64px;
  transform: scale(0.83);
  background: linear-gradient(to right, #00cdac, #00ae92);
  border-radius: 100%;
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(0, 198, 255, 0.4);
}

.chat-app_toggle:hover {
  cursor: pointer;
  transform: none;
}

.chat-app_toggle .icon {
  z-index: 99999999999999;
  color: white;
  font-size: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all cubic-bezier(0.72, 0.17, 0.36, 1.03) 0.4s;
}

.chat-app_toggle:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 100%;
  border: 2px solid #00c6ff;
  opacity: 0;
}

.chat-app_toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #00cdac, #00ae92);
  border-radius: 100%;
  transition: all 0.3s;
  opacity: 0;
}

.chat-app_box {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  height: 600px;
  display: flex;
  flex-direction: column;
  display: none;
  background: white;
}

.chat-app_header {
  background: linear-gradient(to right, #00cdac, #00ae92);
  color: white;
  position: relative;
}

.chat-app_header .branding {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
}

.chat-app_header .close {
  height: 1.5em;
  width: 1.5em;
  background: rgba(20, 30, 48, 1);
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px !important;
  border-radius: 100%;
  z-index: 2;
  transition: all 0.3s;
  opacity: 0.5;
}

.chat-app_header .close:after,
.chat-app_header .close:before {
  content: "";
  height: 2px;
  width: 1em;
  position: absolute;
  left: 0.25em;
  top: calc(50% - 1px);
  background: white;
  transform: rotate(45deg);
}

.chat-app_header .close:before {
  transform: rotate(-45deg);
}

.chat-app_header .close:hover {
  cursor: pointer;
  transform: scale(1.2);
  opacity: 1;
}

.chat-app_header .avatar {
  margin-right: 1em;
  position: relative;
  width: 48px;
  height: 48px;
}

.chat-app_header .avatar img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 100%;
  box-shadow: 0 5px 10px rgba(20, 30, 48, 0.2);
}

.chat-app_header .avatar.is-online:after {
  content: "";
  display: block;
  height: 0.75em;
  width: 0.75em;
  position: absolute;
  bottom: 0.2em;
  right: 0.2em;
  background: #00cdac;
  z-index: 2;
  border-radius: 100%;
  box-shadow: 0 0 0 2px white;
}

.chat-app_header .content {
  width: calc(100% - 48px - 1em);
}

.chat-app_content {
  height: 371px;
  width: calc(100% - 1em);
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  margin: 0 0.5em;
}

.chat-app_content::-webkit-scrollbar {
  width: 0.5em;
  background-color: transparent;
}

.chat-app_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ededed;
}

.chat-app_content .messages {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  overflow: auto;
  padding: 0 1em;
  position: absolute;
  padding-bottmo: 1em;
}

.chat-app_content .message {
  width: calc(100% - 2em);
  padding: 0.75em;
  background: white;
  margin-top: 0.25em;
  border-radius: 16px;
  margin-left: 2em;
  background: linear-gradient(to right, #00cdac, #00ae92);
  color: white;
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  transform-origin: 100% 100%;
  animation: message-pop cubic-bezier(0.71, 0.15, 0.46, 1.4) 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}

.chat-app_content .message:after {
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  position: absolute;
  bottom: 0.75em;
  right: -1em;
  clip-path: polygon(0 0, 0% 100%, 75% 100%);
  background: #00ae92;
  transform: skewY(15deg);
}

.chat-app_content .message.reply {
  margin-left: 0;
  margin-right: 2em;
  background: #ededed;
  color: #141e30;
  transform-origin: 0 100%;
}

.chat-app_content .message.reply:after {
  right: unset;
  left: -1em;
  clip-path: polygon(100% 0, 25% 100%, 100% 100%);
  background: #ededed;
  transform: skewY(-15deg);
}

.chat-app_footer {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1.5em;
  padding-top: 0.75em;
  position: relative;
}

.chat-app_footer .tools {
  display: flex;
  margin-bottom: 0.75em;
}

.chat-app_footer .tools .copyright {
  margin-left: auto;
  display: block;
  color: #a0a0a0;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.5em 1.5em;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: right;
}

.chat-app_footer .tools .button-icon {
  margin-right: 0.25em;
  background: white;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.3s;
  color: #a0a0a0;
  position: relative;
}

.chat-app_footer .tools .button-icon i {
  position: relative;
  z-index: 2;
}



.chat-app_footer .tools .button-icon:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #9bc2be, #77bcb5);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 100%;
}

.chat-app_footer .tools .button-icon:hover,
.chat-app_footer .tools .button-icon:focus {
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 198, 255, 0.4);
  color: white;
  transform: scale(1.1);
}

.chat-app_footer .tools .button-icon:hover:after,
.chat-app_footer .tools .button-icon:focus:after {
  opacity: 1;
}

.chat-input {
  height: 2.5em;
  width: 100%;
  border: none;
  background: #ededed;
  border: solid 1px #a0a0a0;
  border-radius: 1000px;
  padding: 1em 1em;
  font-size: 1em;
  transition: all 0.3s;
}

.chat-input:focus {
  outline: none;
  box-shadow: 0 10px 20px rgba(0, 205, 172, 0.4);
  border-color: #00cdac;
  background: white;
}

.chat-app .chat-app_box {
  transition: all cubic-bezier(0.71, 0, 0.23, 1.38) 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform-origin: 100% 100%;
  transform: rotate(-3deg) scale(0.8);
}

.chat-app .chat-app_header .avatar {
  transition: all 0.4s;
  opacity: 0;
  transform: scale(0.6);
  transition-delay: 0.2s;
}

.chat-app .chat-app_header .content {
  transition: all 0.4s;
  opacity: 0;
  transform: scale(0.9);
  transition-delay: 0.3s;
}

.chat-app .icon.send {
  opacity: 0;
  transform: translateY(-100%) scale(0.5);
}

.chat-app .icon.open {
  opacity: 1;
  transform: translateY(0);
  z-index: 9999;
}

.chat-app .chat-input {
  transition: all 0.4s;
  opacity: 0;
}

.chat-app.is-active .chat-app_box {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  transform: none;
}

.chat-app.is-active .chat-app_header .avatar,
.chat-app.is-active .chat-app_header .content {
  opacity: 1;
  transform: none;
}

.chat-app.is-active .icon.send {
  opacity: 1;
  transform: translateY(0);
}

.chat-app.is-active .icon.open {
  opacity: 0;
  transform: translateY(100%) scale(0.5);
}

.chat-app.is-active .chat-app_toggle:before {
  animation: chat-bubble cubic-bezier(0.15, 0.4, 0.15, 1) 0.7s;
}

.chat-app.is-active .chat-app_toggle:after {
  opacity: 1;
}

.chat-app.is-active .chat-input {
  opacity: 1;
}

@media(max-width: 700px) {
  .chat-app .chat-app_box {
    position: fixed;
    top: 0;
    left: 5%;
    width: 87%;
    height: 100%;
    border-radius: 0;
  }

  .chat-app .chat-app_toggle {
    position: fixed;
    bottom: 0.75em;
    right: 0.75em;
  }
}

@keyframes chat-bubble {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

@keyframes message-pop {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes blob {
  0% {
    border-radius: 100% 100% 100% 100%;
  }

  25% {
    border-radius: 60% 95% 60% 95%;
  }

  50% {
    border-radius: 90% 65% 90% 65%;
  }

  75% {
    border-radius: 80% 98% 80% 98%;
  }

  100% {
    border-radius: 100% 100% 100% 100%;
  }
}

/* chat */
.div button {
  border-radius: 4px;
  border: none;
  transition: .2s;
  background-color: #00ae92;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
  color: #fff;
}

.div button:hover {
  background-color: #0b6153;
}

.transfer_amount input {
  border-radius: 4px;
}

.tradebar {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #F7F9FB;
  border-radius: 20px;
  z-index: 1;
}

.settings_wrapper {
  display: grid;
  grid-template-columns: .4fr 1fr;
  gap: 10px;
}

.shadow_wrapper {
  /* box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1); */
}

.card-header {
  padding: 8px;
  border-radius: 4px;
  border-bottom: none;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
}

.btn-primary {
  background-color: #00ae92;
  color: #fff;
  border: none;
}

.btn-primary:hover {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
  background-color: #0b6153;
}

.card {
  border: none !important;
}

.chat-app.is-active {
  z-index: 9 !important;

}

@media(max-width:762px) {
  #chat-app {
    z-index: 9 !important;
  }

  .chat-app_box {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-left: auto;
    margin-left: 40px;
  }
  .chat-app_content{
    height: 73% !important;
  }
  .chat-app_header .close{
    right: 50px;
  }
}
.doc-list-name{
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}
.doc-list-name a{
    color: #7dbeb5;
}
.doc-list-name a:hover{
  opacity: 0.7;
}
.block-img-card {
  position: absolute;
  top: 50%;  /* Adjust this value to position the loader */
  left: 50%; /* Adjust this value to position the loader */
  transform: translate(-50%, -50%);
  z-index: 10000;
   /* Changed to 'block' to make it visible */
}

.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.back-loader{
    position: absolute;
    height: 85%;
    width: 92%;
    z-index: 10000;
    background: white;
    opacity: 0.8;
    display: none;
}

.cansel-with{
      position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: brown;
}
.cansel-with:hover{
  opacity: 0.7;
  cursor: pointer;
}
