.header-login {
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  border-bottom: 1px solid #eef0f1;
}
.header-login .header-top {
  background-color: #fff;
}
.header-login .header-top>.container {
  display: flex;
}
.header-login .navbar-brand {
  width: 43px;
}
.header-login .header-top__nav {
  margin: auto 0 auto auto;
}
.card-crypto {
  padding: 30px;
  margin: 100px auto;
  color: #333;
  max-width: 480px;
}
.card-header-crypto {
  border-bottom: none;
  background-color: transparent;
  text-align: center;
  margin: 10px 0;
  font-size: 18px;
}
.card-body-crypto {
    font-size: 14px;
}
.col-form-label {
  font-size: 10px;
  text-align: left;
  color: #043578;
  font-weight: 600;
}
.card-body-crypto .input-group-text {
  border: none;
  /*border-bottom: 1px solid lightgray;*/
  background-color: transparent;
}
.form-control-crypto {
  border: none;
  border-bottom: 1px solid lightgray;
  border-radius: 0;
  margin-bottom: 16px;
}
input.form-control-crypto:focus,
textarea.form-control-crypto:focus {
  border-bottom: 1px solid #043578;
}
.form-btn-crypto {
  margin: 10px auto 0;
  text-align: center;
}
.form-btn-crypto button {
  background-color: #043578;
  border: none;
  min-width: 50px;
  padding: 5px 15px;
}
.form-btn-crypto button:hover,
.form-btn-crypto button:focus,
.form-btn-crypto button:active {
  background-color: #7f7f77 !important;
  border: none;
}
.form-btn-crypto a {
  color: #043578;
}
.form-btn-crypto a:hover {
  color: #7f7f77;
}

html {
  /*font-family: Roboto;*/
  font-family: 'Montserrat', 'Open Sans', sans-serif !important;
  font-size: 62.5%;
  line-height: 1.3;
  color: rgb(5, 5, 5);
}
body {
  font-family: 'Montserrat', 'Open Sans', sans-serif !important;
  min-height: 100vh;
  margin: 0 !important;
  overflow-x: hidden;
  font-size: 14px;
}
a, button, input, textarea, select {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.3s;
}
a:visited {
  /*color: inherit;*/
}
img {
  max-width: 100%;
}
.fs-main {
  font-size: 14px;
}
.color-main {
  color: #043578 !important;
}
#page {
  overflow-x: hidden;
  position: relative;
}

/* header */

