/*** GENERAL ***/
body {
  min-height: 100vh;
  position: relative;
  margin: 0;
  color: #333333;
}

header {
    height: 100%;
}
header nav.navbar {
    border-bottom: 1px #006699 solid;
}
main {
    padding-bottom: 475px;
}
strong {
    font-weight: bold
}
code {
    word-break: break-word;
}
.dropdown-item:active, .dropdown-item.active, .dropleft .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover, .dropdown-primary .dropdown-content li a, .dropdown-primary .dropdown-content li span:hover, .dropdown-primary .dropdown-content li.active {
    background-color: #006699 !important;
}
.dropdown .dropdown-menu .dropdown-item:hover:not(.active) {
    background-color: #e3e8f0 !important;
    color: #000000 !important;
}
footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.home.jarallax {
    min-height: 460px;
}
.home .jumbotron {
    background-color: transparent;
    box-shadow: none;
    margin: 0;
}
header nav.navbar {
    box-shadow: none;
}
.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

table.table-xs td, table.table-xs th {
    padding-top: 0;
    padding-bottom: 0;
}
table.table-xs thead td, table.table-xs thead th {
    padding-top: .5rem;
    padding-bottom: .25rem;
}
table.table-xs tbody tr:first-child td, table.table-xs tbody tr:first-child th {
    padding-top: .5rem;
}

#products-product-properties table tr th:first-child {
    width: 40%;
}
/* Legal numeration */

.legal ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.legal ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 1.2em;
}

.legal ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  word-break: initial;
}
.legal li ol {
    margin-top: 0.6em;
}
.legal li ol > li {
    margin: 0 0 0.6em 0;
    word-break: break-word;
}

.legal li ol > li:before {
  content: counters(item, ".") " ";
}

/*** Card Decks for tariff offers ***/
.offer-overview .card {
    width: 100%;
}

/*** HEADER ***/
#logo {
    vertical-align: top;
    width: 120px;
    margin-bottom: 10px;
}
.navbar .breadcrumb .breadcrumb-item.active, .navbar .breadcrumb .breadcrumb-item:before {
    color: #6c757d;
}

/*** Icon ***/
.bi {
    height: 16px;
    width: 16px;
}

/* Icon 1 */

.nt-animated-icon {
width: 30px;
height: 20px;
position: relative;
margin: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.nt-animated-icon span {
background:  #333333;
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}


/* Icon 2*/

.nt-animated-icon span:nth-child(1) {
top: 0;
}

.nt-animated-icon span:nth-child(2), .nt-animated-icon span:nth-child(3) {
top: 8px;
}

.nt-animated-icon span:nth-child(4) {
top: 16px;
}

.nt-animated-icon.open span:nth-child(1) {
top: 11px;
width: 0;
left: 50%;
}

.nt-animated-icon.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.nt-animated-icon.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.nt-animated-icon.open span:nth-child(4) {
top: 11px;
width: 0;
left: 50%;
}

/*** STEPPER ***/
.stepper-vertical li {
    flex: 1 0 auto;
}
.stepper-vertical li .step-content {
    width: 90%;
}
.steps-form {
    display: table;
    width: 100%;
    position: relative; }
.steps-form .steps-row {
    display: table-row; }
.steps-form .steps-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc; }
.steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    position: relative; }
.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem; }
.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
.steps-form .steps-row .steps-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-top: 0; }

ul.stepper li.active a .circle {
    background-color: #006699 !important;
}
ul.stepper li.current a .circle {
    background-color: #677b88 !important;
}
ul.stepper li.active:hover {
    background-color: transparent !important;
}
ul.stepper li.inactive a,
ul.stepper li.current a {
    cursor: default;
}
ul.stepper li.inactive:hover,
ul.stepper li.current:hover {
    background-color: transparent;
}

/* Steps */
.orders-rec .step {
    list-style: none;
    margin: 0;
}

.orders-rec .step-element {
    display: flex;
    padding: 1rem 0;
}

.orders-rec .step-number {
    position: relative;
    width: 7rem;
    flex-shrink: 0;
    text-align: center;
}

