
  .c_pricing_users {
    padding: 0;
    display: inline-block;
  }
  
  .c_pricing input.form-control[type='number'], .c_pricing input.oe_tags_input[type='number'] {
    width: 100px;
    text-align: center;
  }
  
  .c_pricing_step input {
    display: inline-block;
  }
  
  
  .c_pricing_pack {
    text-transform: capitalize;
  }
  
  
  .c_pricing_board {
    z-index: 1;
  }
  
  .c_pricing_board table.table {
    font-size: 0.9em;
  }
  
  .c_pricing_board table.table td {
    padding: 0.35rem;
    padding-left: 0;
  }
  
  .c_pricing_board table.table td:last-child {
    padding-right: 0;
  }
  
  .c_pricing_board table.table tr.active {
    font-size: 14px;
  }
  
  .c_pricing_board .nav-tabs .nav-link.active, .c_pricing_board .nav-tabs .nav > li > a.active {
    border-bottom-color: white;
    background-color: white;
    color: #212529;
  }
  
  @media (max-width: 767.98px) {
    .c_pricing_board {
      left: 0;
      right: 0;
      bottom: 0;
      box-shadow: 0px -4px 20px 0 rgba(0, 0, 0, 0.4);
    }
    .c_pricing_board .collapsed i:before {
      content: "\f053";
    }
    .c_pricing_board table.table {
      display: none;
      width: 100%;
      background: #F8F9FA;
      border: 10px solid #F8F9FA;
    }
    .c_pricing_board table.table.show {
      display: table !important;
    }
    .c_pricing_board table.table td {
      padding: 0.25rem;
    }
    .c_pricing_board .mobile-hidden {
      display: none;
    }
  }
  
  @media (min-width: 768px) {
    .c_pricing_board {
      max-width: 316px;
      top: 120px;
      box-shadow: 40px 40px 160px 0 rgba(0, 0, 0, 0.08), -8px 8px 15px 0 rgba(120, 120, 120, 0.04), 3px 3px 30px 0 rgba(0, 0, 0, 0.04);
    }
    .c_pricing_board table.table {
      display: table !important;
    }
  }
  
  @media screen and (min-width: 768px) and (max-height: 600px) {
    .c_pricing_board {
      position: relative !important;
    }
  }
  
  #yearly tr td:not(:first-child) {
    text-align: right;
  }
  
  .c_pricing_app {
    display: block;
    padding-bottom: 8px;
    cursor: pointer;
    box-shadow: none;
  }
  
  .c_pricing_app .c_pricing_app_wrap {
    border-top: 1px solid #E9ECEF;
    user-select: none;
  }
  
  .c_pricing_app .c_pricing_app_wrap .c_pricing_app_wrap_icon {
    width: 15%;
  }
  
  @media (min-width: 576px) {
    .c_pricing_app .c_pricing_app_wrap .c_pricing_app_wrap_icon {
      width: 25%;
    }
    .c_pricing_app .c_pricing_app_wrap .c_pricing_app_name {
      font-size: 0.85em;
      line-height: 1.25;
    }
  }
  
  .c_pricing_app .c_pricing_app_source_name {
    line-height: 1.2;
  }
  
  .c_pricing_app .c_pricing_app_checkbox + span {
    width: 16px;
    height: 16px;
    border: 1px solid #DEE2E6;
    border-radius: 100%;
    color: transparent;
    font-size: 12px;
    line-height: 1.3;
  }
  
  .c_pricing_app .c_pricing_app_checkbox:checked + span {
    border: 1px solid #23923d;
    background: #28a745;
    color: white;
    text-shadow: 0 1px 0 #23923d, 0 -1px 0 #23923d, 1px 0 0 #23923d, -1px 0 0 #23923d;
  }
  
  .c_pricing_app:hover .c_pricing_app_checkbox:not(:checked) + span {
    border-color: #ADB5BD;
  }

  .c_pricing_app .c_depends_icon {
    opacity: 0.3;
  }
  
  .c_pricing_app .c_depends_icon:hover {
    opacity: 1;
  }
  
  .c_pricing_app.selected .c_depends_icon::before{
    content:"\f0c1";
  }
  .c_pricing_app .c_pricing_app_price {
    font-size: 0.85em;
    font-weight: 400;
  }
  
  .c_pricing_app.selected {
    box-shadow: inset 0 0 0 1px #00a09d;
  }
  
  .c_pricing_app input[type=number]::-webkit-inner-spin-button,
  .c_pricing_app input[type=number]::-webkit-outer-spin-button {
    -webkit--webkit-appearance: none; -moz-appearance: none; appearance: none;
    -moz--webkit-appearance: none; -moz-appearance: none; appearance: none;
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    margin: 0;
  }
  
  .c_pricing_app input[type=number] {
    -moz--webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield;
  }
  
  .c_pricing_app .btn-input-number {
    height: 18px;
    line-height: 18px;
    padding: 0px 0.2rem;
  }
  
  .c_pricing_app .app_input_number input[type=number] {
    max-width: 2.5rem;
    padding: .5rem;
    height: .5rem;
    text-align: center;
  }
  
  .c_pricing_step .row, .c_pricing_step .form-horizontal .form-group, .form-horizontal .c_pricing_step .form-group {
    margin-left: -4px;
    margin-right: -4px;
  }
  
  .c_pricing_step .row > .col-12, .c_pricing_step .form-horizontal .form-group > .col-12, .form-horizontal .c_pricing_step .form-group > .col-12 {
    padding-left: 4px;
    padding-right: 4px;
  }
  
  .o_pricing_hosting .list-group-item.custom-radio:last-child {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 1px 0 0 0 rgba(0, 0, 0, 0.05), -1px 0 0 0 rgba(0, 0, 0, 0.05);
  }
  
  .o_pricing_hosting .list-group-item.custom-radio, .o_pricing_hosting .list-group-item.custom-radio > label {
    cursor: pointer;
  }
  
  