.header {
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  border-bottom: 1px solid #eef0f1;
}
.header .navbar-brand {
  width: 43px;
}
.header-top {
  background-color: #fff;
  padding: 1.8rem 0;
}
.header-top>.container {
  display: flex;
}
.header-top__nav {
  margin: auto 0 auto auto;
}
.header-top__ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.5rem;
}
.header-top__ul li {
  margin-right: 30px;
}
.header-top__a {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-top__a:hover {
  color: #666;
}
.header-top__a--active {
  color: #666;
  font-weight: bold;
}
.header-top__dropdown a.dropdown-toggle {
  padding: 0;
  background-color: transparent !important;
  border: none;
  color: #fff;
}
.header-top__dropdown a.dropdown-toggle:hover {
  color: #666;
}
/*.header-bottom {*/
  /*background: #ddefef;*/
  /*border-bottom: 0.1rem solid #d7d7d7;*/
  /*padding: 3.3rem 0;*/
/*}*/
/*.header-bottom__wrap {*/
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-align-items: center;*/
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
/*}*/
/*.header-bottom__logo {*/
  /*width: 27.2rem;*/
  /*display: block;*/
/*}*/
/*.header-bottom__text {*/
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-align-items: center;*/
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  /*height: 8.3rem;*/
  /*border-left: 0.1rem solid #038b6d;*/
  /*padding-left: 2.4rem;*/
  /*line-height: 1.5rem;*/
  /*color: #a0a0a0;*/
  /*margin-left: 2.5rem;*/
/*}*/

.header-top__dropdown {

}
.header-top__dropdown .dropdown-item {
  margin: 10px 0;
}
.header-top__dropdown .dropdown-item:active {
  background-color: #666;
}
.header-top__dropdown img {
  width: 20px;
  margin-right: 5px;
}
.header-top__dropdown .dropdown-item span {

}


/* main */

.main {
  display: flex;
  flex-direction: column;
  background: rgb(250, 250, 250);
  flex: 1 0 auto;
  transition: transform 0.3s ease 0s;
}
.page-title {
  letter-spacing: 1px;
  text-transform: none;
  color: #043578;
  text-align: center;
  font-style: inherit;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-custom-warning {
  color: white !important;
  background-color: #51423d !important;
  border-color: #51423d !important;
}
.btn-custom-blue {
  color: white !important;
  background-color: #043578 !important;
  border-color: #043578 !important;
}
.btn-custom-danger {
  color: white !important;
  background-color: #a13227 !important;
  border-color: #a13227 !important;
}
.btn-custom-warning:hover,
.btn-custom-blue:hover,
.btn-custom-danger:hover {
  background-color: #7f7f77 !important;
  border-color: #7f7f77 !important;
}
.btn.btn-warning.admin-tables__btn {
  background-color: #ffde59 !important;
  border-color: #ffde59 !important;
}
.btn.dropdown-toggle.btn-light {
  border: 1px solid grey !important;
  border-radius: 2px;
  height: 27px;
}
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 14px;
  text-align: left;
  color: #043578;
  font-weight: 400;
}
.card-header {
    font-size: 22px;
}

.form-btn-crypto .btn-primary{
    font-size: 14px;
}
a.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
/* footer */

.footer {
  width: 100%;
  position: relative;
  padding: 50px 20px;
  font-size: 14px;
  color: #eef0f1;
  font-weight: 400;
  background: #222;
}
.footer>.container {
  display: flex;
}
.footer__item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0 auto;
}
.footer__item li {
  position: relative;
}
.footer__item li::before {
  border-radius: 3px;
  border-style: solid;
  content: "";
  left: -8px;
  position: absolute;
  top: 12px;
  border-color: #7f7f77;
}
.footer__logowrap {
  margin-right: 32px;
}
.footer__title {
  position: relative;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.footer ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none!important;
}
.footer ul li {
  border: none!important;
  font-size: 14px;
}
.footer ul li a {
  display: inline-block;
  padding: 5px 15px 5px 5px;
  color: #eef0f1;
  transition: all 0.3s;
}
.footer ul li a:hover {
  color: #7f7f77;
  transition: all 0.3s;
}
.footer__arrow {
  fill: currentColor;
  position: relative;
  top: 2px;
  margin-right: 7px;
  height: 14px;
  width: 5px;
}

th.dt-center, td.dt-center { text-align: center; }
.transaction-date-width {
  width: 80px;
}
.transaction-exchange{
  width: 80px;
}
.transaction-linked-with-id{
  width: 20px;
}
#errors_list{
  color:red;
}

#usd_cost_block{
  display: none;
}

#fullInstructionInfoBlock{
    display: none;
}


#info_about_account_updating_time{
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
}

.td-with-tooltip{
    display: flex;
    align-items: center;
}
.td-with-tooltip img{
    margin-left: 15px;
}

.pdf-report_bold-td{
    font-weight: bold;
}

@media (max-width: 1799px) {
  /*.header-bottom__logo {*/
    /*width: 20.2rem;*/
  /*}*/
  /*.header-bottom__text {*/
    /*height: 7.3rem;*/
  /*}*/
}

