@charset "UTF-8";
/*@import url("//hello.myfonts.net/count/388630");*/
@font-face {
  font-family: 'Manrope-Bold';
  src: url("webfonts/Manrope-Bold.ttf") format("truetype"); 
}

@font-face {
  font-family: 'Manrope-Normal';
  src: url("webfonts/manrope-v13-latin_greek-regular.eot");
  src: url("webfonts/manrope-v13-latin_greek-regular.woff2") format("woff2"), url("webfonts/manrope-v13-latin_greek-regular.woff") format("woff"), url("webfonts/manrope-v13-latin_greek-regular.ttf") format("truetype"); 
}

@font-face {
  font-family: 'Manrope-SemiBold';
  src: url("webfonts/Manrope-SemiBold.ttf") format("truetype"); 
}
   

.container-pink-btn {
  margin: 0 auto;
  text-align: center;
  display: inline-block; }

.pink-btn {
  width: auto;
  padding: 5px 40px;
  font-family: Manrope-SemiBold;
  background-image: linear-gradient(90deg, #FF4277 0%, #F53454 100%);
  border-radius: 20px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  transition: all .5s;
  font-size: 16px; }

.pink-btn:hover {
  background-image: linear-gradient(180deg, #FF4277 0%, #F53454 100%);
  opacity: .9; }

.container-pink-btn.disabled,
.container-black-btn.disabled {
  opacity: .5; }

.disabled .pink-btn:hover {
  /*opacity:.5;*/
  cursor: default; }

.container-blue-btn {
  margin: 0 auto;
  text-align: center;
  display: inline-block; }

.container-blue-btn.disabled {
  opacity: .5; }

.col-reports-details .container-blue-btn {
  margin-top: 10px; }

.blue-btn {
  width: auto;
  padding: 5px 38px;
  background-image: linear-gradient(90deg, #008BCD 0%, #1aa2e2 100%);
  border-radius: 20px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  transition: .5s;
  font-family: Manrope-SemiBold;
  font-size: 16px;
  border-width: 0px; }

.blue-btn:hover {
  background-image: linear-gradient(180deg, #008BCD 0%, #1aa2e2 100%);
  opacity: .9; }

.container-blue-btn.disabled .blue-btn:hover {
  cursor: default;
  background-image: linear-gradient(90deg, #008BCD 0%, #1aa2e2 100%); }

.grey-button-transparent-container {
  position: relative; }

.grey-button-transparent {
  display: inline-block;
  padding: 5px 35px 5px 20px;
  color: #6A6A6A;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #999999;
  background-color: transparent;
  cursor: pointer;
  transition: .5s; }

.grey-button-transparent-text {
  position: relative; }

.grey-button-transparent-text:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 10px;
  background: url(/ext_files/pbx/markup/images/btn_collapse@2x.png);
  width: 10px;
  height: 11px;
  background-size: contain; }

.btn-grey-bg, .btn-grey-bg:focus, .btn-grey-bg:active {
  outline: 0; }

.btn-grey-bg:hover {
  opacity: .9;
  background-color: #cac9c9; }

/* TOGGLE STYLING */
.toggle-container-radio {
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch; }

.toggle-container-radio input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px; }

.toggle-container-radio input + label {
  color: #6A6A6A;
  margin: 0;
  padding: .75rem 2rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #dddddd;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out;
  border: 1px solid #e8e9ed;
  width: 100%;
  font-family: Manrope-SemiBold;
  font-weight: normal; }

.toggle-container-radio input + label:first-of-type {
  border-radius: 20px 0 0 20px;
  border-right: 1px solid #e8e9ed; }

.toggle-container-radio input + label:last-of-type {
  border-radius: 0 20px 20px 0;
  border-left: none; }

.toggle-container-radio input:hover + label {
  border-color: #e8e9ed; }

.toggle-container-radio input:checked + label {
  background-image: linear-gradient(90deg, #008BCD 0%, #1aa2e2 100%);
  color: #FFFFFF;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
  border-color: #4B9DEA;
  z-index: 1; }

.toggle-container-radio label:hover {
  cursor: pointer; }

@media (max-width: 800px) {
  .toggle-container-radio input + label {
    padding: .75rem .25rem;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; } }

.one-select {
  padding: 4px 10px;
  border: 1px solid #f2f3f5;
  border-radius: 25px; }

input[type=radio]:checked + .one-select {
  background-color: #008BCD;
  border-radius: 25px;
  color: #FFFFFF; }

.one-select {
  color: #6A6A6A;
  height: 100%; }

.one-select {
  margin: 0 10px; }

label {
  color: #000000;
  font-size: 16px;
  font-family: Manrope-Normal;
  float: left; }

.select-tab-label:hover {
  cursor: pointer; }

.container-black-btn {
  margin: 0 auto;
  text-align: center;
  display: inline-block; }

.black-btn {
  width: auto;
  padding: 5px 40px;
  background-color: #060700;
  border-radius: 20px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  transition: all .25s;
  font-family: Manrope-SemiBold;
  font-size: 12px; }

.black-btn:hover {
  opacity: .7; }

.disabled .black-btn:hover {
  opacity: 1; }

.container-transparent-btn {
  margin: 0 auto;
  text-align: center;
  display: inline-block; }

.transparent-btn {
  width: auto;
  padding: 5px 40px;
  font-family: Manrope-Bold;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  transition: all .25s; }

.transparent-btn:hover {
  opacity: .7; }

/*
.general-btn a:hover, .general-btn a:active.general-btn a:focus
{
	color:$white;
}
*/
.general-btn {
  padding: 6px 40px; }

.general-btn a {
  line-height: 16px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-90 {
  margin-top: 90px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-0 {
  margin-bottom: 0px; }

.margin-left-0 {
  margin-left: 0px !important; }

.margin-left-10 {
  margin-left: 10px; }

.margin-right-20 {
  margin-right: 20px; }

.align-items-center-wind {
  -ms-flex-align: center;
      align-items: center; }

.height-20 {
  height: 20px; }

.height-30 {
  height: 30px; }

.disabled a,
.disabled span,
.disabled div {
  cursor: not-allowed; }

#hybridLoader .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

#hybridLoader {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  vertical-align: middle;
  top: 0; }

#hybridLoader .hybrid-loader-position {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%; }

.text-right {
  text-align: right; }

.skip-text-overlay {
  padding-top: 20px;
  font-size: 16px;
  color: #6A6A6A;
  text-align: center;
  font-family: Manrope-SemiBold; }

.select-placeholder {
  font-size: 18px;
  color: #999999;
  letter-spacing: 0; }

.custom-select {
  position: relative;
  font-family: Manrope-Normal; }

.custom-select select {
  display: none; }

.select-selected:after {
  position: absolute;
  content: url(../../../images/btn_dropdown.svg);
  top: 2px;
  right: 25px;
  width: 0;
  height: 0;
  border: 6px solid transparent; }

.select-selected.select-arrow-active:after {
  top: 20px;
  transform: rotate(180deg);
  right: 6px; }

.select-no-background .select-items div, .select-no-background .select-selected {
  color: #008BCD;
  padding: 8px 16px 8px 0px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: Manrope-Normal;
  font-size: 18px; }

.select-no-background .select-items {
  position: absolute;
  border: 1px solid #E7E9EC;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 200px;
  height: auto;
  overflow-y: auto;
  background-color: #FFFFFF; }

.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

.select-full-background .select-selected {
  background-color: #FFFFFF; }

/*style the items (options), including the selected item:*/
.select-full-background .select-items div, .select-full-background .select-selected {
  color: #6A6A6A;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 4px;
  font-family: Manrope-SemiBold; }

.select-full-background .select-items {
  position: absolute;
  border: 1px solid #E7E9EC;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 200px;
  height: auto;
  overflow-y: auto;
  background-color: #FFFFFF;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.select-full-background .select-selected.select-arrow-active {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.select-no-background,
.select-full-background {
  padding-top: 20px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-55 {
  margin-top: 55px; }

.padding-0 {
  padding: 0px; }

.padding-left-30 {
  padding-left: 30px; }

.padding-left-10 {
  padding-left: 10px; }

.padding-left-20 {
  padding-left: 20px; }

.padding-right-20 {
  padding-right: 20px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-top-0 {
  padding-top: 0px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.align--center {
  text-align: center; }

textarea {
  resize: none; }

.content-overlay-form .container-blue-btn {
  width: 100%; }

.text-align-right {
  text-align: right; }

.text-align-center {
  text-align: center; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

.wrapper-details_menu {
  position: fixed; }

/*top up */
.top-up .icon-tile {
  background: url("/ext_files/pbx/markup/images/ic_services_topup@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

.top-up .general-tile {
  background-image: linear-gradient(90deg, #6DD5ED 0%, #2193B0 100%);
  background-image: linear-gradient(45deg, #34C6A2 0%, #0492B6 100%);
  border-radius: 4px; }

.col-top-up img {
  max-width: 48px; }

.title--top-up {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  font-family: Manrope-SemiBold; }

.des--top-up {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  font-family: Manrope-Normal; }

.btn-top-up {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  cursor: pointer;
  transition: .35s;
  padding: 5px;
  font-family: Manrope-SemiBold; }

/*top up*/
.font-semibold {
  font-family: Manrope-SemiBold; }

.font-bold {
  font-family: Manrope-Bold; }

.font-blue {
  color: #008BCD; }

.bill-overview-row {
  font-family: Manrope-Normal; }

.error-message-text input {
  border: 1px solid red; }

.error-msg-red {
  font-size: 11px;
  color: #E50850;
  letter-spacing: 0px;
  font-family: Manrope-SemiBold;
  line-height: 14px; }

.error-message-text input {
  color: #008BCD; }

.hidetr {
  display: none; }

.input-white-euro input {
  background-color: #FFFFFF;
  position: relative; }

.input-white-euro {
  position: relative; }

.input-white-euro:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 6px;
  background: url(/ext_files/pbx/markup/images/ic_cost@2x.png);
  width: 20px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat; }

button.button-general {
  text-decoration: none;
  outline: none;
  color: #FFFFFF;
  line-height: 16px;
  border: 0;
  background-color: transparent;
  padding: 12px 40px; }

.general-btn:focus {
  outline: 0; }

.mfa-top {
  margin: 10px auto;
  text-align: center; }

.mfa-container {
  margin: 20px auto 0;
  text-align: center; }

.magenta-font {
  color: #E50850 !important; }

.close-overlay img {
  cursor: pointer; }

.display--flex-center {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center; }

.display--flex-start {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  align-items: flex-start; }

.display--none {
  display: none; }

.dataTables_wrapper .form-control:focus {
  outline: 0;
  box-shadow: none; }

.wait-download-banner {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 4px;
  position: fixed;
  bottom: 0;
  width: 300px;
  margin: 20px 0 0;
  z-index: 999999; }

.wait-download-banner .container-black-btn {
  padding-left: 35px; }

.dropdown-menu {
  font-family: Manrope-Normal; }

.flexbox-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.pointer,
.cursor-hand {
  cursor: pointer; }

.one-self-care-container {
  background-color: #E7E9EC; }

.container-b2b {
  background-image: url("/ext_files/pbx/markup/images/Left.jpg");
  background-repeat: no-repeat;
  min-height: 1000px;
  background-position: left top; }

.col-left-one-self-care,
.col-right-one-self-care {
  padding: 0; }

.icon-customer-code img {
  max-width: 48px; }

.content-customer-code .active-icon {
  display: none; }

.content-customer-code .inactive-icon {
  display: block; }

.content-customer-code.active-customer-code .active-icon {
  display: block; }

.content-customer-code.active-customer-code .inactive-icon {
  display: none; }

.content-customer-code {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  margin-left: 5px; }

@media screen and (min-width: 992px) {
  .content-customer-code {
    padding: 20px 0; }
  .content-customer-code:first-child {
    padding-top: 2px; } }

.header-customer-code {
  font-size: 20px;
  line-height: 22px;
  color: #999999;
  font-family: Manrope-SemiBold; }

.active-customer-code .header-customer-code {
  font-size: 20px;
  line-height: 22px;
  font-family: Manrope-SemiBold;
  color: #333333; }

.description-customer-code {
  font-size: 16px;
  line-height: 18px;
  color: #6A6A6A;
  font-family: Manrope-Normal; }

.container-customer-codes .for-connections {
  color: #008BCD;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 18px;
  font-family: Manrope-Normal;
  width: 100%;
  display: inline-block; }

.container-customer-codes .for-connections-text {
  font-size: 16px;
  line-height: 18px;
  color: #6A6A6A;
  font-family: Manrope-Normal; }

.icon-customer-code {
  margin-right: 10px; }

.container-customer-codes {
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .container-customer-codes {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    overflow-x: auto; }
  .container-customer-codes::-webkit-scrollbar {
    width: 10px; }
  .container-customer-codes::-webkit-scrollbar-track {
    background: #f2f3f5; }
  .container-customer-codes::-webkit-scrollbar-thumb {
    background: #B9BABE;
    border-radius: 7px;
    height: 20px; }
  .container-customer-codes::-webkit-scrollbar-thumb:hover {
    background: #999999; } }

@media screen and (min-width: 768px) {
  .container-customer-codes {
    display: block;
    overflow-x: hidden; } }

.col-left-one-self-care,
.col-right-one-self-care {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px; }

.col-right-one-self-care {
  padding-right: 5px;
  padding-left: 5px; }

.row-b2b.row {
  padding: 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }

@media only screen and (max-width: 768px) {
  .container-b2b {
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 1400px; }
  .col-left-one-self-care {
    background-color: #FFFFFF;
    padding-right: 10px;
    padding-left: 10px; }
  .col-right-one-self-care {
    padding-right: 10px;
    padding-left: 10px; } }

.large-selected_connection-container .title-pick-connection {
  font-size: 14px;
  color: #6A6A6A;
  margin-bottom: 18px;
  font-family: Manrope-Normal; }

.large-selected_connection-container .selected_connection {
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 20px;
  padding: 10px; }

.large-selected_connection-container .selected_connection .input-search-account {
  font-family: Manrope-SemiBold;
  background: #F4F6F9;
  border-radius: 20px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  transition: all .5s;
  font-size: 16px;
  border-width: 0;
  margin-bottom: 20px;
  color: #7B7B7B;
  font-size: 14px;
  outline: 0; }

.large-selected_connection-container .input-search-icon {
  position: relative; }

.large-selected_connection-container .icon-search-account {
  position: absolute;
  background: #E5E7EB;
  top: 0px;
  right: 10px;
  border-radius: 20px;
  padding: 6px;
  margin-right: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.large-selected_connection-container .icon-search-account img {
  width: 20px; }

.large-selected_connection-container .active-input-large-accounts .icon-search-account {
  background: #008BCD;
  cursor: pointer; }

.large-selected_connection-container .active-input-large-accounts .icon-search-account path#ShapeSearch {
  fill: #FFFFFF; }

.large-selected_connection-container .search-all-numbers {
  padding-top: 10px; }

.large-selected_connection-container .search-all-numbers .content-customer-code {
  padding: 10px 0px; }

@media screen and (min-width: 768px) {
  .large-selected_connection-container .content-customer-code:first-child {
    padding-top: 10px !important; } }

@media screen and (max-width: 768px) {
  .large-selected_connection-container .search-all-numbers .content-customer-code {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .large-selected_connection-container .selected_connection {
    margin-right: 0px; }
  .col-left-one-self-care.large-accounts-col-left {
    background: none; } }

.large-selected_connection-container .search-all-numbers {
  display: none; }

.active-large-account .search-all-numbers {
  display: block; }

.large-selected_connection-container .notice-large-accounts {
  font-size: 14px;
  font-family: Manrope-Bold;
  color: #6A6A6A;
  margin-top: 10px; }

.large-selected_connection-container .notice-large-accounts-title {
  font-family: Manrope-Normal;
  font-size: 16px;
  color: #000000; }

.large-selected_connection-container svg.notice-svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

.large-selected_connection-container .notice-text {
  display: none; }

.max-accounts-large .notice-text {
  display: block; }

.text-customer-code {
  cursor: pointer; }

.cls-1-notsearch {
  fill: none;
  stroke: #1d1d1b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px; }

.container-top-menu {
  text-align: center; }

.container-top-menu ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto; }

.content-top-menu {
  list-style-type: none;
  color: #999999;
  font-size: 20px;
  padding: 0 10px;
  font-family: Manrope-SemiBold; }

.content-top-menu.active {
  color: #333333;
  font-family: Manrope-SemiBold;
  font-weight: 20px; }

li.content-top-menu.active {
  position: relative; }

li.content-top-menu.active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #008BCD;
  width: 30px;
  height: 3px;
  border-radius: 20px;
  transform-origin: center center;
  margin-top: 5px; }

li.content-top-menu {
  position: relative;
  cursor: pointer; }

li.content-top-menu:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #008BCD;
  width: 0px;
  height: 3px;
  border-radius: 20px;
  transform-origin: center center;
  transition: .3s;
  margin-top: 5px; }

li.content-top-menu:hover:after {
  width: 30px; }

.container-top-menu {
  padding: 20px 0; }

@media only screen and (max-width: 768px) {
  .container-top-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 -8px 16px 0 rgba(0, 0, 0, 0.05);
    z-index: 110; }
  .wrapper-top-menu ul {
    width: 100%;
    margin: 0 auto;
    padding-left: 0; }
  .wrapper-top-menu .content-top-menu {
    width: 33%;
    margin: 0 auto; }
  .content-top-menu.setup {
    display: none; }
  .content-top-menu.support {
    display: none; }
  .content-top-menu.more {
    display: block; }
  li.content-top-menu:after {
    width: 0 !important;
    height: 0 !important; }
  .container-top-menu {
    padding: 35px 0 5px; }
  .container-top-menu li {
    font-size: 12px; }
  .content-top-menu.bills a:before {
    content: "";
    position: absolute;
    background-image: url(/ext_files/pbx/markup/images/ic_tabbar_invoices@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -12px; }
  .content-top-menu.bills.active a:before {
    background-image: url(/ext_files/pbx/markup/images/ic_tabbar_invoices_selected@2xactive.png); }
  .content-top-menu.connections a:before {
    content: "";
    position: absolute;
    background-image: url(/ext_files/pbx/markup/images/ic_tabbar_connections@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -12px; }
  .content-top-menu.connections.active a:before {
    background-image: url(/ext_files/pbx/markup/images/ic_tabbar_connections_selected@2xactive.png); }
  .content-top-menu.more a:before {
    content: "";
    position: absolute;
    background-image: url(/ext_files/pbx/markup/images/ic_tabbar_more@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -12px; }
  .content-top-menu.more.active a:before {
    background-image: url(/ext_files/pbx/markup/images/ic_tabbar_more_selected@2xactive.png); }
  .content-top-menu.more span:before {
    content: "";
    position: absolute;
    background-image: url(/ext_files/pbx/markup/images/ic_tabbar_more@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -12px; }
  .content-top-menu.more.active span:before {
    background-image: url(/ext_files/pbx/markup/images/ic_tabbar_more_selected@2xactive.png); } }

a​:visited,
a​:active,
a:link,
a,
a​:hover {
  text-decoration: none;
  outline: none;
  color: inherit; }

.container-header {
  height: 60px;
  display: table;
  width: 100%; }

.content-header {
  display: table-cell;
  width: 100%;
  vertical-align: middle; }

.table-header {
  display: table;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.logo-header {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  padding: 0 0 0 10px; }

.avatar-header {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  width: 90%;
  color: #333333;
  font-size: 12px;
  font-family: Manrope-SemiBold; }

.first-letters-avatar-header {
  background-color: #008BCD;
  margin: 0 10px;
  background: #008BCD;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  color: #FFFFFF;
  display: inline-block;
  line-height: 1.6em;
  text-align: center;
  width: 20px; }

.overlay-header .logo-header, .overlay-header .close-overlay {
  padding: 0; }

@media only screen and (max-width: 768px) {
  .one-self-care-container {
    margin-bottom: 40px; }
  .avatar-header {
    display: none; }
  .content-header {
    position: fixed;
    top: 0;
    z-index: 110;
    background: #FFFFFF; }
  .overlay-header .logo-header, .overlay-header .close-overlay {
    padding: 10px 10px 0 10px; } }

.banner-pay-bill.row {
  background-color: #FFFFFF;
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  padding: 20px; }

.icon-banner-pay-bill {
  position: absolute;
  right: 0;
  top: 10px; }

.pay-bill-icon {
  background-size: cover !important;
  width: 20px;
  height: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: 5px;
  position: relative; }

.icon-banner-pay-bill img {
  max-width: 110px; }

.overdue-bill .pay-bill-icon {
  background: url("/ext_files/pbx/markup/images/ic_bill_expired@2x.png"); }

.overdue-bill .pay-bill-title {
  color: #F0A510;
  font-family: Manrope-SemiBold; }

.paid-bill .pay-bill-icon {
  background: url("/ext_files/pbx/markup/images/ic_bill_none@2x.png"); }

.paid-bill .pay-bill-title {
  color: #17b169; }

.paid-bill .pay-bill-description span {
  color: #17b169; }

.notification-bill .pay-bill-icon {
  background: url("/ext_files/pbx/markup/images/ic_bill_status_new@2x.png"); }

.notification-bill .pay-bill-title {
  color: #6A6A6A; }

.notification-bill .pay-bill-description span {
  color: #6A6A6A; }

.pay-bill-title {
  font-size: 12px;
  line-height: 15px;
  font-family: Manrope-SemiBold; }

.pay-bill-price {
  color: #333333;
  font-size: 54px;
  font-family: Manrope-Bold; }

.overdue-bill .pay-bill-description span {
  color: #F0A510; }

.pay-bill-description {
  color: #333333;
  font-family: Manrope-SemiBold;
  font-size: 16px; }

.pay-bill-btn {
  background-image: linear-gradient(90deg, #FF4277 0%, #F53454 100%);
  border-radius: 20px;
  color: #FFFFFF;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  font-family: Manrope-SemiBold;
  font-size: 16px; }

.pay-bill-btn:visited, .pay-bill-btn​:active, .pay-bill-btn:link, .pay-bill-btn​:hover {
  color: #FFFFFF; }

.pay-bill-side {
  margin-top: 10px; }

.overdue-icon {
  display: none; }

.overdue-pay-bill img {
  max-width: 22px;
  position: relative;
  top: -2px; }

.overdue-pay-bill .overdue-icon {
  display: inline; }

@media only screen and (min-width: 768px) {
  .pay-bill-side {
    position: absolute;
    bottom: 20px;
    right: 28px;
    margin: 0 10px; } }

.container-checkbox {
  margin-left: 14px; }

@media only screen and (max-width: 768px) {
  .adding-pay-bill.row {
    margin: 5px 0; }
  .payment-label {
    border-radius: 5px;
    overflow: hidden; }
  .bill-number-payment {
    padding-left: 20px;
    width: 100%; }
  .wrapper-general-pay-bill .container-checkbox {
    margin-left: 0;
    margin-top: 3px; }
  .pay-bill-price {
    font-size: 48px; } }

.enable-pop-up-msg {
  padding: 16px !important;
  margin-top: 10px;
  background-color: #d30000 !important;
  color: #FFFFFF; }

.enable-pop-up-msg .general-row {
  background-color: #d30000;
  color: #FFFFFF; }

.consumer-bill-overview .wrapper-general-tile {
  margin-top: 0px; }

h2.title-costanalysis-bills {
  margin-top: 0; }

.wrapper-general-tile {
  margin: 30px 0; }

.wrapper-general-tile h2 {
  color: #333333;
  font-size: 22px;
  line-height: 28px;
  font-family: Manrope-Bold;
  margin: 20px 0 10px;
  padding: 0; }

.general-tile.row {
  border-radius: 4px;
  margin: 0;
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.online-payment-tile .general-tile {
  background-image: linear-gradient(90deg, #6DD5ED 0%, #2193B0 100%);
  background-image: linear-gradient(45deg, #34C6A2 0%, #0492B6 100%);
  background-image: linear-gradient(-269deg, #2C9BCB 0%, #1D8FE1 48%, #3237C0 100%); }

.online-payment-tile .icon-tile {
  background: url("/ext_files/pbx/markup/images/ic_bill_online@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

.adds-on .general-tile {
  background-image: linear-gradient(90deg, #FF7676 0%, #F0447E 100%);
  background-image: linear-gradient(45deg, #FF7676 0%, #F0447E 100%); }

.adds-on .icon-tile {
  background: url("/ext_files/pbx/markup/images/ic_services_addon@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

.purple-button .general-tile {
  background-image: linear-gradient(45deg, #40B2E0 0%, #6E22C6 100%);
  background-image: linear-gradient(45deg, #FC5C7D 0%, #413FE6 100%);
  border-radius: 4px; }

.col--online-payment {
  padding: 0;
  margin: 0; }

.title--online-payment {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: Manrope-SemiBold;
  padding-left: 10px; }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .title--online-payment {
    padding-left: 30px; } }

.des--online-payment {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-family: Manrope-Normal;
  padding-left: 10px; }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .des--online-payment {
    padding-left: 30px; } }

.btn-online-payment {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  cursor: pointer;
  transition: .35s;
  padding: 5px;
  font-family: Manrope-SemiBold; }

.btn-online-payment:hover {
  background-color: rgba(1, 1, 1, 0.2); }

.col-online-payment img {
  max-width: 48px; }

.wrapper-banner-bill-settings {
  margin: 30px 0; }

.wrapper-banner-bill-settings h2 {
  color: #333333;
  font-size: 22px;
  line-height: 28px;
  font-family: Manrope-Bold;
  margin: 20px 0 10px;
  padding: 0; }

.banner-bill-settings.row {
  background-color: #FFFFFF;
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.wrapper-remaining-balance .banner-bill-settings .container-pink-btn {
  float: right; }

.col-bill-settings {
  padding: 0;
  margin: 0; }

.title-bill-settings {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  font-family: Manrope-SemiBold;
  padding-left: 10px; }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .title-bill-settings {
    padding-left: 30px; } }

.des-bill-settings {
  font-size: 14px;
  line-height: 16px;
  color: #6A6A6A;
  font-family: Manrope-Normal;
  padding-left: 10px; }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .des-bill-settings {
    padding-left: 30px; } }

.btn-bill-settings {
  font-size: 16px;
  color: #FFFFFF;
  text-align: right;
  /*border: 1px solid $white;
	border-radius: 20px;*/
  cursor: pointer;
  transition: .35s;
  padding: 5px;
  padding-right: 20px; }

.col-bill-settings img {
  max-width: 48px; }

.col-bill-settings {
  padding: 0 15px; }

/*end banners online payment and bill setting*/
/* start your last bills*/
.wrapper-your-last-bills h2 {
  color: #333333;
  font-size: 22px;
  line-height: 28px;
  font-family: Manrope-Bold;
  margin: 20px 0 10px;
  padding: 0; }

.wrapper-your-last-bills {
  margin-top: 60px; }

@media (max-width: 768px) {
  .wrapper-your-last-bills {
    margin-top: 20px; }
  .wrapper-your-last-bills h2 {
    margin-bottom: 0px;
    font-size: 18px; } }

/*end your last bills*/
.row-last-bills.row {
  margin: 0;
  background-color: #FFFFFF;
  padding: 20px 0; }

.container-your-last-bills {
  border-bottom: 1px solid #E7E9EC; }

.col-last-bills {
  padding: 0; }

.container-your-last-bills.notification-last-bill .icon-last-bill {
  text-align: center; }

.container-your-last-bills.notification-last-bill .icon-last-bill div {
  background: url("/ext_files/pbx/markup/images/ic_bill_status_new@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin: 0 auto; }

.container-your-last-bills.overdue-last-bill .icon-last-bill div {
  background: url("/ext_files/pbx/markup/images/ic_bill_expired@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin: 0 auto; }

.container-your-last-bills.paid-last-bill .icon-last-bill div {
  background: url("/ext_files/pbx/markup/images/ic_bill_status_payed@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin: 0 auto; }

.price-last-bills {
  font-size: 26px;
  color: #333333;
  font-family: Manrope-SemiBold;
  text-align: left; }

.container-your-last-bills .first-text-lb {
  font-size: 16px;
  color: #333333;
  font-family: Manrope-SemiBold;
  line-height: 16px;
  margin: 0;
  padding-top: 4px; }

.container-your-last-bills .second-text-lb {
  font-size: 12px;
  color: #6A6A6A;
  font-family: Manrope-Normal;
  line-height: 14px;
  margin: 0; }

.container-your-last-bills.paid-last-bill .pdf-pay-icons-last-bills .invoice-pay-icon.invoice-details-display {
  display: none; }

.pdf-pay-icons-last-bills {
  text-align: center; }

.pdf-pay-icons-last-bills img {
  max-width: 36px;
  width: 100%;
  height: auto; }

.row-last-bills .row {
  margin: 0; }

.container-your-last-bills.notification-last-bill .description-last-paid {
  color: #008BCD;
  font-size: 12px;
  font-weight: bold;
  text-align: right; }

.container-your-last-bills.overdue-last-bill .description-last-paid {
  color: #F0A510;
  font-size: 12px;
  font-weight: bold;
  text-align: right; }

.btn-more-last-bills {
  text-align: center;
  margin: 10px 20px 20px;
  position: relative; }

.show-more-last-bills {
  position: relative; }

.show-more-last-bills:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 4px;
  background: url("/ext_files/pbx/markup/images/btn_collapse@2x.png");
  width: 10px;
  height: 11px;
  background-size: contain; }

.button-more-last-bills {
  display: inline-block;
  padding: 5px 35px 5px 20px;
  color: #6A6A6A;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #999999;
  background-color: transparent;
  cursor: pointer; }

.button-more-last-bills:hover {
  opacity: .7; }

@media only screen and (max-width: 768px) {
  .container-your-last-bills.overdue-last-bill .description-last-paid {
    padding: 0;
    margin-left: -10px; }
  .bill-number-last-bills .first-text-lb {
    font-size: 12px;
    color: #6A6A6A;
    font-weight: normal;
    line-height: 14px;
    margin: 0; }
  .container-your-last-bills {
    padding: 5px 0; }
  .row-last-bills {
    background-color: #E5E7EB;
    border-radius: 4px; }
  .price-last-bills {
    text-align: right; }
  .col-last-bills {
    padding: 0; } }

.show-more-last-bills {
  font-family: Manrope-SemiBold;
  color: #6A6A6A;
  font-size: 12px; }

@media only screen and (max-width: 768px) {
  .price-last-bills {
    text-align: left; } }

.container-page {
  background-image: url(/ext_files/pbx/markup/images/Left.jpg);
  background-repeat: no-repeat;
  background-position: left;
  min-height: 1000px; }

@media only screen and (max-width: 768px) {
  .container-page {
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat; } }

.row-page.row {
  padding: 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }

.container-pay-bill-top-line {
  background-color: #E7E9EC;
  padding-top: 5px; }

.pay-bill-top-line {
  background-color: #FFFFFF; }

.back-to-bills {
  font-family: Manrope-SemiBold;
  font-size: 18px;
  color: #333333;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }

.cust-code {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  font-family: Manrope-SemiBold;
  margin: 0; }

.cust-name {
  font-size: 12px;
  line-height: 14px;
  color: #6A6A6A;
  font-family: Manrope-Normal;
  margin: 0; }

.pay-bill .col-left-one-self-care, .pay-bill .col-right-one-self-care {
  padding-top: 15px;
  padding-bottom: 15px; }

.back-to-bills img {
  max-width: 32px;
  height: auto;
  width: 100%;
  padding-right: 5px; }

.wrapper-general-pay-bill h2 {
  font-size: 22px;
  color: #333333;
  line-height: 24px;
  font-family: Manrope-Bold; }

.general-row {
  margin: 0; }

.general-col {
  padding: 0; }

.payment-tile-container {
  background-color: #FFFFFF; }

.bill-number-payment {
  color: #999999;
  font-size: 12px;
  font-family: Manrope-Normal; }

.payment-tile-price {
  color: #333333;
  font-size: 26px;
  font-family: Manrope-Bold; }

.first-text-lb {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  margin: 0;
  padding-top: 4px;
  font-family: Manrope-SemiBold; }

.second-text-lb {
  font-family: Manrope-Normal;
  font-size: 12px;
  color: #6A6A6A; }

.container-your-last-bills .second-text-lb {
  font-size: 12px;
  color: #6A6A6A;
  line-height: 16px;
  margin: 0; }

.btn-another-amount {
  text-align: center;
  margin: 20px;
  position: relative; }

.button-another-amount {
  display: inline-block;
  padding: 5px 35px 5px 20px;
  color: #6A6A6A;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #999999;
  background-color: transparent;
  cursor: pointer;
  font-family: Manrope-SemiBold; }

.show-another-amount {
  position: relative; }

.show-another-amount:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 4px;
  background: url(/ext_files/pbx/markup/images/btn_collapse@2x.png);
  width: 10px;
  height: 11px;
  background-size: contain; }

.payment-tile-container {
  background-color: #FFFFFF;
  padding: 10px 0;
  border-bottom: 3px solid #E7E9EC; }

.btn-grey-bg {
  font-size: 16px;
  color: #6A6A6A;
  padding: 5px 30px;
  background-color: #EDEDED;
  border-radius: 4px;
  border: 0px;
  text-shadow: 0;
  font-family: Manrope-SemiBold; }

.general-row {
  background: #FFFFFF; }

.desired-amount {
  padding: 20px 15px; }

.desired-amount-text {
  color: #333333;
  font-size: 16px;
  padding-top: 6px;
  font-family: Manrope-Normal; }

.desired-amount-btn {
  text-align: right; }

.desired-amount {
  display: none; }

.desired-amount.active-des {
  display: block; }

.container-pay-bill-btn {
  margin: 20px auto;
  text-align: center; }

.container-pay-bill-btn .pay-bill-btn {
  width: auto;
  padding: 5px 40px; }

.wrapper-general-payment h2 {
  font-size: 22px;
  color: #333333;
  line-height: 24px;
  font-family: Manrope-Bold; }

/*
.payment-label.eurobank {
    background-color: white;
    background-position: 50%;
    background-size: 42%;
    background-image: url(/ext_files/pbx/markup/images/eurobank.png);
    background-repeat: no-repeat;
    width: 100%;
}
.payment-label.paypal {
    background-color: white;
    background-position: 50%;
    background-image: url(/ext_files/pbx/markup/images/paypal.png);
    background-repeat: no-repeat;
    width: 100%;
    }*/
.payment-label img {
  width: 100%;
  height: auto; }

.payment-label {
  width: 48%;
  height: auto;
  float: left; }

.container-payment-methods-choices {
  background-color: transparent; }

.payment-label.paypal, .payment-label.eurobank {
  width: 100%; }

.payment-label {
  border: 2px solid transparent; }

input[type=radio]:checked + .payment-label {
  border: 2px solid #008BCD; }

@media only screen and (max-width: 768px) {
  .pay-bill .col-left-one-self-care, .pay-bill .col-right-one-self-care {
    padding: 5px 10px; } }

.checked-row .status-date {
  color: #F0A510; }

@media only screen and (min-width: 768px) {
  .bill-number-payment, .payment-tile-price {
    padding-left: 14px; } }

.expiration-date-lb.first-text-lb {
  color: #F0A510; }

.wrapper-general-pay-bill .payment-tile-container .bill-number-payment {
  padding-bottom: 22px; }

.wrapper-general-pay-bil .btn-another-amount {
  padding: 16px 0; }

.wrapper-general-pay-bill .payment-tile-container {
  padding: 10px 0 10px 20px; }

@media only screen and (min-width: 768px) {
  .wrapper-general-payment {
    margin-top: 60px;
    margn-bottom: 50px; } }

@media only screen and (max-width: 768px) {
  .payment-tile-container .first-text-lb, .payment-tile-container .second-text-lb {
    text-align: center; }
  .payment-tile-container .first-text-lb {
    line-height: 20px; }
  .payment-tile-container .second-text-lb,
  .payment-tile-container .bill-number-payment {
    line-height: 15px; }
  .payment-tile-container .payment-tile-price {
    font-size: 36px;
    padding-bottom: 15px; }
  .payment-tile-container .bill-number-payment,
  .wrapper-general-pay-bill .payment-tile-container .bill-number-payment {
    padding-bottom: 5px; }
  .wrapper-general-payment {
    margin-top: 35px;
    padding-bottom: 20px; }
  .col-checkbox-payment {
    position: absolute;
    right: 20px; }
  .wrapper-general-pay-bill h2 {
    margin-bottom: 5px;
    margin-top: 0px; }
  .row-last-bills .issue-date-last-bills, .row-last-bills .price-last-bills {
    padding: 10px 0 0 0; }
  .wrapper-general-pay-bill .payment-tile-container {
    padding: 10px; } }

.container-checkbox {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 auto;
  text-align: center;
  width: 25px;
  margin-left: 5px; }

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #000000;
  transition: .35s; }

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  box-shadow: inset 0px 0px 10px -1px #949494; }

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #000000; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.container-switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px; }

.container-switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider-for-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F0F1F3;
  transition: .4s;
  border: 1px solid #999999; }

.slider-for-switch:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: #DE1F27;
  transition: .4s; }

input:checked + .slider-for-switch {
  background-color: #FFFFFF; }

input:focus + .slider-for-switch {
  /*box-shadow: 0 0 1px #2196F3;*/ }

input:checked + .slider-for-switch:before {
  transform: translateX(20px);
  background-color: #008BCD; }

/* Rounded sliders */
.slider-for-switch.round {
  border-radius: 34px; }

.slider-for-switch.round:before {
  border-radius: 50%; }

.content-b2b-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  color: #999999;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-family: Manrope-SemiBold; }

.content-b2b-title .content-b2b-line {
  visibility: hidden;
  border-left: 3px solid transparent;
  height: 28px;
  border-radius: 2px; }

.content-b2b-title.active-b2b-title {
  color: #333333;
  display: -ms-flexbox;
  display: flex; }

.content-b2b-title.active-b2b-title .content-b2b-line {
  visibility: visible;
  border-left: 3px solid #008BCD;
  height: 28px;
  border-radius: 2px; }

.b2b-title--font {
  margin-left: 10px; }

.wrapper-title-b2b {
  font-size: 22px;
  color: #333333;
  line-height: 28px;
  padding-left: 0px;
  font-family: Manrope-Bold; }

.connection-b2b-btn {
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  background-color: #060700;
  width: 100%;
  height: 28px;
  border-radius: 14px;
  padding: 5px;
  float: right;
  cursor: pointer;
  font-family: Manrope-SemiBold; }

.connection-group-title {
  font-size: 18px;
  color: #008BCD;
  font-family: Manrope-SemiBold; }

.connection-group-connections {
  font-size: 12px;
  color: #999999;
  text-align: right;
  font-family: Manrope-SemiBold;
  padding-left: 0px;
  padding-right: 25px; }

.row.row-connection-group {
  border-radius: 4px;
  margin: 6px 0;
  padding: 5px 0 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  min-height: 50px; }

.row-submenu-connection-group {
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #F4F6F9;
  height: 50px;
  font-size: 18px;
  color: #333333;
  margin: 1px 0px;
  font-family: Manrope-SemiBold; }

.clicked-connection-group .row.row-connection-group {
  margin-bottom: 0px; }

.connections-groups {
  cursor: pointer; }

.row.row-connection-group-ul li {
  height: 50px;
  /*border-radius: 4px;*/
  margin: 10px 0;
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  font-size: 18px;
  color: #333333;
  margin: 1px 0px;
  cursor: pointer; }

.row.row-connection-group-ul ul {
  list-style-type: none;
  -webkit-padding-start: initial;
          padding-inline-start: initial;
  margin-bottom: 0px;
  padding-left: 0px; }

.row-connection-group .row-connection-group-ul {
  margin: 0px;
  padding: 0px; }

.active-connection-groups .row-connection-group {
  margin-bottom: 0px !important; }

.name-connection-group {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  font-family: Manrope-SemiBold; }

.telephone-connection-group {
  font-size: 14px;
  color: #6A6A6A;
  line-height: 20px;
  font-family: Manrope-Normal; }

/*
.active-connection-groups .connection-group-connections
{
   visibility: hidden;
}
*/
.row-connection-group-ul {
  display: none; }

.active-connection-groups .row-connection-group-ul {
  display: block; }

.clicked-connection-group .active-connection-groups ul {
  margin-bottom: 0px; }

.active-connection-groups .connection-group-b2b-arrow {
  transform: rotate(90deg); }

.clicked-menu-connections-group {
  display: none; }

.clicked-connection-group .clicked-menu-connections-group {
  display: block; }

@media screen and (max-width: 768px) {
  .connection-group-title {
    word-break: break-all; }
  .connection-group-connections {
    padding-right: 10px; }
  .wrapper-title-b2b {
    font-size: 18px; }
  /*.row-connection-group-ul li .svg-btn-connection-group svg:first-child
	{
	    height: 18px;
	    width: 18px;
	}*/
  .content-b2b-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px; }
  .container-b2b-menu {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    overflow-x: auto; }
  .b2b-title--font {
    margin-right: 10px;
    width: -webkit-max-content;
    width: max-content;
    font-family: Manrope-SemiBold;
    font-size: 14px;
    color: #999999; }
  .content-b2b-title.active-b2b-title .content-b2b-line {
    border: 0; }
  .active-b2b-title .b2b-title--font {
    border-bottom: 2px solid #008BCD;
    font-family: Manrope-SemiBold;
    font-size: 14px;
    color: #333333; }
  .connection-group-title {
    font-size: 16px; }
  .connection-group-connections {
    font-size: 10px; }
  .name-connection-group {
    font-size: 14px; }
  .user-managment .name-connection-group,
  .user-managment .telephone-connection-group {
    margin-left: 10px; }
  .telephone-connection-group {
    font-size: 12px; }
  .svg-btn-connection-group {
    padding-left: 0px; }
  .wrapper-b2b-connection svg {
    width: 28px;
    height: 28px; } }

@media screen and (min-width: 768px) {
  .container-b2b-menu {
    display: block; } }

.row-connection-group,
.row-submenu-connection-group,
.row-connection-group-ul,
.wrapper-b2b-connection .row {
  margin-left: 0px;
  margin-right: 0px; }

.new-group-btn-padding {
  padding-right: 0px; }

.active-connection-groups .row-connection-group {
  border-radius: 4px 4px 0 0; }

.active-connection-groups .row-connection-group-ul ul li:last-of-type {
  border-radius: 0 0 4px 4px; }

.active-connection-groups .row-connection-group-ul ul li div:first-child,
.row-submenu-connection-group div:first-child {
  line-height: 0; }

@media screen and (min-width: 992px) {
  .user-managment .container-b2b .row-b2b,
  .b2b.connection-group .container-b2b .row-b2b {
    padding-top: 60px; } }

.user-managment .wrapper-b2b-connection .row:first-of-type .wrapper-title-b2b {
  padding-bottom: 5px; }

td.result-datatable img,
td.result-datatable {
  cursor: pointer; }

table.dataTable thead th {
  border-bottom-width: 0px;
  border: 0;
  padding-right: 0; }

.table-bordered > tbody > tr > td {
  padding-right: 0;
  border-right: 0; }

table.dataTable tfoot {
  display: none; }

.title-datatable {
  color: #333333;
  line-height: 18px;
  font-family: Manrope-Bold;
  font-size: 12px;
  background-color: #F4F6F9;
  font-weight: normal; }

.title-datatable.groups-datatable {
  font-family: Manrope-SemiBold;
  font-size: 12px;
  color: #000000;
  line-height: 18px; }

.result-datatable.sorting_1 div {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 18px; }

.result-datatable {
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  background-color: #FFFFFF;
  font-family: Manrope-Normal; }

.tabless-reports-details tr > td:last-of-type {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #333333;
  line-height: 18px; }

.dataTables_filter label {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-family: Manrope-SemiBold; }

.dataTables_length select {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #6A6A6A;
  letter-spacing: 0;
  text-align: center;
  border: 0px;
  background: #F4F6F9;
  border-radius: 4px; }

.container-overlay {
  position: relative; }

.wrapper-datatable {
  /*
   position: absolute;
   transform: translate(-50%,50%);
   top:50%;
   left: 50%;*/ }

.wrapper-datatable {
  max-width: 1120px;
  width: 100% !important; }

.img-group-datatable {
  padding-left: 5px;
  display: inline-block; }

.img-group-datatable img {
  width: 20px; }

.title-row-datatable h2 {
  font-size: 22px;
  line-height: 24px;
  font-family: Manrope-Bold;
  padding: 0;
  margin: 0;
  color: #333333; }

.title-row-datatable.row {
  margin: 0; }

.title-col-datatable {
  padding: 0;
  margin-bottom: 10px; }

.dataTables_length {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0; }

.dataTables_filter label {
  float: right; }

.more-for-user img {
  width: 25px;
  height: auto; }

#user_management_datatable_wrapper .row {
  margin: 0; }

.name-datatable {
  font-family: Manrope-SemiBold; }

@media only screen and (max-width: 800px) {
  #user_management_datatable_wrapper .row:nth-child(2) {
    overflow-x: scroll; } }

#user_management_datatable_wrapper .row {
  margin: 0; }

#user_management_datatable_wrapper .col-sm-6, #user_management_datatable_wrapper .col-sm-12 {
  padding: 0; }

.dataTables_wrapper.dataTables_wrapper .dataTables_length label {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0; }

div.dataTables_wrapper div.dataTables_filter label {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0; }

#user_management_datatable_wrapper .table.dataTable {
  margin-top: 16px !important; }

@media screen and (min-width: 992px) {
  #user_management_datatable .title-datatable {
    padding-top: 18px;
    padding-bottom: 18px; }
  #user_management_datatable .result-datatable {
    padding: 16px 10px; } }

#reports_datatable tr td {
  border-bottom: 1px solid #E5E7EB; }

div.dataTables_wrapper div.dataTables_filter input:focus {
  outline: none !important;
  box-shadow: none; }

.result-datatable.limitExceeded {
  color: red; }

table.dataTable thead .sorting:after {
  display: none !important;
  content: ""; }

.sorting_asc.title-datatable,
.sorting_desc.title-datatable {
  color: #008BCD; }

.sorting_asc.title-datatable.groups-datatable th:after {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  content: url(../../../images/ic_datatable_sort@2x.png); }

.dataTables_wrapper div.dataTables_info,
.dataTables_wrapper .paginate_button {
  font-family: Manrope-Normal; }

.reports-details-overlay table.dataTable thead .sorting:after,
.reports-details-overlay table.dataTable thead .sorting_asc:after,
.reports-details-overlay table.dataTable thead .sorting_desc:after,
.reports-details-overlay table.dataTable thead .sorting_asc_disabled:after,
.reports-details-overlay table.dataTable thead .sorting_desc_disabled:after {
  bottom: 20px; }

body.opened-overlay {
  overflow: hidden;
  position: absolute;
  width: 100%; }

.wrapper-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1000;
  height: 0; }

.wrapper-overlay.open-overlay {
  display: block;
  overflow-y: scroll !important;
  height: 100%; }

.container-overlay {
  position: relative;
  background-color: #FFFFFF;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }

.close-overlay {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  width: 90%;
  font-size: 14px;
  color: #999999;
  text-align: right;
  padding-right: 20px;
  font-family: Manrope-SemiBold; }

.close-overlay img {
  max-width: 30px; }

.content-overlay-form {
  width: 100%;
  max-width: 360px;
  margin: 0 auto; }

.content-overlay-form .form-text1 {
  font-size: 30px;
  color: #333333;
  text-align: center;
  font-family: Manrope-Bold;
  margin: 10px auto 0px auto;
  line-height: 37px; }

.content-overlay-form .form-text2 {
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #008BCD;
  letter-spacing: 0;
  text-align: center;
  margin: 0px auto; }

.content-overlay-form .form-text3 {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #6A6A6A;
  letter-spacing: 0;
  text-align: center;
  margin: 20px auto 40px auto; }

.content-overlay-form .form-text4 {
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin: 10px auto 30px auto; }

.content-overlay-form .form-btn {
  margin: 0 auto;
  text-align: center; }

.content-overlay-form .form-field {
  font-family: Manrope-Normal;
  font-size: 16px;
  color: #333333; }

.content-overlay-form .form-field label {
  font-family: Manrope-SemiBold; }

.content-overlay-form .overlay-input {
  padding: 0;
  outline: 0;
  border-width: 0 0 1px;
  border-color: #C4C4C4;
  background: transparent;
  color: #E5E7EB;
  width: 100%;
  color: #008BCD;
  font-family: Manrope-Normal; }

.content-overlay-form .toggle-container-radio {
  margin: 0 auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px; }

.field-toggle-container-radio {
  margin: 0 auto;
  text-align: center; }

.content-overlay-form .form-btn {
  margin: 30px auto; }

@media (max-width: 768px) {
  .content-overlay-form {
    padding: 0 10px; }
  .content-overlay-form .form-text1 {
    font-size: 26px; } }

.payment-method-form .content-overlay-form .form-text4,
.block-pin-form .form-text4,
.content-overlay-form.view-puk-form .form-text4 {
  margin-bottom: 10px !important; }

.puk-number {
  font-size: 32px;
  color: #333333;
  text-align: center;
  line-height: 26px;
  font-family: Manrope-SemiBold; }

.telephone-enable-roaming,
.telephone-rename-connection {
  font-family: Manrope-Bold; }

.set-roaming {
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-family: Manrope-SemiBold;
  margin-top: 50px; }

.enable-roaming-form .one-select {
  margin: 0 5px; }

.enable-roaming-form .select-tabs {
  padding-top: 10px;
  padding-bottom: 40px; }

.cancel-homeAddress {
  padding-top: 20px;
  font-size: 16px;
  color: #6A6A6A;
  text-align: center;
  font-family: Manrope-SemiBold; }

.text-manage-ebill {
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-family: Manrope-Normal; }

.form-text-box {
  background: #E7E9EC;
  border-radius: 4px;
  padding: 20px; }

.form-text-box-title {
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #333333;
  text-align: center; }

.form-text-box-number,
.form-text-box-group {
  font-family: Manrope-Bold;
  font-size: 14px;
  color: #008BCD;
  text-align: center;
  padding-top: 15px; }

.new-user-or {
  background-color: #E7E9EC;
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  border-radius: 12px;
  padding: 2px;
  max-width: 24px;
  margin: 0 auto;
  font-family: Manrope-Bold; }

.switch-manage-ebill {
  padding-left: 0px;
  padding-right: 0px; }

.text-manage-mobile-devices {
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-family: Manrope-Normal; }

.monthly-fee-title,
.title-type-of-fee {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-family: Manrope-SemiBold; }

.amount-per-month {
  font-size: 20px;
  color: #008BCD;
  letter-spacing: 0;
  text-align: center;
  font-family: Manrope-Bold; }

.disclaimer {
  font-size: 12px;
  color: #6A6A6A;
  letter-spacing: 0;
  text-align: center;
  padding: 5px 10px 10px;
  font-family: Manrope-Normal; }

.switch-rename-connection {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }

.description-textarea {
  margin: 40px 0px; }

.pricing-details-link {
  font-size: 12px;
  color: #6A6A6A;
  text-align: center;
  text-decoration: underline;
  font-family: Manrope-SemiBold; }

.text-addon-details {
  font-size: 12px;
  color: #6A6A6A;
  letter-spacing: 0;
  text-align: center;
  padding: 5px 10px 40px;
  font-family: Manrope-Normal; }

.activate-svg,
.deactivate-svg,
.activate-btn,
.deactivate-btn {
  display: none; }

.activate-form .activate-svg,
.activate-form .activate-btn {
  display: inline-block; }

.deactivate-form .deactivate-svg,
.deactivate-form .deactivate-btn {
  display: inline-block; }

.amount-per-month-addondetails {
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  font-family: Manrope-Bold; }

.activate-form .amount-per-month-addondetails {
  color: #008BCD; }

.deactivate-form .amount-per-month-addondetails {
  color: #E50850; }

.box-item-addon-details {
  background: #E5E7EB;
  margin: 20px 0px 40px; }

.box-item-addon-details .box-item-paragraph {
  font-size: 14px;
  color: #333333;
  text-align: center;
  padding: 20px 30px;
  font-family: Manrope-Normal; }

.box-item-addon-details .box-item-data {
  font-size: 14px;
  color: #333333;
  text-align: center;
  font-family: Manrope-SemiBold;
  padding-bottom: 20px; }

.box-item-addon-details {
  display: none; }

.activate-form .activate-box-item.box-item-addon-details {
  display: block; }

.renewal-duration {
  padding-bottom: 15px; }

.amount-top-up-details {
  font-size: 20px;
  color: #008BCD;
  letter-spacing: 0;
  text-align: center;
  font-family: Manrope-Bold; }

.paragraph-top-up-details {
  font-size: 12px;
  color: #6A6A6A;
  letter-spacing: 0;
  text-align: center;
  margin: 0px 5px;
  padding-top: 10px;
  font-family: Manrope-Normal; }

.fee-upsell {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-family: Manrope-SemiBold; }

.amount-upsell {
  font-size: 20px;
  color: #008BCD;
  letter-spacing: 0;
  text-align: center;
  font-family: Manrope-Bold; }

.box-upsell {
  background: #E5E7EB; }

.box-upsell .box-item-paragraph {
  font-size: 14px;
  color: #333333;
  text-align: center;
  padding: 20px 30px;
  font-family: Manrope-Normal; }

.box-upsell .box-item-data {
  font-size: 14px;
  color: #333333;
  text-align: center;
  font-family: Manrope-SemiBold;
  padding-bottom: 20px; }

.switch-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.cross-sell-form .switch-items {
  margin-bottom: 40px; }

.paddings-cross-sell {
  padding-left: 0px;
  padding-right: 0px; }

.second-item-thankyou {
  font-size: 14px;
  color: #6A6A6A;
  font-family: Manrope-Normal; }

.first-item-thankyou {
  font-size: 18px;
  font-family: Manrope-Bold;
  line-height: 20px; }

.details-customer {
  padding: 10px 0; }

.svg-icons-thankyou svg {
  margin: 0 5px; }

.svg-icons-thankyou svg {
  margin-top: 30px;
  cursor: pointer; }

.element-password-change-password svg,
.element-password-password svg {
  margin-right: 5px;
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2; }

.element-password-change-password .not-display-pass-eye,
.element-password-password .not-display-pass-eye {
  display: none; }

.element-not-match {
  visibility: hidden; }

.error-element-not-match .element-not-match {
  visibility: visible;
  font-size: 11px;
  color: #E50850;
  letter-spacing: 0;
  font-family: Manrope-SemiBold;
  line-height: 14px; }

.error-element-not-match .overlay-input {
  border-color: #E50850; }

.change-username-form .form-text-box,
.change-phone-form .form-text-box,
.change-email-form .form-text-box {
  margin-bottom: 60px; }

.paragraph-manage-contact-options,
.paragraph-directory-registry {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 40px;
  font-family: Manrope-Normal; }

.terms-conditions-font {
  font-family: Manrope-Bold;
  font-size: 16px;
  color: #151515;
  line-height: 20px; }

.container-overlay .table-header {
  max-width: 1000px; }

.container-overlay .vs__selected-options, .container-overlay .selected-tag {
  color: #008BCD !important;
  margin-left: 0 !important;
  padding-left: 0 !important; }

.content-overlay-form.thank-you-form .form-text3 {
  margin: 5px 0 30px 0; }

.content-overlay-form.thank-you-form .content-overlay-form .form-btn {
  margin: 40px auto; }

.overlay-header .table-header {
  margin: 0; }

.ul-accepted li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 0px 5px;
  text-indent: -1.5em; }

.accepted-terms-icon {
  text-align: center; }

.one-group-container .general-list-ul::-webkit-scrollbar {
  width: 10px; }

.one-group-container .general-list-ul::-webkit-scrollbar-track {
  background: #f2f3f5; }

.one-group-container .general-list-ul::-webkit-scrollbar-thumb {
  background: #b9bdc1;
  border-radius: 7px;
  height: 20px; }

.one-group-container .general-list-ul::-webkit-scrollbar-thumb:hover {
  background: #999999; }

.manage-subscription-name {
  color: #008BCD;
  line-height: 20px;
  font-size: 14px;
  font-family: Manrope-SemiBold;
  margin-bottom: 20px; }

.manage-subscription-form .dataTables_filter {
  display: none; }

.manage-subscription-form .dataTables_wrapper {
  margin-bottom: 20px; }

.subscription-descr {
  padding-top: 10px;
  font-size: 16px;
  color: #6A6A6A;
  font-family: Manrope-Normal; }

.info-myaccount-tooltip .v-popover span {
  float: right;
  position: absolute;
  right: 0px;
  top: -5px;
  outline: 0; }

.info-myaccount-tooltip {
  position: relative; }

.popover-newuser-mywind p {
  color: #000000;
  padding: 9px 14px;
  margin: 0;
  text-align: start;
  font-size: 14px;
  line-height: 20px; }

.popover-newuser-mywind.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 0px;
  border-radius: 4px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }

/*placeholder*/
.form-field {
  position: relative; }

.form-label {
  position: absolute;
  left: 0;
  color: #999999;
  z-index: 10;
  font-family: Manrope-Normal !important; }

.focused .form-label {
  transform: translateY(-70%);
  font-size: 16px;
  color: #000000;
  font-family: Manrope-SemiBold !important;
  padding-bottom: 8px; }

.form-input {
  position: relative; }

/*placeholder*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

#myWind-noEbillCustomers .popover {
  width: 200px; }

.container-black-btn .content-overlay-form .form-field {
  text-align: left; }

.close-overlay span {
  cursor: pointer; }

.need-help-overlay-container.content-overlay-form .form-text4 {
  margin: 0px 0 10px; }

.overlay-bigtext {
  font-family: Manrope-Bold;
  font-size: 14px;
  color: #333333; }

.overlay-smalltext {
  font-family: Manrope-Normal;
  font-size: 11px;
  color: #999999; }

.overaly-first-row-text {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #333333; }

.overaly-second-row-text {
  font-family: Manrope-Normal;
  font-size: 12px;
  color: #6A6A6A; }

.overlay-distance-line {
  position: relative; }

.overlay-distance-line:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #E5E7EB;
  margin-top: 10px; }

.icon-x-overlay-delete,
.icon-plus-overlay {
  float: right;
  display: none;
  cursor: pointer; }

.display-delete .icon-x-overlay-delete {
  display: block; }

.display-plus .icon-plus-overlay {
  display: block; }

.blue-font-total-amount {
  font-family: Manrope-Bold;
  font-size: 14px;
  color: #008BCD; }

.blue-font-total-amount span {
  font-size: 16px; }

.black-font-total-amount {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #333333; }

.fullvision-box-icon {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.content-overlay-form.summary-page-details-page .form-text3 {
  margin-top: 5px; }

.wrapper-details_menu {
  width: 100%;
  max-width: 400px;
  background-color: #FFFFFF;
  border-radius: 4px;
  position: fixed;
  right: 0;
  top: 50px; }

.row-details-menu:last-child {
  border-bottom: 0; }

.row-details-menu {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #ebebeb; }

.col-details-menu {
  padding: 0; }

.details-menu-text {
  color: #333333;
  font-family: Manrope-SemiBold;
  padding-left: 10px; }

.details-menu-icon {
  max-width: 30px;
  margin: 10px; }

.more-click {
  cursor: pointer; }

.payments-history .arrow-show-up:after {
  border: 9px solid transparent;
  border-top-color: currentColor;
  display: block;
  height: 0;
  width: 0;
  transform: rotate(180deg);
  color: #FFFFFF;
  top: -17px;
  margin-left: 0;
  content: "";
  position: absolute; }

.payments-history .arrow-show-up.right-show:after {
  left: 92%; }

.three-dots {
  position: relative;
  float: right;
  padding-right: 60px; }

.bg-for-screen-with-bg.active-bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: 1100; }

.wrapper-details_menu {
  z-index: 1150; }

.content-reports-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  color: #999999;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-family: Manrope-SemiBold; }

.content-reports-title .content-reports-line {
  visibility: hidden;
  border-left: 3px solid transparent;
  height: 28px;
  border-radius: 2px; }

.content-reports-title.active-reports-title {
  color: #333333;
  display: -ms-flexbox;
  display: flex; }

.content-reports-title.active-reports-title .content-reports-line {
  visibility: visible;
  border-left: 3px solid #008BCD;
  height: 28px;
  border-radius: 2px; }

.reports-title--font {
  margin-left: 10px; }

.content-reports-title .content-reports-line {
  visibility: hidden;
  border-left: 3px solid transparent;
  height: 28px;
  border-radius: 2px; }

.active-reports-title .content-reports-line {
  visibility: hidden;
  border-left: 3px solid #008BCD;
  height: 28px;
  border-radius: 2px; }

.row-all-content {
  padding: 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px; }

.reports-row.row {
  margin: 0; }

.reports-content-left {
  font-size: 22px;
  color: #333333;
  line-height: 28px;
  padding-left: 0px;
  font-family: Manrope-Bold; }

.reports-content-right {
  float: right;
  text-align: right;
  padding-right: 0; }

.wrapper-my-reports {
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-top: 20px; }

.reports-content {
  padding: 15px 0;
  font-family: Manrope-SemiBold;
  font-size: 16px; }

.wrapper-my-reports .reports-row {
  padding-left: 20px;
  border-bottom: 1px solid #E7E9EC; }

.wrapper-my-reports .reports-row:last-child {
  border-bottom: 0px solid #E7E9EC; }

.wrapper-my-reports img {
  width: 40px;
  cursor: pointer; }

.reports .col-right-one-self-care {
  padding-bottom: 20px !important; }

.top-second-menu {
  border-top: 2px solid #e7e8ec; }

@media only screen and (max-width: 768px) {
  .wrapper-my-reports .reports-row {
    padding: 0 10px; }
  .reports-page .col-left-one-self-care {
    background-color: transparent;
    padding-top: 0; }
  .reports-page .content-reports-title {
    margin-bottom: 5px; }
  .top-second-menu {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px; }
  .row-all-content {
    padding: 0 5px; }
  .reports-page .black-btn {
    padding: 5px 10px; }
  .reports-page .pay-bill-top-line.top-second-menu .col-right-one-self-care {
    padding-top: 0px; }
  .container-reports-menu {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    overflow: scroll; }
  .reports-title--font {
    margin-right: 10px;
    width: -webkit-max-content;
    width: max-content;
    margin-left: 0px; }
  .content-reports-title.active-reports-title .content-reports-line {
    border: 0; }
  .active-reports-title .reports-title--font {
    border-bottom: 2px solid #008BCD; }
  .reports-content-right .general-btn.black-btn {
    padding: 6px 20px; } }

.reports-page .select-full-background .select-selected {
  background-color: #E7E9EC;
  font-size: 12px; }

.reports-page .top-second-menu {
  padding-bottom: 10px; }

.container-details {
  position: relative;
  top: 22px;
  display: none; }

.container-details.active-details {
  display: block; }

.connection-group .container-b2b .vs__actions .clear {
  display: none; }

.connection-group .container-b2b .vs__selected-options .selected-tag {
  padding-left: 10px !important; }

.connection-group .container-b2b .searchable {
  padding: 0 0 10px; }

.modal-window.active-modal {
  top: 0;
  left: 0; }

.container-modal-filters-options {
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  left: 50% !important;
  position: absolute; }

.reports-details-overlay .filter-option-title {
  text-align: left; }

.reports-details-overlay .col-modal-filters-options {
  float: left; }

.reports-details-overlay .desired-amount-btn {
  max-width: 100% !important;
  padding: 5px 15px; }

.reports-details-overlay .col-reports-details .close-col {
  line-height: 14px !important;
  padding-bottom: 5px; }

.reports-details-overlay .result-datatable {
  text-align: left; }

/*
.reports-details-overlay .result-datatable span
{
  display: block;
}*/
.reports-details-overlay .container-overlay .vs__selected-options .selected-tag {
  color: #333333 !important; }

.reports-details-overlay .button-edit-content {
  text-align: right;
  margin-bottom: 10px; }

.wrapper-edit-columns {
  display: none;
  position: fixed;
  /* z-index: 1200; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1111111; }

.wrapper-edit-columns.active-edit-content {
  display: block; }

.container-edit-columns {
  background-color: #FFFFFF;
  position: absolute;
  width: 100%;
  max-width: 550px;
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  left: 50% !important;
  /* z-index: 12000000000; */ }

.container-edit-columns {
  padding: 10px 0 20px; }

.container-edit-columns span {
  display: block;
  text-align: center;
  font-family: Manrope-Bold;
  padding: 10px 0 20px; }

.container-edit-columns a {
  display: inline-block;
  width: 25%;
  float: left;
  cursor: pointer;
  text-align: center; }

.toggle-vis.active_a {
  text-decoration: underline; }

.close-toggle {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.close-toggle img {
  width: 20px;
  height: 20px; }

.reports-details-overlay .table-header {
  margin: 0; }

@media only screen and (min-width: 768px) {
  #reports_datatable_filter label {
    position: relative;
    left: -158px; }
  .button-edit-content span {
    position: relative;
    z-index: 1110;
    right: -20px;
    top: 28px; }
  .reports-details-overlay .button-edit-content span {
    top: 15px;
    right: -12px; } }

.container-reports-details .black-btn {
  font-size: 16px; }

#reports_datatable_wrapper .row {
  position: relative;
  top: -5px; }

#reports_datatable {
  padding-top: 20px; }

.row-reports-details.row.edit-filters-reports-details {
  margin-bottom: 5px; }

.filter-option-input .container-checkbox {
  width: unset !important; }

.row-reports-details .input-white {
  text-align: left;
  width: 100%;
  background-color: #FFFFFF;
  min-height: 36px; }

/*
.row-reports-details .input-white:hover
{
    background: $gallery-gray-b;
}*/
.line-report {
  height: 24px;
  width: 2px;
  background-color: #E5E7EB;
  margin: 17px 5px 0 20px !important; }

.row-reports-details .v-select .dropdown-toggle {
  padding: 0px; }

.row-reports-details.row {
  margin: 0; }

.col-reports-details {
  padding: 0; }

.rd-icons {
  text-align: right; }

.rd-icons img {
  width: 36px; }

.rd-title {
  font-family: Manrope-Bold;
  font-size: 30px;
  color: #333333;
  padding-bottom: 5px; }

.rd-billnumber {
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #008BCD;
  letter-spacing: 0;
  line-height: 20px; }

.rd-billnumber-dates {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  font-family: Manrope-Normal; }

.title-reports-details {
  font-family: Manrope-Bold;
  font-size: 12px;
  color: #060700; }

.container-reports-details .select-full-background.grey-select .select-selected {
  background-color: #E7E9EC; }

.container-reports-details .select-full-background.white-select .select-selected {
  background-color: #FFFFFF; }

.edit-filters-reports-details {
  background: #E7E9EC;
  border-radius: 4px; }

.center-class {
  text-align: center; }

.add-filters,
.view-results {
  position: relative; }

.add-filters:after,
.view-results:after {
  content: "";
  position: absolute;
  right: -30px;
  top: -1px;
  width: 22px;
  height: 22px;
  background-size: contain; }

.add-filters:after {
  background: url(/ext_files/pbx/markup/images/ic_filter_sm@2x.png);
  background-size: contain; }

.view-results:after {
  background: url(/ext_files/pbx/markup/images/ic_execute_sm@2x.png);
  background-size: contain; }

.result-datatable span {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #333333;
  line-height: 18px; }

.usage-total {
  color: #E50850; }

#reports_datatable_wrapper .row {
  margin: 0; }

@media only screen and (max-width: 800px) {
  #reports_datatable_wrapper .row:nth-child(2) {
    overflow-x: scroll; } }

#reports_datatable_wrapper .row {
  margin: 0; }

#reports_datatable_wrapper .col-sm-6,
#reports_datatable_wrapper .col-sm-12 {
  padding: 0; }

#reports_datatable_wrapper .row {
  margin: 0; }

@media only screen and (max-width: 800px) {
  #reports_datatable_wrapper .row:nth-child(2) {
    overflow-x: scroll; } }

#reports_datatable_wrapper .row {
  margin: 0; }

#reports_datatable_wrapper .col-sm-6,
#reports_datatable_wrapper .col-sm-12 {
  padding: 0; }

.title-reports-details.row {
  margin-top: 70px !important; }

.row-reports-details.row {
  margin-top: 20px; }

.row-reports-details.row.edit-filters-reports-details {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 0; }

div.dataTables_wrapper div.dataTables_filter input {
  background-color: #F4F6F9;
  color: #999999;
  border-radius: 4px;
  border: 0px; }

.col-reports-details .close-col {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }

.col-reports-details .close-col svg {
  fill: red;
  cursor: pointer; }

.col-reports-details .close-col {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  word-break: break-word; }

.col-reports-details .close-col span {
  padding-left: 5px; }

.align-right {
  text-align: right; }

.reports-details-overlay .container-overlay .row {
  margin-left: 0;
  margin-right: 0; }

.row-reports-details .col-reports-details {
  margin-top: 10px; }

.row-reports-details .col-reports-details {
  margin-top: 10px; }

.type-reports-details .col-reports-details .container-blue-btn {
  margin-top: 0;
  outline: 0; }

@media screen and (max-width: 992px) {
  .reports-details-overlay .container-overlay {
    padding: 0 5px; }
  .type-reports-details .col-reports-details .container-blue-btn {
    margin-top: 10px; }
  .type-reports-details .col-reports-details {
    margin-top: 10px; }
  .reports-details-overlay .select-full-background {
    margin-top: 10px; }
  .col-reports-details .container-black-btn {
    margin-top: 10px; } }

.select-full-background .custom-select .popover-container input {
  outline: 0;
  border: 0;
  width: 100%;
  padding: 5px 15px;
  text-align: left;
  border-radius: 5px;
  height: 35px;
  color: #008BCD; }

.col-reports-details .close-col {
  line-height: 14px; }

#reports_datatable {
  padding-top: 0;
  margin-top: 12px !important; }

#reports_datatable .title-datatable {
  padding-top: 20px;
  padding-bottom: 20px; }

.wrapper-my-reports .reports-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

@media only screen and (max-width: 768px) {
  .col-reports-details .container-black-btn,
  .col-reports-details .container-blue-btn:first-child {
    width: 100%; }
  .row-reports-details.row.edit-filters-reports-details {
    margin-top: 20px;
    padding: 0px 0px 20px; }
  .reports-details-overlay .button-edit-content .container-black-btn {
    width: 100%; }
  div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
    margin-top: 10px; }
  .edit-filters-reports-details .input-white-euro input {
    width: 100%; } }

.delete-report-overlay {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%; }

.container-reports-details .v-select.disabled .dropdown-toggle,
.container-reports-details .v-select.disabled .dropdown-toggle .clear,
.container-reports-details .v-select.disabled .dropdown-toggle input,
.container-reports-details .v-select.disabled .open-indicator,
.container-reports-details .v-select.disabled .selected-tag .close {
  background: none; }

.cost-analysis-b2b-btn {
  float: right; }

.active-cost-analysis .row-connection-group-ul {
  display: block; }

.active-cost-analysis .row-connection-group {
  margin-bottom: 0px !important; }

.totalAmount-cost-analysis {
  font-size: 22px;
  color: #008BCD;
  text-align: right;
  font-family: Manrope-SemiBold; }

.totalAmount-cost-analysis-submenu {
  font-size: 18px;
  color: #333333;
  text-align: right;
  font-family: Manrope-SemiBold; }

.amount-submenu-analysis {
  font-size: 16px;
  color: #333333;
  text-align: right;
  font-family: Manrope-SemiBold; }

.cost-analysis-limitless .svg-btn-connection-group {
  margin-left: 0px; }

.cost-analysis-limitless .svg-limitles {
  margin-top: 5px;
  margin-left: -3px;
  visibility: visible; }

.svg-limitles {
  visibility: hidden; }

.svg-btn-connection-group {
  margin-left: -3px;
  padding: 0px;
  display: -ms-flexbox;
  display: flex; }

.li-no-limitless svg {
  margin-left: 18px; }

@media screen and (max-width: 768px) {
  .svg-btn-connection-group {
    margin-left: 0px; }
  .cost-analysis-mobileview {
    padding: 0px;
    margin-left: 10px; }
  .line-height-mobileView {
    line-height: 15px;
    padding-left: 10px !important; }
  .svg-limitles {
    width: 18px !important;
    height: 18px !important; }
  .telephone-connection-group,
  .name-connection-group {
    display: block; }
  .totalAmount-cost-analysis {
    font-size: 18px; }
  .totalAmount-cost-analysis-submenu {
    font-size: 16px; }
  /*.li-no-limitless svg
	{
		margin-left: -4px;		
	}

	.li-no-limitless
	{
		padding-left: 18px;

	}*/
  .cost-analysis-limitless .svg-btn-connection-group {
    padding-left: 3px; }
  .wrapper-b2b-costAnalysis svg {
    width: 28px;
    height: 28px; }
  .change-summary-cost-analysis {
    padding: 0 5px; }
  .back-to-bills {
    font-size: 0px;
    padding-left: 10px;
    width: 42px; }
  .back-to-bills img {
    padding-right: 0px; }
  .pay-bill-top-line .col-right-one-self-care {
    padding-left: 10px; }
  .addons-container-top-line .col-left-one-self-care,
  .addons-container-top-line .col-right-one-self-care {
    padding-bottom: 0;
    padding-top: 0; } }

.wrapper-b2b-costAnalysis .row {
  margin-left: 0px;
  margin-right: 0px; }

.connection-group-b2b-arrow {
  cursor: pointer; }

.cost-analysis-groups svg {
  vertical-align: bottom; }

.active-cost-analysis .connection-group-b2b-arrow {
  transform: rotate(90deg); }

@media only screen and (min-width: 768px) {
  .row-detailed-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%; } }

.rd-title {
  line-height: 32px; }

.row-detailed-details {
  margin: 0; }

.class {
  padding: 0; }

.grey-child {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 18px; }

.col-detailed-details .rd-title {
  text-align: left; }

.col-detailed-details .rd-billnumber {
  text-align: left; }

.right-detailed {
  text-align: right; }

.col-detailed-details img {
  max-width: 35px;
  height: auto;
  cursor: pointer; }

.col-detailed-details {
  padding: 0; }

.wrapper-b2b-cost-analysis .connection-group-connections,
.wrapper-b2b-cost-analysis .svg-btn-connection-group {
  min-width: 60px;
  padding: 0; }

.wrapper-b2b-cost-analysis .totalAmount-cost-analysis {
  padding: 0; }

.wrapper-b2b-cost-analysis .svg-btn-connection-group svg {
  right: 10px; }

.wrapper-b2b-cost-analysis li .svg-btn-connection-group svg {
  width: auto; }

.cost-analysis-btn-more-dark span {
  float: right; }

.consumer-bill-overview .searchable {
  padding: 0 0 10px; }

.consumer-bill-overview .col-right-one-self-care {
  padding-top: 0px; }

.modal-window {
  display: none; }

.modal-window.active-modal {
  display: block; }

.wrapper-modal-filters-options {
  position: fixed;
  z-index: 1200;
  width: 100%;
  height: 100%; }

.container-modal-filters-options {
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 550px; }

.row.row-modal-filters-options {
  margin: 0; }

.filter-option-input {
  float: left; }

.filter-option-title {
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #333333; }

.title-modal-filters-options {
  font-size: 18px;
  color: #999999;
  padding-left: 15px;
  font-family: Manrope-SemiBold;
  font-weight: normal; }

.col-modal-filters-options {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 49%;
  margin: 10px 0; }

.row-filters-options-btn {
  margin: 20px 0; }

.col-modal-filters-options .checkmark {
  width: 20px;
  height: 20px;
  top: 3px; }

.col-modal-filters-options .container-checkbox .checkmark:after {
  left: 6px;
  top: 0px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.col-reports-details .close-col {
  font-family: Manrope-SemiBold;
  font-size: 12px;
  line-height: 14px;
  line-height: 30px;
  color: #333333;
  padding-right: 0;
  text-align: left; }

.container-modal-full {
  max-width: 440px;
  width: 100%; }

.edit-filters-reports-details .input-white-euro {
  overflow: hidden;
  border-radius: 5px;
  height: 38px;
  padding: 0px; }

.edit-filters-reports-details .input-white-euro input {
  height: 100%; }

.edit-filters-reports-details .input-white-euro:after {
  top: 11px; }

.rd-icons img {
  margin: auto 10px; }

.container-reports-details .type-reports-details .general-btn {
  padding: 6px 35px 6px 25px; }

.edit-filters-reports-details .general-btn {
  padding: 6px 35px 6px 20px; }

#reports_datatable_wrapper select.form-control.input-sm {
  line-height: 1;
  border: 0;
  height: 34px;
  background: url(/ext_files/pbx/markup/images/btn_collapse@2x.png) no-repeat right #F4F6F9;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position-x: 47px;
  background-size: 18px 18px;
  text-align: left;
  margin: 0 3px;
  outline: none !important;
  box-shadow: none;
  cursor: pointer; }

.edit-address-h2 {
  font-family: Manrope-Bold;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  margin: 0px; }

.edit-address-h3 {
  font-size: 12px;
  color: #000000;
  line-height: 15px;
  font-family: Manrope-Normal; }

.edit-address-h3 span {
  font-size: 12px;
  color: #008BCD !important; }

.edit-address-tile {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 10px 0; }

.row-edit-address.row {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.col-edit-address {
  padding: 0; }

.edit-address-texts {
  padding-left: 10px; }

.edit-address-text-title {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  font-family: Manrope-SemiBold; }

.edit-address-text-description {
  font-size: 14px;
  color: #6A6A6A;
  line-height: 16px;
  padding: 5px 0 10px 0;
  font-family: Manrope-Normal; }

.edit-address-text-address {
  font-family: Manrope-Bold;
  font-size: 12px;
  color: #008BCD;
  line-height: 14px; }

.edit-address-icon-left .home-icon.icon-address {
  background: url(/ext_files/pbx/markup/images/ic_address_home@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

.edit-address-icon-right .icon-edit-address {
  background: url(/ext_files/pbx/markup/images/btn_edit@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  float: right;
  cursor: pointer; }

.edit-address-icon-left .billing-icon.icon-address {
  background: url(/ext_files/pbx/markup/images/ic_address_billing@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

.edit-address-icon-left .legal-icon.icon-address {
  background: url(/ext_files/pbx/markup/images/ic_address_legal@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

.edit-address-icon-left .emergency-icon.icon-address {
  background: url(/ext_files/pbx/markup/images/ic_address_emergency@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

@media screen and (max-width: 768px) {
  .pay-bill-top-line {
    padding-left: 10px; } }

.street-container {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%; }

.form-field.street-field {
  width: 78%;
  height: 67px;
  float: left;
  padding-right: 10px; }

.form-field.street-number-field {
  width: 19%;
  height: 67px;
  float: left; }

.form-field.street-number-field input {
  padding-top: 19px;
  border-color: #E7E7E7; }

.margin-top-10.road-middle {
  display: none; }

.form-field.street-number-field .error-msg-red {
  position: absolute;
  max-width: 72px;
  line-height: 12px; }

.form-field.street-number-field {
  width: 20%; }

.col-editaddress.col-right-one-self-care {
  padding-top: 70px; }

@media screen and (max-width: 768px) {
  .col-editaddress.col-right-one-self-care {
    padding-top: 30px; } }

.summary-page-details-shipping-form .form-field.street-number-field .error-msg-red {
  position: unset; }

.myinput {
  display: block;
  width: 100%; }

.myinput:hover .myinput--support {
  border-color: #c1c7cd; }

.myinput--text {
  display: block;
  padding-bottom: 18px;
  margin-left: 5px; }

.myinput .myinput--support:before {
  position: absolute;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal; }

.myinput .myinput--field, .myinput .myinput--support {
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 5px 7px;
  font-size: 1px;
  line-height: 1.25;
  color: #464a4c;
  background-color: transparent;
  background-image: none;
  background-clip: padding-box;
  border-bottom: 1px solid #c1c7cd;
  position: relative; }

.myinput .myinput-support {
  position: absolute;
  right: 10px; }

.myinput--field:focus + .myinput--support {
  /*border-color: #037DE4;*/ }

.myinput--field:valid + .myinput--support {
  border-color: #4DD171; }

.myinput--field:valid + .myinput--support .myinput--helper:before {
  content: "Selected";
  color: #7d8a96; }

.myinput--field:valid + .myinput--support.en_US:before {
  content: "Completed";
  color: green; }

.myinput--field:valid + .myinput--support.el_GR:before {
  content: "Ολοκληρώθηκε";
  color: green; }

.myinput--field:invalid + .myinput--support.en_US:before {
  content: "Locate a file to upload"; }

.myinput--field:invalid + .myinput--support.el_GR:before {
  content: "Επίλεξε ένα αρχείο"; }

.myinput--field:invalid + .myinput--support .myinput--helper:before {
  content: url(/ext_files/pbx/markup/images/btn_upload.svg); }

.myinput--support {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center; }

.myinput--support:before {
  content: url(/ext_files/pbx/markup/images/btn_upload.svg);
  display: inline-block;
  color: #9fa8b2;
  width: 1.2rem;
  height: 1.2rem;
  margin: -0.5rem 0.5rem -0.5rem -0.2rem;
  transition: color .15s ease-in-out,box-shadow .15s ease-in-out; }

.myinput--helper:before {
  font-weight: 200;
  color: #9fa8b2;
  content: "";
  position: absolute;
  right: 0;
  top: -14px; }

.myinput--file {
  cursor: pointer; }

.myinput--file input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0; }

.account-settings-tile {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 4px;
  margin: 5px 0; }

.account-settings-h2 {
  font-size: 16px;
  line-height: 18px;
  color: #333333; }

.account-settings-h3 {
  font-size: 12px;
  color: #000000;
  line-height: 15px; }

.account-settings-h3 span {
  font-size: 12px;
  color: #008BCD !important; }

.row-account-settings.row {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.col-account-settings {
  padding: 0; }

.account-settings-texts {
  padding-left: 10px; }

.account-settings-text-title {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  font-family: Manrope-SemiBold; }

.account-settings-text-description {
  font-size: 14px;
  color: #6A6A6A;
  line-height: 16px;
  padding: 5px 0 0;
  font-family: Manrope-Normal; }

.account-settings-text-det {
  font-family: Manrope-Bold;
  font-size: 12px;
  color: #008BCD;
  line-height: 14px;
  padding-top: 10px; }

.account-settings-text-det:empty {
  padding-top: 0px; }

.account-settings-icon-right .icon-account-settings {
  background: url(/ext_files/pbx/markup/images/btn_edit@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  float: right; }

.account-settings-icon-right .icon-account-settings.rightarrow {
  background: url(/ext_files/pbx/markup/images/btn_expandgrey@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  float: right; }

.container-account-settings h2 {
  color: #333333;
  font-size: 22px;
  line-height: 28px;
  margin: 20px 0 10px;
  padding: 0;
  font-family: Manrope-Bold;
  padding-top: 10px; }

.completed-tile {
  margin: 50px 0; }

.consumer.account-settings .col-right-one-self-care {
  padding-top: 55px; }

@media (max-width: 768px) {
  .consumer.account-settings .col-right-one-self-care {
    padding-top: 10px; } }

.container-account-settings .banner-bill-settings.row {
  padding: 20px 0; }

.wrapper-support-page .banner-image img {
  cursor: pointer; }

.support-page-h2 {
  font-family: Manrope-Bold;
  font-size: 22px;
  line-height: 28px;
  color: #333333; }

.support-page-h3 {
  font-size: 12px;
  color: #000000;
  line-height: 15px; }

.support-page-h3 span {
  font-size: 12px;
  color: #008BCD !important; }

.support-page-tile {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 10px 0; }

.row-support-page.row {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.col-support-page {
  padding: 0; }

.support-page-texts {
  padding-left: 10px; }

.support-page-text-title {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  font-family: Manrope-SemiBold; }

.support-page-text-description {
  font-size: 14px;
  color: #6A6A6A;
  line-height: 16px;
  padding: 5px 0 10px 0;
  font-family: Manrope-Normal; }

.support-page-text-address {
  font-weight: bold;
  font-size: 12px;
  color: #008BCD;
  line-height: 14px; }

.support-faq .support-page-icon-left .icon-support {
  background: url(/ext_files/pbx/markup/images/ic_more_faq@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

.support-need-help .support-page-icon-left .icon-support {
  background: url(/ext_files/pbx/markup/images/ic_more_help@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

.support-customer-service .support-page-icon-left .icon-support {
  background: url(/ext_files/pbx/markup/images/ic_more_cs@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

.support-wind-stores .support-page-icon-left .icon-support {
  background: url(/ext_files/pbx/markup/images/ic_more_stores@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

.support-page-icon-right .icon-support-page {
  background: url(/ext_files/pbx/markup/images/btn_expandgrey@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  float: right; }

.my-wind-app .banner-image img {
  width: 100%;
  height: auto;
  border-radius: 4px; }

.avatar-header-mobile {
  display: none; }

@media screen and (max-width: 768px) {
  .container-support-page {
    padding-top: 50px; }
  .support-page .avatar-header-mobile {
    text-align: center;
    display: block;
    padding-top: 15px;
    padding-bottom: 20px; }
  .support-page .first-letters-avatar-header, .support-page .logo-cursor {
    display: block;
    margin: 0; }
  .support-page .logo-cursor {
    font-family: Manrope-SemiBold;
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding-top: 10px; }
  .support-page .first-letters-avatar-header {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 8px 0px;
    text-align: center;
    font-family: Manrope-Bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 34px;
    margin: 0 auto; } }

.offers-page-h2 {
  font-family: Manrope-SemiBold;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 0px; }

.offers-page-h3 {
  font-size: 12px;
  color: #6A6A6A;
  line-height: 15px;
  font-family: Manrope-Normal; }

.offers-page-h3 span {
  font-size: 12px;
  color: #008BCD !important; }

.offers-page-tile {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 10px 0; }

.row-offers-page.row {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.col-offers-page {
  padding: 0; }

.banner-offers-container {
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 6px 0px #dddddd;
  overflow: hidden;
  margin-bottom: 40px; }

.banner-offers-image {
  position: relative; }

.banner-offers-container img {
  width: 100%;
  height: auto; }

.banner-offers-container .banner-offers-text-onimg {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  padding: 0 20px 10px 10px; }

.banner-offers-container .banner-offers-text-onimg .row-offers-page.row {
  -ms-flex-align: end;
      align-items: flex-end; }

.banner-offers-container .banner-offers-text-onimg p {
  padding-left: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  font-family: Manrope-SemiBold; }

.offers-page-cta {
  text-align: right; }

.offers-page-price {
  font-size: 16px;
  color: #008BCD;
  font-family: Manrope-Bold;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }

.offers-page-text {
  font-size: 14px;
  color: #6A6A6A;
  line-height: 16px;
  padding-bottom: 20px;
  font-family: Manrope-Normal; }

.banner-offers-info {
  padding: 20px;
  border-bottom: 1px solid #ebebeb; }

.banner-offers-info:last-of-type {
  border-bottom: 0; }

.offers-page-price:before {
  background: url(/ext_files/pbx/markup/images/ic_price@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute; }

.offers-page-price p {
  margin-left: 30px;
  margin-top: 12px; }

@media (max-width: 768px) {
  .offers-page-cta .general-btn.pink-btn {
    padding: 8px 14px; } }

.my-offers h2 {
  font-family: Manrope-Bold;
  color: #333333;
  font-size: 22px;
  line-height: 28px;
  margin: 20px 0 10px;
  padding: 0; }

.offer-history-left-side .description-customer-code {
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #008BCD; }

.offers-history .container-customer-codes {
  padding-top: 50px; }

@media screen and (max-width: 768px) {
  .banner-offers-container .general-btn {
    padding: 6px 30px; }
  .offers-history .container-customer-codes {
    padding-top: 0px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    overflow: auto; }
  .content-customer-code {
    padding-right: 15px; }
  .content-customer-code {
    display: -ms-flexbox;
    display: flex; }
  .offer-history-left-side .text-customer-code,
  .offer-history-left-side .icon-customer-code img {
    margin: 0 auto;
    text-align: center; }
  .description-customer-code {
    display: none; }
  .header-customer-code {
    position: relative;
    padding: 5px 0px; }
  .active-customer-code .header-customer-code:after {
    content: "";
    background: #008BCD;
    position: absolute;
    left: 35%;
    top: 100%;
    height: 3px;
    width: 25px; }
  .completed-tile {
    margin-top: 0px; }
  .pay-bill-top-line .back-to-bills {
    padding-left: 0px;
    padding-right: 0px; } }

.banners-offers-xs.banner-offers-container {
  background: transparent;
  box-shadow: none; }

.offers-data-newtext {
  color: black;
  font-family: Manrope-Normal;
  font-size: 16px;
  line-height: 18px;
  padding: 5px 0 0 0; }

.topup-h2 {
  font-family: Manrope-SemiBold;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 0px; }

.topup-h3 {
  font-size: 12px;
  color: #000000;
  line-height: 15px; }

.topup-h3 span {
  font-size: 12px;
  color: #008BCD !important; }

.topup-tile {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 10px 0; }

.row-topup.row {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.col-topup {
  padding: 0; }

.topup-right {
  font-size: 16px;
  color: #008BCD;
  font-family: Manrope-Bold;
  text-align: right;
  margin-right: 5px; }

.topup-tile {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 10px 0; }

.topup-h3 {
  font-size: 12px;
  color: #000000;
  line-height: 15px;
  font-family: Manrope-Normal; }

.topup-h3 span {
  font-size: 12px;
  color: #008BCD !important;
  font-family: Manrope-Normal; }

.topup-tile {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 10px 0; }

.row-topup.row {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.col-topup {
  padding: 0; }

.topup-texts {
  padding-left: 10px; }

.topup-text-title {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  font-family: Manrope-SemiBold; }

.topup-text-description {
  font-size: 14px;
  color: #6A6A6A;
  line-height: 16px;
  padding: 5px 0 10px 0;
  font-family: Manrope-Normal; }

.topup-text-det {
  font-weight: bold;
  font-size: 12px;
  color: #008BCD;
  line-height: 14px; }

.topup-right {
  padding-right: 20px; }

.topup-right:after {
  content: "";
  position: absolute;
  background-image: url(/ext_files/pbx/markup/images/ic_price_topup@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  padding-left: 2px;
  cursor: pointer;
  margin-left: 5px; }

.table-history-payment .row-table {
  background-color: #FFFFFF;
  border-radius: 4px; }

.table-history-payment {
  padding: 5px 0; }

.row.row-table {
  margin: 0; }

.col .col-table {
  padding: 0; }

.row-history-payments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  overflow: hidden; }

.row-history-payments .icon-status {
  text-align: center; }

.row-history-payments .icon-status img {
  max-width: 30px;
  margin-left: 2px;
  margin: 0 auto; }

.row-history-payments .date-payment {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 20px;
  text-align: center;
  padding: 2px 8px;
  font-size: 14px;
  display: inline-block; }

.status-hp-paid .date-payment {
  background-color: #17b169;
  color: #FFFFFF;
  font-family: Manrope-SemiBold; }

.icon-status {
  position: relative; }

.row-history-payments .icon-status:before {
  width: 2px;
  height: 100%;
  background-color: #999999;
  content: '';
  margin: 0 auto;
  position: absolute;
  top: -100%;
  left: 50%; }

.row-history-payments .icon-status:after {
  width: 2px;
  height: 100%;
  background-color: #999999;
  content: '';
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 50%; }

.row-history-payments:first-of-type .icon-status:before {
  display: none; }

.row-history-payments:last-of-type .icon-status:after {
  display: none; }

.row-history-payments:nth-last-of-type(2) .icon-status:after {
  display: none; }

.icon-status:after:last-of-type {
  display: none; }

.price-hp {
  font-size: 26px;
  color: #333333;
  font-family: Manrope-SemiBold;
  word-break: break-word; }

.method-hp-header, .code-hp-header {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  font-family: Manrope-SemiBold;
  margin: 0; }

.method-hp-title, .code-hp-title {
  font-size: 12px;
  line-height: 15px;
  color: #6A6A6A;
  font-family: Manrope-Normal;
  margin: 0; }

.icon-info-hp {
  text-align: right; }

.icon-info-hp img {
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin-right: 10px; }

.hp-container {
  padding: 0 15px; }

.hp-container .col-table {
  padding: 15px 0; }

.paid-stat {
  display: none; }

.status-hp-paid .paid-stat {
  display: block; }

.font-bold {
  font-family: Manrope-Bold; }

@media (max-width: 992px) {
  .row-history-payments-mob {
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 10px 0;
    margin: 10px 0; }
  .row-history-payments-mob .row {
    width: 100%;
    margin: 0; }
  .col-mob-d {
    padding: 0; }
  .price-hp {
    text-align: right; } }

.container-modal-full {
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 10px 10px; }

.container-modal-full .row {
  margin: 0; }

.mod-price, .mod-issue, .mod-exp, .mod-bill-number {
  padding: 0;
  text-align: left; }

.mod-title {
  font-size: 18px;
  color: #999999;
  line-height: 20px;
  padding-bottom: 10px;
  font-family: Manrope-SemiBold;
  padding-bottom: 36px;
  padding-left: 20px; }

.mod-price {
  font-size: 26px;
  color: #333333;
  font-family: Manrope-Bold; }

.mod-issue-1 {
  line-height: 20px;
  font-size: 16px;
  color: #333333;
  font-family: Manrope-SemiBold; }

.mod-issue-2 {
  line-height: 15px;
  font-size: 12px;
  color: #6A6A6A;
  font-family: Manrope-SemiBold; }

.mod-exp-1 {
  line-height: 18px;
  font-size: 16px;
  color: #333333;
  font-family: Manrope-SemiBold; }

.mod-exp-2 {
  line-height: 14px;
  font-size: 12px;
  color: #6A6A6A;
  font-family: Manrope-SemiBold; }

.mod-bill-number-1 {
  line-height: 18px;
  font-size: 16px;
  color: #333333;
  font-family: Manrope-SemiBold; }

.mod-bill-number-2 {
  line-height: 14px;
  font-size: 12px;
  color: #6A6A6A;
  font-family: Manrope-SemiBold; }

.container-modal-full {
  position: relative; }

.v-popover .trigger {
  outline: 0 !important; }

.wrapper-payments-history {
  padding-top: 60px; }

@media (max-width: 992px) {
  .wrapper-payments-history {
    padding-top: 10px; }
  .row-history-payments-mob {
    padding: 15px 0; }
  .code-hp-title {
    color: #999999;
    margin-bottom: 10px;
    display: block; } }

.container-graphs-vertical {
  background-color: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  position: relative; }

.graph-h2 {
  font-size: 22px;
  color: #333333;
  line-height: 28px;
  padding-left: 0px;
  font-family: Manrope-Bold; }

.select-graphs {
  padding: 10px 0 10px 20px; }

.select-graphs .select-selected {
  background-color: #ebebeb;
  border: 0; }

.row-graphs.row {
  margin: 0; }

.col-graphs {
  padding: 0; }

.row-choices.row {
  margin: 0;
  padding: 10px 0 10px 20px; }

.col-graphs-choice {
  color: #999999;
  text-align: right;
  padding: 0 10px;
  font-family: Manrope-SemiBold;
  font-size: 14px; }

.col-graphs-choice svg {
  margin-bottom: -10px; }

.col-graphs-choice .active {
  color: #333333; }

.graph-line {
  height: 20px;
  width: 80%;
  position: relative; }

.graph-line .line {
  height: 20px;
  width: 0;
  background-color: #008BCD;
  position: absolute; }

.graph-stat {
  position: absolute;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.graph-row-vert.row {
  margin: 0;
  padding: 7px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.left-graph-title {
  text-align: right;
  font-size: 16px;
  font-family: Manrope-SemiBold;
  line-height: 20px;
  color: #333333;
  padding-right: 10px; }

.left-graph-subtitle {
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  color: #6A6A6A;
  padding-right: 10px;
  font-family: Manrope-Normal; }

.col-row-vert {
  padding: 0; }

.graph-stat .stat {
  font-family: Manrope-Bold;
  color: #333333;
  padding-left: 4px; }

.graph-stat .price {
  color: #6A6A6A;
  padding-left: 4px;
  font-family: Manrope-Normal;
  line-height: 18px; }

.graph-vertical-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/ext_files/pbx/markup/images/graph-line-bg_mob.jpg);
  background-repeat: repeat;
  opacity: .15;
  margin-top: 50px;
  margin-left: 28%; }

@media (max-width: 992px) {
  .left-graph-title {
    text-align: left;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left; }
  .left-graph-subtitle {
    text-align: left; }
  .graph-vertical-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/ext_files/pbx/markup/images/graph-line-bg_mob.jpg);
    background-repeat: repeat;
    opacity: .15;
    margin-top: 130px;
    margin-left: 0%; }
  .select-graphs {
    padding: 10px; } }

.stat-with-data {
  display: none; }

.active-sorting .stat-with-data {
  display: block; }

.stat-without-data {
  display: block; }

.active-sorting .stat-without-data {
  display: none; }

.sorting-graph {
  cursor: pointer; }

.sorting-graph svg {
  border-radius: 50%; }

.sorting-graph.active svg {
  background-color: #008BCD;
  border-radius: 50%;
  transition: .25s; }

.sorting-graph.active #Icon {
  fill: #FFFFFF; }

@media only screen and (max-width: 992px) {
  .col-row-vert {
    padding: 0;
    width: 100%;
    display: inline-block; }
  .left-graph-title {
    line-height: 18px; }
  .left-graph-subtitle {
    line-height: 20px; } }

.col-graphs .searchable {
  margin: 10px 0 0 10px; }

.container-graphs-vertical {
  overflow: hidden; }

.col-graphs-choice a {
  margin: auto 8px;
  cursor: pointer; }

.wrappers-graphs-vertical .v-select .dropdown-toggle {
  padding: 0px; }

.wrappers-graphs-vertical .vs__selected-options .selected-tag {
  font-size: 12px;
  color: #6A6A6A;
  font-family: Manrope-SemiBold; }

.row-graphs.row.graph-sorting-or-not {
  margin-bottom: 30px; }

.row-bill-graphs-distance {
  margin-bottom: 20px; }

@media (max-width: 768px) {
  .col-graphs .searchable {
    margin: 10px; }
  .graph-row-vert.row .col-row-vert:first-of-type {
    width: auto; }
  .left-graph-title {
    display: block; } }

.row-balance {
  margin: 0; }

.col-balance {
  padding: 0; }

.remaining-title {
  font-size: 32px;
  line-height: 34px;
  color: #333333;
  text-align: left;
  margin: 0;
  font-family: Manrope-Bold; }

.remaining-sub-title {
  font-size: 12px;
  line-height: 14px;
  color: #6A6A6A;
  text-align: left;
  margin: 0;
  font-family: Manrope-Normal; }

.last-update-balance {
  font-size: 14px;
  color: #6A6A6A;
  text-align: right;
  font-family: Manrope-Normal; }

.last-update-balance span {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #151515;
  text-align: right;
  line-height: 18px; }

.header-balance h2 {
  font-size: 22px;
  color: #333333;
  line-height: 24px;
  font-family: Manrope-Bold; }

.row-balance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin: 10px 0; }

.tile-balance.row {
  margin: 0; }

.tile-col-balance {
  padding: 0; }

.row-balance-header {
  background-color: transparent; }

/*start for semi circle chart*/
.circle-background {
  stroke: #efefef; }

.circle-chart {
  stroke: #008BCD;
  stroke-dashoffset: 0;
  animation: dash .25s linear forwards;
  -webkit-animation: dash .5s linear forwards;
  -ms-animation: dash .5s linear forwards; }

.talktime .circle-chart {
  stroke: #E50850; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

.semi-circle-chart {
  position: relative;
  width: 150px;
  height: 120px; }

.semi-circle-chart .chart-svg {
  position: absolute;
  top: 0;
  left: 0; }

.chart-price {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: Manrope-Normal;
  font-size: 12px;
  color: #333333;
  text-align: center; }

@media screen and (max-width: 992px) {
  .chart-price {
    position: relative;
    left: 0;
    transform: translate(-50%, -50%);
    text-align: center;
    transform: none; }
  .addons-container .wrapper-remaining-balance .added-text-chart {
    bottom: 0px  !important; }
  .container-remaining-balance [id*='addon_'] .balance-chart {
    top: 65px; }
  .addon_chart-text.chart-price {
    top: 25px; } }

.chart-final-price {
  font-family: Manrope-Bold;
  font-size: 38px;
  color: #333333;
  width: 100% !important; }

.chart-from-price-text {
  font-size: 12px;
  font-family: Manrope-Normal;
  color: #333333; }

.added-text-chart {
  text-align: center;
  color: #6A6A6A;
  position: absolute;
  bottom: -40px !important;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  font-family: Manrope-Normal;
  font-weight: normal; }

/*end for semi circle chart*/
.semi-circle-chart {
  position: relative;
  width: 150px;
  height: 120px; }

.semi-circle-chart .chart-svg {
  position: absolute;
  top: -20px;
  left: -13px; }

.title-balance {
  padding-left: 10px; }

.tile-balance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #EDEDED; }

.tile-plus-chart {
  padding-bottom: 20px; }

.tile-balance-title {
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  margin: 0;
  font-family: Manrope-SemiBold; }

.tile-balance-exp {
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  margin: 0;
  font-family: Manrope-Normal; }

.tile-text-center {
  text-align: center;
  font-family: Manrope-Bold;
  font-size: 38px;
  color: #333333;
  text-align: center; }

.tile-balance.row {
  padding: 20px 0; }

.tile-balance.row .plus-before {
  width: 18px;
  height: 18px; }

.sms-balance .pink-btn {
  max-width: 120px;
  margin: 0 auto;
  text-align: center; }

.row.row-balance .tile-balance:last-of-type {
  border-bottom: 0; }

@media only screen and (max-width: 992px) {
  .row.row-balance {
    display: block; }
  .col-balance {
    padding-left: 10px; }
  .col-balance .title-balance {
    padding-top: 10px;
    padding-left: 0; }
  .tile-col-balance.tile-text-center {
    text-align: right; }
  .header-balance h2 {
    margin: 0; }
  .semi-circle-chart svg {
    display: none; }
  .semi-circle-chart {
    float: right; }
  .added-text-chart {
    bottom: 0; }
  .tile-col-balance.tile-text-center {
    text-align: right;
    padding-right: 10px; } }

.mobile-chart {
  background-color: #ebebeb;
  height: 5px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  top: 50px; }

.mobile-chart span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #008BCD;
  border-radius: 5px; }

.blue-text-class {
  color: #008BCD; }

.black-text-class {
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  font-family: Manrope-SemiBold; }

@media screen and (max-width: 768px) {
  .last-update-balance {
    text-align: left; }
  .last-update-balance span {
    font-family: Manrope-Normal;
    font-size: 12px;
    color: #6A6A6A; }
  .container-remaining-balance {
    margin-bottom: 40px; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .container-remaining-balance .balance-chart {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; } }

@media screen and (max-width: 768px) {
  .container-remaining-balance .balance-chart {
    top: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; } }

@media screen and (max-width: 768px) {
  .total-amount-charts-balance {
    top: 0px;
    position: absolute;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: center; }
  .tile-balance-title {
    padding-top: 5px; }
  p.tile-balance-title.addon_chart-text {
    padding-top: 15px; } }

@media (min-width: 700px) and (max-width: 990px) {
  .addons-container .wrapper-remaining-balance .added-text-chart {
    bottom: -20px !important; } }

@media (min-width: 768px) and (max-width: 993px) {
  .container-remaining-balance .balance-chart {
    top: 30px; } }

.total-amount-charts-balance {
  padding-top: 15px; }

@media (min-width: 769px) and (max-width: 993px) {
  .chart-price {
    top: -20px; } }

.addon-row.row.tile-balance {
  margin: 10px 0; }

.addons-parent-div {
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.row-addons {
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF; }

.addons-parent-div .title-addons {
  font-size: 16px;
  color: #333333;
  font-family: Manrope-SemiBold;
  line-height: 26px;
  display: inline-block; }

.addons-parent-div .active-addons-details {
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  font-family: Manrope-Bold;
  padding: 3px; }

.master-title-addons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.active-addons-background {
  background-image: linear-gradient(-269deg, #008BCD 0%, #1AA2E3 100%);
  border-radius: 4px;
  width: 63px;
  height: 20px;
  display: inline-block;
  margin-left: 10px; }

.addons-parent-div .paragraph-addons {
  font-size: 14px;
  color: #6A6A6A;
  line-height: 16px;
  padding-top: 5px;
  font-family: Manrope-Normal; }

.addons-parent-div .details-addons {
  display: inline-block; }

.addons-svg-text {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px; }

.addons-parent-div .details-addons-text {
  font-size: 12px;
  color: #333333;
  padding-left: 5px;
  font-family: Manrope-Normal; }

.addons-total {
  display: inline-block; }

.addonts-total-text {
  font-size: 16px;
  color: #008BCD;
  text-align: right;
  font-family: Manrope-Bold; }

.active-addons-background {
  visibility: hidden; }

.active-addons .active-addons-background {
  visibility: visible; }

@media screen and (max-width: 768px) {
  .addons-parent-div {
    -ms-flex-align: end;
        align-items: flex-end;
    padding: 0 10px; }
  .addons-container .col-right-one-self-care {
    padding: 0 10px; }
  .addons-container .content-b2b-title {
    margin: 0px;
    font-size: 14px;
    line-height: 18px; } }

.connection-beneftis-title {
  font-size: 22px;
  color: #333333;
  font-family: Manrope-Bold; }

.row-benefits {
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF; }

.bundles-benefits .bundles--data {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  font-family: Manrope-SemiBold; }

.bundles-benefits .bundles--title {
  display: block;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 16px;
  font-family: Manrope-Normal; }

.bundles-benefits {
  padding: 0 0 0 20px; }

.benefits-parent-div {
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

@media screen and (min-width: 992px) {
  .connection-beneftis-title {
    margin-top: 60px; } }

.addons-container-top-line {
  background-color: #FFFFFF; }

.addons-container-top-line .col-left-one-self-care,
.addons-container-top-line .col-right-one-self-care {
  padding: 20px 5px 0 5px; }

@media screen and (max-width: 768px) {
  .benefits-parent-div {
    padding: 0 10px; }
  .bundles-benefits {
    padding: 0; }
  .addons-container-top-line {
    padding-left: 10px; } }

.m15 {
  margin-top: 25px; }

.viz {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF; }

.arcChart-background {
  fill: #dddddd; }

.arcChart-foreground {
  fill: #008BCD; }

.warning-chart .arcChart-foreground {
  fill: #E50850; }

.arcChart-amount {
  font-weight: 25px; }

.arcChart-amount {
  font-weight: bold !important;
  font-size: 38px !important;
  color: #333333; }

.arcChart-amount {
  display: none; }

.chart-from-price, .chart-from-price-text {
  font-weight: normal; }

.chart-from-price-text {
  position: relative;
  top: -10px; }

.connection-options-page-text-title {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  font-family: Manrope-SemiBold; }

.connection-options-page-h2 {
  font-family: Manrope-Bold;
  font-size: 22px;
  line-height: 18px;
  color: #333333;
  font-weight: normal; }

.connection-options-page-tile {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 10px 0; }

.connection-options-benefits .connection-options-icon-left .icon-connection-options {
  background: url(/ext_files/pbx/markup/images/ic_services_about@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

.connection-options-block-sim .connection-options-icon-left .icon-connection-options {
  background: url(/ext_files/pbx/markup/images/ic_services_sim@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

.connection-options-view-puk .connection-options-icon-left .icon-connection-options {
  background: url(/ext_files/pbx/markup/images/ic_services_puk@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

.connection-options-manage-roaming .connection-options-icon-left .icon-connection-options {
  background: url(/ext_files/pbx/markup/images/ic_services_roaming@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

.row-connection-options-page.row {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.col-connection-options-page {
  padding: 0; }

.connection-options-page-texts {
  padding-left: 10px; }

.connection-options-page-text-description {
  font-size: 14px;
  color: #6A6A6A;
  line-height: 16px;
  padding: 5px 0 10px 0;
  font-family: Manrope-Normal; }

.connection-options-page-icon-right .icon-connection-options-page {
  background: url(/ext_files/pbx/markup/images/btn_expandgrey@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  float: right; }

.row-submenu-connection-group {
  display: none; }

.row-connection-group-ul {
  display: none; }

.active-cost-analysis .row-connection-group-ul {
  display: none; }

.cost-analysis-groups.active-cost-analysis .row-connection-group ~ .row-connection-group-ul {
  display: block; }

.cost-analysis-groups.active-cost-analysis .row-submenu-connection-group {
  display: -ms-flexbox;
  display: flex; }

.active-cost-analysis .row-submenu-connection-group.opened ~ .row-connection-group-ul {
  display: block; }

.cost-analysis-groups.active-cost-analysis .row-submenu-connection-group svg {
  transform: rotate(0deg); }

.cost-analysis-groups.active-cost-analysis .row-submenu-connection-group.opened svg {
  transform: rotate(90deg); }

.svg-btn-connection-group svg {
  transform: rotate(0deg) !important; }

.tooltip-inner.popover-inner .row-details-menu.row .col-details-menu.details-menu-text {
  margin-top: -6px; }

.tooltip-inner.popover-inner .row-details-menu.row {
  margin-top: 5px; }

.tooltip-inner.popover-inner .row-details-menu.row {
  cursor: pointer; }

.active-connection-groups .row-connection-group-ul {
  display: none; }

.connection-groups.active-connection-groups .row-connection-group ~ .row-connection-group-ul {
  display: block; }

.connection-groups.active-connection-groups .row-submenu-connection-group {
  display: block; }

.active-connection-groups .row-submenu-connection-group.opened ~ .row-connection-group-ul {
  display: block; }

.connection-groups.active-connection-groups .row-submenu-connection-group svg {
  transform: rotate(0deg); }

.connection-groups.active-connection-groups .row-submenu-connection-group.opened svg {
  transform: rotate(90deg); }

.svg-btn-connection-group svg {
  transform: rotate(0deg) !important; }

.connection-groups.active-connection-groups .row-submenu-connection-group {
  display: -ms-flexbox;
  display: flex; }

.active-cost-analysis .row-connection-group-ul {
  display: none; }

.connection-groups.active-connection-groups .row-submenu-connection-group.opened ~ .row-connection-group-ul {
  display: block; }

.connection-groups.active-connection-groups .row-submenu-connection-group ~ .row-connection-group-ul {
  display: none; }

.connection-groups.active-connection-groups .row-submenu-connection-group ~ .row-connection-group-ul {
  display: none; }

.row.row-submenu-connection-group svg {
  transform: rotate(0deg); }

.row.row-submenu-connection-group.opened svg {
  transform: rotate(90deg); }

h2 {
  font-family: Manrope-Bold;
  font-size: 22px;
  color: #333333;
  line-height: 26px;
  font-weight: normal; }

.title--top-up, .des--top-up {
  padding-left: 10px; }

.description-customer-code {
  color: #008BCD;
  white-space: nowrap;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis; }

.dropdown-grey .dropdown-toggle, .dropdown-multi-grey .dropdown-toggle {
  background-color: #EDEDED;
  border: 0; }

.dropdown-grey .clear {
  display: none; }

.dropdown-grey input {
  cursor: pointer; }

.dropdown-bottom-line .dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.dropdown-bottom-line .clear {
  display: none; }

.dropdown-bottom-line input {
  cursor: pointer; }

.dropdown-white .dropdown-toggle, .dropdown-multi-white .dropdown-toggle {
  background-color: #FFFFFF;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.dropdown-white .clear {
  display: none; }

.dropdown-white input {
  cursor: pointer; }

@media only screen and (max-width: 768px) {
  .icon-customer-code {
    float: left; }
  .description-customer-code {
    display: block; }
  .pay-bill-side {
    margin: 10px auto;
    text-align: center; }
  .pay-bill-side a {
    margin: 0 auto;
    text-align: center;
    max-width: 200px; }
  .active-customer-code .header-customer-code:after {
    content: "";
    background: #008BCD;
    position: absolute;
    left: 35%;
    top: 100%;
    height: 0px;
    width: 25px; } }

.banner-pay-bill .col-md-9, .banner-pay-bill .col-sm-9, .banner-pay-bill .col-xs-12 {
  padding: 0; }

.dropdown-grey .dropdown-toggle, .dropdown-multi-grey .dropdown-toggle {
  background-color: #EDEDED !important;
  border: 0 !important; }

.dropdown-grey .clear {
  display: none !important; }

.dropdown-grey input {
  cursor: pointer !important; }

.dropdown-bottom-line .dropdown-toggle {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }

.dropdown-bottom-line .clear {
  display: none !important; }

.dropdown-bottom-line input {
  cursor: pointer !important; }

.dropdown-white .dropdown-toggle, .dropdown-multi-white .dropdown-toggle {
  background-color: #ffffff !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }

.dropdown-white .clear {
  display: none !important; }

.dropdown-white input {
  cursor: pointer !important; }

.input-white {
  border-radius: 5px;
  font-size: 16px;
  color: #6A6A6A;
  padding: 5px 30px;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 0px;
  text-shadow: 0;
  font-family: Manrope-SemiBold; }

.dropdown-toggle {
  width: 100%; }

.dropdown-toggle {
  width: 100% !important; }

.dropdown-bottom-line .selected-tag {
  color: blue; }

.reports-details-overlay .vs__selected-options .selected-tag {
  background-color: transparent;
  border: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  float: left; }

.reports-details-overlay .vs__selected-options {
  overflow: hidden;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.reports-details-overlay .v-select .vs__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 0 10px 0 10px; }

.general-blocka-page-tile {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 10px 0; }

.row-general-blocka-page.row {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.col-general-blocka-page {
  padding: 0; }

.general-blocka-name-class .general-blocka-icon-left .icon-general-blocka {
  background: url(/ext_files/pbx/markup/images/ic_services_about@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

.general-blocka-page-texts {
  padding-left: 10px !important; }

.col-general-blocka-page {
  padding: 0; }

.general-blocka-page-text-title {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  font-family: Manrope-SemiBold; }

.general-blocka-page-text-description {
  font-size: 14px;
  color: #6A6A6A;
  line-height: 16px;
  padding: 5px 0 10px 0;
  font-family: Manrope-Normal; }

.general-blocka-page-text-description {
  font-size: 14px;
  color: #6A6A6A;
  line-height: 16px;
  padding: 5px 0 10px 0;
  font-family: Manrope-Normal; }

.col-general-blocka-page {
  padding: 0; }

.general-blocka-page-icon-right .icon-general-blocka-page {
  background: url(/ext_files/pbx/markup/images/btn_expandgrey@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  float: right; }

.wrapper-bills-overview .pay-bill-description {
  padding-bottom: 20px; }

.wrapper-bills-overview .pay-bill-btn {
  max-width: 200px;
  float: right; }

.adding-pay-bill.row {
  margin: 20px 0;
  background-color: #FFFFFF;
  border-radius: 5px; }

.adding-pay-bill-content {
  padding: 20px 0 20px 10px;
  border-right: 1px solid #ebebeb;
  position: relative; }

.adding-pay-bill-content:after {
  content: url(/ext_files/pbx/markup/images/btn_copy.svg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  cursor: pointer; }

.adding-pay-bill-content:last-of-type:after {
  content: ""; }

.adding-pay-bill-content:last-of-type {
  border-right: 0; }

.center-pngs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto; }

.center-pngs div {
  margin: 0 5px;
  height: 36px; }

.center-pngs img {
  max-width: 35px;
  height: auto; }

.bill-overview-tile h2 {
  color: #333333;
  font-size: 22px;
  line-height: 28px;
  font-family: Manrope-Bold;
  margin: 20px 0 10px;
  padding: 0; }

.bill-overview-table {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 0 10px;
  margin: 20px 0; }

.bill-overview-row {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb; }

.bill-overview-content {
  padding: 0; }

.bill-overview-row:last-of-type {
  border-bottom: 0; }

@media only screen and (max-width: 768px) {
  .connection-group .col-left-one-self-care {
    padding-bottom: 0px; } }

.pdf-only-mobile {
  float: right;
  width: 42px; }

.pdf-only-mobile img {
  max-width: 32px;
  height: auto;
  width: 100%;
  padding-right: 0; }

.wrapper-b2b-bill-summary .row {
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 4px; }

.master-title-bill-summary {
  font-family: Manrope-Bold;
  font-size: 20px;
  color: #333333;
  line-height: 25px; }

.master-price-bill-summary {
  font-family: Manrope-Bold;
  font-size: 26px;
  color: #333333;
  text-align: right; }

.titles-descr-bill-summary {
  font-family: Manrope-Bold;
  font-size: 12px;
  color: #008BCD;
  line-height: 18px; }

.col-bill-summary {
  padding-left: 0px;
  padding-right: 0px; }

.xreoseis-pagion {
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-top: 5px; }

.row-bill-summary {
  margin: 0px;
  padding: 15px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF; }

.sub-title-bill-summary {
  font-family: Manrope-SemiBold;
  font-size: 8px;
  color: #000000;
  line-height: 10px; }

.titles-descr-bill-summary:not(:first-child),
.amount-bill-summary:not(:first-child) {
  text-align: right; }

.amount-bill-summary {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #333333;
  line-height: 18px; }

.border-line-bill-summary {
  background: #F4F6F9;
  height: 1px;
  margin: 0 20px; }

.border-group-bill-summary .row.row-bill-summary {
  border-bottom: 1px solid #F4F6F9; }

.row-bill-summary .amount-bill-summary.font-semibold {
  font-family: Manrope-SemiBold !important; }

@media (max-width: 768px) {
  .amount-bill-summary {
    font-size: 12px; }
  .master-title-bill-summary {
    font-size: 18px; }
  .master-price-bill-summary {
    font-size: 22px; }
  .titles-descr-bill-summary {
    line-height: 15px; } }

.wrapper-b2b-bill-summary .select-full-background {
  font-weight: bold; }

@media (min-width: 768px) {
  .col-left-one-self-care {
    background-color: transparent; } }

.one-self-care-container {
  /*margin-bottom: 40px;*/ }

.avatar-header {
  display: none; }

.content-header {
  position: fixed;
  top: 0;
  z-index: 110;
  background: #FFFFFF; }

.one-self-care-container {
  background-color: #e6e7eb; }

@media only screen and (min-width: 768px) {
  .content-header {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
  .avatar-header {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    color: #333333;
    font-size: 12px;
    font-family: Manrope-SemiBold; } }

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9; }

.tooltip {
  display: block !important;
  z-index: 10000; }

.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px; }

.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(0, 0, 0, 0.1); }

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9; }

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s, visibility .15s; }

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s; }

.mod-title {
  text-align: left; }

/*connection managment tooltip*/
.connection-management-tooltip .details-menu-text,
.bill-overview-popover .details-menu-text {
  padding-left: 20px;
  text-align: left;
  font-size: 16px; }

.cost-analysis-tooltip.popover,
.cost-analysis-tooltip .tooltip-inner,
.edit-report-popover.popover,
.edit-report-popover .tooltip-inner,
.bill-overview-popover.popover,
.bill-overview-popover .tooltip-inner {
  max-width: 320px;
  width: 100%;
  border: 0px; }

.connection-management-tooltip.popover,
.connection-management-tooltip .tooltip-inner {
  max-width: 300px;
  width: 100%;
  border: 0px; }

.connection-management-tooltip .details-menu-text {
  padding-left: 20px;
  text-align: left; }

.cost-analysis-tooltip .details-menu-text {
  text-align: left; }

.connection-management-tooltip.tooltip.popover .popover-inner,
.cost-analysis-tooltip.tooltip.popover .popover-inner,
.bill-overview-popover.tooltip.popover .popover-inner {
  padding: 0; }

.connection-management-tooltip .details-menu-icon,
.cost-analysis-tooltip .details-menu-icon,
.bill-overview-popover .details-menu-icon {
  margin: 10px 0px 10px 20px; }

.cost-analysis-tooltip .tooltip.popover .popover-inner,
.cost-analysis-tooltip.popover,
.connection-management-tooltip .tooltip.popover .popover-inner,
.connection-management-tooltip.popover,
.bill-overview-popover .tooltip.popover .popover-inner,
.bill-overview-popover.popover {
  box-shadow: unset; }

.cost-analysis-tooltip.tooltip[x-placement^="bottom"] .tooltip-arrow,
.bill-overview-popover.tooltip[x-placement^="bottom"] .tooltip-arrow {
  top: -24px;
  border-width: 12px;
  left: 285px !important; }

.connection-management-tooltip.tooltip[x-placement^="bottom"] .tooltip-arrow {
  top: -24px;
  border-width: 12px; }

/*connection managment tooltip*/
/*payment tooltip*/
.payment-history-tooltip.popover,
.payment-history-tooltip .tooltip-inner {
  max-width: 550px;
  width: 100%; }

.payment-history-tooltip.tooltip[x-placement^="bottom"] .tooltip-arrow {
  top: -23px;
  border-width: 12px; }

.payment-history-tooltip.tooltip.popover .popover-inner {
  padding: 20px; }

/*payment tooltip*/
.edit-report-popover .details-menu-text {
  padding-left: 20px;
  text-align: left;
  font-size: 16px; }

.edit-report-popover.tooltip.popover .popover-inner {
  padding: 0; }

.edit-report-popover .details-menu-icon {
  margin: 10px 0px 10px 20px; }

.edit-report-popover.popover {
  box-shadow: unset; }

.edit-report-popover.tooltip[x-placement^="bottom"] .tooltip-arrow {
  top: -24px;
  border-width: 12px;
  left: 285px !important; }

.password-tooltip.tooltip .tooltip-inner {
  background: #FFFFFF;
  color: #666;
  border-radius: 4px;
  padding: 5px 10px 4px;
  border-color: 2px solid #efefef;
  box-shadow: 5px 10px 18px #b8b8b8;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  padding: 20px; }

.password-tooltip.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #FFFFFF;
  border-color: 2px solid #efefef;
  filter: drop-shadow(0px 1px 0px #b8b8b8); }

.password-tooltip.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 15px 15px 0 15px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -15px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

/*merge ebill*/
.tooltip-merged-ebill.tooltip .tooltip-inner {
  background: #FFFFFF;
  color: #666;
  border-radius: 4px;
  padding: 5px 10px 4px;
  border-color: 2px solid #efefef;
  box-shadow: 5px 10px 18px #b8b8b8;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  padding: 20px; }

.tooltip-merged-ebill.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: 2px solid #efefef;
  filter: drop-shadow(0px 1px 0px #b8b8b8); }

.tooltip-merged-ebill.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0px 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  left: calc(50% + 32px) !important;
  margin-top: 0;
  margin-bottom: 0; }

/*merge ebill*/
.username-tooltip .details-menu-text {
  text-align: left;
  padding-left: 5px; }

.cost-analysis-container {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 0 15px;
  margin-bottom: 5px; }

.cost-analysis-row {
  margin: 0; }

.cost-analysis-header-row {
  padding: 20px 0; }

.cost-analysis-header-row .left-side {
  font-family: Manrope-Bold;
  font-size: 20px;
  line-height: 22px;
  color: #333333; }

.cost-analysis-header-row .right-side {
  font-family: Manrope-Bold;
  font-size: 26px;
  line-height: 28px;
  color: #333333;
  text-align: right; }

.cost-analysis-blue-row {
  padding: 10px 0; }

.cost-analysis-blue-row .left-side {
  font-family: Manrope-Bold;
  font-size: 14px;
  line-height: 16px;
  color: #008BCD; }

.cost-analysis-blue-row .right-side {
  font-family: Manrope-Bold;
  font-size: 16px;
  line-height: 18px;
  color: #008BCD;
  text-align: right; }

.cost-analysis-grey-row {
  padding: 10px 0; }

.cost-analysis-grey-row .left-side {
  font-family: Manrope-Normal;
  font-size: 14px;
  line-height: 16px;
  color: #6A6A6A; }

.cost-analysis-regular-row {
  padding: 10px 0; }

.border-bottom-analysis {
  border-bottom: 1px solid #E5E7EB; }

.cost-analysis-regular-row .left-side {
  font-family: Manrope-Normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333; }

.cost-analysis-regular-row .right-side {
  font-family: Manrope-Normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  text-align: right; }

.cost-analysis-regular-double-row {
  padding: 10px 0; }

.border-bottom-analysis:last-of-type {
  border-bottom: 0; }

.cost-analysis-regular-double-row .left-side {
  font-family: Manrope-Normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333; }

.cost-analysis-regular-double-row .center-side {
  font-family: Manrope-Normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  text-align: right; }

.cost-analysis-regular-double-row .right-side {
  font-family: Manrope-Normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  text-align: right; }

.cost-analysis-regular-double-row .disc {
  color: #6A6A6A;
  font-size: 12px;
  line-height: 14px; }

.wrapper-general-tile .row-with-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline; }

.right-side .general-btn {
  padding: 0 25px; }

.wrapper-general-tile .cost-analysis-col.right-side img {
  width: 30px;
  height: 30px; }

.small-total .left-side {
  font-size: 14px;
  line-height: 16px;
  font-family: Manrope-Bold;
  color: #333333; }

.small-total .right-side {
  font-size: 16px;
  line-height: 18px;
  font-family: Manrope-Bold;
  color: #333333; }

.v-popover svg {
  cursor: pointer; }

.row.row-connection-group {
  margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  a.row-details-menu.row {
    padding-right: 50px; }
  .username-tooltip {
    top: 5px !important; }
  .username-tooltip .tooltip-arrow.popover-arrow {
    right: 10px !important;
    left: auto !important; }
  .username-tooltip .tooltip.popover .popover-arrow {
    border-color: #f9f9f9; }
  .username-tooltip .tooltip-inner.popover-inner {
    padding: 0;
    margin-top: 0; } }

.button-more-last-bills.less-btn .show-more-last-bills:after {
  transform: rotate(180deg); }

.cursor-hand {
  cursor: pointer !important; }

.wrapper-your-last-bills .right-s,
.wrapper-your-last-bills .left-s {
  padding: 0; }

.wrapper-your-last-bills .right-s {
  text-align: right; }

.wrapper-your-last-bills .row {
  margin: 0; }

.wrapper-your-last-bills .row ul {
  list-style-type: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 0 10px;
  text-align: right; }

.wrapper-your-last-bills .row ul li {
  margin: 0 5px;
  font-size: 16px;
  color: #999999;
  font-family: Manrope-SemiBold;
  line-height: 16px;
  padding-top: 4px; }

.wrapper-your-last-bills .row ul li.active {
  color: #333333; }

.adding-pay-bill-content .first-text-lb, .adding-pay-bill-content .second-text-lb {
  overflow-wrap: break-word;
  padding-right: 40px; }

.donut-label-black {
  text-align: right;
  font-size: 15px;
  font-family: Manrope-SemiBold;
  line-height: 20px;
  color: #333333;
  padding-left: 5px; }

.donut-label-grey {
  text-align: right;
  font-size: 15px;
  line-height: 14px;
  color: #6A6A6A;
  padding-left: 5px;
  font-family: Manrope-Normal; }

.donut-graph {
  margin-top: 50px; }

.form-text-disc {
  text-align: center;
  color: #C4C4C4; }

.grey-box-header {
  color: #333333 !important;
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin: 0px auto 10px auto; }

.grey-box-link {
  color: #008BCD !important;
  text-align: center;
  font-family: Manrope-SemiBold;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding-top: 4px; }

.grey-box-link:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0px;
  background: url(/ext_files/oneselfcare/images/btn_edit@2x.png);
  width: 20px;
  height: 20px;
  background-size: cover; }

.grey-box-container {
  border: 1px solid #999999;
  border-radius: 5px;
  text-align: center;
  padding: 25px 0; }

.grey-box {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.one-group-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 9999;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 5px; }

.one-group-container {
  width: 100%; }

.one-group-header h2 {
  font-size: 18px;
  line-height: 22px;
  padding: 0;
  color: #999999;
  font-family: Manrope-SemiBold;
  margin-top: 5px;
  padding-bottom: 10px; }

.one-group-container .general-list-ul {
  position: relative;
  padding: 0;
  height: 270px;
  overflow-y: auto;
  overflow-x: hidden; }

.one-group-container .general-list-ul .checkboxli {
  position: relative;
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  font-family: Manrope-Bold;
  padding: 5px 0 0 0;
  z-index: 1;
  text-align: left; }

.one-group-container .general-list-ul .checkboxli span {
  color: #999999;
  font-size: 16px;
  line-height: 18px;
  font-family: Manrope-Normal; }

.general-list-ul .checkboxli:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  background-image: url(/ext_files/oneselfcare/images/ic_bill_status_payed_transparent.svg);
  width: 22px;
  height: 22px;
  background-size: cover; }

.general-list-ul .checkboxleft:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 9px;
  background-image: url(/ext_files/oneselfcare/images/btn_tick_active.svg);
  width: 16px;
  height: 16px;
  background-size: cover; }

.general-list-ul .checkboxli.active:after {
  background-image: url(/ext_files/oneselfcare/images/ic_bill_status_payed_blue.svg); }

.list-style-none {
  list-style-type: none;
  padding-left: 20px; }

.one-group-wrapper ul {
  background-color: #FFFFFF; }

.general-list-ul .checkboxli:before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  background-color: #eff1f5;
  width: 200%;
  height: 100%;
  z-index: -1; }

.group-link-grant-access {
  margin: 10px auto 20px;
  text-align: center;
  display: block; }

.grey-bg-whole-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: .5;
  z-index: 9999; }

.checkboxli input {
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute; }

.divforradio {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  background-image: url(/ext_files/oneselfcare/images/ic_bill_status_payed_transparent.svg);
  width: 22px;
  height: 22px;
  background-size: cover;
  z-index: 9999; }

input:checked + .divforradio {
  top: 3px;
  background-image: url(/ext_files/oneselfcare/images/ic_bill_status_payed_blue.svg); }

.general-list-ul .checkboxli:after {
  display: none; }

.div-style-none > ul > li > .div-style-none > ul > li > .div-style-none > ul > li > .div-style-none > ul > li > .div-style-none > ul > li > .div-style-none > ul > li > .div-style-none > ul > li:before {
  background-color: #949393  !important; }

.div-style-none > ul > li > .div-style-none > ul > li > .div-style-none > ul > li > .div-style-none > ul > li > .div-style-none > ul > li > .div-style-none > ul > li:before {
  background-color: #ada8a8 !important; }

.div-style-none > ul > li > .div-style-none > ul > li > .div-style-none > ul > li > .div-style-none > ul > li > .div-style-none > ul > li :before {
  background-color: #b7b2b2 !important; }

.div-style-none > ul > li > .div-style-none > ul > li > .div-style-none > ul > li > .div-style-none > ul > li:before {
  background-color: #c5c3c3 !important; }

.div-style-none > ul > li > .div-style-none > ul > li > .div-style-none > ul > li:before {
  background-color: #cccaca !important; }

.div-style-none > ul > li > .div-style-none > ul > li:before {
  background-color: #dcdbdb !important; }

.div-style-none > ul > li:before {
  background-color: #FFFFFF !important; }

@media screen and (max-width: 768px) {
  .one-group-wrapper {
    max-width: 300px; }
  .user-managment .general-btn {
    padding: 6px 30px; } }

.connection-group-title {
  color: #333333;
  padding-left: 0;
  margin-top: -5px; }

.connection-groups .connection-group-b2b-arrow g {
  fill: #FFFFFF !important; }

.connection-groups .connection-group-b2b-arrow {
  background-color: #000000;
  width: 15px;
  height: 15px;
  border-radius: 4px; }

.connection-grid-child-0 {
  background: #FFFFFF; }

.connection-grid-child-0 div ul li {
  background: #FFFFFF; }

.connection-grid-child-1 {
  background: #F5F7FA !important; }

.connection-grid-child-1 div ul li {
  background: #F5F7FA !important; }

.connection-grid-child-2 {
  background: #eff1f5 !important; }

.connection-grid-child-2 div ul li {
  background: #eff1f5 !important; }

.connection-grid-child-3 {
  background: #E5E7EB !important; }

.connection-grid-child-3 div ul li {
  background: #E5E7EB !important; }

.connection-grid-child-4 {
  background: #dfdfe2 !important; }

.connection-grid-child-4 div ul li {
  background: #dfdfe2 !important; }

.connection-grid-child-5 {
  background: #dddddd; }

.connection-grid-child-5 div ul li {
  background: #d4cfcf; }

.connection-grid-child-6 {
  background: #adaeb0; }

.connection-grid-child-6 div ul li {
  background: #adaeb0; }

.connection-grid-child-7 {
  background: #adafb2; }

.connection-grid-child-7 div ul li {
  background: #adafb2; }

.connection-grid-child-0 .col-md-1, .connection-grid-child-1 .col-md-1, .connection-grid-child-2 .col-md-1 .connection-grid-child-3 .col-md-1 .connection-grid-child-4 .col-md-1 .connection-grid-child-5 .col-md-1 .connection-grid-child-6 .col-md-1 .connection-grid-child-7 .col-md-1 {
  line-height: 0; }

.connection-group-title {
  margin-left: -8px; }

.apexcharts-canvas {
  position: absolute !important;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin-top: 20px; }

.apexcharts-legend-series {
  padding-bottom: 20px; }

.row-graphs.row.bills-graphs {
  margin-top: 30px;
  margin-bottom: 30px; }

.apexcharts-legend.right .apexcharts-legend-series, .apexcharts-legend.left .apexcharts-legend-series {
  width: 100%; }

li .svg-btn-connection-group svg {
  width: 100%; }

.pay-bill .wrapper-general-tile.online-payment-tile {
  margin-bottom: -20px; }

.pay-bill .wrapper-banner-bill-settings {
  margin-bottom: 0px; }

.getdetails-title {
  font-family: Manrope-SemiBold;
  font-size: 18px;
  color: #333333; }

.getdetails-bundles {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #008BCD; }

.col-bill-settings p {
  font-family: Manrope-SemiBold;
  font-size: 26px;
  color: #333333;
  text-align: right; }

.getdetails-title, .getdetails-bundles {
  margin-left: 20px; }

.container-bill-overview-table .bill-overview-content:last-of-type {
  text-align: right;
  padding-right: 10px; }

.container-remaining-balance .tile-balance.row .plus-before {
  margin-right: 5px; }

.container-remaining-balance .title-balance {
  padding-left: 20px; }

.tile-col-balance:first-child {
  padding: 20px 25px 0 30px; }

.tile-col-balance:last-of-type {
  margin-right: 25px; }

.wrapper-remaining-balance .wrapper-general-tile {
  margin-top: 55px;
  margin-bottom: 55px; }

.row-balance-header .header-balance h2 {
  margin-top: 0px;
  margin-bottom: 0px; }

.row-balance-header {
  margin-top: 0px; }

.wrapper-payments-history .status-hp-paid .date-payment,
.wrapper-payments-history .row-history-payments .icon-status {
  display: inline-block; }

.col-history-payments.date-history-payment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.wrapper-payments-history .status-hp-paid .date-payment {
  margin-right: 15px;
  width: 100%; }

.wrapper-payments-history .table-history-payment {
  margin-left: 5px; }

.wrapper-remaining-balance .tile-col-balance:first-child,
.container-remaining-balance .title-balance {
  word-break: break-word; }

.wrapper-remaining-balance {
  margin-bottom: 40px; }

.addons-container .col-left-one-self-care,
.addons-container .col-right-one-self-care {
  margin-top: 80px; }

.checkboxleft {
  cursor: pointer;
  padding-bottom: 6px; }

@media (min-width: 992px) {
  .content-customer-code.BROADBAND {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

.addons-container .wrapper-remaining-balance .added-text-chart {
  bottom: 0px !important; }

.addons-container .wrapper-remaining-balance .sms-balance .pink-btn {
  padding: 6px; }

.addons-container .wrapper-remaining-balance .tile-plus-chart {
  padding-bottom: 0px; }

@media (max-width: 768px) {
  .tile-col-balance:first-child {
    padding: 0; }
  .container-remaining-balance .title-balance {
    padding-left: 0; }
  .addons-container .col-left-one-self-care {
    margin-top: 0px;
    padding: 0; }
  .addons-container .col-right-one-self-care {
    margin-top: 20px;
    margin-bottom: 20px; }
  .bill-payment-only-xs {
    font-family: Manrope-Bold;
    font-size: 18px;
    color: #333333;
    margin: 0; }
  .connection-num-only-xs {
    font-family: Manrope-Normal;
    font-size: 12px;
    color: #6A6A6A; }
  .banner-pay-bill .pay-bill-side {
    margin: 20px 0 5px 0; } }

.svg-btn-connection-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.cursor-hand.has-not-invoices {
  cursor: not-allowed !important; }

.pdf-only-invoice {
  cursor: not-allowed !important; }

.pdf-only-invoice .pdf-pay-icons-last-bills {
  cursor: pointer !important; }

.info-connectiongroups .v-popover {
  float: right;
  padding-right: 0; }

.info-connectiongroups {
  padding-right: 0; }

.banner-offers-container .banner-offers-image img {
  min-height: 100px; }

/**************************************
*Different content per connection Type*
***************************************/
/*if no connection type is defined*/
.content-customer-code.active-customer-code .active-icon {
  background-size: contain;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url(/ext_files/oneselfcare/images/ic_connection_mobile@2x.png); }

.content-customer-code .inactive-icon {
  background-size: contain;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url(/ext_files/oneselfcare/images/ic_connection_mobile_inactive@2x.png); }

/*MOBILE*/
.content-customer-code.active-customer-code.MOBILE .active-icon {
  background-size: contain;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url(/ext_files/oneselfcare/images/ic_connection_mobile@2x.png); }

.content-customer-code.MOBILE .inactive-icon {
  background-size: contain;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url(/ext_files/oneselfcare/images/ic_connection_mobile_inactive@2x.png); }

/*BROADBAND*/
.content-customer-code.active-customer-code.BROADBAND .active-icon {
  background-size: contain;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url(/ext_files/oneselfcare/images/ic_connection_broadband@2x.png); }

.content-customer-code.BROADBAND .inactive-icon {
  background-size: contain;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url(/ext_files/oneselfcare/images/ic_connection_broadband_inactive@2x.png); }

/*FIXED*/
.content-customer-code.active-customer-code.FIXED .active-icon {
  background-size: contain;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url(/ext_files/oneselfcare/images/ic_connection_fixed@2x.png); }

.content-customer-code.FIXED .inactive-icon {
  background-size: contain;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url(/ext_files/oneselfcare/images/ic_connection_fixed_inactive@2x.png); }

/*TV*/
.content-customer-code.active-customer-code.TV .active-icon {
  background-size: contain;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url(/ext_files/oneselfcare/images/ic_connection_tv@2x.png); }

.content-customer-code.TV .inactive-icon {
  background-size: contain;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url(/ext_files/oneselfcare/images/ic_connection_tv_inactive@2x.png); }

.pay-bill .col-left-one-self-care, .pay-bill .col-right-one-self-care {
  padding-top: 70px; }

@media screen and (max-width: 768px) {
  .pay-bill .col-left-one-self-care, .pay-bill .col-right-one-self-care {
    padding-top: 30px; } }

.pay-bill-top-line .col-left-one-self-care,
.pay-bill-top-line .col-right-one-self-care {
  padding: 20px 5px 0 5px; }

/**************************************
*Get the details (με τέλη και ΦΠΑ)*
***************************************/
.get-the-details-tile {
  margin: 3px 0 !important; }

.description-customer-code h5 {
  color: #008BCD;
  white-space: nowrap;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 18px;
  margin-top: 3px;
  font-family: Manrope-SemiBold; }

.addons-container .wrapper-remaining-balance .tile-plus-chart {
  padding-top: 25px;
  padding-bottom: 10px; }

@media screen and (max-width: 768px) {
  .tile-col-balance.tile-plus-chart {
    margin-right: 0; }
  .tile-balance.row.tile-text-chart {
    padding: 40px 0 10px; }
  .addons-container .wrapper-remaining-balance .tile-plus-chart {
    padding-top: 0px;
    margin-right: 5px; }
  .eligible-button-pink {
    float: unset !important;
    display: block;
    margin-top: 20px; } }

@media screen and (min-width: 768px) {
  .content-top-menu {
    padding: 0 30px; } }

.content-customer-code:hover .icon-customer-code {
  transform: scale(1.05);
  transition: .25s; }

.hover-tile-effect:hover {
  box-shadow: 0 0 7px 2px #dddddd;
  transition: .3s; }

.manage-subscription-form .col-manage-subscription {
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  svg.notification-thankyou-svg {
    width: 100px;
    height: 100px;
    margin-top: 20px; }
  .addons-container .wrapper-remaining-balance .added-text-chart {
    bottom: -0px !important; }
  .addons-container .wrapper-remaining-balance .added-text-chart.sms-balance {
    bottom: 0px !important;
    position: relative; } }

@media screen and (min-width: 768px) {
  .container-header .table-header {
    padding-top: 10px; }
  .first-letters-avatar-header {
    font-size: 16px;
    border-radius: 50%;
    line-height: 20px;
    font-family: Manrope-Bold;
    padding: 8px 0px;
    height: 34px;
    width: 34px; }
  .row-details-menu.row .details-menu-icon {
    width: 32px;
    height: 32px; }
  .row-details-menu.row .details-menu-text {
    font-size: 16px; } }

.tile-plus-chart .chart-price {
  transform: translate(0, 0%) !important; }

@media screen and (min-width: 992px) {
  .tile-plus-chart .chart-price {
    transform: translate(-50%, -30%) !important; } }

.content-overlay-form.thank-you-form .form-text3 {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #6A6A6A;
  letter-spacing: 0;
  text-align: center; }

.content-overlay-form.thank-you-form .form-btn {
  max-width: 240px;
  margin-top: 40px; }

.content-overlay-form.thank-you-form {
  margin-top: 90px; }

.col-history-payments.table-history-payment .icon-info-hp {
  margin-top: 7px; }

.tile-balance.row {
  padding: 0 0 33px 0; }

.content-overlay-form {
  margin-top: 70px; }

@media screen and (min-width: 768px) {
  .content-overlay-form .form-btn {
    max-width: 240px;
    margin-top: 40px; } }

@media screen and (max-width: 767px) {
  .adding-pay-bill-content {
    padding: 15px 10px;
    border-bottom: 1px solid #E5E7EB; }
  .adding-pay-bill-content:nth-last-child(2) {
    border-bottom: none; }
  .connections-costumer-mywind .content-customer-code {
    display: block;
    padding: 0 25px 5px 25px; }
  .connections-costumer-mywind .icon-customer-code {
    float: unset;
    margin: 0; }
  .connections-costumer-mywind .icon-customer-code div {
    text-align: center !important;
    margin: 0 auto; }
  .connections-costumer-mywind.addons-container .col-left-one-self-care {
    margin-top: 0px;
    padding: 0; }
  .connections-costumer-mywind .container-customer-codes {
    padding: 5px 0 0 0;
    margin-top: -10px; }
  .connections-costumer-mywind .header-customer-code,
  .connections-costumer-mywind .active-customer-code .header-customer-code {
    font-size: 14px; }
  .connections-costumer-mywind .active-customer-code {
    position: relative; }
  .connections-costumer-mywind .active-customer-code:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #008BCD;
    width: 30px;
    height: 3px;
    border-radius: 20px;
    transform-origin: center center;
    margin-top: 5px; }
  .connections-costumer-mywind h2 {
    font-size: 18px;
    margin-top: 0; }
  .connections-costumer-mywind .wrapper-remaining-balance .wrapper-general-tile {
    margin-bottom: 40px; }
  .connections-costumer-mywind .banner-bill-settings.row {
    margin: 5px 0px; }
  .des-bill-settings,
  .des--online-payment {
    font-size: 12px; } }

.open .dropdown-toggle .selected-tag {
  position: relative !important; }

.col-modal-filters-options .container-checkbox input:checked ~ .checkmark {
  background-color: #008BCD;
  border: 1px solid #008BCD; }

.col-modal-filters-options .container-checkbox .checkmark {
  border: 1px solid #6A6A6A; }

@media (min-width: 1200px) {
  .type-reports-details .general-btn.black-btn .add-filters:after {
    right: -18px;
    top: 0; }
  .type-reports-details .general-btn.black-btn .add-filters {
    padding: 0 20px 0 5px; }
  .type-reports-details .col-reports-details.center-class {
    margin-left: -16px;
    margin-right: -20px; }
  .type-reports-details .general-btn {
    padding-top: 5px !important; }
  #reports_datatable .title-datatable, #reports_datatable_wrapper .table > tbody > tr > td {
    padding-right: 0 !important;
    padding-left: 5px !important; }
  .col-reports-details.rd-icons img {
    margin-left: 0px !important; }
  .row-reports-details.row.edit-filters-reports-details .col-reports-details .close-col {
    padding-top: 10px; }
  .button-edit-content {
    padding-right: 5px; } }

.container-edit-columns .close-toggle {
  top: 20px;
  right: 20px; }

.wrapper-edit-columns.active-edit-content .container-edit-columns a {
  width: 33%;
  padding: 10px 0;
  text-align: left;
  padding-left: 50px;
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  position: relative; }

.wrapper-edit-columns.active-edit-content .container-edit-columns .toggle-vis:before {
  content: "";
  border-radius: 4px;
  border: 1px solid #333333;
  width: 20px;
  height: 22px;
  position: absolute;
  left: 23px; }

.wrapper-edit-columns.active-edit-content .container-edit-columns .toggle-vis.active_a:before {
  background-color: #008BCD;
  border: 1px solid #008BCD; }

.wrapper-edit-columns.active-edit-content .container-edit-columns .toggle-vis.active_a:after {
  left: 30px;
  top: 13px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  position: absolute;
  content: "";
  display: block;
  transform: rotate(45deg);
  transition: .4s; }

@media (min-width: 1200px) {
  .wrapper-edit-columns.active-edit-content .container-edit-columns a {
    width: 49%; } }

.top-second-menu .selected-tag {
  font-family: Manrope-SemiBold; }

.tile-plus-chart div:first-child {
  width: 160px; }

.pbx-body-content .grey-text-on-input .v-select .dropdown-toggle {
  background: #F4F6F9 !important; }

.new-group-btn-padding.disabled {
  opacity: 0.5; }

@media (min-width: 1200px) {
  .oneselfcare .banner-offers-container {
    margin-bottom: 55px; }
  .addons-total svg {
    position: relative;
    top: 2px; }
  .addons-parent-div .unlimited {
    top: -4px !important; }
  .wrapper-overlay.open-overlay .logo-header {
    opacity: .4;
    padding-left: 18px; } }

.container-addons-container-top-line {
  background-color: #E7E9EC;
  padding-top: 5px; }

#cost-analysis-table_wrapper .dt-buttons {
  display: none; }

.row-lifejacket .addon_chart-text.chart-price {
  transform: unset !important;
  position: unset; }

.font-lifejacket-black {
  font-weight: bold;
  color: #333333; }

.font-lifejacket-blue {
  font-weight: bold;
  color: #008BCD; }

.netflix-icon {
  height: 14px; }

@media print {
  .wrapper-overlay.open-overlay {
    display: none; }
  .no-print {
    display: none; }
  .thank-you-print {
    display: block !important; } }

.thank-you-print {
  display: none; }

.summary-bills-tile {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 10px 0; }

.row-summary-bills.row {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.col-summary-bills {
  padding: 0; }

.icon-summary-bills {
  background: url(/ext_files/pbx/markup/images/ic_code_0@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px; }

.summary-bills-text-title {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  font-family: Manrope-SemiBold; }

.summary-bills-text-description {
  font-size: 14px;
  color: #6A6A6A;
  line-height: 16px;
  padding: 5px 0 10px 0;
  font-family: Manrope-Normal; }

.summary-bills-texts {
  padding-left: 10px; }

.icon-summary {
  background: url(/ext_files/pbx/markup/images/btn_expandgrey@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  float: right; }

.wrapper-summary-bills h2 {
  margin: 0; }

.container-summary-page .col-left-one-self-care,
.container-summary-page .col-right-one-self-care {
  margin-top: 80px; }

@media screen and (max-width: 768px) {
  .container-summary-page .col-left-one-self-care,
  .container-summary-page .col-right-one-self-care {
    margin-top: 30px; } }

.available-title-bundles {
  font-family: Manrope-Normal;
  font-size: 18px;
  color: #333333; }

.available-title-bundles span {
  font-family: Manrope-Bold; }

.bundles-titles,
.banner-confirm-bundle {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 4px;
  margin: 10px 0; }

.row-bundle.row {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.col-bundles {
  padding: 0; }

.bundles-text-title {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  font-family: Manrope-SemiBold; }

.bundles-text-description {
  font-size: 14px;
  color: #6A6A6A;
  line-height: 16px;
  padding: 5px 0 10px 0;
  font-family: Manrope-Normal; }

.bundles-amount {
  font-family: Manrope-Bold;
  font-size: 12px;
  color: #008BCD;
  line-height: 14px; }

.blue-btn-square {
  background-image: linear-gradient(90deg, #008BCD 0%, #1aa2e2 100%);
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  transition: .5s;
  font-family: Manrope-SemiBold;
  font-size: 14px;
  border-width: 0px;
  padding: 6px 25px; }

.all-bundles .container-blue-btn {
  float: right; }

.faq-bundles {
  color: #008BCD;
  text-align: center;
  text-decoration: underline;
  text-decoration: underline;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under;
  padding-top: 10px; }

.container-bundles {
  padding: 0 15px; }

.balance-text {
  font-size: 12px;
  color: #6A6A6A;
  line-height: 16px;
  padding: 5px 0 10px 0;
  font-family: Manrope-SemiBold;
  padding-left: 5px; }

.mybalance-bundles-roaming {
  text-align: center;
  border: 1px solid #008BCD;
  padding: 5px 10px;
  margin-bottom: 20px; }

.balance-content .mobile-chart {
  top: 0;
  margin: 5px 0; }

.balance-content .bundles-text-title span {
  float: right;
  font-size: 14px; }

.title-balance-roaming,
.title-buy-bundle {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  font-family: Manrope-Normal;
  padding-bottom: 10px; }

.balance-buy-success,
.confirm-buy-success {
  font-family: Manrope-Normal;
  font-size: 16px;
  color: #333333; }

.balance-success-bundle,
.confirm-buy-bundle-title {
  font-family: Manrope-Bold;
  font-size: 20px;
  color: #333333; }

.success-balance-tile,
.comfirm-bundle-tile {
  margin-bottom: 10px; }

.row-bundle-confirm {
  margin: 0; }

.confirm-bundle-title {
  font-family: Manrope-Bold;
  color: #333333;
  font-size: 16px; }

.confirm-data-roaming {
  font-size: 14px;
  color: #6A6A6A;
  line-height: 16px;
  font-family: Manrope-Normal; }

.confirm-bundle-expired {
  font-size: 16px;
  color: #6A6A6A;
  line-height: 16px;
  font-family: Manrope-Normal; }

.bundle-descr-expired, .bundle-descr {
  padding: 10px 0px; }

.monthsGift .topPromo {
  position: relative;
  /* height: 50vw; */
  padding: 30px 30px;
  background-color: #1d3e51;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Manrope-Normal, sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.monthsGift .topPromo .leftCol {
  max-width: 400px;
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center; }

.monthsGift .topPromo .leftCol .only {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px; }

.monthsGift .topPromo .rightCol {
  -ms-flex-item-align: center;
      align-self: center; }

.monthsGift .topPromo .rightCol img {
  width: 100%;
  height: auto; }

.monthsGift .topPromo h2 {
  position: relative;
  font-size: 26px;
  color: #6eb6fc;
  z-index: 2;
  line-height: 30px;
  margin: 20px 0px 20px 0px;
  font-weight: 800;
  display: block; }

.monthsGift .topPromo h2 span {
  font-size: 50px;
  line-height: 50px; }

.monthsGift .topPromo .button {
  background-color: #ED2517;
  border-radius: 3px;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 20px;
  display: inline-block;
  cursor: pointer; }

.monthsGift .topPromo .visionLogo {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin-top: 10px; }

.monthsGift .topPromo .visionSpan {
  color: #6eb6fc;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px; }

.monthsGift .topPromo .windoneLogo {
  max-width: 240px;
  width: 100%;
  height: auto;
  margin-top: 10px; }

.monthsGift .windVisionSep {
  display: block;
  width: 200px;
  margin: 20px auto; }

.monthsGift .promoTvSection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0px 45px;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Manrope-Normal, sans-serif; }

.monthsGift .promoTvSection .btnRed {
  font-size: 14px;
  color: #FFFFFF;
  vertical-align: middle;
  display: inline-block;
  background-color: #ED2517;
  border-radius: 3px;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer; }

.monthsGift .promoTvSection img {
  display: block;
  width: 100%;
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.monthsGift .tvImg {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.monthsGift .tvText {
  /* flex-basis: 60%;
    max-width: 60%;
    padding-left: 50px; */
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.monthsGift .tvText p {
  font-size: 24px;
  line-height: 1.5; }

.monthsGift .tvText a {
  font-weight: 800;
  color: #000000; }

.netflixBotBanner {
  position: relative;
  width: 100%;
  height: 120px;
  padding: 0px 0px 0px 0px;
  display: -ms-flexbox;
  display: flex;
  font-family: Manrope-Normal, sans-serif;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  background-color: #000000;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed2517+0,000000+60 */ }

.netflixBannerLogo {
  width: 200px;
  position: absolute;
  left: 100px;
  top: 32px; }

.bannerImg {
  height: auto;
  max-width: 190px;
  margin-right: 20px;
  /* position: absolute; */
  /* top: 0;
    right: 20px; */
  vertical-align: middle; }

.bannerLogo {
  position: absolute;
  top: 20px;
  right: 90px;
  max-width: 50px;
  height: auto;
  z-index: 1; }

.netflixBotBanner h3 {
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 600; }

.netflixBotBanner a {
  font-size: 18px;
  color: #FFFFFF;
  vertical-align: middle;
  display: inline-block;
  background-color: #ED2517;
  border-radius: 3px;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  position: absolute;
  right: 240px;
  top: 36px; }

@media (max-width: 1680px) {
  .netflixBotBanner h3 {
    font-size: 24px; } }

@media (max-width: 1500px) {
  .netflixBannerLogo {
    left: 50px;
    top: 32px; }
  .bannerLogo {
    right: 40px; } }

@media (max-width: 1366px) {
  .netflixBotBanner h3 {
    max-width: 600px;
    text-align: center; } }

@media (max-width: 1280px) {
  .monthsGift .topPromo {
    padding: 50px 30px; }
  .monthsGift .topPromo h2 {
    /* max-width: none; */
    font-size: 30px; }
  /* .netflixBotBanner h3 {
        padding-right: 250px;
    } */
  .netflixBannerLogo {
    width: 120px;
    top: 43px; }
  .netflixBotBanner a {
    right: 220px;
    padding: 15px 25px; } }

@media (max-width: 1024px) {
  .netflixBannerLogo {
    width: 120px;
    margin-right: 30px; } }

@media (max-width: 991px) {
  .netflixBotBanner {
    height: auto;
    max-height: 90vh;
    text-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0px 15px; }
  .netflixBannerLogo {
    margin: 30px auto;
    position: relative;
    left: inherit;
    top: inherit; }
  .netflixBotBanner h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 15px;
    line-height: inherit; }
  .netflixBotBanner a {
    display: block;
    margin: 30px auto 30px auto;
    position: relative;
    right: inherit;
    top: inherit; }
  .bannerLogo {
    /* position: relative;
        top: inherit;
        right: inherit; 
        max-width: 100px; */
    position: absolute;
    top: 290px;
    right: 50px;
    max-width: 80px; }
  .bannerImg {
    position: relative;
    height: auto;
    right: inherit;
    width: auto;
    margin-bottom: 20px; } }

@media (max-width: 768px) {
  .monthsGift .topPromo {
    display: block; }
  .monthsGift .topPromo .leftCol {
    max-width: inherit;
    width: auto; }
  .monthsGift .topPromo .rightCol {
    -ms-flex-item-align: center;
        align-self: center; } }

@media (max-width: 612px) {
  .monthsGift .promoTitleLogo {
    position: absolute;
    top: inherit;
    bottom: 150px;
    right: 40px;
    width: 100px; }
  .watch {
    position: absolute;
    bottom: 20px;
    right: 42px;
    width: calc(100% - 82px); }
  .netflixLogo {
    margin: 0 auto;
    width: 200px; }
  .monthsGift .promoTvSection {
    -ms-flex-direction: column;
        flex-direction: column; }
  .monthsGift .tvImg {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .monthsGift .tvText {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0px;
    text-align: center;
    margin-bottom: 30px; }
  .monthsGift .tvText p {
    font-size: 18px;
    text-align: left; }
  .bgGradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+60&1+0,0.3+60 */
    /* FF3.6-15 */
    /* Chrome4-9,Safari4-5 */
    /* Chrome10-25,Safari5.1-6 */
    /* Opera 11.10-11.50 */
    /* IE10 preview */
    background: linear-gradient(to bottom, black 0%, transparent 30%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4d000000', GradientType=0);
    /* IE6-9 */ } }

/* @media (max-height:700px) {
    .netflixLogo {
        margin: 30px auto;
    }
} 

@media (max-height:650px) {
    .netflixLogo {
        margin: 0px auto;
    }
}*/
.netflix-banner-container {
  background-color: #060701;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  border-radius: 4px; }

.netflix-banner-container .netflix-banner-row {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  width: 100%;
  max-width: 720px; }

.netflix-banner-container .netflix-banner-col {
  padding: 0; }

.netflix-banner-container .netflix-banner-logo {
  width: 25%; }

.netflix-banner-container .netflix-banner-logo img {
  max-width: 100px;
  height: auto; }

.netflix-banner-container .netflix-banner-text {
  width: 50%; }

.netflix-banner-container .netflix-banner-text {
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  font-family: Manrope-SemiBold;
  text-align: center;
  padding: 0 40px;
  margin-left: 10px; }

.netflix-banner-container .netflix-banner-btn {
  width: 25%; }

.netflix_cta {
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  font-family: Manrope-SemiBold;
  background-color: #ef260c;
  border-radius: 7px;
  text-align: center;
  max-width: 170px;
  float: right;
  padding: 5px 20px; }

@media (max-width: 1000px) {
  .netflix-banner-container .netflix-banner-text {
    padding: 0 5px; } }

@media (max-width: 600px) {
  .netflix-banner-container .netflix-banner-text {
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px; } }

@media (max-width: 550px) {
  .netflix-banner-container .netflix-banner-row {
    display: inline-block; }
  .netflix-banner-container .netflix-banner-logo, .netflix-banner-container .netflix-banner-btn {
    margin: 0 auto !important; }
  .netflix-banner-text {
    margin: 20px auto !important; }
  .netflix-banner-container .netflix-banner-text span {
    margin: 20px 0; }
  .netflix-banner-logo, .netflix-banner-text, .netflix-banner-btn {
    width: 100% !important; }
  .netflix-banner-btn .netflix_cta {
    float: unset; } }

.topPromo {
  position: relative;
  height: auto;
  padding: 87px 62px;
  background-color: #000;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Manrope-Normal, sans-serif; }

.topPromo .button {
  background-color: #ED2517;
  border-radius: 3px;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: 600;
  color: #FFFFFF; }

.promoRightBg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.topPromo.fullBg {
  /* background-image: url(../Themes/1/Default/eCare/Netflix/Images/crownBg.jpg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.topPromo h2 {
  position: relative;
  font-size: 30px;
  color: #FFFFFF;
  z-index: 2;
  line-height: 1.4;
  margin: 40px 0px 15px 0px;
  font-weight: 400;
  max-width: 50%; }

.topPromo h3 {
  position: relative;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  z-index: 2; }

.promoTvSection img {
  display: block;
  width: 100%;
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.upCase {
  text-transform: uppercase; }

.netflixLogo {
  width: 200px; }

.promoTitleLogo {
  position: absolute;
  top: 81px;
  right: 46px;
  max-width: 176px;
  width: 15%; }

.watch {
  position: absolute;
  bottom: 20px;
  right: 42px;
  width: 40%; }

.bgGradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+60 */
  /* FF3.6-15 */
  /* Chrome4-9,Safari4-5 */
  /* Chrome10-25,Safari5.1-6 */
  /* Opera 11.10-11.50 */
  /* IE10 preview */
  background: linear-gradient(to right, black 0%, transparent 60%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */ }

.windVisionSep {
  display: block;
  width: 200px;
  margin: 20px auto; }

.promoTvSection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0px 45px 45px;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Manrope-Normal, sans-serif;
  margin-bottom: 50px; }

.promoTvSection .btnRed {
  font-size: 14px;
  color: #FFFFFF;
  vertical-align: middle;
  display: inline-block;
  background-color: #ED2517;
  border-radius: 3px;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: 600; }

.tvImg {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.tvText {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
  padding-left: 50px;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: Manrope-Normal; }

.tvText p {
  font-size: 24px;
  line-height: 1.5; }

.tvText a {
  font-weight: 800;
  color: #000; }

.netflixBotBanner {
  position: relative;
  width: 100%;
  height: 120px;
  padding: 0px 0px 0px 0px;
  display: -ms-flexbox;
  display: flex;
  font-family: Manrope-Normal, sans-serif;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  background-color: #000;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed2517+0,000000+60 */ }

.netflixBannerLogo {
  width: 200px;
  position: absolute;
  left: 100px; }

.bannerImg {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  right: 20px; }

.bannerLogo {
  position: absolute;
  top: 20px;
  right: 90px;
  max-width: 50px;
  height: auto;
  z-index: 1; }

.netflixBotBanner h3 {
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 600; }

.netflixBotBanner a {
  font-size: 14px;
  color: #FFFFFF;
  vertical-align: middle;
  display: inline-block;
  background-color: #ED2517;
  border-radius: 3px;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: 600;
  position: absolute;
  right: 270px; }

@media (max-width: 1680px) {
  .netflixBotBanner h3 {
    font-size: 24px; } }

@media (max-width: 1500px) {
  .netflixBannerLogo {
    left: 50px; }
  .bannerLogo {
    right: 40px; } }

@media (max-width: 1366px) {
  .netflixBotBanner h3 {
    max-width: 600px;
    text-align: center; } }

@media (max-width: 1280px) {
  .topPromo {
    padding: 50px 30px; }
  .topPromo h2 {
    /* max-width: none; */
    font-size: 30px; }
  .netflixBotBanner h3 {
    padding-right: 250px; }
  .netflixBannerLogo {
    width: 120px; } }

@media (max-width: 1050px) {
  .topPromo {
    height: auto; } }

@media (max-width: 1024px) {
  .netflixBannerLogo {
    width: 120px;
    margin-right: 30px; } }

@media (max-width: 991px) {
  /*  .topPromo
    {
        height: 500px;
    }*/
  .topPromo h2 {
    max-width: 60%; }
  .netflixBotBanner {
    height: auto;
    max-height: 90vh;
    text-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0px 15px; }
  .netflixBannerLogo {
    margin: 30px auto;
    position: relative;
    left: inherit; }
  .netflixBotBanner h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 15px;
    line-height: inherit; }
  .netflixBotBanner a {
    display: block;
    margin: 30px auto 30px auto;
    position: relative;
    right: inherit; }
  .bannerLogo {
    /* position: relative;
        top: inherit;
        right: inherit; 
        max-width: 100px; */
    position: absolute;
    top: 290px;
    right: 50px;
    max-width: 80px; }
  .bannerImg {
    position: relative;
    height: auto;
    right: inherit;
    width: auto; } }

@media (max-width: 768px) {
  .topPromo {
    padding: 20px; }
  .topPromo.fullBg {
    padding: 20px 20px; }
  .topPromo > .button {
    margin: 30px auto 0px auto; } }

@media (max-width: 612px) {
  .promoTitleLogo {
    position: absolute;
    top: inherit;
    bottom: 150px;
    right: 40px;
    width: 100px; }
  .watch {
    position: absolute;
    bottom: 20px;
    right: 42px;
    width: calc(100% - 82px); }
  .topPromo {
    height: 600px;
    text-align: center; }
  .topPromo.fullBg {
    /* background-image: url(../Themes/1/Default/eCare/Netflix/Images/crownBgmobile.jpg); */
    background-size: 100% auto;
    background-position: center bottom; }
  .topPromo h2 {
    max-width: none;
    font-size: 28px;
    line-height: 1.2;
    margin: 20px 0 0px 0; }
  .topPromo > .button {
    display: block;
    max-width: 200px; }
  .topPromo h3 {
    font-size: 15px;
    font-family: Manrope-SemiBold; }
  .netflixLogo {
    margin: 0 auto;
    width: 200px; }
  .promoTvSection {
    -ms-flex-direction: column;
        flex-direction: column; }
  .tvImg {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .tvText {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0px;
    text-align: center;
    margin-bottom: 30px; }
  .tvText p {
    font-size: 18px;
    text-align: left; }
  .promoRightBg {
    top: auto;
    bottom: 0px;
    width: 100%;
    height: 200px; }
  .bgGradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+60&1+0,0.3+60 */
    /* FF3.6-15 */
    /* Chrome4-9,Safari4-5 */
    /* Chrome10-25,Safari5.1-6 */
    /* Opera 11.10-11.50 */
    /* IE10 preview */
    background: linear-gradient(to bottom, black 0%, transparent 30%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4d000000', GradientType=0);
    /* IE6-9 */ } }

@media (max-height: 700px) {
  .netflixLogo {
    margin: 30px auto; } }

@media (max-height: 650px) {
  .netflixLogo {
    margin: 0px auto; } }

a.netflix_cta​:visited, a.netflix_cta​:active,
a.netflix_cta:link, a.netflix_cta​:hover {
  color: #FFFFFF; }

.switch-2-step-verification {
  font-family: Manrope-Bold;
  padding-left: 0; }

.mfa-switch-text {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
  font-family: Manrope-Normal; }

.switch-step-verification.switch-items {
  margin: 30px auto; }

.switcher-mfa .toggle-container-radio {
  max-width: 230px; }

.multifactor-authentication .form-text1 {
  font-size: 28px; }

.wrapper-wind-talk-header {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  background-color: #E5E7EB; }

.wrapper-wind-talk-header .content-header {
  /*max-width: 1200px;*/
  transform: translate(-50%, -50%);
  left: 50%;
  top: 24px;
  position: absolute; }

.wrapper-wind-talk-header .table-header {
  max-width: 100%; }

.wrapper-wind-talk-header .wrapper-header,
.wrapper-wind-talk-header .wrapper-top-menu {
  background-color: #FFFFFF;
  max-width: 1440px;
  margin: 0 auto; }

.wrapper-wind-talk-header .container-header {
  background-color: #FFFFFF; }

.wrapper-wind-talk-header .wrapper-header {
  background-color: #E5E7EB; }

.wind-talk-page {
  background-color: #E5E7EB; }

.wind-talk-page .wrapper-top-menu ul {
  padding-left: 0; }

@media only screen and (max-width: 768px) {
  .wrapper-wind-talk-header .content-top-menu.support {
    display: inline-block; }
  .wrapper-wind-talk-header .container-top-menu {
    position: relative;
    box-shadow: 0 0 transparent;
    padding: 5px 0; } }

.business-overview-container .row {
  margin: 0 -5px; }

.business-overview-big-col,
.business-overview-col {
  padding: 0; }

.business-overview-col {
  background-color: #FFFFFF; }

.business-overview-col {
  padding: 5px;
  background-color: #E5E7EB; }

.business-overview-box {
  border-radius: 11px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 5px 0px #c1c7cd; }

.business-overview-container {
  overflow: hidden; }

.quick-actions-container {
  background-color: #F7F9FD;
  padding: 30px 0 60px;
  margin: 30px auto; }

.quick-actions-container .business-overview-col {
  background-color: transparent; }

.your-business-overview-container {
  padding: 30px 0;
  margin: 30px auto; }

.how-to-container {
  padding: 30px 0;
  margin: 30px auto; }

.wind-talk-page .img-banner img {
  width: 100%;
  height: auto; }

.wind-talk-page .img-banner {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 1px 0px #c1c7cd; }

.business-overview-container .row {
  margin: 0 -5px; }

.business-overview-big-col,
.business-overview-col {
  padding: 0; }

.business-overview-col {
  background-color: #FFFFFF; }

.business-overview-col {
  padding: 5px;
  background-color: #E5E7EB; }

.business-overview-box {
  border-radius: 11px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 3px 0px #e0e0e0; }

.business-overview-container {
  overflow: hidden; }

.how-to-container .row {
  margin: 0 -5px; }

.how-to-box-big-col,
.how-to-col {
  padding: 0; }

.how-to-box-col {
  background-color: #FFFFFF; }

.how-to-box-col {
  padding: 5px;
  background-color: #E5E7EB; }

.how-to-box {
  border-radius: 11px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 5px 0px #c1c7cd; }

.how-to-box-container, .how-to-container {
  overflow: hidden; }

.how-to-more-btn {
  margin: 20px auto;
  width: 100%;
  text-align: center; }

.pbx-main-content {
  padding-bottom: 100px; }

.pbx-body-content {
  position: relative;
  min-height: 100vh;
  height: 100%; }

.footer-wind-talk-container {
  background-color: #FFFFFF;
  text-align: center;
  padding: 15px 0;
  margin-top: 100px !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 999;
  margin-top: -40px; }

.footer-wind-talk {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%; }

.left-side-footer {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  width: 80%; }

.left-side-footer ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0; }

.left-side-footer ul li {
  list-style-type: none;
  padding: 0 10px;
  line-height: 1; }

.left-side-footer ul li a {
  font-family: Manrope-SemiBold;
  font-size: 12px; }

.left-side-footer ul li a:hover {
  text-decoration: underline; }

.right-side-footer {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  width: 50%;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.right-side-footer ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0; }

.right-side-footer ul li {
  list-style-type: none;
  padding: 0 10px; }

.right-side-footer li {
  font-family: Manrope-Normal;
  font-size: 12px;
  color: #999999; }

.right-side-footer li a {
  font-family: Manrope-SemiBold;
  font-size: 12px;
  color: #000000; }

.right-side-footer li a:hover {
  text-decoration: underline; }

.right-side-footer ul li:first-of-type {
  border-right: 1px solid #E7E9EC; }

.how-to-box-img {
  position: relative; }

.flag-header {
  border-radius: 50%;
  padding: 0px;
  height: 34px;
  width: 34px;
  display: inline-block; }

.flag-header img {
  width: 37px;
  height: 37px;
  margin-top: -5px; }

.big-container {
  max-width: 1440px;
  margin: 0 auto; }

.medium-container {
  max-width: 1120px;
  margin: 0 auto; }

@media (max-width: 1200px) {
  .big-container {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px; }
  .medium-container {
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px; }
  .left-side-footer, .right-side-footer {
    width: 100%;
    padding: 10px 0; }
  .footer-wind-talk {
    display: block; }
  .left-side-footer img {
    display: none; }
  .left-side-footer, .right-side-footer {
    -ms-flex-pack: center;
        justify-content: center; }
    .left-side-footer ul, .right-side-footer ul {
      padding-left: 0; } }

.hover-for-inside-icon img:hover {
  filter: drop-shadow(1px 1px 1px #cdcdcd); }

.spaces-top-bottom-40 {
  margin: 40px auto; }

.business-overview-container p {
  font-family: Manrope-Normal;
  font-size: 16px;
  color: #6A6A6A;
  line-height: 20px; }

.wind-talk-page.login-wind-talk .login-wind-talk-row .login-wind-talk-left .newlogo-wind {
  position: absolute;
  top: 20px;
  left: 30px; }

.wind-talk-page.login-wind-talk .login-wind-talk-row .login-wind-talk-left {
  position: relative; }

.chart-dashboard {
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  margin: 0 auto;
  height: 167px;
  -ms-flex-align: center;
      align-items: center; }

.easyPieChart {
  position: relative;
  text-align: center; }

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0; }

.percentage-dashboard, .percentage-dashboard-b {
  margin-bottom: 0.5em;
  text-align: center;
  font-family: Manrope-Bold;
  font-size: 22px;
  color: #333333;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 0; }

.percentage-dashboard span, .percentage-dashboard-b span {
  margin-left: -10px; }

.percentage-dashboard sup, .percentage-dashboard-b sup {
  top: 50%;
  margin-left: 1px;
  position: absolute;
  font-family: Manrope-Bold;
  font-size: 22px;
  color: #333333;
  line-height: 0px; }

.percentage-dashboard span, .percentage-dashboard-b span {
  margin-left: -10px; }

.business-overview-box .chart-dashboard:before {
  content: "";
  background-color: #e5e7eb;
  width: 90%;
  height: 1px;
  position: absolute;
  left: 5%;
  top: 50%; }

/*start brick building*/
.brick-item .brick-content .brick-image {
  padding: 20px 0 10px; }

.brick-content .brick-image img {
  width: 60px;
  height: auto; }

.brick-content {
  text-align: center; }

.brick-content .brick-number {
  font-weight: normal;
  font-family: Manrope-SemiBold;
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 40px; }

.brick-content .brick-title {
  text-align: center;
  font-family: Manrope-Bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  font-weight: normal; }

.brick-content .brick-bottom {
  width: 95%;
  height: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.brick-content .brick-bottom .brick-bg-text {
  font-family: Manrope-Normal;
  font-size: 12px;
  background-color: #e5e7eb;
  border-radius: 4px;
  padding: 4px 10px; }

.brick-content .brick-bottom .brick-bg-text span {
  font-family: Manrope-SemiBold; }

.chart-dashboard-bottom {
  text-align: center;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 16px;
  font-family: Manrope-Normal;
  color: #6A6A6A; }

@media only screen and (min-width: 768px) {
  .chart-dashboard-bottom {
    height: 48px;
    overflow: hidden; } }

.brick-item.quick-action-brick .brick-number,
.brick-item.quick-action-brick .brick-bottom .brick-bg-text {
  display: none; }

.brick-item.quick-action-brick .brick-title {
  text-align: center;
  font-family: Manrope-Bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  font-weight: normal;
  padding: 5px 0 15px; }

.brick-bottom .container-transparent-btn {
  display: none; }

.brick-item.quick-action-brick .brick-bottom .container-transparent-btn {
  display: -ms-flexbox;
  display: flex; }

.brick-item.quick-action-brick .brick-bottom .general-btn.transparent-btn {
  color: #6A6A6A;
  border: 1px solid #e5e7eb;
  font-family: Manrope-SemiBold; }

.brick-item.quick-action-brick .brick-bottom {
  margin-bottom: 10px; }

.info-brick {
  position: absolute;
  top: 15px;
  right: 15px; }

.info-brick img {
  width: 30px;
  height: auto; }

.how-to-box {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.how-to-bo-img {
  position: relative; }

.how-to-box-playimg {
  width: 60px;
  height: auto;
  position: absolute;
  bottom: -24px;
  left: 20px; }

.how-to-box-playimg img {
  width: 60px;
  height: auto; }

.how-to-box-title {
  padding: 40px 0 20px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-family: Manrope-SemiBold; }

.how-to-box .general-btn.transparent-btn {
  color: #6A6A6A;
  border: 1px solid #e5e7eb;
  font-family: Manrope-SemiBold; }

.how-to-box .general-btn.transparent-btn {
  margin-bottom: 20px; }

.info-brick img:hover {
  filter: drop-shadow(1px 1px 1px #cdcdcd); }

.how-to-box-theimg {
  width: 100%;
  height: auto; }

.img-banner {
  margin: 20px auto; }

.bg-grey, .bg-grey .business-overview-col {
  background-color: #f7f9fd; }

.bg-grey .your-business-overview-container {
  padding: 30px 0 60px; }

.spaces-top-bottom-50 {
  margin: 50px auto; }

.icon-for-settings {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 20px; }

.icon-for-settings img {
  width: 26px;
  height: auto; }

.icon-for-settings img:hover {
  filter: drop-shadow(1px 1px 1px #cdcdcd); }

.locations-form .row {
  margin: 0; }

.user-two-sides .row {
  margin: 0; }

.card-profile-left-side-container {
  padding: 5px; }

.card-profile-right-side-container {
  padding: 5px; }

.card-profile-left-side {
  box-shadow: 0px 0px 3px 0px #e0e0e0;
  background-color: #008BCD;
  border-radius: 4px;
  text-align: center;
  padding: 21px 0 65px 0;
  overflow: hidden; }

.card-profile-right-side {
  box-shadow: 0px 0px 3px 0px #e0e0e0;
  background-color: #FFFFFF;
  border-radius: 4px; }

.first-letter {
  background-color: #FFFFFF;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid transparent;
  font-family: Manrope-Bold;
  font-size: 22px;
  color: #333333;
  line-height: 26px;
  font-weight: normal; }

.first-letter-border {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid white; }

.card-profile-text {
  font-family: Manrope-Bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  font-weight: normal;
  padding: 5px 0; }

.card-profile-email {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 18px;
  font-weight: normal; }

.corner-logo img {
  width: 200px;
  height: auto; }

.corner-logo {
  position: absolute;
  bottom: 0;
  right: 0; }

.card-profile-left-side {
  position: relative; }

.basic-inf, .text-for-device {
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  font-weight: normal; }

.secondary-inf, subtext-for-device {
  font-family: Manrope-Normal;
  font-size: 12px;
  color: #6A6A6A;
  line-height: 16px;
  font-weight: normal; }

.image-for-device {
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.box-texts {
  padding-left: 10px; }

.card-profile-right-side .row {
  padding: 10px 0; }

@media (min-width: 768px) {
  .card-profile-right-side {
    min-height: 270px; }
  .card-profile-right-side-help {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); } }

.back-header-top {
  font-family: Manrope-SemiBold;
  font-size: 18px;
  color: #333333;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center; }

.back-header-top img {
  max-width: 32px;
  height: auto;
  width: 100%;
  padding-right: 5px; }

.header-buttons {
  text-align: right; }

.header-buttons img {
  max-width: 37px;
  height: auto;
  width: 100%;
  padding-left: 3px; }

.manage-user-service-title {
  font-family: Manrope-Bold;
  font-size: 30px;
  color: #333333;
  line-height: 38px;
  font-weight: normal; }

.manage-user-service-second-line {
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #008BCD;
  line-height: 20px;
  font-weight: normal; }

.manage-user-service-second-line span {
  color: #333333; }

.manage-user-service-second-line span:before {
  content: " \B7 ";
  padding: 0 2px 0 5px;
  font-size: 24px; }

.alert-msg-text {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 18px;
  font-weight: normal;
  margin-left: 10px;
  margin-right: 20px; }

.alert-msg-icon {
  display: inline-block;
  margin-left: 10px; }

.alert-msg-icon img {
  width: 34px; }

.alert-msg-container {
  background-color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 7px;
  padding: 15px 0;
  margin: 20px auto 10px;
  box-shadow: 0px 0px 4px -2px #cdcdcd; }

.alert-msg-text a {
  color: #333333;
  font-family: Manrope-Bold; }

.alert-msg-text a:hover {
  text-decoration: underline; }

.top-manage-user-service {
  margin: 10px auto; }

.manage-service-container {
  background-color: #FFFFFF;
  display: block;
  border-radius: 7px;
  padding: 30px;
  margin: 10px auto;
  box-shadow: 0px 0px 4px -2px #cdcdcd; }

.manage-service-titles-one {
  font-family: Manrope-Bold;
  font-size: 22px;
  color: #333333;
  line-height: 26px; }

.manage-service-titles-two {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 18px;
  font-weight: normal; }

.manage-service-title {
  font-family: Manrope-Bold;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  padding: 0 10px; }

.manage-service-subtitle {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 18px;
  font-weight: normal;
  padding: 0 10px;
  margin-top: 3px; }

.manage-service-titles {
  margin: 20px auto 10px; }

.manage-service-title:before {
  content: "";
  background-color: #333333;
  width: 9px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px; }

.manage-service-container .row {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px; }

.service-item-col {
  padding: 0 10px;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.service-item-col span, .service-item-col p {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  padding: 0px;
  padding-right: 20px; }

.service-item-with-input {
  display: block; }

.service-item-with-input input {
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  border-radius: 4px;
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #008BCD;
  line-height: 20px;
  padding: 10px;
  width: 100%; }

.service-item-with-input.grey-text-on-input input {
  color: #949494; }

@media (min-width: 1200px) {
  .service-item-col .container-switch:after {
    content: "";
    position: absolute;
    height: 60px;
    width: 1px;
    top: -15px;
    right: -80px;
    background-color: #E7E9EC; }
  .service-item-col .container-switch.max-length-checkbox:after {
    right: -12px; }
  .list-with-radio .service-item-col .container-switch:after {
    display: none; } }

.list-with-radio-title {
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #333333;
  line-height: 22px; }

.list-with-radio-description {
  font-family: Manrope-Normal;
  font-size: 16px;
  color: #6A6A6A;
  line-height: 20px;
  font-weight: normal;
  margin-left: 10px; }

.manage-service-container .row.list-with-radio {
  border-bottom: 1px solid #E7E9EC;
  padding-bottom: 10px; }

.manage-service-container .row.list-with-radio:last-child {
  border-bottom: 0px solid #E7E9EC;
  padding-bottom: 0px; }

.no-input.service-item-col .container-switch:after {
  display: none; }

.add-remove-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }

.add-remove-input svg {
  cursor: pointer; }

.hide-svg-add {
  visibility: hidden; }

.read-file-link {
  margin-bottom: 0px;
  text-decoration: underline;
  cursor: pointer; }

.modal-wind-PBX {
  width: 100%;
  max-width: 550px;
  max-height: 630px;
  margin: 0 auto;
  padding: 40px;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 9999;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 8px; }

.modal-wind-PBX-header h2 {
  font-family: Manrope-Bold;
  font-size: 30px;
  color: #333333;
  text-align: center;
  line-height: 34px; }

.modal-wind-PBX-header p {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #6A6A6A;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px; }

.modal-wind-PBX input {
  background: #F7F9FD;
  border-radius: 4px;
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 18px;
  padding: 5px 15px;
  width: 100%;
  border-width: 0;
  outline: 0; }

.search-area-pbx {
  max-width: 380px;
  margin: 40px auto; }

.search-pbx-row {
  padding: 10px;
  margin: 0;
  cursor: pointer; }

.search-pbx-row:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #E5E7EB; }

.telephone-search-item {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #333333;
  line-height: 18px; }

.name-search-item {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #333333;
  line-height: 18px; }

.location-search-item {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #999999;
  line-height: 18px; }

.table-all-seatch-elements {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden; }

.ic_tick-pbx {
  display: none; }

.select-search-row-pbx .ic_tick-pbx {
  display: block; }

.select-search-row-pbx .name-search-item,
.select-search-row-pbx .location-search-item,
.select-search-row-pbx .telephone-search-item {
  color: #008BCD; }

.table-all-seatch-elements::-webkit-scrollbar {
  width: 6px; }

.table-all-seatch-elements::-webkit-scrollbar-track {
  background: #f2f3f5; }

.table-all-seatch-elements::-webkit-scrollbar-thumb {
  background: #B9BDC1;
  border-radius: 7px;
  height: 20px; }

.table-all-seatch-elements::-webkit-scrollbar-thumb:hover {
  background: #999999; }

.btn-delete.general-btn {
  background: transparent;
  border: 1px solid #333333;
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 20px;
  border-radius: 20px; }

.container-btn-delete {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  cursor: pointer; }

.buttons-container-pbx {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.tab-pbx-select {
  font-size: 20px;
  margin-right: 20px;
  cursor: pointer;
  font-family: Manrope-SemiBold;
  font-size: 20px;
  color: #999999;
  text-align: center; }

.container-sub-menu-pbx ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px; }

.container-sub-menu-pbx li.content-top-menu {
  padding: 0 10px; }

.container-sub-menu-pbx li.content-top-menu:first-child {
  padding-left: 0px; }

.container-sub-menu-pbx {
  padding: 0; }

.numberCircle-pbx {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 4px;
  background: #008BCD;
  font-family: Manrope-SemiBold;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
  margin: 0 auto; }

.service-item-col .subtitle-menu-actions {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 20px;
  padding: 0; }

.service-item-col .descr-title-menu-actions {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  padding-right: 5px; }

.disable-number-circle.numberCircle-pbx {
  color: #6A6A6A;
  background: #E5E7EB; }

.service-item-with-small-input input {
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  border-radius: 4px;
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #008BCD;
  line-height: 20px;
  padding: 10px;
  width: 60px;
  text-align: center; }

.container-grey-btn {
  margin: 0 auto;
  text-align: center;
  display: inline-block; }

.button-dark-grey {
  background: rgba(6, 7, 0, 0.3);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  border-radius: 20px;
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
  padding: 6px 20px; }

.pick-location .container-modal-PBX {
  max-width: 360px;
  margin: 40px auto; }

.pick-user-PBX .container-modal-PBX,
.new-user-PBX .container-modal-PBX {
  max-width: 460px;
  margin: 40px auto; }

.modal-wind-PBX {
  padding: 0; }

.pbx-content-overlay-form {
  max-width: 510px; }

.image-pbx-overlay {
  padding: 20px 0 10px; }

.wind-talk-page .image-pbx-overlay img {
  width: 60px;
  height: auto; }

.padding-box-pbx {
  padding: 2px; }

.buy-overlay-box.clicked-pbx-box {
  outline: 2px solid #008BCD; }

.master-title-need-more {
  font-family: Manrope-Bold;
  font-size: 40px;
  color: #333333; }

.subtitle-need-more {
  font-family: Manrope-Normal;
  font-size: 24px;
  color: #6A6A6A;
  margin-bottom: 70px; }

.title-need-more-pbx {
  position: absolute;
  top: 80px;
  left: 90px; }

.img-banner-dashboard {
  position: relative; }

@media (min-width: 992px) {
  .double-business-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .double-business-box .business-overview-col {
    display: -ms-flexbox;
    display: flex;
    padding: 0.5em; }
  .double-business-box .brick-item {
    min-height: 210px; }
  .subtitle-need-more {
    max-width: 600px; } }

@media (max-width: 768px) {
  .title-need-more-pbx {
    top: 00px;
    left: 20px; }
  .master-title-need-more {
    font-size: 18px; }
  .subtitle-need-more {
    font-size: 12px;
    width: 150px;
    margin-bottom: 0px; }
  .information-container .information-field-2of2 {
    margin-top: 20px; } }

@media (min-width: 768px) and (max-width: 1200px) {
  .title-need-more-pbx {
    left: 20px;
    top: 20px; }
  .master-title-need-more {
    font-size: 32px; }
  .subtitle-need-more {
    font-size: 18px;
    margin-bottom: 60px;
    width: auto; } }

.content-wrong-pbx {
  max-width: 360px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 8px; }

.wind-talk-page .img-notification-pbx img {
  width: 100px;
  height: auto; }

.message-title-pbx {
  font-family: Manrope-Bold;
  font-size: 30px;
  color: #E50850;
  text-align: center;
  line-height: 34px;
  padding-top: 20px;
  padding-bottom: 10px; }

.message-subtitle-message-pbx {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #6A6A6A;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px; }

.message-suc-title-pbx {
  font-family: Manrope-Bold;
  font-size: 30px;
  color: #333333;
  text-align: center;
  line-height: 34px;
  padding-top: 20px;
  padding-bottom: 10px; }

label.buy-overlay-box {
  float: none;
  display: block; }

.brick-item.quick-action-brick {
  background: #F7F9FD;
  border-radius: 8px; }

.result-datatable td.result-datatable {
  cursor: pointer; }

.text-box-title-mobility {
  font-family: Manrope-Bold;
  font-size: 16px;
  color: #333333;
  text-align: center; }

.text-box-group-mobility {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #6A6A6A;
  text-align: center; }

.disabled-text-box-pbx {
  background: #E3C3CE; }

.users-windtalk .dropdown-toggle {
  background: #008BCD !important;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  border-radius: 8px; }

.users-windtalk .v-select .selected-tag {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 18px;
  /* cursor: pointer; */ }

.users-windtalk .v-select .open-indicator:before {
  border-color: #FFFFFF;
  border-width: 2px 2px 0 0; }

.users-windtalk .v-select .dropdown-toggle .clear {
  display: none; }

.pbx-main-content select.input-sm {
  line-height: 1.5; }

.pbx-main-content .table > tbody > tr > td,
.pbx-main-content table.dataTable thead th {
  padding: 16px 10px; }

.pbx-main-content table.dataTable thead th {
  font-family: Manrope-Bold;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  background: #CED3DA; }

.pbx-main-content .v-select input[type=search], .v-select input[type=search]:focus,
.pbx-main-content .v-select.searchable .dropdown-toggle {
  cursor: pointer; }

.quick-actions-container .brick-item.quick-action-brick {
  min-height: 180px; }

.searchable button.clear span {
  display: none; }

.table.dataTable thead .sorting_asc:after {
  color: #008BCD; }

.header-buttons img {
  cursor: pointer; }

.medium-container.img-banner.img-banner-dashboard {
  margin-top: 60px;
  margin-bottom: 80px; }

.users-windtalk .more-for-user img {
  width: 30px; }

.search-location-users-pbx {
  background: #FFFFFF;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding: 8px 10px; }

.search-location-users-pbx span {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #333333;
  line-height: 30px; }

.loading-service-pbx {
  font-size: 16px;
  font-family: Manrope-Normal;
  margin-top: 30px; }

.brick-item.quick-action-brick {
  min-height: 180px; }

.single-business-box .business-overview-box {
  min-height: 230px; }

.double-business-box .business-overview-box {
  min-height: 410px; }

@media (max-width: 768px) {
  .search-location-users-pbx {
    margin-top: 10px; }
  .brick-item.quick-action-brick {
    min-height: 200px; }
  .brick-item.quick-action-brick .brick-bottom .general-btn.transparent-btn {
    padding: 6px 10px; } }

.pbx-content-overlay-form .brick-item.quick-action-brick {
  min-height: auto; }

.pbx-body-content .v-select li > a {
  padding: 16px 20px; }

.pbx-body-content .v-select .dropdown-menu > .highlight > a {
  background: none;
  color: #008BCD; }

.pbx-body-content .v-select li > a {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  border-bottom: 2px solid #dddddd; }

.pbx-body-content .v-select li:last-child > a {
  border-bottom: none; }

.pbx-body-content .v-select .dropdown-menu {
  border-radius: 4px;
  margin-top: 3px;
  overflow-y: auto; }

.pbx-body-content .v-select .dropdown-menu .active > a {
  background: none; }

.pbx-body-content .v-select li:hover {
  background: none; }

.pbx-body-content .v-select .highlight:hover {
  background: none; }

.pbx-body-content .dropdown-menu::-webkit-scrollbar {
  width: 10px; }

.pbx-body-content .dropdown-menu::-webkit-scrollbar-track {
  background: #f2f3f5; }

.pbx-body-content .dropdown-menu::-webkit-scrollbar-thumb {
  background: #B9BDC1;
  border-radius: 7px;
  height: 20px; }

.pbx-body-content .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #999999; }

.pbx-body-content .v-select .dropdown-menu > .highlight > a {
  position: relative; }

.pbx-body-content .v-select .dropdown-menu > .highlight > a:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0;
  transform: translate(-50%, -50%);
  bottom: 0;
  background-image: url(/ext_files/pbx/markup/images/ic_tick.svg); }

.assing_clear_selection {
  position: absolute;
  top: 15px;
  left: 15px; }

.four-elements .info-brick img {
  width: 22px;
  height: auto; }

span.dot-li {
  height: 12px;
  width: 12px;
  background-color: #008BCD;
  border-radius: 50%;
  display: inline-block;
  padding: 0; }

.red-li-pbx span.dot-li {
  background-color: #E50850; }

.pbx-body-content .v-select .red-li-pbx > a {
  color: #E50850 !important; }

.pbx-body-content .v-select .dropdown-menu > .highlight.red-li-pbx > a:after {
  background-image: none; }

.pbx-body-content .grey-text-on-input .v-select.single .selected-tag {
  color: #999999; }

.pbx-body-content .v-select.single .selected-tag {
  font-family: Manrope-SemiBold;
  font-size: 16px;
  line-height: 20px; }

.manage-service-container .v-select .selected-tag {
  color: #008BCD; }

.btn-svg-location {
  float: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

svg.edit-location-svg {
  margin-right: 10px;
  cursor: pointer; }

.v-select.searchable .dropdown-toggle,
.v-select input[type=search] {
  cursor: pointer !important; }

.location-windtalk .v-select .dropdown-toggle {
  background: #008BCD; }

.location-windtalk .v-select .selected-tag {
  color: #FFFFFF; }

.search-location-users-pbx .container-black-btn {
  position: relative; }

.search-location-users-pbx .general-btn.black-btn {
  padding: 6px 40px 6px 20px; }

.location-windtalk .search-location-users-pbx .container-black-btn:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 6px;
  background: url(/ext_files/pbx/markup/images/ic_dropdown_light.svg);
  width: 20px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer; }

.location-windtalk .v-select .open-indicator:before {
  border-color: #FFFFFF;
  border-width: 2px 2px 0 0; }

.location-windtalk .search-location-users-pbx .show-overview-location.container-black-btn:after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  top: 0; }

.radio-btn-pbx-box {
  background: #F7F9FD;
  border-radius: 8px;
  display: block;
  width: 100%; }

.radio-btn-pbx-box > input {
  visibility: hidden;
  position: absolute; }

.radio-btn-pbx-box > input + div {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  min-height: 205px;
  height: 100%; }

.radio-btn-pbx-box > input:checked + div circle#Oval {
  fill: #008BCD; }

.radio-btn-pbx-box > input:checked + div {
  /* (RADIO CHECKED) DIV STYLES */
  border: 2px solid #008BCD; }

.radio-svg-box svg {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-top: 20px; }

.title-type-calling {
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 20px; }

.descr-type-calling {
  font-family: Manrope-Normal;
  font-size: 12px;
  color: #6A6A6A;
  text-align: center;
  line-height: 16px;
  padding: 10px 10px 20px; }

.first-letters-avatar-header {
  cursor: pointer; }

.manage-service-container .v-input__prepend-outer {
  position: absolute;
  right: 18px;
  top: 43px;
  cursor: pointer; }

.v-application--wrap {
  min-height: 100%; }

.theme--light.v-input:not(.v-input--is-disabled) input {
  color: #008BCD !important;
  max-height: 100%; }

.label-top-checkbox-pbx {
  position: absolute;
  bottom: 13px;
  left: 0; }

.username-tooltip--password,
.username-tooltip--logout {
  padding-right: 50px;
  text-align: left;
  padding-left: 20px;
  padding: 15px 20px;
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.username-tooltip--password {
  border-bottom: 1px solid #ddd; }

.tooltip-arrow.popover-arrow {
  display: none; }

.username-tooltip--password span,
.username-tooltip--logout span {
  margin-left: 10px;
  cursor: pointer; }

.day-check-pbx.manage-service-tile {
  padding: 60px 0; }

.row-day-checkbox .cherkmark-pbx {
  margin-top: 30px; }

.row-day-checkbox .service-item-with-input {
  position: relative;
  padding: 0;
  text-align: center; }

.row-day-checkbox .service-item-with-input:after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ddd;
  right: -1px;
  position: absolute;
  display: block;
  top: -10px; }

.row-day-checkbox .cherkmark-pbx {
  left: 50px; }

.row-day-checkbox .service-item-col span {
  padding: 0px; }

.row.service-item-row.row-day-checkbox {
  margin-bottom: 10px;
  margin-top: 20px; }

.row-day-checkbox .service-item-col {
  max-width: 14% !important;
  width: 100%;
  -ms-flex: auto;
      flex: auto; }

.day-check-pbx .v-text-field > .v-input__control > .v-input__slot:before {
  border: none; }

.day-check-pbx .v-text-field > .v-input__control > .v-input__slot > .v-text-field__slot {
  display: block; }

span.disabled-select-all.slider-for-switch-disabled:before {
  transform: translateX(20px);
  background-color: #9ba0a3; }

span.slider-for-switch.disabled-select-all.round {
  background: #F0F1F3; }

table.table-bordered.dataTable tbody .non-configured-user td:first-child {
  color: #F53454; }

tr.non-configured-user td {
  background: rgba(229, 8, 80, 0.05); }

.grey-btn {
  width: auto;
  padding: 5px 38px;
  border-radius: 20px;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  transition: .5s;
  border-width: 0px;
  background: #fff;
  border: 1px solid #E5E7EB;
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 20px; }

.container-grey-btn {
  margin: 0 auto;
  text-align: center;
  display: inline-block; }

.logo-header img {
  width: 260px;
  height: auto; }

.footer-logo {
  width: 160px;
  height: auto; }

.active-pbx-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  /* background-color: #000000; */
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: 1100; }

.manage-service-container .v-input__prepend-outer {
  top: 30px; }

.manage-service-container .v-input {
  padding: 0;
  margin: 0; }

.row-day-checkbox .service-item-col {
  padding: 0 20px; }

.day-check-pbx .row.service-item-row.row-day-checkbox {
  -ms-flex-align: unset;
      align-items: unset; }

.div-from-event,
.div-to-event {
  text-align: left; }

span.span-day-event {
  margin-bottom: 15px;
  display: block; }

.div-to-event .v-input__prepend-outer {
  top: 150px;
  right: 28px; }

.div-from-event .v-input__prepend-outer {
  top: 64px;
  right: 28px; }

.holiday-container .cherkmark-pbx {
  top: 39px;
  left: 24px; }

.holiday-container .label-top-checkbox-pbx {
  position: absolute;
  top: -18px; }

.holiday-container.manage-service-container .row {
  -ms-flex-align: unset;
      align-items: unset; }

.holiday-container svg {
  position: absolute;
  top: 30px;
  cursor: pointer; }

.holiday-container .v-input__slot {
  margin: 0; }

.v-menu__content.theme--light.menuable__content__active {
  z-index: 1000 !important; }

.row.row-flex-two-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }

.login-wind-talk-row {
  margin: 0;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.login-wind-talk-left img {
  width: 100%;
  height: auto;
  padding: 0; }

.login-wind-talk-left {
  padding: 0; }

.login-wind-talk-right {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.wind-talk-login-title {
  margin: 20px 0 35px; }

.wind-talk-login-container {
  max-width: 400px;
  width: 100%; }

.wind-talk-login-field {
  position: relative;
  margin-bottom: 20px; }

.wind-talk-login-field input, .wind-talk-login-field label {
  width: 100%; }

.wind-talk-login-title h2 {
  font-family: Manrope-Bold;
  font-size: 22px;
  color: #333333;
  line-height: 28px;
  margin: 0; }

.wind-talk-login-btn {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.wind-talk-login-title h3 {
  font-family: Manrope-Bold;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 18px;
  margin: 5px 0 0; }

.wind-talk-login-field label {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #333333;
  line-height: 20px; }

.wind-talk-login-field input {
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  border-radius: 4px;
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #008BCD;
  line-height: 20px;
  padding: 10px; }

.wind-talk-login-forgot-pass-link {
  font-family: Manrope-Normal;
  font-size: 12px;
  color: #999999 !important;
  text-align: right;
  line-height: 14px;
  position: absolute;
  top: 0;
  right: 0; }

.wind-talk-login-forgot-pass-link:hover {
  text-decoration: underline; }

.wind-talk-login-field .password-btn-eye {
  position: absolute;
  bottom: 4px;
  right: 20px;
  cursor: pointer; }

.wind-talk-login-field .not-display-pass-eye {
  display: none; }

.disabled .general-btn.blue-btn {
  pointer-events: none; }

.disabled div {
  cursor: auto; }

@media (max-width: 768px) {
  .login-wind-talk-left {
    display: none; }
  .login-wind-talk-right {
    padding: 20px 0 50px; } }

.edit-user-container {
  margin: 10px auto; }

.edit-user-title {
  font-family: Manrope-Bold;
  font-size: 30px;
  color: #333333;
  line-height: 38px;
  font-weight: normal; }

.edit-user-second-line {
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #008BCD;
  line-height: 20px;
  font-weight: normal; }

.my-tile-container {
  background-color: #FFFFFF;
  display: block;
  border-radius: 7px;
  padding: 30px;
  margin: 10px auto;
  box-shadow: 0px 0px 4px -2px #cdcdcd; }

.my-tile-titles-one {
  font-family: Manrope-Bold;
  font-size: 22px;
  color: #333333;
  line-height: 26px; }

.my-tile-titles-two {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 18px;
  font-weight: normal; }

.my-tile-title span {
  color: #6A6A6A;
  font-family: Manrope-Normal; }

.my-tile-title {
  font-family: Manrope-Bold;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  padding: 0 10px; }

.my-tile-subtitle {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 18px;
  font-weight: normal;
  padding: 0 10px;
  margin-top: 3px; }

.my-tile-titles {
  margin: 20px auto 10px; }

.my-tile-title:before {
  content: "";
  background-color: #333333;
  width: 9px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px; }

.my-tile-container .row {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px; }

.my-tile-search label {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  font-weight: normal;
  margin-right: 20px; }

.my-tile-search input {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 18px;
  background: #F7F9FD;
  border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  outline: 0;
  box-shadow: 0 0 0;
  text-shadow: 0 0;
  border: 0; }

.my-tile-search {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: end; }

.four-elements.row {
  margin: 0;
  padding: 15px; }

.four-elements-item {
  padding: 0 10px;
  cursor: pointer; }

.four-elements .four-elements-item .four-elements-item-content {
  background: #F7F9FD;
  border-radius: 8px;
  border-radius: 8px;
  margin: 0;
  padding-bottom: 30px; }

.four-elements .four-elements-item .four-elements-item-content.active {
  border: 2px solid #008BCD; }

.four-elements-item-content .first-text-for-device {
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 20px; }

.four-elements-item-content .text-for-device {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #6A6A6A;
  text-align: center;
  line-height: 18px; }

.four-elements-item-content .subtext-for-device {
  font-family: Manrope-Normal;
  font-size: 12px;
  color: #999999;
  text-align: center;
  line-height: 16px; }

.four-elements-item-content .image-for-device {
  margin: 30px auto 15px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border: 0px solid #E5E7EB; }

.four-elements-item-content .image-for-device img {
  width: 75px;
  height: auto;
  border: 1px solid #E5E7EB; }

.four-elements-item-content .info-brick {
  filter: drop-shadow(1px 1px 1px #cdcdcd); }

.information-row {
  margin: 0; }

.information-column {
  background-color: #FFFFFF;
  display: block;
  border-radius: 7px;
  padding: 30px;
  margin: 10px auto;
  box-shadow: 0px 0px 4px -2px #cdcdcd; }

.information-column .my-tile-tile {
  padding: 0 15px; }

@media (min-width: 992px) {
  .information-column {
    width: calc(50% - 10px) !important;
    -ms-flex: auto !important;
        flex: auto !important; }
  .information-column:first-child {
    margin-left: 0;
    margin-right: 10px; }
  .information-column:last-child {
    margin-left: 10px;
    margin-right: 0; }
  .information-field-1of2 {
    padding-right: 0;
    margin-right: 0; }
  .information-field-2of2 {
    padding-left: 0;
    margin-left: 0; } }

.information-container {
  margin: 20px auto; }

.row.information-field {
  padding: 0 10px;
  margin-top: 10px;
  margin-bottom: 10px; }

.row.information-field label {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #333333;
  line-height: 20px; }

.row.information-field input {
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #008BCD;
  line-height: 20px;
  padding: 10px; }

.information-column .my-tile-title {
  margin-bottom: 15px; }

.information-field span {
  color: #6A6A6A;
  font-family: Manrope-Normal;
  font-size: 10px; }

.support-banner-img img {
  width: 100%;
  height: auto; }

.support-banner-img {
  max-height: 424px;
  overflow: hidden; }

.support-banner-container {
  padding-left: 0;
  padding-right: 0;
  position: relative; }

.support-banner-content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 550px;
  width: 100%; }

.support-banner-second-container {
  margin-top: 50px; }

.support-banner-text {
  font-family: Manrope-Bold;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px; }

.support-banner-input {
  background: #FFFFFF; }

.support-banner-input input {
  width: 100%;
  padding: 0px;
  margin: 10px;
  border: 0;
  outline: 0; }

.support-banner-input input:focus,
.support-banner-input input:active,
.support-banner-input input:hover {
  width: 100%;
  padding: 0px;
  margin: 10px;
  border: 0;
  outline: 0; }

.support-banner-input {
  border-radius: 24px;
  overflow: hidden;
  max-width: 550px;
  width: 100%;
  margin-top: 20px;
  padding-left: 30px; }

.support-banner-input:before {
  content: "";
  background: url(/ext_files/pbx/markup/images/ic_search@2x.png);
  background-size: cover !important;
  width: 20px;
  height: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  bottom: 10px;
  position: absolute;
  left: 14px; }

.support-left-help-text {
  font-family: Manrope-SemiBold;
  font-size: 12px;
  color: #333333;
  line-height: 16px; }

.support-left-primary-text {
  font-family: Manrope-Bold;
  font-size: 32px;
  color: #333333;
  line-height: 36px; }

.support-tile {
  background-color: #FFFFFF;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  border-radius: 8px; }

.support-small-icon img {
  width: 60px;
  height: auto; }

.support-urls-item:hover {
  text-decoration: underline; }

.support-urls-item {
  font-family: Manrope-Normal;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin: 10px 0; }

.support-header {
  font-family: Manrope-Bold;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  margin-top: 5px;
  margin-bottom: 15px; }

.support-tile {
  padding: 30px 20px;
  margin-bottom: 30px; }

.support-urls-item:after {
  content: "";
  background: url(/ext_files/pbx/markup/images/ic_go@2x.png);
  background-size: cover !important;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  position: absolute; }

.support-image-banner-img {
  background-color: #FFFFFF;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  overflow: hidden; }

.support-image-banner-img img {
  width: 100%;
  height: auto; }

.support-banner-second-container .row {
  margin-right: 0;
  margin-left: 0; }

.support-banner-input input {
  color: #333333;
  font-family: Manrope-SemiBold; }

.support-banner-input input:-ms-input-placeholder {
  color: #6A6A6A;
  font-family: Manrope-Normal; }

.support-banner-input input::placeholder {
  color: #6A6A6A;
  font-family: Manrope-Normal; }

.row.row-new-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 10px;
  margin: 0 auto;
  padding-top: 10px;
  border-bottom: 1px solid #efefef; }

.title-b-user {
  font-family: Manrope-Bold;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  padding: 0 10px; }

.disc-b-user {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 18px;
  font-weight: normal;
  padding: 0 10px;
  margin-top: 3px; }

.row.row-new-user .col-md-5 {
  text-align: center; }

.pink-btn {
  font-size: 12px; }

.row-new-user-first {
  margin-top: 30px !important; }

.number-list-pbx {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #333333;
  line-height: 18px; }

.name-list-pbx {
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #333333;
  line-height: 18px; }

.location-list-pbx {
  font-family: Manrope-Normal;
  font-size: 14px;
  color: #999999;
  line-height: 18px; }

.add-list-svg {
  transform: rotate(180deg); }

.down-list-svg {
  transform: rotate(180deg); }

.mover-item {
  cursor: pointer; }

svg.disable-svg-list rect#Rectangle {
  fill: #F7F9FD; }

svg.disable-svg-list path#Shape {
  fill: #6A6A6A; }

.available-numbers-list {
  background: #E5E7EB;
  border-radius: 4px;
  font-family: Manrope-Normal;
  font-size: 12px;
  color: #151515;
  text-align: center;
  line-height: 16px;
  max-width: 160px;
  padding: 8px 10px;
  cursor: pointer; }

.assigned-numbers-list {
  background: #008BCD;
  border-radius: 4px;
  font-family: Manrope-Normal;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 16px;
  max-width: 160px;
  padding: 8px 10px;
  cursor: pointer; }

.cherkmark-pbx {
  position: absolute;
  top: -4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #dddddd;
  transition: .35s; }

.cherkmark-pbx:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.cherkmark-pbx:after {
  content: "";
  position: absolute;
  display: none; }

.container-checkbox-pbx input:checked ~ .cherkmark-pbx {
  background: #008BCD; }

.container-checkbox-pbx input:checked ~ .checkmark-pbx:after {
  diplay: block; }

.header-select-search {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

span.cherkmark-pbx:after {
  display: block; }

.container-checkbox-pbx {
  font-family: Manrope-SemiBold;
  font-size: 16px;
  color: #6A6A6A;
  line-height: 20px;
  max-width: 200px;
  width: 100%;
  text-align: left; }

input.input-pbx-grey {
  background: #F7F9FD;
  border-radius: 4px;
  font-family: Manrope-SemiBold;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 18px;
  padding: 5px 15px;
  border-width: 0;
  outline: 0;
  float: right; }

/*# sourceMappingURL=stylePBX.css.map */

.licences {
  display: flex;
  flex-flow: row;
  gap: 5px;
  justify-content: center;
}

.licences .normal-licences,
.licences .advanced-licences {
  font-size: 11px;
  flex: 50%;
}

.licences .brick-bg-text{
  font-size: 11px !important;
  width: 100%;
}

.licences .brick-title{
  font-size: 13px !important;
}

.licences .brick-number{
  font-size: 30px !important;
}

