@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&subset=latin,cyrillic);
@font-face {
  font-family: Proxima;
  src: url('./../fonts/Mark Simonson - Proxima Nova Regular.otf');
}

.app-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(245, 245, 245, 0.8);
  z-index: 1100;
}

.app-loading__preloader {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 35px;
  height: 35px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(0, 0, 0, 0.65);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-left-color: rgba(0, 0, 0, 0.65);
  border-right-color: rgba(0, 0, 0, 0.15);
  -webkit-animation: preloader4 0.8s linear infinite;
  animation: preloader4 0.8s linear infinite;
}

@keyframes preloader4 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes preloader4 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.loading-box {
  position: fixed;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  background: #ffedd7;
  border-radius: 50%;
  z-index: 100;
}

.loading-box svg {
  margin: 10px;
}

.underlined {
  text-decoration: underline !important;
}

.black {
  color: black !important;
}

.gradient-line {
  width: 100%;
  margin: 100px auto 20px auto;
  height: 1px;
  opacity: 0.3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.01) 0%,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 1) 85%,
    rgba(0, 0, 0, 0.01) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.01) 0%,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 1) 85%,
    rgba(0, 0, 0, 0.01) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.01) 0%,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 1) 85%,
    rgba(0, 0, 0, 0.01) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#03000000', endColorstr='#03000000', GradientType=1);
}

.text-nowrap {
  white-space: nowrap;
}

.training {
  margin-top: 40px;
}

.training .coach-limit {
  color: #ff8562;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}

.training .username {
  font-size: 16px;
  line-height: 1.35;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #000;
  margin-top: 6px;
}

.training .title {
  font-size: 14px;
  line-height: 1.55;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000;
  margin-top: 10px;
}

.training .price {
  font-size: 16px;
  line-height: 1.35;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.training .order-button {
  border-radius: 6px;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.black-border {
  height: 1px;
  border-top: 1px solid black;
}

.big-font {
  margin-top: 20px;
  font-size: 32px;
  line-height: 1.35;
  font-family: 'Open Sans', serif;
  font-weight: 300;
  color: black;
}

.medium-font {
  font-size: 20px;
  line-height: 1.55;
  font-family: 'Open Sans', serif;
  font-weight: 300;
  color: #000;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-75 {
  margin-top: 75px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

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

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.rules-button {
  padding: 15px 30px !important;
}

html {
  position: relative;
  min-height: 100%;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.wrapper {
  flex: 1 0 auto;
  margin: 69px auto 0 auto;
  width: 100%;
  background-color: #f9f9f9;
}
.custom-popover-sm,
.custom-popover-big {
  border: 0;
}
.custom-popover-sm.tooltip.popover .popover-inner,
.custom-popover-big.tooltip.popover .popover-inner {
  background-color: #fff;
  padding: 15px!important;
}
.custom-popover-sm.tooltip.popover .popover-arrow,
.custom-popover-big.tooltip.popover .popover-arrow {
  border-color: #fff;
}
.custom-popover-big.tooltip.popover {
  max-width: 396px !important;
  border-radius: 10px;
}
.custom-popover-big.tooltip.popover .tooltip-inner {
  max-width: 100% !important;
  width: 396px !important;  
}
.custom-popover-big.tooltip.popover .tooltip-inner li {
  margin-bottom: 12px;
}
.custom-popover-big .wrapper {
  margin-top: 0;
  background-color: #fff;
  width: 396px;
  border-radius: 10px;
}
.custom-popover-sm .wrapper {
  margin-top: 0;
  background-color: #fff;
  width: 183px;
  border-radius: 10px;
}

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

body.security-layout .wrapper {
  margin: 69px 0 0 0;
}

.wrapper--grey {
  background: #f9f9f9;
  width: 100%;
  min-height: 100vh;
}

.shop-front-page .wrapper {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 0 !important;
}

.apply-form-body .wrapper {
  width: 100%;
  margin-bottom: 0 !important;
}

.footer {
  margin-top: auto;
  flex-shrink: 0;
}

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

.chart-filter-link:hover {
  cursor: pointer;
}

.chart-filter-link-active {
  font-weight: bold;
}

.flex-container {
  display: -webkit-flex;
  /* Safari */
  display: flex;
}

.flex-inline-container {
  display: -webkit-inline-flex;
  /* Safari */
  display: inline-flex;
  align-items: baseline;
}

.flex-inline-container-centered {
  display: -webkit-inline-flex;
  /* Safari */
  display: inline-flex;
  align-items: center;
}

.panel-title.flex-inline-container-centered span {
  padding-left: 8px;
}

.clear-tabs,
.clear-tabs li a {
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

.clear-tabs li.active a {
  border: none;
  color: #d4b170;
  font-weight: normal;
}

.clear-tabs li > a:hover {
  border: none;
  background: transparent;
  color: #d4b170;
}

.clear-tabs > li.active > a:hover,
.clear-tabs > li.active > a:focus {
  border: none;
  background: transparent;
  outline: none;
  color: #d4b170;
}

.clear-tabs > li > a:focus {
  outline: none;
}

.profile-navigation {
  margin-bottom: 1.25em;
}

.profile-navigation.clear-tabs > li > a {
  padding-left: 0;
  padding-right: 1.5em;
}

#profileSettings > h3 {
  margin-top: 0;
}

/*filled-tabs*/

.filled-tabs,
.filled-tabs li a {
  font-size: 16px;
  font-weight: normal;
  border: none;
  color: #d4b170;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.filled-tabs li.active a {
  border: none;
  color: #fff;
  font-weight: bold;
  background-color: #d4b170;
}

.filled-tabs li > a:hover {
  border: none;
  color: #fff;
  background-color: #d4b170;
}

.filled-tabs > li.active > a:hover,
.filled-tabs > li.active > a:focus {
  border: none;
  background: #d4b170;
  outline: none;
  color: #fff;
}

.filled-tabs > li > a:focus {
  outline: none;
}

.date-col {
  max-width: 104px;
}

.training-type-col {
  max-width: 240px;
}

.status-col {
  width: 96px;
}

#password_change_save {
  margin-top: 25px;
}

.profileSelectBox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../img/arr_dn.png') no-repeat right;
  background-position: 99%;
}

#generalInfo {
  border-top: none;
}

#generalInfo table {
  border-top: none;
}

.form-control {
  border-radius: 2px;
  box-shadow: none;
  border: solid 1px #e6e6e6;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.btn-default {
  border-radius: 2px;
  font-weight: bold;
}

table {
  font-size: 16px;
}

#changePwdForm label {
  padding-top: 20px;
}