@media (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
@media (min-width: 1280px) {
    table.dataTable {
        font-size: 1.2rem;
    }
    table.dataTable thead th,
    table.dataTable thead td {
        padding: 5px;
    }
    .page-trades table.dataTable {
        font-size: 1rem;
    }
    .page-trades table.dataTable thead th {
        font-size: 0.9rem;
    }
    .page-trades table.dataTable input,
    .page-trades table.dataTable select {
        width: 90px !important;
        min-width: 90px !important;
    }
    .page-trades table.dataTable .btn-custom-warning.admin-tables__btn {
        min-width: 90px;
    }
    .page-trades table.dataTable .edit_transaction-link .admin-tables__btn,
    .page-trades table.dataTable .delete-transaction .admin-tables__btn {
        min-width: 70px;
    }
    .page-imp table {
        font-size: 1rem;
    }
    .page-imp table thead th {
        font-size: 0.9rem;
    }
}

@media (min-width: 1920px) {
    table.dataTable {
        font-size: 1.4rem;
    }
    .page-trades table.dataTable {
        font-size: 1.4rem;
    }
    .page-trades table.dataTable thead th {
        font-size: 1.4rem;
    }
    .page-trades table.dataTable input,
    .page-trades table.dataTable select {
        width: 110px !important;
        min-width: 110px !important;
    }
    .page-trades table.dataTable .btn-custom-warning.admin-tables__btn {
        min-width: 110px;
    }
    .page-trades table.dataTable .edit_transaction-link .admin-tables__btn,
    .page-trades table.dataTable .delete-transaction .admin-tables__btn {
        min-width: 110px;
    }
    .page-imp table {
        font-size: 1.4rem;
    }
    .page-imp table thead th {
        font-size: 1.4rem;
    }
}


.home-banner {
  background: url(/frontend/images/EzFM87.jpg) center -0.1rem / cover no-repeat;
  background-position: center -0.1rem;
  overflow: hidden;
}
.home-banner__desc {
  max-width: 49rem;
  padding: 16rem 0;
}
.home-banner__title {
  color: rgb(42, 52, 61);
  font-size: 5rem;
  line-height: 6rem;
  font-weight: 300;
  margin: 0px 0px 3rem;
}
.home-banner__text {
  color: rgb(50, 50, 50);
  font-size: 2.1rem;
  line-height: 2.5rem;
  font-weight: 300;
  margin: 0px 0px 1rem;
}

/**/
.home-best {

}
.home-best__wrap {
  padding: 80px 0 80px;
}
.home-best__title {

}
.home-best__subtitle {
  letter-spacing: 0px;
  text-transform: none;
  font-size: 21px;
  color: #393836;
  text-align: center;
  font-style: inherit;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 40px;
  margin: 16px 0 32px;
}
.home-best__desc {

}
.home-best__item {
  margin-bottom: 50px;
  position: relative;
}
.home-best__item i {
  color: #038b6d;
  font-size: 48px;
  width: 48px;
  position: absolute;
}
.home-best__item svg {
  fill: currentColor;
  margin: 0 auto;
  vertical-align: top;
  height: 48px!important;
  width: 48px!important;
}
.home-best__text {
  margin-left: 65px;
}
.home-best__text h4 {
  color: #404040;
  text-transform: none;
  font-size: 22px;
  margin-bottom: 16px;
}
.home-best__text p {
  font-size: 16px;
  color: #3e4552;
  line-height: 1.66em;
  position: relative;
  margin-bottom: 0;
}

/**/

.home-news {
  margin-bottom: 3px;
}
.home-news__title {

}
.home-news__subtitle {
  letter-spacing: 0px;
  text-transform: none;
  font-size: 21px;
  color: #393836;
  text-align: center;
  font-style: inherit;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 40px;
  margin: 16px auto 8px;
  max-width: 1140px;
}
.home-news__wrap {
  width: 140%;
  position: relative;
  left: -21%;
  text-align: center;
}
.home-news__image {
  width: 25%;
  height: 350px;
  margin: 0 2px;
  display: inline-block;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  transform: skew(-15deg);
  overflow: hidden;
}
.home-news__skew {
  width: 150%;
  height: 100%;
  left: -20%;
  position: relative;
  background-position: center;
  background-size: cover;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  transform: skew(15deg);
}
.home-news__text {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  transition: all 0.3s;
}
.home-news__text:hover {
  background-color: rgba(0,0,0,0);
  transition: all 0.3s;
}
.home-news__text p {
  margin: auto;
  width: 40%;
  color: white;
  font-size: 18px;
}

@media (max-width: 1799px) {
  .home-banner__desc {
    padding: 9rem 0;
  }
  .home-banner__title {
    font-size: 4rem;
    line-height: 5rem;
  }
  .home-news__image {
    height: 275px;
  }
}
.page-prof {
    padding: 50px 0;
}
.prof-title {
    margin-bottom: 30px;
}
.prof-title__title {

}
.prof-datas {

}
.prof-datas .card-crypto {
    margin: 16px auto;
    max-width: none;
}
.prof-datas button {
    font-size: inherit;
}
.prof-datas .col-form-label {
    color: #043578;
}
.form-control-crypto {
    background-color: transparent !important;
    margin-bottom: 16px;
    font-size: inherit;
}

.form-btn-crypto .btn-link{
    font-size: 14px;
}

.align-baseline {
    font-size: 14px;
}

.page-prof-btn {
    min-width: 50px;
    /*color: #043578;*/
    /*background-color: transparent !important;*/
    /*border: 1px solid #043578 !important;*/
    /*box-shadow: 0px 3px 11px -5px rgba(0,0,0,0.75) !important;*/
    /*border-radius: 50%;*/
}
.password {
    position: relative;
}
.password-control {
    position: absolute;
    top: 25px;
    right: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/assets/images/view.svg) 0 0 no-repeat;
}
.password-control.view {
    background: url(/assets/images/no-view.svg) 0 0 no-repeat;
}

