 li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;    align-items: center;
}
.bhoechie-tab-container ul.mb-3 {
    padding-inline-start: 0;
}
.css-vig9n8-Kindabold {
    font-weight: 550;
}
form {
    display: block;
    margin-top: 0em;    margin-bottom: 0;
}
.css-1qal89b-ChartAboveSidebar {
    height: 100px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-top: 16px;
    padding-bottom: 10px;
    padding-right: 6px;
}
.fa-check-square:before {
    content: "\f14a";
    color: #30b296;
}
.css-bck5z8-ActiveSubscription {
    min-width: 0px;
    min-height: 0px;
    overflow: hidden;
    font-weight: 520;
    flex: 0.3 1 0%;
    margin: 0px;
}.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #30b296;
    border-color: #30b296;
    background-image: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #30b296;
    background-image: none;
    border-color: #30b296;
}

.btn-primary {
    color: #fff;
    background: #30b296 -webkit-gradient(linear,left top,left bottom,from(#4ebda5),to(#30b296)) repeat-x;
    background: #30b296 linear-gradient(180deg,#30b296,#30b296) repeat-x;
    border-color: #30b296;
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #30b296;
    border-color: #30b296;
    background-image: none;
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e01010;
    border-color: #c51818;
    background-image: none;
}
.css-14sqvgh-ActiveSubscription {
    min-width: 0px;
    min-height: 0px;
    overflow: hidden;
    flex: 0.8 1 0%;
    margin: 0px 0px 0px 1em;
}
.css-y4g30q-ActiveSubscriptionsContainer {
    display: flex;
    flex-direction: column;
    font-size: 0.9em;
}
.css-y4g30q-ActiveSubscriptionsContainer {
    display: flex;
    flex-direction: column;
    font-size: 0.9em;
}
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  color:#EB6841;
  cursor: pointer;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
  color:#EB6841;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top:50px;
  border: none;
  position: relative;
}
.sideways>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.bhoechie-tab-content.active{display: block;}