#changePwdForm {
  text-align: left;
}

#changePwdForm .form-group {
  margin-bottom: 0px;
}

#changePwdForm .btn-default {
  width: 160px;
}

#registerForm .form-group {
  margin-bottom: 7px;
}

.page-calc-body .container {
  font-size: 0.7em;
  width: auto;
}

.page-calc-body table {
  font-size: 1em;
}

.page-calc-body .multiplier-calc,
.page-profile-body .multiplier-calc {
  margin-top: 2em;
  min-width: 11em;
}

#poolCalc {
  padding: 0 1em 3em;
  margin-top: 2.2em;
}

#poolCalc > div {
  max-width: 500px;
}

.calcPad {
  background: #fff;
  display: block;
  border-radius: 10px;
  padding: 0.67em 0.34em;
}

.calcPad__heading {
  margin-bottom: 0.8em;
}

.calcBody {
  margin-bottom: 2.8em;
}

.calc-input-numbers {
  width: 63px;
  height: 22px;
  background: transparent;
  border: solid 1px white;
}

.calcTable {
  line-height: 30px;
  width: 100%;
}

.calcTable select {
  border: none;
}

.calcTable tr > td:nth-child(1) {
  width: 6.75em;
}

.calcTable .settings-input-small {
  padding: 0 2px;
  width: 3.45em;
}

.calcRes {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #0e1018;
  color: white;
  padding: 2em 0.34em 2.78em;
}

.calcRes .sum {
  font-weight: bold;
  font-size: 1.55em;
}

.calcRes__title {
  color: #aca1a5;
  font-weight: normal;
}

@media (min-width: 350px) {
  .page-calc-body .container {
    font-size: 0.8em;
  }
}

@media (min-width: 767px) {
  .page-calc-body .container {
    font-size: 1em;
    width: 750px;
  }
  .calcRes .sum {
    font-weight: bold;
    font-size: 2.25em;
  }
}