.page-imp {
  padding: 50px 0;
  background-color: #eef0f1;
}
.imp-title {

}
.imp-title__title {

}
.imp-stock {

}
.imp-stock__title {
  font-size: 32px;
  margin: 50px 0 15px;
}
.imp-stock__items {
  padding: 0 30px;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.imp-stock__item {
  list-style-type: none;
  padding: 30px 70px;
  /*margin: 30px auto;*/
  display: flex;
  transition: all 0.3s;
  margin: 30px 0;
}
.imp-stock__item--active:hover {
  transition: all 0.3s;
  box-shadow: 0px 3px 11px -5px rgba(0,0,0,0.75);
}

.imp-stock__link {
  margin: auto;
}

/* modal */

.import-modal {

}
.import-modal .modal-content {
  padding: 16px;
}
.import-modal__header {
  border-bottom: none;
  margin-bottom: 16px;
}
.import-modal__logo {
  max-width: 150px;
  max-height: 50px;
}
.import-modal__body {

}
.import-modal__body label {
  color: #043578;
}
.import-modal__body .form-control-crypto {

}
.import-modal__footer {
  border-top: none;
}
.import-modal__footer .btn {
  color: white !important;
  transition: all 0.3s;
  background-color: #7f7f77;
}
.import-modal__footer .btn:hover {
  color: white !important;
  transition: all 0.3s;
}
.import-modal__close:hover {
  background-color: #ffde59;
}
.import-modal__save:hover {
  background-color: #043578;
}

.page-manual-transaction {
  padding: 50px 0;
}
.prof-title__title {
  text-align: center;
}

.page-dash {
  padding: 50px 0;
}
.dash-title {
  margin-bottom: 30px;
}
.dash-title__title {

}
.dash-content {

}
.dash-wrap {
  display: inline-block;
  margin: auto;
}
.dash-wrap__nav {
  width: 100%;
}
.dash-wrap__nav-li {
  width: 300px;
  height: 100px;
  margin: 1px;
  display: flex;
}
.dash-wrap__nav-a {
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #043578 !important;
  font-size: 18px;
  color: white !important;
  text-transform: none;
  display: flex;
}
.dash-wrap__nav-a.active {
  background-color: #ffde59 !important;
}
.dash-wrap__nav-a span {
  margin: auto;
}
.dash-wrap__tabs {
  margin: 30px 0;
  width: 100%;
}
.dash-wrap__tab {
  position: relative;
}
.admin-tables__span-top {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto !important;
  text-align: center;
  max-width: 600px;
}
.admin-tables__btn-top {
  cursor: pointer;
  transition: all 0.3s;
  color: white !important;
  background-color: #043578 !important;
  border-color: #043578 !important;
  min-width: 110px;
}
.admin-tables__btn-top:hover {
  transition: all 0.3s;
  background-color: #7f7f77 !important;
  border-color: #7f7f77 !important;
  color: white;
}
.dash-wrap__tab p {

}
#collapseAccount .dropdown.bootstrap-select {
  display: block;
  margin-top: 10px;
}

/* getTrades */

.page-trades {
  padding: 50px 0;
}
.btn-outline-success {
  background-color: #043578 !important;
  border-color: #043578 !important;
  color: white !important;
}
.btn-outline-danger {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: white !important;
}
.btn-outline-success:hover,
.btn-outline-danger:hover {
  background-color: #7f7f77 !important;
  border-color: #7f7f77 !important;
  color: white !important;
}
.page-trades .ctm-select,
.create-transaction-modal .ctm-select, .edit-transaction-modal .ctm-select {
  max-width: none;
  width: 100%;
}
.create-transaction-modal .modal-content, .edit-transaction-modal .modal-content {
  padding: 15px;
}
#empTable tr td:last-child {
  text-align: center !important;
}

/* getAccounts */

.account-last-td {
  text-align: center;
  width: 500px !important;
}

/* report */

.report-card-crypto {
  margin: 16px auto;
  max-width: none;
  text-align: center;
}
.report-card-crypto .dropdown.custom-select {
  width: 100% !important;
}
.report-card-crypto #make-report {
  display: inline-block;
  margin-top: 20px;
}

