.text-small {
  font-size: small;
}

.fc-9 {
  color: #999;
}

.font-point {
  color: #ff7359;
}

.bl-gray-1 {
  border-left: 1px solid #ddd;
}

.br-gray-1 {
  border-right: 1px solid #ddd;
}

.bb-gray-1 {
  border-bottom: 1px solid #ddd;
}

.section-divider {
  border-top: 2px solid #F2F5FA;
}

.sub-navbar {
  display: none;
  background-color: #354d69;
  padding: .1rem;
  z-index: 1050;
}

.sub-navbar .nav-item {
  padding: 0;
}

.sub-navbar .nav-link {
  padding: 0.25rem;
  font-size: .75rem;
}

.navbar ul.md-hide {
  border-top: 1px solid rgba(255, 255, 255, .25);
  padding: .5rem 0 1rem;
}

.navbar ul.md-hide .row {
  margin-top: 1.2rem;
}

.main-nav .md-hide .dropdown-menu {
  background: none;
  border: none;
  padding: 0;
}

.main-nav .md-hide .dropdown-menu a {
  color: rgba(255,255,255,.5);
  padding: .25rem 1.1rem .5rem;
}

.main-nav .md-hide .dropdown-menu a:hover {
  color: rgba(255,255,255,.75);
}

.side-nav {
  background: white;
  box-shadow: 0 0 7px 1px #e0e4eb;
  border-bottom: 1px solid #ddd;
}

.side-nav .nav-item {
  padding: .75rem 1.5rem;
  border-right: 1px solid #ddd;
}

.side-nav .nav-item:last-child {
  border: none;
}

.side-nav .nav-item h5 {
  font-size: .7rem;
  color: #777;
  margin-bottom: 0;
  margin-top: 2px;
}

.side-nav .dropdown-menu {
  right: -13px;
}

.side-nav .dropdown-toggle i {
  font-size: 1.5rem;
}

.side-nav .dropdown-toggle:after {
  margin-top: 10px;
}

.side-nav #topUp {
  line-height: 1.7rem;
  padding: .25rem .75rem;
}

.img-thumbnail {
  margin-bottom: 25px;
}

.link-pop {
  background: none;
  border: none;
  padding: 0;
  color: #62a3f0;
  font-size: .8rem;
  margin-top: .5rem;
}

.link-pop:hover {
  cursor: pointer;
  color: #4b709b;
}

.link-pop:focus {
  outline: none;
  color: #4b709b;
}

.link-pop span {
  border-bottom: 1px solid;
}

header .heading-sm {
  font-size: .9rem;
}

section .sub-heading {
  font-weight: normal;
  margin-left: 1rem;
}

section .badge-highlight {
  color: #5a7aa1;
  background-color: white;
  border-radius: .25rem;
  margin-left: .3rem;
}

section h6 span {
  border: 1px solid;
  padding: 0 10px;
  border-radius: 1rem;
  margin-left: -5px;
}

.pane-row {
  min-height: 300px;
}

.customer-imgs {
  text-align: center;
  max-width: 690px;
}

.customer-imgs div.d-inline-block {
  margin: 0 5px;
}

.customer-imgs a:hover {
  text-decoration: none;
}

.customer-imgs img {
  max-width: 100px;
  border-radius: .25rem;
  margin: 8px 0;
}

.anchor-menu {
  background: #f2f5f9;
}

.anchor-menu:lang(ja) {
  font-size: .9rem;
}

.anchor-menu a {
  color: #666;
  padding: 15px 0;
}

.anchor-menu a:hover {
  color: #ff7259;
  text-decoration: none;
}

.anchor-menu-br {
  border-right: 1px solid #ddd;
}

.anchor-menu-bb {
  border-bottom: 1px solid #ddd;
}

.tab-bar .tab-bar-div {
  padding: 0;
  max-width: 100%;
}

.tab-bar .nav-pills .nav-link {
  padding: 20px 0;
  border-radius: 0;
  color: #666;
  font-size: .9rem;
}

.tab-bar .nav-pills .nav-item {
  padding: 0;
}

.tab-bar .nav-pills .nav-link:hover {
  color: #ff7259;
}