.orders-rec .step-number .number {
    color: #bfc5ca;
    background-color: #eaeff4;
    font-size: 1.5rem;
}

.orders-rec .step-number .number {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.orders-rec .number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    border-radius: 10rem;
}

.orders-rec .step-number::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 48px;
    bottom: -2rem;
    margin-left: -1px;
    border-left: 2px dashed #eaeff4;
}

.orders-rec .step .step-element:last-child .step-number::before {
    bottom: 1rem;
}

/*** FORMS ***/
#form-md-small .md-form.md-outline,
#dashboard-search .md-form {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
#form-md-medium .md-form.md-outline {
    margin-top: .75rem;
    margin-bottom: .75rem;
}
#form-md-small .select-wrapper.md-form.md-outline+label,
#form-md-medium .select-wrapper.md-form.md-outline+label {
    top: -.5rem !important;
}
#dashboard-search .form-row .md-form .form-control {
    padding: .5rem .5rem .25rem .5rem;
}

.md-form.form-sm .prefix~.invalid-feedback {
    margin-left: 2rem;
}
.md-form.md-outline label.active {
    z-index: 2!important;
}
.form-horizontal  {
    line-height: 2rem;
}
.select-wrapper .select-dropdown {
    max-height: 480px !important;
}
.select-wrapper.disable-toggle-all  .select-toggle-all {
     display: none;
 }
.md-outline.select-wrapper+label {
    top: .5em !important;
    z-index: 2 !important;
}
.md-form.md-outline.invalid {
    margin-bottom: 0;
}
.md-form.md-bg input {
    padding: 1.5rem .7rem .7rem!important;
    height: 49px;
}
.md-form.md-bg label {
    z-index: 999
}
.md-form .form-control.is-invalid, .md-form .form-control.is-valid {
    background-position: bottom right!important;
}
.select-wrapper.md-form.md-outline input.select-dropdown {
    color: #006699;
}
.select-wrapper.md-form.md-outline.invalid input{
    border-color: #f44336;
    box-shadow: inset 0 0 0 1px #f44336;
}
.select-wrapper+label.active {
    top: 1rem;
}
/*.form-row .select-wrapper {
    padding: 1.5rem 0 .35rem 0;
}
*/
.form-row .md-form .form-control {
    padding: .25rem .5rem 0 .5rem;
}
.select-wrapper span.caret {
    top:1.1rem;
    right:.4rem;
    z-index:3;
}
.md-form.form-sm .prefix~.mdb-select {
    margin-left: 2rem;
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
}
.form-check-input.is-invalid~.form-check-label {
    margin-bottom: 1rem;
}
.handy-only, .dsl-only, .data-only, .other-only, .cashback-only {
    display: none;
}
.form-check-input[type=checkbox]+label:before, .form-check-input[type=checkbox]:not(.filled-in)+label:after, label.btn input[type=checkbox]+label:before, label.btn input[type=checkbox]:not(.filled-in)+label:after {
    width: 24px;
    height: 24px;
    margin-top: 0;
}
.form-check-input[type=checkbox]:checked+label:before, label.btn input[type=checkbox]:checked+label:before {
    width: 14px;
}
.checkbox-success [type="checkbox"]:checked+label:before {
  border-color: transparent #00c851 #00c851 transparent;
}
.checkbox-tariffuxx [type="checkbox"]:checked+label:before {
  border-color: transparent #006699 #006699 transparent;
}
/*.select-wrapper input.select-dropdown {
    box-sizing: border-box;
}*/
#customer-register-form label {
    margin-bottom: 0;
}
.md-form.md-outline input[readonly=readonly] {
    background-color: #EEEEEE;
}