.page-admin {
  padding: 50px 0;
}
.admin-content {

}
.admin-content__container {

}
.admin-content__navs {

}
.admin-content__nav {
  background-color: #7f7f77;
  color: white !important;
  margin-bottom: 1px;
  padding: 10px 20px;
}
.admin-content__nav:hover,
.admin-content__nav.active {
  background-color: #043578 !important;
}
.admin-content__tabs {

}
.admin-content__tab {

}
.admin-content__title {
  letter-spacing: 1px;
  font-size: 30px;
  color: #043578;
  font-weight: 300;
  margin-bottom: 30px;
  padding-bottom: 10px;
  line-height: 30px;
  border-bottom: 1px solid #043578;
}
.admin-content__btn-top {
  top: 65px;
}
.bootstrap-select.custom-select.select-country-select {
  padding: 0;
}
.admin-content__tab button.btn-light,
.admin-content__tab button.btn-light:hover,
.admin-content__tab button.btn-light:active {
  background-color: transparent !important;
  border: none !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 14px;
}
#users-tables .form-control[readonly] {
  background-color: transparent;
  border: none;
}
#users-tables td {
    vertical-align: center;
    text-align: center;
}
#users-tables .column-one{
    width: 2%;
}
#users-tables .column-two{
    width: 9%;
}
#users-tables .column-three{
    width: 13%;
}
#users-tables .column-four{
    width: 10%;
}
#users-tables .column-five{
    width: 9%;
}
#users-tables .column-six{
    width: 5%;
}
#users-tables .column-seven{
    width: 5%;
}
#users-tables .column-eight{
    width: 10%;
}
#users-tables .column-nine{
    width: 10%;
}
#users-tables .column-ten{
    width: 9%;
}
#users-tables .column-eleven{
    width: 9%;
}
#users-tables .column-twelve{
    width: 9%;
}
.admin-tables__btn {
  margin: 3px;
  /*color: #000 !important;*/
  min-width: 110px;
}
.btn.btn-success.admin-tables__btn {
  background-color: #043578 !important;
  border-color: #043578 !important;
}
.btn.btn-danger.admin-tables__btn {
  background-color: #a13227 !important;
  border-color: #a13227 !important;
}
.btn.btn-danger.admin-tables__btn:hover,
.admin-tables__btn:hover {
  /*color: #000 !important; */
  background-color: #7f7f77 !important;
  border-color: #7f7f77 !important;
}

.exch-tables__inputlogo {

}
.exch-tables__logo {
  max-width: 75px;
  max-height: 20px;
}
.fa-download.exch-tables__logo {
  display: none;
  color: #043578;
  font-size: 20px;
  cursor: pointer;
  float: right;
  margin-top: 5px;
}
li.paginate_button.page-item {
  transition: all 0.3s;
  background: transparent !important;
}
li.paginate_button.page-item.active:hover {
  transition: all 0.3s;
  border-color: #eef0f1 !important;
}
.page-item.active .page-link {
  background-color: gray;
  border-color: gray;
  transition: all 0.3s;
}
.exchanges-edit-logo {
  padding-bottom: 35px;
}
.exchanges-edit-api {
  border-bottom: 1px solid lightgray;
  margin-bottom: 30px;
}
.exchanges-edit-api input {
  width: 20px;
  cursor: pointer;
  margin-bottom: 5px;
  margin-left: 8px;
}

/* accordion-countries */

.accordion-countries {
  margin-bottom: 15px;
}
.select-country-label {
  font-size: 14px;
  background-color: #7f7f77;
  color: white;
}
.select-country-select {
  font-size: 14px;
  border-color: #eef0f1 !important;
}
.accordion-countries .card-header {
  font-size: 14px;
  color: white !important;
  padding: 0;
}
.accordion-countries .btn {
  font-size: 14px;
  color: white;
  padding-left: 15px;
  background-color: #7f7f77;
  border-radius: 0;
}
.accordion-countries .btn[aria-expanded="true"] {
  font-size: 14px;
  color: white;
  padding-left: 15px;
  background-color: #043578;
}
.accordion-countries .form-control-crypto {
  margin-bottom: 0;
}
.accordion-countries input[type="checkbox"] {
  width: auto;
  cursor: pointer;
}
.card-body_row:nth-child(even) {
  background-color: snow;
}

.copyToClipboard {
    margin: 0 5px;
    align-items: baseline;
    max-height: 20px;
    background: white;
    border: none;
}

.copyToClipboard i {
    margin-bottom: 3px;
}

.partnerUrlTd{
    display: flex;
    justify-content: space-between;
}

.vouchers_back-button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 93px;
    margin-bottom: 20px;
}

.vouchers_back-button>i{
    margin-left: -15px;
    margin-right: 10px;
    font-size: 15px;
}