.tab-bar .nav-pills .nav-link:lang(ja) {
  font-size: .7rem;
}

.tab-bar .nav-pills .nav-link.active {
  font-weight: bold;
  color: #0c498e;
  background-color: #ffffff;
  border: 1px solid;
}

.tab-pane section {
  padding-top: 100px;
}

.pricing h2 {
  color: #ff7259;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.pricing h2 .credit {
  font-size: 1.25rem;
}

.pricing h2 .unit {
  color: #0c498e;
  font-size: 1rem;
}

.pricing h2 .unit-ja {
  font-size: .85rem;
  color: #777;
  margin-left: 2px;
}

.pricing h3 {
  font-size: 1.4rem;
  margin-bottom: .25rem;
}

.pricing h4 {
  font-size: .85rem;
  line-height: 1.5rem;
}

.pricing h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.15rem;
}

.pricing h5 a {
  color: inherit;
  text-decoration: underline;
}

.pricing h5 a:hover {
  color: #7fbaff;
}

.pricing h6 {
  margin-bottom: .25rem;
  font-size: .75rem;
  color: #777;
}

.pricing hr {
  margin: 30px 0;
}

.pricing .pricing-title{
  margin-bottom: 30px;
}

.pricing .link-underline {
  font-size: .8rem;
}

.pricing .dropdown-menu {
  min-width: 220px;
  padding: 0;
  border: 1px solid #abc1e3;
  box-shadow: 0 0 4px 2px #b7c9df3d;
  top: 3px!important;
}

.pricing .dropdown-menu .container {
  background: #eff7ff;
  border-radius: .25rem;
}

.pricing .dropdown-menu .row {
  border-bottom: 1px solid #bcd5f3;
}

.pricing .dropdown-menu .row:last-child {
  border-bottom: none;
}

.pricing .dropdown-menu p {
  font-size: .75rem;
  margin-bottom: 0;
  color: #4b709b;
}

.pricing.in h2 {
  font-size: 1rem;
}

.pricing.in h5 {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0;
}

.pricing.in h5 span {
  font-weight: normal;
}

.pricing.in .badge {
  font-size: 75%;
}

.pricing.in .pricing-title {
  margin-bottom: 10px;
}

.pricing.in .pricing-table {
  border: 1px solid #ddd;
  margin: 0;
  margin-bottom: 50px;
}

.pricing-table.d-md-none h2 {
  line-height: 1.5rem;
}

.pricing-table.d-md-none h5 {
  font-size: .9rem;
}

.pricing.in .pricing-table .in-price:first-child {
  background: #f2f5f9;
  border-bottom: none;
  padding: 0 15px;
}

.pricing.in .in-price {
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 15px;
}

.pricing.in .in-price:last-child {
  border-bottom: none;
}

.pricing.in .in-price h6 {
  margin-bottom: 0;
  padding: 15px 0;
}

.pricing.in .in-price.in-price-sub {
  padding-top: 2px;
  padding-bottom: 2px;
  background: #6d89ab;
  font-size: .9rem;
  border-bottom: 0;
}

.pricing.in .in-price-cell {
  padding: 15px;
}

.pricing .optional-cell {
  border: 1px solid #ddd;
  border-radius: .25rem;
}

.pricing .optional-cell h6 {
  font-size: .85rem;
  padding: 1rem 2rem;
  background: #f2f5f9;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

.pricing .optional-cell h2 {
  padding: 1rem 2rem;
}

.pricing-notice {
  margin-top: -30px!important;
  margin-bottom: 40px;
  padding-bottom: 28px!important;
}

.pricing-notice h5 {
  font-size: 1.2rem;
}

.hover-title .hover-link {
  font-size: 1rem;
  vertical-align: super;
  display: none;
}

.hover-title:hover .hover-link {
  display: initial;
}

.plain .legal-footer {
  font-size: .9rem;
}

.plain .legal-footer ul b {
  font-size: 1.1rem;
  color: #35313b;
  display: block;
  padding: 5px 0;
}

.account {
  padding: 65px 0;
}

.account .container {
  max-width: 600px;
}

.account .account-title {
  margin-bottom: 25px;
}

.account .account-box {
  background: white;
  padding: 20px 40px;
  border-radius: .25rem;
  box-shadow: 0 2px 5px 1px rgba(171, 176, 189, 0.25);
}

.account img {
  width: 65px;
}

.account h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
}