@media (min-width: 991px) {
  .page-calc-body .container {
    width: 944px;
  }
  #poolCalc > div {
    max-width: 600px;
  }
}

@media (min-width: 1199px) {
  .page-calc-body .container {
    width: 1170px;
  }
}

.infoTable {
  max-width: 400px;
  width: 100%;
}

.infoTable td,
.infoTable th {
  text-align: right;
}

.infoTable th {
  height: 42px;
  vertical-align: top;
}

.equation a,
.equation img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.controls_ru {
  padding-top: 0;
  position: relative;
  bottom: -25px;
}

.controls_en {
  padding-top: 15px;
  position: relative;
  bottom: -25px;
}

.faq_hr {
  max-width: 700px;
  width: 100%;
  margin-top: 0;
  margin-bottom: -7px;
  padding-bottom: 30px;
  float: left;
}

#faq_poolSplit .panel-body {
  padding: 0;
}

#faq_poolSplit .panel-heading {
  padding: 6px 0px;
  border-bottom: 1px solid #b4b4b480;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#faq_poolSplit .panel {
  margin-bottom: 0;
}

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

.faq_panel {
  padding-top: 0;
  padding-bottom: 30px;
  max-width: 700px;
}

.link-group {
  text-align: left;
  width: auto;
  padding-top: 20px;
}

.link-group a {
  margin-right: 35px;
  margin-left: 0;
}

.multiplier-pad {
  background: #f0f0f0;
  border: none;
  border-radius: 5px;
  display: block;
}

.multiplier-settings td {
  line-height: 25px;
  width: 55px;
}

.multiplier-calc td {
  line-height: 25px;
  width: auto;
}

.multiplier-settings th,
.multiplier-calc th {
  padding-bottom: 10px;
  width: 180px;
}

.multiplier-settings label {
  margin-bottom: 0;
}

.multiplier-settings .form-control {
  padding: 0 2px;
  margin-right: 2px;
}

input[type='text'].disabled {
  border: none;
  background: transparent;
  width: 30px;
}

#profileSettings .form-group {
  padding: 0 !important;
  margin-bottom: 0;
}

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

.faq_panel {
  padding-top: 0;
  padding-bottom: 30px;
  max-width: 700px;
}

.link-group {
  text-align: left;
  width: auto;
  padding-top: 20px;
}

.link-group a {
  margin-right: 35px;
  margin-left: 0;
}

#multCalc {
  margin-bottom: 6em;
}

.multCalc-heading {
  margin-bottom: 1.5em;
}

.multiplier-pad-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.multiplier-pad {
  background: #f0f0f0;
  border: none;
  border-radius: 5px;
  display: block;
  width: 100%;
  max-width: 450px;
  margin-bottom: 0.6em;
  padding: 1.2em 1em;
}

@media (min-width: 767px) {
  .multiplier-pad {
  }
}

@media (min-width: 991px) {
  .multiplier-pad {
    width: calc(50% - 0.3em);
    margin-right: 0.6em;
  }
  .multiplier-pad:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 1199px) {
  .multiplier-pad {
  }
}

.multiplier-settings {
  width: 100%;
}

.multiplier-settings td {
  line-height: 25px;
  width: 55px;
}

.multiplier-calc td {
  line-height: 25px;
  width: auto;
}

.multiplier-calc__space {
  margin-bottom: 1.7em;
  display: block;
}

.multiplier-settings th,
.multiplier-calc th {
  padding-bottom: 10px;
  width: 180px;
}

.multiplier-calc select,
.multiplier-calc .settings-input-small {
  width: 3.9375em;
}

.multiplier-calc select {
  border: none;
}

.multiplier-calc .settings-input-small {
  font-size: 1em;
  padding: 0 2px;
}

.settings-input-small {
  width: 3.3125em;
  height: 1.6em;
  background: transparent;
  border: solid 1px grey;
  display: inline-block;
  font-size: 1em;
}

.multiplier-settings label {
  margin-bottom: 0;
}

.multiplier-settings .form-control {
  padding: 0 2px;
  margin-right: 2px;
}

input[type='text'].disabled {
  border: none;
  background: transparent;
  width: 30px;
}

.multiplier-pad-list select {
  background-color: white;
  border-color: lightgrey;
}

.multiplier-pad-list input {
  background-color: white !important;
  border-color: lightgrey;
}