.vouchers_input-groups-wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.vouchers_input-group{
    width: 35%;
    margin-right: 30px;
}
.vouchers_input-group:first-child{
    width: 100%;
    margin-right: 0;
}

.vouchers_input-group:first-child>div{
    width: 35%;
}

.vouchers_submit-btn-wrap{
    width: 100%;
    margin-top: 10px;
}

.page-blog {
  padding: 50px 0;
}
.blog-title {
  margin-bottom: 30px;
}
.blog-title__title {

}
.blog-content {

}
.blog-content__items {
  padding: 0 30px;
}
.blog-content__col-1 {
  padding-top: 50px;
}
.blog-content__col-2 {
  padding-top: 150px;
}
.blog-content__col-3 {
  padding-top: 100px;
}
.blog-content__col-4 {
  padding-top: 50px;
}
.blog-item {
  display: block;
  border: 2px solid #038b6d;
  padding: 30px;
  margin-bottom: 100px;
  position: relative;
}
.blog-item::after {
  content: '';
  height: 50px;
  width: 2px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  background-color: #038b6d;
}
.blog-item__thumbnail {
  background-position: center;
  background-size: cover;
  height: 150px;
}
.blog-item__title {
  color: #038b6d;
  margin: 15px 0;
  font-size: 24px;
}
.blog-item__text {
  color: #000;
}
.blog-item__date {
  color: #000;
}

/* page-post */

.page-post {
  padding: 50px 0;
}
.post-title {
  margin-bottom: 30px;
}
.post-title__title {

}
.post-content {

}
.post-article {

}

.card-crypto_plan-row {
  margin-top: 50px;
  margin-bottom: 50px;
}
.card-crypto_plan {
  border: 1px solid lightgrey;
  background-color: white;
  padding: 15px;
  opacity: 0.5;
}
/*.card-crypto_plan-active {*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  opacity: 1;*/
/*}*/
.card-crypto_plan-active:before {
  content: '*';
  position: absolute;
  right: -37px;
  top: -37px;
  z-index: 10;
  background-color: dodgerblue;
  width: 74px;
  height: 74px;
  color: white;
  font-size: 30px;
  text-align: center;
  line-height: 4.4;
  transform: rotate(
      45deg
  );
}
.card-crypto_plan-img {
  height: 220px;
  margin: auto;
  display: block;
}
.card-crypto_plan-title {
  font-size: 22px;
  font-weight: bold;
  color: dimgray;
  text-align: center;
  margin: 30px 0;
}
.card-crypto_plan-text {
  text-align: center;
}
.card-crypto_plan-price {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: dodgerblue;
  margin: 30px 0 15px;
}

#change_plan_block{
    display: none;
}
.card-crypto_plan {
  cursor: pointer;
}
.change-plan-modal .modal-content {
  background-color: whitesmoke;
}
.modal-header.import-modal__header {
  margin: auto;
  text-align: center;
  display: block;
  padding: 30px 0;
}
.modal-header.import-modal__header h3 {
  font-size: 25px;
  font-family: 'Montserrat', 'Open Sans', sans-serif !important;
}
.modal.fade:not(.show) {
  z-index: -1;
}
#changePlanModal form {
  background-color: white;
}
#changePlanModal button.close {
  position: absolute !important;
  display: inline-block !important;
  width: 40px !important;
  right: 0 !important;
}
#changePlanModal button#submit {
  margin-top: 6px;
}
#card-button{
    margin-top:6px;
}
.hidden{
    display: none;
}

/*#card-errors {*/
/*    display: none; margin-top: 6px; width:100%;*/
/*}*/

.et_pb_pricing_table_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1280px;
    margin: auto;
    justify-content: center;
}
.et_pb_pricing_table {
    float: left;
    flex: 1 1 auto;
    padding-bottom: 30px;
    margin: 30px -1px 0 0;
    text-align: center;
    background-color: #FFFFFF;
    /*width: 25%;*/
    max-width: 20%;
    border: 1px solid rgba(21,49,78,0.17);
    box-shadow: 11px 12px 18px -6px rgba(71, 74, 182, 0.12);
    position: relative;
    overflow: hidden;
    opacity: 1;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/

}

.et_pb_pricing_table_active:before {
    content: '*';
    position: absolute;
    right: -37px;
    top: -37px;
    z-index: 10;
    background-color: dodgerblue;
    width: 74px;
    height: 74px;
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 4.4;
    transform: rotate(
        45deg
    );
}