/*** About us ***/
img.logo-advertiser {
    width: 100px;
    padding: 30px 20px 30px 20px;
    filter: grayscale(100%);
    opacity: .8;
}
.partner-provider.list-group img.logo-advertiser {
    width: 44px;
}
.partner-provider.list-group .active img.logo-advertiser {
    filter: grayscale(0%);
}
.partner-provider.list-group .active {
    color: #333333;
    background-color: #9BB1D0;
    border-color: #9BB1D0;
}
.partner-provider.list-group a:hover img.logo-advertiser,
.partner-provider.list-group button:hover img.logo-advertiser {
    filter: grayscale(0%);
}
.partner-provider.list-group a:hover,
.partner-provider.list-group button:hover {
    font-weight: bold;
}
.partner-provider.list-group a.list-group-item-black {
    color: #006699;
}
/*** IMAGES ***/
img.img-partner {
    max-height: 28px;
    max-width: 120px;
    border-radius: 0;
    border: none;
    padding: 0;
}
img.img-provider {
    width: 80px;
    margin-top: 10px;
    border-radius: 0;
    background-color: transparent;
    border: none;
}
img.img-provider-sm {
    width: 80px;
    border-radius: 0;
}
#products select.custom-select {
    display: inline-block!important;
}
.cashback-logo {
    vertical-align: top;
    width: 110px;
}
.network-provider {
    height: 16px;
}
.network-provider-r {
    width: 18px;
    height: 18px;
}
.network-provider-big {
    width: 60px;
    height: 60px;
    padding: 10px!important;
}

/*** BADGES ***/
.badge-primary {
    background-color: #006699 !important;
}

/*** MODALS ***/
.modal-dialog.modal-notify.modal-tariffuxx .badge, .modal-dialog.modal-notify.modal-tariffuxx .modal-header {
    background-color: #006699;
}

/*** BUTTONS ***/
.btn-floating.btn-xs {
    width: 26px;
    height: 26px;
    margin-bottom: 0.5rem;
}
.btn-floating.btn-xs i {
    font-size: 0.86154rem;
    line-height: 26px;
}
.btn.btn-tariffuxx, .btn.btn-tariffuxx-blue, .btn.btn-tariffuxx-blue-light, .btn.btn-tariffuxx-arr, .btn.btn-tariffuxx-blue-arr, .btn.btn-tariffuxx-blue-light-arr {
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
}
.btn.btn-lg.btn-tariffuxx-arr, .btn.btn-lg.btn-tariffuxx-blue-arr, .btn.btn-lg.btn-tariffuxx-blue-light-arr {
    font-size: 22px;
}
.btn.btn-tariffuxx-arr:after, .btn.btn-tariffuxx-blue-arr:after, .btn.btn-tariffuxx-blue-light-arr:after {
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    content: "\f101";
    padding-left: 5px;
}
.btn.btn-lg.btn-tariffuxx-arr:after, .btn.btn-lg.btn-tariffuxx-blue-arr:after, .btn.btn-lg.btn-tariffuxx-blue-light-arr:after {
    padding-left: 10px;
}
.btn-floating ~ span.counter {
    top: -15px;
    padding: 1px 4px;
    margin-left: -19px;
}
.btn.btn-xs:not(.btn-floating) {
    padding: .25rem 1.6rem;
    font-size: 0.75rem;
    margin: 0;
}
.bg-brand-mobile {
    background: #2B64A4 !important;
}
.bg-brand-fixed-line {
    background: #469a9e !important;
}
.bg-brand-data {
    background: #e6c748 !important;
}
.bg-brand-incentive {
    background: #f5891d !important;
}
.text-default-dark {
    color: #00695c!important;
}
.text-primary-dark {
    color: #0d47a1!important;
}
.text-secondary-dark {
    color: #9933CC!important;
}
.text-stylish-dark {
    color: #3E4551!important;
}
.text-unique-dark {
    color: #1C2331!important;
}