.account h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
}

.account .form-group {
  margin-bottom: .75rem;
}

.account textarea.form-control[readonly] {
  font-size: .8rem;
  margin-bottom: 15px;
  background-color: #e2e7ed;
  padding: .75rem;
}

.account .account-checklist {
  padding: 0 20px;
}

.account .account-checklist input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 5px;
}

.account .account-checklist input[type=checkbox]:lang(ja) {
  position: absolute;
  margin-left: -20px;
  margin-top: 3px;
}

.account label {
  margin: 0;
  font-size: .8rem;
}

.account .help-text {
  font-size: .75rem;
  margin-top: 5px;
  margin-left: 5px;
  line-height: 1.4rem;
}

.account-footer {
  padding-bottom: 20px;
  font-size: .7rem;
  color: #999;
}

.account-footer a {
  color: #999;
  border-left: 2px solid #d7dde4;
  padding-left: 10px;
  margin-left: 10px;
}

.btn-mono.btn-mono-danger:hover {
  color: white;
  border: 1px solid #6e7887;
  background: #6e7887;
}

.log {
  margin: 1.5rem 0 2.5rem;
}

.sidebar img {
  width: 40px;
}

.sidebar .accordion {
  background-color: #365a88;
}

.sidebar .accordion .accordion-head:hover {
  background-color: #3a6397;
  cursor: pointer;
}

.sidebar .accordion .accordion-head div {
  padding: .75rem 1.5rem;
  font-size: .85rem;
}

.sidebar .accordion .accordion-body {
  background-color: #26456e;
}

.sidebar .accordion .accordion-body ul li:last-child {
  margin-bottom: 0;
}

.sidebar .accordion h3 {
  color: white;
  font-size: .85rem;
  padding-right: .5rem;
  word-break: break-all;
}

.sidebar .accordion#langSelect {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sidebar p i, .sidebar li i {
  width: 25px;
}

.sidebar i.fa-angle-down {
  width: auto;
}

.side-content .modal-header {
  border: none;
  padding: 2rem;
}

.side-content .modal-body {
  padding: 0 2rem 2rem;
  color: #777;
}

.side-content table {
  background-color: #f9fcff;
  margin: .5rem 0;
  border-radius: .25rem;
  box-shadow: 0 0 7px 1px #e0e4eb;
  min-height: 390px;
  font-size: .85rem;
}

.side-content table:lang(ja) {
  min-height: 370px;
}

.side-content table thead tr {
  background-color: white;
  border-radius: .25rem .25rem 0 0;
  padding: 1rem .5rem;
  border-bottom: 1px solid #eee;
  color: #0c498e;
}

.side-content table tbody tr {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  line-height: 30px;
  color: #777;
}

.side-content table tbody tr:hover {
  background-color: rgba(127, 186, 255, 0.15);
}

.side-content table .form-control {
  font-size: .7rem;
}

.side-content table .action-buttons .dropdown {
  display: inline;
}

.side-content table tbody.empty-table {
  padding: 40px;
}

.side-content table tbody.empty-table tr {
  border: none;
}

.side-content table tbody.empty-table tr:hover {
  background-color: inherit;
}

.side-content table tbody.empty-table tr td {
  padding: 40px;
  border: 1px solid #bfc7d8;
  border-style: dashed;
  margin-bottom: 20px;
  border-radius: .25rem;
  color: #6a81a0;
}

.side-content table .audio-cell {
  padding-bottom: 4px;
}

.side-content table audio {
  height: 35px;
  width: 100%;
  min-width: 175px;
}

.side-content .btn.link-point {
  background: none;
}

.side-content table .dropdown-menu {
  padding: 0.65rem;
  background: #e8ebf0;
}

.side-content table .dropdown-menu h6 {
  padding: 0;
  margin-bottom: .5rem;
  font-size: .8rem;
}

.side-content table .dropdown-menu .input-group input {
  padding: .5rem;
  height: 25px;
  background: white;
}