.et_pb_pricing_heading {
    word-wrap: break-word;
    padding: 10px 0;
    position: relative;
    padding-top: 30px!important;
    background-color: rgba(0,0,0,0);
}
.et_pb_pricing_title {
    padding-bottom: 5px;
    line-height: 2em!important;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    font-size: 26px!important;
    color: #001038!important;
}
.et_pb_pricing_content_top {
    position: relative;
    padding-top: 30px!important;
    border: none;
    padding-bottom: 10px;
}
.et_pb_et_price {
    color: #999;
    font-size: 16px;
}
.et_pb_dollar_sign {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0;
    position:relative;
    margin-left:0 !important;
    top: -15px;
}
.et_pb_sum {
    font-weight: 700;
    line-height: 56px;
    font-size: 39px;
}
.et_pb_frequency {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
.et_pb_pricing_table_1 .et_pb_et_price,
.et_pb_pricing_table_1 .et_pb_dollar_sign,
.et_pb_pricing_table_1 .et_pb_sum,
.et_pb_pricing_table_1 .et_pb_frequency {
    color: #029bd8!important;
}
.et_pb_pricing_table_2 .et_pb_et_price,
.et_pb_pricing_table_2 .et_pb_dollar_sign,
.et_pb_pricing_table_2 .et_pb_sum,
.et_pb_pricing_table_2 .et_pb_frequency {
    color: #09e1c0!important;
}
.et_pb_pricing_table_3 .et_pb_et_price,
.et_pb_pricing_table_3 .et_pb_dollar_sign,
.et_pb_pricing_table_3 .et_pb_sum,
.et_pb_pricing_table_3 .et_pb_frequency {
    color: #9271f6!important;
}
.et_pb_pricing_table_4 .et_pb_et_price,
.et_pb_pricing_table_4 .et_pb_dollar_sign,
.et_pb_pricing_table_4 .et_pb_sum,
.et_pb_pricing_table_4 .et_pb_frequency {
    color: #bc56ef!important;
}
.et_pb_frequency_slash {

}
.price_not_active .et_pb_et_price,
.price_not_active .et_pb_dollar_sign,
.price_not_active .et_pb_sum,
.price_not_active .et_pb_frequency {
    color: black !important;
    font-weight: 400;
}
.price_not_active {
    position: relative;
    text-decoration: none;
    display: block;
}
.price_not_active:before {
    content: "";
    border-bottom: 1px solid black;
    position: absolute;
    width: calc(100% - 20px);
    height: 50%;
    transform: rotate(-12deg);
    left: 10px;
}
.et_pb_pricing_content_middle {
    min-height: 21px;
}
.et_pb_pricing_table-no_preview_invoice .et_pb_pricing_content_middle {
    opacity: 0;
}
.et_pb_pricing_content_middle span {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.et_pb_pricing_content {
    padding: 30px;
}
.et_pb_pricing {
    list-style: none!important;
    padding: 0!important;
    line-height: inherit!important;
}
.et_pb_pricing li {
    padding: 0 0 1.6em 14px;
    position: relative;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    color: #001038!important;
    line-height: 19px;
}
.et_pb_pricing li:last-child {
    padding-bottom: 0;
}
.et_pb_pricing li span {
    position: relative;
}
.et_pb_button_wrapper {
    padding-left: 30px;
    padding-right: 30px;
}
.et_pb_button.et_pb_pricing_table_button {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transition-duration: .2s;
    transition-property: all!important;
    display: inline-block;
    position: relative;
    box-shadow: 0px 12px 18px -6px rgba(114, 114, 255, 0.3);
    transition: letter-spacing 300ms ease 0ms;
    font-weight: 700!important;
    text-transform: uppercase!important;
    border-radius: 100px;
    color: #001038!important;
    border: 10px solid #f4bd18;
    letter-spacing: 0;
    font-size: 16px;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: #f4bd18;
}
.et_pb_button.et_pb_pricing_table_button:hover {
    opacity: 0.8;
}
.subscription_expired_message{
    position: absolute;
    right: 0;
    left: 0;
    font-weight: bold;
}
.not_active_subscription_title {
    color: #9ea3a0!important
}
.prof-datas_bottom-text {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 26px!important;
    color: #001038!important;
    text-align: center;
    margin-top: 45px;
}

#changePlanModal .agree-with-conditions {
    height: auto;
    border-radius: 0;
    margin: 15px 5px 15px 0;
    width: auto;
    cursor: pointer;
}
#changePlanModal .agree-with-conditions + label {
    width: calc(100% - 25px);
    vertical-align: top;
    margin-top: 9px;
    text-align: left;
    cursor: pointer;
}
#changePlanModal .cpm-div {
    margin-top: 15px;
    width: 100%;
    text-align: left;
}
#changePlanModal .cpm-p {
    padding: 5px 15px;
    border-radius: 3px;
    margin: 0;
}
#changePlanModal .cpm-p:nth-child(1) {
    background-color: #f4f4f4;
}
#changePlanModal .cpm-p:nth-child(3) {
    background-color: #e6f3fe;
    font-weight: bold;
}
#changePlanModal .cpm-p span {
    float: right;
}