/*** COLORS ***/
.text-tariffuxx {
    color: #FFCC00;
}
.black-text {
    color: #333333;
}
.tariffuxx-blue-text, .text-tariffuxx-blue, .text-tariffuxx-blue input, a.text-tariffuxx-blue, table.table a.text-tariffuxx-blue, footer.page-footer a {
    color: #006699;
}
.text-tariffuxx input:disabled, .text-tariffuxx-blue input:disabled {
    color: #AAA;
}
a.text-tariffuxx-blue:hover, .text-tariffuxx-blue input:hover, a.text-tariffuxx-blue:hover, table.table a.text-tariffuxx-blue:hover {
    color: #00537B;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control::placeholder {
  color: #ccc;
  opacity: 1;
}
.mdb-autocomplete-wrap {
    margin: 0 17px;
}
 .badge-tariffuxx {
    color: #ffffff!important;
}
.btn-tariffuxx, .btn-tariffuxx-arr, .tariffuxx-color {
    color: #333333!important;
    background-color: #FFCC00;
}
.btn-tariffuxx:hover, .btn-tariffuxx:active, .btn-tariffuxx:focus, .btn-tariffuxx-arr:hover, .btn-tariffuxx-arr:active, .btn-tariffuxx-arr:focus, .tariffuxx-color:hover:not(.form-header), .tariffuxx-color:active:not(.form-header), .tariffuxx-color:focus:not(.form-header) {
    color: #fff;
    background-color: #C69F00;
}
.btn-tariffuxx-blue, .btn-tariffuxx-blue-arr, .tariffuxx-blue-color {
    color: #fff;
    background-color: #006699;
}
.bg-tariffuxx {
    color: #333333 !important;
    background-color: #FFCC00 !important;
}
.bg-tariffuxx-blue {
    color: #fff;
    background-color: #006699 !important;
}
.btn-tariffuxx-blue:hover, .btn-tariffuxx-blue:active, .btn-tariffuxx-blue:focus, .btn-tariffuxx-blue-arr:hover, .btn-tariffuxx-blue-arr:active, .btn-tariffuxx-blue-arr:focus, .tariffuxx-blue-color:hover:not(.form-header), .tariffuxx-blue-color:active:not(.form-header), .tariffuxx-blue-color:focus:not(.form-header) {
    color: #fff;
    background-color: #00537B;
}
.btn-tariffuxx-blue-light, .tariffuxx-blue-light-color {
    color: #000000;
    background-color: #e3e8f0;
}
.btn-outline-tariffuxx {
    border: 2px solid #FFCC00!important;
    background-color: transparent!important;
    color: #FFCC00!important;
}
.btn-outline-tariffuxx-blue {
    border: 2px solid #006699!important;
    background-color: transparent!important;
    color: #006699!important;
}
.btn-outline-default-dark {
    border: 2px solid #00695c!important;
    background-color: transparent!important;
    color: #00695c!important;
}
.btn-outline-primary-dark {
    border: 2px solid #0d47a1!important;
    background-color: transparent!important;
    color: #0d47a1!important;
}
.btn-outline-secondary-dark {
    border: 2px solid #9933CC!important;
    background-color: transparent!important;
    color: #9933CC!important;
}
.btn-outline-stylish-dark {

    border: 2px solid #3E4551!important;
    background-color: transparent!important;
    color: #3E4551!important;
}
.btn-outline-unique-dark {

    border: 2px solid #1C2331!important;
    background-color: transparent!important;
    color: #1C2331!important;
}
.btn-netid {
    color: #fff;
    background-color: #76b82a;
}
.btn-netid:active, .btn-netid:focus, .btn-netid:hover {
    color: #fff;
    background-color: #67a024;
}
.tariffuxx-border {
    border-color: #FFCC00!important;
}
.tariffuxx-blue-border {
    border-color: #006699!important;
}

.spinner-blue-only.white-border {
    border-color: #ffffff !important;
}
.spinner-blue-only.black-border {
    border-color: #333333 !important;
}
.preloader-wrapper .spinner-blue, .preloader-wrapper .spinner-blue-only {
    border-color: #006699;
}
.preloader-wrapper .spinner-yellow, .preloader-wrapper .spinner-yellow-only {
    border-color: #FFCC00;
}

#loaderModal .modal-dialog .modal-content {
    box-shadow: unset;
    background-color: transparent;
}

.loading {
    width: 100%;
    text-align: center;
}