.side-content table .dropdown-menu .input-group a {
  height: 25px;
  font-size: .7rem;
  background: #0b488e;
  padding: .15rem .5rem;
  color: white;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.side-content table .dropdown-menu .input-group a:lang(ja) {
  line-height: 1.2rem;
}

.side-content .log-table table {
  min-height: auto;
}

.side-content .log-table thead tr {
  color: #777;
}

.side-content .log-table tbody tr:hover {
  background-color: inherit;
}

.side-content .list {
  font-size: .9rem;
}

.side-content .list .row {
  margin: 0;
  padding: .75rem 0;
  border-bottom: 1px solid #ddd;
}

.side-content .list .row:last-child {
  border: none;
}

.dashboard-notice-title {
  background: #a9b0ed;
  border-radius: .25rem .25rem 0 0;
}

.dashboard-notice-title h4 {
  padding: .2rem 1.5rem;
  color: #ffffff;
  font-weight: bold;
  font-size: .9rem;
  margin-bottom: 0;
}

.dashboard-notice-body.dashboard-card-div {
  border: 1px solid #d1d5fc;
  border-top: 0;
  border-radius: 0 0 .25rem .25rem;
}

.twitter-timeline {
  margin-top: 10px!important;
  border: 1px solid #ddd!important;
  border-radius: .25rem;
  width: 580px!important;
  height: 300px!important;
}

/*Loader for download logs*/
.loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #dee2e6;
  margin-top: 12px;
  border-radius: .25rem;
}

.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #80baff;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  from {left: -200px; width: 30%;}
  50% {width: 30%;}
  70% {width: 70%;}
  80% { left: 50%;}
  95% {left: 120%;}
  to {left: 100%;}
}

#timeoutMessage {
  font-size: .75rem;
  margin-top: .25rem;
  display: none;
}

.loader-danger:before {
  background-color: #d9534f;
}

.table th.vertical-middle, .table td.vertical-middle {
  vertical-align: middle;
}

#paymentModal.show {
  background: rgba(0, 0, 0, 0.4);
}

#paymentModal img {
  width: 45px;
}

#paymentModal h4 {
  font-size: 1.2rem;
}

#paymentModal h5 {
  font-size: 1rem;
  color: #999;
}

#paymentModal .modal-body {
  padding: 10px 1rem;
}

#paymentModal .modal-body.bg-deep {
  background: #040c17;
}

#paymentModal .modal-footer {
  justify-content: center;
}

#paymentModal .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.card-detail fieldset {
  margin: 0 1rem;
}

.card-detail .row {
  margin-left: 15px;
}

.card-detail input, .card-detail button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.card-detail input:-webkit-autofill {
  -webkit-text-fill-color: #fce883;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.card-detail .StripeElement--webkit-autofill {
  background: transparent !important;
}

.card-detail .StripeElement {
  width: 100%;
  padding: 15px 0;
  margin-right: 15px;
}

.card-detail input {
  width: 100%;
  padding: 11px 15px 11px 0;
  color: #fff;
  background-color: transparent;
  -webkit-animation: 1ms void-animation-out;
}

.card-detail input::-webkit-input-placeholder {
  color: #87bbfd;
}

.card-detail input::-moz-placeholder {
  color: #87bbfd;
}

.card-detail input:-ms-input-placeholder {
  color: #87bbfd;
}

#resendButton span {
  text-decoration: underline;
  font-size: .9rem;
}

#resendButton:disabled {
  color: #888;
}

#resendButton:disabled span {
  text-decoration: none;
}

#timer {
  color: #ff7259;
  font-size: .9rem;
  display: none;
}

#timer input {
  border: none;
  background: none;
  width: 30px;
  color: #ff7259;
  text-align: center;
}

.modal-title {
  color: #0c498e;
  font-weight: bold;
}

.chart-div {
  background: white;
  padding: 30px 1.5rem;
  margin: 20px 0;
  border-radius: .25rem;
  box-shadow: 0 0 7px 1px #e0e4eb;
}

.chart-div .blank-message {
  padding: 65px;
  margin-top: 2rem;
  background: #f2f5f9;
  border-radius: .25rem;
  color: #6a81a0;
  font-size: .9rem;
  border: 1px solid #bfc7d8;
  border-style: dashed;
}

