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;
}