.loading-circle {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
}

.loading-circle div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    margin: 8px;
    border: 1px solid;
    border-radius: 50%;
    animation: loading-circle 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #006699 transparent transparent transparent;
}

.loading-white .loading-circle div {
    border-color: #ffffff transparent transparent transparent;
}
.loading-fixed-line .loading-circle div {
    border-color: #469a9e transparent transparent transparent;
}

.loading-circle div:nth-child(1) {
    animation-delay: -0.45s;
}

.loading-circle div:nth-child(2) {
    animation-delay: -0.3s;
}

.loading-circle div:nth-child(3) {
    animation-delay: -0.15s;
}

.loading-circle__sm-white {
    width: 25px;
    height: 25px;
}
.loading-circle__sm-white div {
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 1px solid;
    border-radius: 50%;
    animation: loading-circle 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ffffff transparent transparent transparent;
}

.placeholder-element {
    background-image: linear-gradient(90deg, #f7f7f7, #dddddd);
    background-size: 400% 400%;

    -webkit-animation: PlaceholerElement 1s ease infinite;
    -moz-animation: PlaceholerElement 1s ease infinite;
    -o-animation: PlaceholerElement 1s ease infinite;
    animation: PlaceholerElement 1s ease infinite;
}

@-webkit-keyframes PlaceholerElement {
    0%{background-position:0 51%}
    50%{background-position:100% 50%}
    100%{background-position:0 51%}
}
@-moz-keyframes PlaceholerElement {
    0%{background-position:0 51%}
    50%{background-position:100% 50%}
    100%{background-position:0 51%}
}
@-o-keyframes PlaceholerElement {
    0%{background-position:0 51%}
    50%{background-position:100% 50%}
    100%{background-position:0 51%}
}
@keyframes PlaceholerElement {
    0%{background-position:0 51%}
    50%{background-position:100% 50%}
    100%{background-position:0 51%}
}

@keyframes loading-circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.custom-control-label::before {
    background-color: #ffffff;
    border: 1px solid #ced4da;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #006699;
    border-color: #00537B;
}

/*** MISC ***/
.lh-16 {
    line-height: 16px;
}
.lh-18 {
    line-height: 18px;
}
.lh-20 {
    line-height: 20px;
}
.lh-40 {
    line-height: 40px;
}
.lh-80 {
    line-height: 80px;
}
.fa-25-width {
    width: 25px !important;
}
.width-100 {
    width: 100%;
}
.tarifdetails, .summernote .btn:hover {
    cursor: pointer;
}
#handytarif-details .table tr:first-child td,
#handytarif-details .table tr:first-child th {
        border-top: none;
}
.help {
    cursor: help;
}

.pointer {
    cursor: pointer;
}

.avatar-icon {
    height: 110px;
}
.read-more-content span {
    display: none;
}
.read-more-link {
    display: inline-block;
}
span.read-more-link {
    cursor: pointer;
    display: inline-block;
    color: #006699;
}
span.read-more-link:hover {
    text-decoration: underline;
}
.actions-edit-del {
    min-width: 65px;
}

.dynamic-color .col-md-4 div p {
    margin: 0;
    padding: 1rem .5rem;
    font-size: 80%;
}
#cashback-legal .collapsed .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.html-code {
    font-family: monospace;
}
.tx-checkmark {
    display: inline-block;
    background: #006699;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin-right: 10px;
    padding: 3px 0 0 6px;
    vertical-align: text-top;
}
.tx-checkmark:after {
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.tx-checkmark-spacer {
    margin-left: 26px;
}
.separator {
    border-top: 1px solid rgba(108, 117, 125, 0.5);
    margin: 20px 0;
    position: relative;
}
.separator-text {
    background: #f7f7f7;
    color: #6c757d;
    /*font-weight: 700;*/
    left: 50%;
    padding: 0 5px;
    position: absolute;
    top: 50%;
    text-shadow: none;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.word-break-all {
    word-break: break-all;
}

/*** SUPPORT ***/
#ticket-overlay {
    display: none;
}
#ticket-overlay.show {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(204,204,204);
    background: rgba(255,255,255,0.5);
    z-index: 2;
    cursor: no-drop;
    text-align: center;
    padding-top: 20px;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #ffffff;
}
.chat-message .support-comment p:first-letter,
.chat-message .support-ticket p:first-letter {
    text-transform: uppercase;
}
.chat-body p, .chat-body ul, .chat-body ol {
    margin-bottom: 1rem;
}
.scrollbar-light-blue::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-light-blue::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-light-blue::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #82B1FF; }
.support-avatar {
    min-width: 30px;
    height: 30px;
}
.support-avatar i {
    line-height: 30px;
    font-size: 1em;
}
.support-logo {
    height: 100%;
    padding: .4rem;
}

