div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: lightgoldenrodyellow;
    border: none;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    z-index: 21;
    color: #797979;
    font-style: italic;
}

div.dt-button-info h2 {
    display: none;
}

div.dt-button-info > div {
    padding: 1em
}

.buttons-columnVisibility {
    padding: 0 !important;
}

.dropdown-menu > li > a {
    color: #36404a !important;
    background-color: inherit !important;
}

.qodef-pricing-info-button input.qodef-btn:disabled {
    background-color: #929292 !important;
    cursor: default;
}

body .qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline).qodef-btn-orange:not(.qodef-btn-custom-hover-bg):disabled {
    background-color: #929292 !important;
}

.qodef-btn.qodef-btn-orange-hover:hover{
    background-color: #ffbd4a!important;
    color: #FFF!important;
    border: 2px solid #ffbd4a!important;
    text-decoration: none;
}

.mt-1{
    margin-top:-1px;
}
.p-init{
    padding: 0!important;
    padding-top:8px!important;
    padding-bottom:8px!important;
}
.qodef-pricing-info-button input.qodef-btn:disabled {
    background-color: #929292 !important;
    cursor: default;
}
body .qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline).qodef-btn-orange:not(.qodef-btn-custom-hover-bg):disabled {
    background-color: #929292 !important;
}
.qodef-btn.qodef-btn-orange-hover:hover{
    background-color: #ffbd4a!important;
    color: #FFF!important;
    border: 2px solid #ffbd4a!important;
    text-decoration: none;
}
.note-difference-change {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #f2a83b;
    margin: auto;
    width: 70%;
    line-height: 20px;
    padding-top: 20px;
}
@media (max-width: 1024px) {
    .note-difference-change {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .note-difference-change {
        width: 70%;
    }
}
@media (max-width: 600px) {
    .note-difference-change {
        width: 50%;
    }
}
@media (max-width: 410px) {
    .note-difference-change {
        width: 70%;
    }
}
.note-pricing-info-button {
    min-height: 118px;
}
.loader {
    border: 3px solid var(--theme-color);;
    border-radius: 30px;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 30px;
    animation: pulsate 0.7s ease-out infinite;
}
@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: .0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.disabled {
    pointer-events: none;
    opacity: .4;
}

tr .qodef-pricing-info-button .qodef-btn {
    padding: 0 30px;
    font-size: 11px;
}

.tooltip br {
    display: block;
    margin-bottom: 5px;
}

.qodef-pricing-info .qodef-pricing-info-inner .qodef-btn:focus{
    border: none !important;
}

.dt-stripe-element {
    padding-top: 10px !important;
}

.dt-stripe-element-lg {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.dt-pp1-header {
    height: 70px;
    padding-top: 10px;
    position: relative;
}

.dt-logo {
    margin-top: 8px;
}
.dt-logo {
    text-align: center;
    height: 42px;
    width: 173px;
    margin: 3px 0 0px 0;
    background: url('../img/logo_nav.png') no-repeat center center;
    background-size: contain;
    z-index: 50;
    position: relative;
}

.prices-wrapper {
    padding-top: 80px;
}
.price-tabs-titles {
    display: flex;
    justify-content: center;
    margin-bottom: 95px;
    width: 100%;
}

.price-tabs-titles > ul {
    display: flex;
    margin: 0 auto;
    border-radius: 5px;
}

.price-tabs-titles > ul a {
    font-size: 17px;
    color: #666;
    /* background: #ececec; */
    border: 1px solid #ececec;
    text-decoration: none;
    padding: 0 20px;
    line-height: 2.5em;
    display: inline-block;
}

.price-tabs-titles > ul li:first-child a {
    border-radius: 5px 0 0 5px;
}

.price-tabs-titles > ul li:last-child a {
    border-radius: 0 5px 5px 0;
}

.price-tabs-titles ul  li > a {
    font-weight: 400;
    opacity: 0.7;
}

.price-tabs-titles a.active {
    color: #333333;
    background: white;
    border: 1px solid #cccccc;
    opacity: 1;
}

.price-tabs-titles ul  li > a.active {
    font-weight: 400;
    cursor: default;
}

.price-tabs-titles li a {
    position: relative;
}

.title-badge .badge{
    display: block;
    position: absolute;
    right: -25px;
    top: -38%;
    font-size: 16px;
}

.price-tabs-title {
    cursor: pointer;
    transition: all 0.2s;
}

@media screen and (max-width: 768px) {
    .price-tabs-titles {
        margin-bottom: 50px;
    }
    .price-tabs-titles > ul a {
        font-size: 14px;
        padding: 0 20px;
        line-height: 2em;

    }
    .price-tabs-titles ul  li > a {
        font-weight: 300;
    }

    .price-tabs-titles ul  li > a.active {
        font-weight: 300;
        cursor: default;
    }

    .prices-wrapper {
        padding-top: 45px;
    }

    .title-badge .badge{
        font-size: 12px;
    }
}

.price-tab {

    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    opacity: 0;
}

.price-tab.active {
    display: flex;
    opacity: 1;
}

.price-tab.hidden {
    display: none;
}
.price-card-wrapper {
    float:none;
    margin-bottom: 20px;
}

.price-card {
    display:  flex;
    flex-direction: column;
    justify-content: flex-end;
}

.price-section {
  margin-bottom: auto;
}

.price-card-wrapper .note-difference-change:not(:empty) {
   margin-bottom: 30px;
}