.bhoechie-tab-content{display: none;}
.css-mlzbw {
    font-size: 0.9em;
    padding-left: 1em;
    text-transform: uppercase;
    color: rgb(73, 80, 87);
}
.dropdown-divider {
    height: 0px;
    margin: 0.5rem 0px;
    overflow: hidden;
    border-top: 1px solid rgb(233, 236, 239);
}
.dropdown-menu.show {
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 26px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #3293D3;
}
input:checked + .slider:before {
 left: -1px;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.fa-square:before {
    content: "\f0c8";
    color: #30b296;
}
a {
    color: #30b296;
    text-decoration: none;
    background-color: initial;
}
.css-1mngqby-TruncateStyled {
    max-width: 12em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
i.FAIcon.fas.fa-info-circle.fa-xs {
    color: #30b296;
}
.css-1691sg8-AttributesContainer {
    display: flex;
    margin: 0px 1em;
    font-size: 0.9em;
}
.css-1i3cjws > i {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    left: 50%;
    transform: translateX(-50%);
}
.fa-search:before {
    content: "\f002";
}
.css-1i3cjws {
    width: 30px;
    height: 30px;
    background-color: rgb(99, 193, 209);
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
    position: relative;
}
.css-1b8j46-Line {
    content: "";
    background-color: rgb(168, 170, 173);
    position: absolute;
    width: 4px;
    height: 100%;
    top: 3px;
    left: 40.2%;
    display: block;
}
.css-1lopq26-EventContainer > div {
    margin-left: 2em;
}
.css-1lopq26-EventContainer {
    display: flex;
}
.css-1na8sg8-Timeline {
    margin: 1em 1em 1em 0px;
}
.css-1lopq26-EventContainer {
    display: flex;
}
.css-1lopq26-EventContainer > div {
    margin-left: 2em;
}

.css-1ab8p55 {
    width: 30px;
    height: 30px;
    background-color: rgb(209, 138, 201);
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
    position: relative;
}
.fa-mobile-alt:before {
    content: "\f3cd";
}
.css-1lopq26-EventContainer > div {
    margin-left: 2em;
}
.css-1i3cjws > i {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    left: 50%;
    transform: translateX(-50%);
}
.fa-search:before {
    content: "\f002";
}
.css-1i3cjws {
    width: 30px;
    height: 30px;
    background-color: rgb(99, 193, 209);
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
    position: relative;
}
.css-1lopq26-EventContainer > div {
    margin-left: 2em;
}
.css-1i3cjws {
    width: 30px;
    height: 30px;
    background-color: rgb(99, 193, 209);
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
    position: relative;
}
.css-jisxae {
    width: 30px;
    height: 30px;
    background-color: rgb(99, 193, 209);
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
    position: relative;
}
i.fa.fa-mobile-alt.fa-inverse , i.fa.fa-dollar-sign.fa-inverse , i.fa.fa-user.fa-inverse , .css-1b8j46-Line i{
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    left: 50%;
    transform: translateX(-50%);
}
.css-eai4i-EventMetadadata {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    position: relative;
}
.css-12hvimm-EventData {
    display: flex;
    flex-direction: column;
    padding-top: 0.25em;
    -webkit-box-pack: start;
    justify-content: flex-start;
    position: relative;
    min-height: 0px;
    height: auto;
    min-width: 0px;
    padding-bottom: 0.9em;
    margin-bottom: 0.6em;
}
.css-eai4i-EventMetadadata {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    position: relative;
}
.css-eai4i-EventMetadadata {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    position: relative;
}
.css-1y9bkek-ActionsContainer {
    padding-left: 0.2em;
    min-width: calc(16px + 0.2em);
    min-height: 0px;
    overflow: hidden;
    flex: 0.1 1 0%;
}
.css-r7sufh-Title {
    margin-top: 0.2em;
    font-weight: 550;
}
.css-11fei04-DateContainer {
    margin-top: 0.5em;
    font-size: 0.8em;
    color: rgb(141, 149, 157);
}
.css-wiy8nr-ErrorContainer-labeled-text-input-error-container {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.6em;
}
@media (min-width: 1200px) {.css-cjkja {
    color: rgb(68 194 138);
}
.css-cjkja {
    color: rgb(68 193 85);
}

    .css-15puwmd-SandboxToggleContainer {
      -webkit-box-pack: start;
      justify-content: flex-start;
      min-width: 130px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
    }
    .css-ym09do-SandboxAndTopRightContainer {
      display: flex;
    }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row;
    }
    .css-15puwmd-SandboxToggleContainer .nav-item {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
    }
    .css-15puwmd-SandboxToggleContainer label {
      margin-left: 0.5em;
      margin-top: 0.5em;
      color: rgb(108, 117, 125);
    }
    .css-1wdetsc i {
      color: rgb(109, 117, 125);
    }
    .css-1wdetsc {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
    }
    .css-hxc8i0-TopRightContainer {
      display: flex;
      -webkit-box-pack: end;
      justify-content: flex-end;
    }
    .css-15puwmd-SandboxToggleContainer {
      -webkit-box-pack: start;
      justify-content: flex-start;
      min-width: 130px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
    }
    .css-1do34ct-NavbarContainer {
      position: absolute;
      left: calc(50vw - 420px);
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      width: calc(100vw - (50vw - 400px));
    }
    .navbar-expand-xl .navbar-nav {
    flex-direction: row;
}
.css-ym09do-SandboxAndTopRightContainer {
    display: flex;
}
.css-cjkja {
    color: rgb(48, 178, 150);
}
.css-gnev6z-InputsContainer {
    display: flex;
    padding: 2px 0px;
}
.css-gnev6z-InputsContainer > #entitlement_id {
    min-width: 8.5em;
}
.css-gnev6z-InputsContainer > select, .css-gnev6z-InputsContainer button {
    margin: 0px 0.15em;
    font-size: 14px;
    border-color: rgb(74, 188, 163);
}
.css-1bkxm57-TransactionContainer > div {
    margin-left: 1em;
    font-size: 0.9em;
}
.css-1gap97l-Attribute {
    min-width: 55px;
    min-height: 0px;
    overflow: hidden;
}
.css-15puwmd-SandboxToggleContainer {
    -webkit-box-pack: start;
    justify-content: flex-start;
    min-width: 130px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.css-15puwmd-SandboxToggleContainer {
    margin-right: 1em;
}
.css-hxc8i0-TopRightContainer {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.css-1wdetsc {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

  }
@media (min-width: 576px){
}
@media (min-width: 768px){
}
@media (min-width: 992px){

.css-1do34ct-NavbarContainer .nav-account-link {
    text-align: initial !important;
}}


 

 @media (min-width: 576px){
.pr-sm-0, .px-sm-0 {
    padding-right: 0!important;
}}