/*** RESPONSIVE ***/
@media (min-width: 576px) {

    .border-left-sm {
        border-left: 1px solid;
    }
    .border-top-sm-0 {
        border-top: none !important;
    }
}
@media (min-width: 768px) {

    #logo {
        width: 185px;
    }
    main {
        padding-bottom: 275px;
    }
    .support-avatar {
        min-width: 60px;
        height: 60px;
    }
    .support-avatar i {
        line-height: 60px;
        font-size: 2em;
    }
    .support-logo {
        padding: .75rem;
    }
    .border-left-md {
        border-left: 1px solid;
    }
}

/*** ERROR ***/
.form-error {
    border-color: #dc3545;
}
.file-field .invalid-feedback, .form-error~.invalid-feedback, .invalid .invalid-feedback {
    display: block;
}

/*** SUMMERNOTE ***/

/*placeholder style*/

.note-placeholder {
    position: absolute;
    top: 90px;
    left: 95px;
    font-size: 34px;
    color: #e4e5e7;
    display: none;
    pointer-events: none;
}


/*Toolbar panel*/

.note-editor .note-toolbar {
    background: #F5F5F5;
    border-bottom: 1px solid #c2cad8;
}

.summernote .panel-primary>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}


/*Buttons from toolbar*/

.summernote .btn-default {
    background: white !important;
}

.summernote .btn-default:hover {
    background: #4285F4 !important;
}

.summernote .btn-default.active {
    background: #0B51C5 !important;
}

.summernote .btn {
    color: black !important;
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    user-select: none;
    box-shadow: none !important;
}

/* * *  Scrollbar * * */

.force-overflow {
    overflow: hidden;
}
.table a {
    margin: 0 !important;
}

/* * *  COOKIE CONSENT * * */

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    background: #212327;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
.no-wrap {
    white-space: nowrap;
}
.opacity-50 {
    opacity: .5;
}
/***
 *** MEDIA QUERIES ***
***/

@media (min-width: 768px) {
    .cookie-spacer-mobile {
        bottom: 0;
    }
}

/* * *  TUS * * */
table.tus-diff-table {
    width: 100%;
}
td.tus-review-text-cell {
    word-break: break-all;
    padding-top: 0;
    max-width: 780px;
    min-width: 780px;
    width: 780px;
}

div.tus-review-text-wrapper-disabled {
    pointer-events: none;
    opacity: 0.6;
    background: rgba(200, 200, 200, 0.33);
    background-color: #ffffff;
}

div.tus-review-first-text-box {
    min-height: 270px;
}

a.tus-review-mark-uri-as-reviewed-button {
    background-color: #00bb00;
}

a.tus-review-mark-uri-as-skipped-button {
    background-color: #dd0000;
}

td.tus-review-text-cell table td {
    border: 0!important;
    padding: 0!important;
}

td.tus-review-text-cell table td del {
    display: block;
    font-weight: bold;
    color: red;
    background: #fdd;
    letter-spacing: 0.1em;
    text-decoration: none;
}

td.tus-review-text-cell table td ins {
    display: block;
    font-weight: bold;
    color: green;
    background: #dfd;
    letter-spacing: 0.1em;
    text-decoration: none;
}

