body { 
	margin:0; 
	padding:0  
} 
.adpx_modal {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.adpx_modal-content {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background-size: cover;
    /*border-radius: 5px;
    border: var(--accent-color) 1px solid;*/
    background-color: #fefefe;
    /* margin: 10% auto;
    width: 42%; */

    --primary-color: #1A56DB;
    --accent-color: #ddd;
}

.adpx_modal-header {
    /*border-radius: 5px 5px 0px 0px;*/
    font-weight: bold;
    font-size: 20px;
    padding: 18px 0px 18px 25px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.adpx_close {
    cursor: pointer;
    font-size: 22px;
    font-weight: 100;
    padding: 0px 10px;
    margin-right: 15px;
    float: right;
}

.adpx_close:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0 0);
    border-radius: 50%;
}

.adpx_modal-footer {
    border-top: var(--accent-color) 1px solid;
    text-align: right;
    padding: 25px;
    font-size: 14px;
}

.adpx_modal-footer a,
.adpx_modal-footer a:active {
    text-decoration: none;
    color: #777;
}

.adpx_float-right img {
    width: 100%;
    height: auto;
}

.adpx_button-group {
    margin-bottom: 10px;
    padding:0 25px;
}

.adpx_button {
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
}

.adpx_blue-button {
    background-color: var(--primary-color);
    border: none;
    color: white;
}

.adpx_blue-button:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0 0);
}

.adpx_white-button {
    background-color: transparent;
    border: var(--accent-color) 1px solid;
}

.adpx_white-button:hover {
    background-color: var(--accent-color);
    color: #333;
}

.adpx_small-font {
    font-size: 12px;
}

.adpx_faded {
    color: #777;
}

.adpx_p-25 {
    padding: 0px 25px;
}

.adpx_my-16 p {
    margin-top: 16px;
    margin-bottom: 16px;
}

.adpx_m-auto-5 {
    margin: 5% auto;
}

.adpx_mt-10 {
    margin-top: 10px;
}

.adpx_text-bold {
    font-weight: bold;
}

.adpx_animate-offer {
    min-height: 180px;
    padding-top: 0px;
}
.adpx_loading-stepper-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px 0;
}

.adpx_loading-stepper{
   text-align:center;
}

.adpx_stepper-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgb(211, 211, 211);
    margin-left: 8px;
}

.stepper-item.active {
    font-weight: bold;
}

.hidden {
    visibility: hidden;
}
.adpx_button-group{
    padding:0 20px;
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .adpx_modal{
        background-color: transparent;
    }
    .adpx_modal-content {
        /* margin: 10% auto;
        width: 85%; */
        width: 100%;
        height: 100%;
    }
    .adpx_mt-10 {
        margin-top: 2.5rem;
    }

    .adpx_logo {
        padding: 25px 25px 0px;
    }

    .adpx_logo img {
        width: 40%;
    }
}

@media screen and (min-width: 769px) {
    .adpx_float-right {
        float: right;
    }

    .adpx_logo img {
        max-width: 140px;
    }

    .adpx_logo {
        padding: 30px 30px 50px 20px;
    }
}

@media  screen and (max-width: 1370px) {
    .adpx_modal{
        background-color: transparent;
    }
}
@media only screen 
  /* and (min-device-width: 375px)  */
  and (min-width: 496px)
  and (max-width:920px)
  and (max-height: 380px)
  /* and (-webkit-min-device-pixel-ratio: 3) */
  and (orientation: landscape) { 
    .adpx_landscape-hidden{
        display:none;
    }
    .adpx_modal-header{
        padding: 8px 8px 8px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .adpx_loading-stepper-container{
        margin:8px 0 0 0;
    }
    .adpx_Heading{
        margin:8px 0;
    }
    .adpx_my-16 p{
        margin:4px 0 8px 0;
    }
    .adpx_button{
        font-size: 12px;
        padding: 8px 20px;
    }
    .adpx_button-group, .adpx_bottom-container{
        margin:0;
    }
    .adpx_button-group{
        padding:0 20px;
    }
    .adpx_mt-10 {
        margin-top: 0;
    }
    .adpx_mobile-style{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .adpx_modal-footer{
        padding-top: 0px;
        padding-bottom: 0px;
        font-size:8px;
    }
    #adpx_Logo{
        width: 75%;
        height: auto;
    }
}