.multiplier-pad-list .settings-input-small {
  border-color: lightgrey;
}

.multiplier-settings .form-group,
#profileSettings .form-group {
  padding: 0 !important;
  margin-bottom: 0;
}

#admission_form_submit[disabled] {
  background-color: #838383;
  color: #9f9f9f;
}

.footer {
  /*     position: absolute; */
  /*     bottom: 0; */
  /*     width: 100%; */
  background-color: #232323;
  overflow: hidden;
}

.footer-content {
  padding: 40px 15px 40px;
  text-align: center;
}

.translate {
  position: relative;
}

.translate-modal {
  position: absolute;
  bottom: 0;
}

.footer-content .footer-content__logo {
  display: inline-block;
  margin-left: 0px;
  margin-bottom: 20px;
}

.footer-content .footer-content__logo img {
  display: block;
}

.footer-content h3 {
  color: #d6d6d6;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}

.footer-content .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 140px;
  align-content: center;
  margin-bottom: 40px;
  margin-right: -30px;
}

.footer-content .footer-menu li {
  margin-right: 30px;
  margin-bottom: 8px;
}

.footer-content a {
  font-size: 16px;
  color: #d6d6d6;
  font-weight: 400;
  transition: color 200ms ease-in;
}

.footer-content a:hover {
  color: #fff;
}

.footer-content .footer-menu li.active a {
  /* color: #d4b170; */
  color: #fff;
}

.footer-content .footer-social {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 15px 0 0;
}

.footer-content .footer-social li {
  margin-right: 10px;
}

.footer-content .footer-social li:last-of-type {
  margin-right: 0;
}

.footer-content .footer-social li a {
  display: block;
  opacity: 0.3;
  transition: opacity 200ms ease-in;
}

.footer-content .footer-social li a:hover {
  opacity: 0.8;
}

.footer-content .footer-social li a img {
  display: block;
  width: 25px;
}

.footer__credits {
  margin-top: 2em;
  max-width: 40em;
}

.footer__credits p {
  color: #656565;
  line-height: 1.5;
  font-size: 0.8em;
}

@media (min-width: 767px) {
  .footer-content {
    text-align: left;
  }
  .footer-content .footer-menu {
    align-content: flex-start;
    margin-right: 0;
  }
  .footer-content .footer-social {
    justify-content: flex-start;
  }
  .footer__credits {
    margin-top: 0;
    margin-left: 25%;
  }
  .footer__credits p {
    padding-left: 0.6em;
  }
}

@media (min-width: 991px) {
  .footer-content .footer-content__logo {
    margin-left: 90px;
  }
  .footer-content .footer-menu {
    max-height: 65px;
  }
}

@media (min-width: 1199px) {
  .footer-content .footer-content__logo {
    margin-left: 120px;
  }
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 5px;
  padding: 8px 16px;
  text-align: left;
}

.tooltip.unsetMaxWidth .tooltip-inner {
  max-width: none;
}

.tooltip.padding16 .tooltip-inner {
  padding: 16px;
}

.tooltip.width230 .tooltip-inner {
  min-width: 230px;
}

.tooltip.padding16 .tooltip-inner p {
  margin-bottom: 8px;
  line-height: 1.3rem;
}
.tooltip.padding16 .tooltip-inner p:last-of-type {
  margin-bottom: 0;
}

.tooltip-transactions .tooltip-inner{
  max-width: 250px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^='top'] {
  margin-bottom: 5px;
}

.tooltip[x-placement^='top'] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^='bottom'] {
  margin-top: 5px;
}

.tooltip[x-placement^='bottom'] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^='right'] {
  margin-left: 5px;
}

.tooltip[x-placement^='right'] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^='left'] {
  margin-right: 5px;
}

.tooltip[x-placement^='left'] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(black, 0.1);
}

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.d-none {
  display: none !important;
}

.user-login-collapse {
  font-weight: 500;
  /* font-size: 16px; */
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  margin: 9px 15px;
  /* color: #d4b170; */
}

.mh-100h {
  max-height: calc(100vh - 60px) !important;
}

@media (min-width: 767px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}

.popover-content {
  padding: 0;
}
.popover-content-inner {
  padding: 0px 14px;
}
.popover-content-inner.top {
  padding-top: 9px;
}
.popover-content-inner.bottom {
  padding-bottom: 9px;
}