.chart-div .info {
  border: 1px solid #adbdce;
  border-radius: .25rem;
}

#enableToggle .toggle.btn {
  border-radius: 20px;
}

#enableToggle .toggle.btn label {
  color: white;
}

#enableToggle .toggle.btn span {
  width: 35px;
  border-radius: 20px;
}

.pagination .page-link {
  border: 1px solid #dcdcdc;
}

.pagination .page-link:hover {
  border: 1px solid #dcdcdc;
  background: white;
  box-shadow: inset 0 0 0 30px rgba(255, 133, 106, 0.12);
}

.pagination .page-link:focus {
  box-shadow: none;
}

.pagination .page-item.disabled .page-link {
  border-color: #dcdcdc;
}

.pagination .page-item.active .page-link {
  background-color: #999;
  border-color: #999;
}

.pagination .page-item.active .page-link:hover {
  box-shadow: none;
}

.btn-tooltip {
  position: relative;
  display: inline-block;
}

.btn-tooltip .tooltiptext {
  display: none;
  width: 160px;
  background: #5a606a;
  color: white;
  text-align: center;
  border-radius: .25rem;
  padding: 10px 5px;
  position: absolute;
  top: 34px;
  right: -3%;
  line-height: 1.5rem;
  z-index: 10;
}

.btn-tooltip:hover .tooltiptext {
  display: inline-block;
}

@media (min-width: 321px){
  .tab-bar .nav-pills .nav-link:lang(ja) {
    font-size: .75rem;
  }
}

@media (min-width: 502px){
  .pricing h2 {
    font-size: 1.75rem;
  }

  .pricing.in h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .pricing.in h2:lang(ja) {
    font-size: 1.1rem;
    line-height: 1.45rem;
  }

  .account-footer {
    font-size: .8rem;
  }

  .account-footer a {
    padding-left: 17px;
    margin-left: 15px;
  }
}

@media (min-width: 576px){
  .btn-set-left {
    margin-left: -10px;
  }

  .anchor-menu a {
    padding: 20px 0;
  }

  .anchor-menu-br {
    border-right: none;
  }

  .anchor-menu-bb {
    border-bottom: none;
  }

  .tab-bar .nav-pills .nav-link.active:lang(en) {
    border: none;
  }

  .pricing.in .in-price h6 {
    font-size: .85rem;
  }
}

@media (min-width: 768px){
  .sub-navbar {
    display: block;
  }

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

  .main-nav .md-hide .dropdown-menu {
    background: white;
    border: 1px solid rgba(0,0,0,.15);
    padding: .5rem 0;
  }

  .main-nav .md-hide .dropdown-menu a {
    color: #777;
    padding: .25rem 1.5rem;
  }

  .main-nav .md-hide .dropdown-menu a:hover {
    color: #ff7259;
  }

  .hover-dropdown .dropdown-menu {
    left: -102%;
  }

  .hover-dropdown .dropdown-menu:lang(ja) {
    left: -145%;
  }

  section .sub-heading {
    margin-left: 0;
  }

  .pane {
    flex: 1 1 33%;
    margin-bottom: 40px;
  }

  .customer-imgs img {
    max-width: 140px;
  }

  .tab-bar .nav-pills .nav-link {
    font-size: 1rem;
  }

  .tab-bar .nav-pills .nav-link:lang(ja) {
    font-size: .8rem;
  }

  .tab-bar .nav-pills .nav-link.active {
    border: none;
  }
}

@media (min-width: 992px){
  .hover-dropdown .dropdown-menu {
    left: -81%;
  }

  .hover-dropdown .dropdown-menu:lang(ja) {
    left: -117%;
  }

  .customer-imgs img {
    max-width: 150px;
  }

  .chart-div .blank-message {
    margin-bottom: 2rem;
  }

  .chart-div .chart-divider {
    border-left: 1px solid #ddd;
  }

  .tab-bar .nav-pills .nav-link:lang(ja) {
    font-size: .9rem;
  }
}

@media (min-width: 1200px){
  .tab-bar .tab-bar-div {
    padding: 0 15px;
    max-width: 960px;
  }
}