div.tus-review-button-box {
    padding: 15px 8px 8px 8px;
    margin-left: 10px;
    width: 200px;
    float: right;
}
span.tus-link {
    color: #006699;
    font-weight: 400;
}
.delimiter-box .delimiter-stars {
    line-height: 1.6em;
    width: 100%;
    text-align: center;
}
.delimiter-box .delimiter-stars:before {
    display: inline-block;
    content: "***";
    font-size: 30px;
    line-height: 65px;
    height: 30px;
    letter-spacing: 0.2em;
}
/*
Modal product details
 */
#handytarif-details .modal-dialog {
    pointer-events: all !important;
    margin: .5rem .5rem 0 .5rem;
    max-width: 100%;
    height: calc(100% - 80px);
}
#handytarif-details .modal__content {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    height: 100%;
    overflow: auto;
    -ms-overflow-style: none;
}

#handytarif-details .modal__content::-webkit-scrollbar {
    display: none;
}

#handytarif-details .modal__content .card {
    margin-top: 0 !important;
    box-shadow: unset;
    background-color: white;
    padding: 0 5px;
}

#handytarif-details .modal__content .card__detail {
    margin-top: -18px;
    padding: 1.75em .75em .75em;
}

#handytarif-details .modal__content .card .card__content__cta {
    display: none;
}

#handytarif-details .modal__close {
    position: fixed;
    color: white;
    z-index: 1001;
    bottom: 10px;
    font-size: 2em;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
#handytarif-details .modal-content {
    border-radius: 25px;
    height: 100%;
    overflow: hidden;
}
#handytarif-details .modal-content .card.mt-md-5 {
    margin-top: 0 !important;
}

@media (min-width: 768px) {
    #handytarif-details {
        height: 100%;
    }

    #handytarif-details .modal-dialog {
        max-width: 750px;
        margin: 1.5rem auto 0 auto;
        height: calc(100% - 90px);
    }
}

@media (min-width: 992px) {
    #handytarif-details .modal-dialog {
        max-width: 974px;
        margin: 2rem auto 0 auto;
        height: calc(100% - 100px);
    }
}
@media (min-width: 1200px) {
    #handytarif-details .modal-dialog {
        max-width: 1100px;
        margin: 2.5rem auto 0 auto;
    }
}


#handytarif-details .card {
    min-width: 100%;
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 2px 4px 7px #2b64a421;
    background-color: #F9F9F9;
    overflow: unset;
}

#handytarif-details .card__head {
    border-radius: 20px;
    padding: 1.5rem 1rem;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

#handytarif-details .card__head__provider {
    width: 100%;
    margin-top: 0;
    max-width: 120px;
}

#handytarif-details .card__head a {
    font-size: .75em;
    text-decoration: none;
    color: #505050;
}

#handytarif-details .card__head h6 {
    color: #212121;
}

#handytarif-details .provider__network__img {
    height: 16px;
    width: auto;
}

#handytarif-details a.card__close {
    color: #212121;
    font-size: 34px;
    position: absolute;
    right: 15px;
    top: 15px;
}
#handytarif-details a.card__close, .modal a.card__close:hover {
    text-decoration: none;
    color: #505050;
}
#handytarif-details a.card__close {
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 28px;
}

#handytarif-details .card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-left: 1.5rem;
}

#handytarif-details .card__content__string p {
    color: #505050;
}

#handytarif-details .card__content__string svg {
    color: #505050;
}

#handytarif-details .card__content__string .provider {
    display: flex;
    align-items: center;
    padding-left: .5rem;
}

#handytarif-details .card__content__string .provider svg {
    width: 16px;
}

#handytarif-details .card__content .price p {
    font-weight: 700;
    color: #1E1E1E;
}

#handytarif-details .card__content h6 {
    color: #1E1E1E;
    font-size: 1.25em;
}

#handytarif-details .card__content p {
    font-size: .875em;
    margin-bottom: .25rem;
}

#handytarif-details .card__content span {
    font-size: .875em;
    color: #505050;
}

#handytarif-details .card__content h5 {
    font-size: 1.5em;
    margin-top: 0;
}