#changePlanModal {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100vh;
    width: 100vw;
}

#changePlanModal form {
    width: 30vw;
    min-width: 500px;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
}

#changePlanModal input {
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    font-size: 16px;
    width: 100%;
    background: white;
}

#changePlanModal .result-message {
    line-height: 22px;
    font-size: 16px;
}

#changePlanModal .result-message a {
    color: rgb(89, 111, 214);
    font-weight: 600;
    text-decoration: none;
}

#changePlanModal .hidden {
    display: none;
}

#changePlanModal #card-error {
    color: rgb(105, 115, 134);
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}

#changePlanModal #card-element {
    border-radius: 4px 4px 0 0 ;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
}

#changePlanModal #payment-request-button {
    margin-bottom: 32px;
}

/* Buttons and links */
#changePlanModal button {
    background: #5469d4;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 0 0 4px 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}
#changePlanModal button:hover {
    filter: contrast(115%);
}
#changePlanModal button:disabled {
    opacity: 0.5;
    cursor: default;
}

/* spinner/processing state, errors */
#changePlanModal .spinner,
#changePlanModal .spinner:before,
#changePlanModal .spinner:after {
    border-radius: 50%;
}
#changePlanModal .spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
#changePlanModal .spinner:before,
#changePlanModal .spinner:after {
    position: absolute;
    content: "";
}
#changePlanModal .spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #5469d4;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}
#changePlanModal .spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #5469d4;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    form {
        width: 80vw;
    }
}

.stripe-logo-wrap{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 0 20px;
}

.register_wrap{
    width: 50%;
    min-width: 200px;
    max-width: 700px;
    margin: 25px auto;
    padding: 40px;
    border: 1px solid #c6c4c4;
    border-radius: 5px;
}

#register_form{
    display: flex;
    flex-direction: column;
}

#register_form>h2{
    margin-bottom: 30px;
    text-align: center;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-size: 22px;
}

#register_form>div{
    display: flex;
    flex-direction: column;
}

.form-register-input{
    margin: 10px 0 15px;
    width: 100%;
    border: none;
    border-bottom: #cecece solid 1px;
}

.form-register-input:focus{
    border-bottom-color: #043578;
}

.form-register-label{
    color: #043578;
}

#register_form>div>select{
    margin-bottom: 10px;
}

.register_form_red_error_message{
    padding: 0;
    margin: 0 0 10px;
    color: #c20505;
    font-size: 12px;
}

.form-register-show-password{
    right: 15px;
}
.form-register-select{
    color: #495057;
    border: 1px solid lightgrey;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: .25rem;
}

#form-register-price-details{
    margin-bottom: 15px;
}

#form-register-price-details .cpm-p {
    padding: 5px 15px;
    border-radius: 3px;
    margin: 0;
}
#form-register-price-details .cpm-p:nth-child(1) {
    background-color: #f4f4f4;
}
#form-register-price-details .cpm-p:nth-child(3) {
    background-color: #e6f3fe;
    font-weight: bold;
}
#form-register-price-details .cpm-p span {
    float: right;
}

.form-register-agree-checkbox{
    position: relative;
    top: 2px;
    margin-right: 5px;
}

#register_form>.buttons-wrap{
    flex-direction: row;
    justify-content: center;
    padding: 10px 0;
}

.login-link{
    margin-left: 10px;
    padding: 5px 20px;
    color: #043578;
}

#register_form button{
    width: 100px;
    margin-right: 10px;
    color: white;
    background: #043578;
    border: none;
    border-radius: 0.25rem;
}

#apply_voucher{
    width:120px !important;
    height: 31px !important;
    align-items: center !important;
    margin-top: 12px !important;
    display:flex !important;
    justify-content:center;
}



.edit-transaction-modal__body-label-wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.edit-transaction-modal__body-loader{
    display: none;
    margin-left: 10px;
}

#acquisition_cost_block, #usd_cost_block{
    margin-bottom: 10px;
}

.errors_list-item{
    color: red;
}