#handytarif-details .card__content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#handytarif-details .card__content ul svg {
    color: #2B64A4;
    margin-right: .6em;
}

#handytarif-details .card__content__cta {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}

#handytarif-details .card__content__cta .detail {
    box-shadow: 2px 4px 7px #D3D3D3;
    background-color: white;
    border-radius: 14px;
    cursor: pointer;
    margin-right: .5em;
}

#handytarif-details .card__detail {
    background-color: #F9F9F9;
    padding: .8em;
    border-radius: 0 0 25px 25px;
    overflow: auto;
}

#handytarif-details .card__detail .price p {
    color: #1E1E1E;
}

#handytarif-details .card__detail h6 {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #D3D3D3;
    padding: .5em 0;
    color: #1E1E1E;
}

#handytarif-details .card__detail p {
    font-size: 14px;
    color: #515151;
    margin-bottom: .25rem !important;
}

#handytarif-details .card__detail p svg {
    color: #2B64A4;
}

#handytarif-details .card__detail p a {
    font-size: 12px;
    line-height: 1.42em;
}

#handytarif-details .card__detail p img {
    margin-left:0;
}

#handytarif-details .card__detail .highlight {
    color: #2B64A4;
}
#handytarif-details a.nav-link {
    font-size: 16px;
}
#handytarif-details .tab-content {
    font-size: 1rem;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dde2e6;
    border-bottom: 1px solid #dde2e6;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#handytarif-details .tab-pane {
    padding: 1rem 0;
}

.pswp__img {
    max-height: 100% !important;
    width: auto !important;
}
.twl-default-color {
    width: 20px;
    height: 20px;
    border: 2px solid black;
    border-radius: 3px;
}
/*** TWL CONFIGURATOR ***/
#twl .md-accordion .card:last-child {
    border-bottom: none;
}

/* HIDE RADIO */
#twl [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
#twl [type=radio] + label {
    cursor: pointer;
}
#twl [type=radio]:checked + label {
    background-color: #f5f5f5;
    outline: 2px solid #006699;
}
#twl [type=radio]:disabled + label {
    cursor: not-allowed;
}
#twl ul.twl-multi-checkbox {
    list-style-type: none;
}

#twl .twl-multi-checkbox li {
    display: inline-block;
}

#twl .twl-multi-checkbox input[type="checkbox"][id^="cb"] {
    display: none;
}

#twl .twl-multi-checkbox label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

#twl .twl-multi-checkbox label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #006699;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    transition-duration: 0.4s;
    transform: scale(0);
}

#twl .twl-multi-checkbox label img {
    height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    filter: grayscale(100%);
}

#twl .twl-multi-checkbox :checked + label {
    border-color: #006699;
}

#twl .twl-multi-checkbox :checked + label:before {
    content: "✔";
    background-color: #006699;
    transform: scale(1);
}

#twl .twl-multi-checkbox :checked + label img {
    transform: scale(0.9);
    padding: 5px;
    box-shadow: 0 0 5px #333;
    z-index: -1;
    filter: grayscale(0%);
}

#twl .select-dropdown li img {
    width: 60px;
    height: 30px;
}
#twl #card-phone .select-dropdown li img {
    width: initial;
}

@keyframes loading-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.btn-loading {
    position: relative;
    color: #00c851!important;
}

.btn-loading:after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: loading-spin 1s linear infinite;
    opacity: 1;
    visibility: visible;
    color: transparent;
}

@media (min-width: 576px) {
    #handytarif-details__content .card__detail {
        margin-top: -25px;
    }

    #handytarif-details .card__head__highlight {
        width: 30px;
    }
}

@media (min-width: 768px) {
    #handytarif-details .card__head__provider {
        margin-top: 3.5em;
    }
}

@media (min-width: 992px) {
    #handytarif-details .card__content p,
    #handytarif-details .card__content span {
        font-size: 1em;
    }
}

@media (min-width: 1200px) {
    #handytarif-details .card__head__highlight {
        width: 35px;
        top: -5px;
    }
}
