﻿.mb_modules_popups_Container {
    box-sizing: border-box;
    position: fixed;
    width: 35%;
    z-index: 99999;
    padding: 20px;
    background: #f5f5f5;
    border-top: 1px solid #ececec;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 20px;
    left: 1%;
    color: #595660;
}

.mb_modules_popups_DetailsHeader {
    font-size: 140%;
    font-weight: bold;
    padding-top: 10px;
}

.mb_modules_popups_Details {
    color: #595660;
    box-sizing: border-box;
    position: fixed;
    width: 50%;
    z-index: 99999;
    padding: 0px 0px 0px 20px;
    background: #ffffff;
    border-top: 1px solid #ececec;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 25%;
    top: 20%;
}

.mb_modules_popups_DetailsContent {
    font-size: 14px;
    scroll-behavior: smooth;
    overscroll-behavior-x: unset;
    overflow: scroll;
    padding-right: 20px;
    overflow-x: hidden;
    height: auto;
    min-height: 180px;
    max-height: 520px;
}

    .mb_modules_popups_DetailsContent ul {
        display: block;
        list-style-type: disc;
        margin-top: 1em;
        margin-bottom: 1 em;
        margin-left: 0;
        margin-right: 0;
        padding-left: 40px;
    }

    .mb_modules_popups_DetailsContent ol {
        display: block;
        list-style-type: decimal;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 0;
        margin-right: 0;
        padding-left: 40px;
    }

.mb_modules_popups_AgrementTextHeader {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.mb_modules_popups_DetailsClose input {
    background: #0b8ece;
    border: 2px solid #0b8ece;
    color: #fff;
    padding: 5px;
    margin: 8px;
    text-align: center;
    margin-left: 43%;
    z-index: 9999999;
}

.mb_modules_popups_DetailsClose {
    margin-left: -20px !important;
    width: 103%;
    background: #ececec;
    z-index: 9999999;
}

.mb_modules_popups_Container2 {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99999;
    padding: 20px;
    background: #fff;
    border-top: 1px solid #ececec;
    line-height: 2;
}

.mb_modules_popups_AgrementText {
    padding: 0 30px;
}

.mb_modules_popups_AgrementText,
.mb_modules_popups_AgreeButton,
.mb_modules_popups_ShowDetails {
    display: inline-block;
    font-size: 13px;
}

.mb_modules_popups_AgreeButton {
    position: relative;
    float: right;
    /*-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

    .mb_modules_popups_AgreeButton:before {
        content: "";
        display: inline-block;
        width: 13px;
        height: 6px;
        margin-right: 10px;
        border: 2px solid #ababab;
        border-top: none;
        border-right: none;
        -ms-transform: rotate(-49deg);
        -webkit-transform: rotate(-49deg);
        transform: rotate(-49deg);
        -ms-transform-origin: 40% 0%;
        -webkit-transform-origin: 40% 0%;
        transform-origin: 40% 0%;
    }

    .mb_modules_popups_AgreeButton:hover:before {
        border-color: #000;
    }

    .mb_modules_popups_ShowDetails input,
    .mb_modules_popups_AgreeButton input {
        display: inline-block;
        background: #0b8ece;
        border: 2px solid #0b8ece;
        color: #fff;
        padding: 5px;
        margin-top: 12px;
    }

.mb_modules_popups_ShowDetails input {
    display: inline-block;
    background: #000;
    border: 2px solid #000000;
}

.mb_modules_popups_Details2 {
    width: 80%;
    margin-top: 20px;
    padding: 20px 0 10px;
    border-top: 1px solid #e8e8e8;
}

/*===new popup function styles definition===*/
.mb-popups-container {
    box-sizing: border-box;
    position: fixed;
    width: 25%;
    z-index: 99999;
    right: 1%;
    bottom: 20px;
    min-width: 320px;
}

.mb-popups-box {
    padding: 20px;
    border-top: 1px solid #ececec;
    margin: 5px 0;
    box-shadow: 0px 1px 10px #888888;
    border-radius: 4px;
    position: relative;
    background: #f5f5f5;
    text-align: center;
}

.mb-popups-box__close-button{
    content: '-';
    position: absolute;
    top: 0;
    right: 5px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    padding: 5px 10px;
}

.mb-popups-box__header {
    font-size: 2.3em;
    font-weight: bold;
    padding: 0 0 10px 0;
    display: block;
    text-align: center;
}

.mb-popups-box__text{
    font-size: 100%;
    padding-top: 6px;
}

.mb-popups-box__button {
    display: inline-block;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #b3b3b3;
    margin-top: 25px;
    text-decoration: none !important;
    background: #ac1841;
    font-size: 15px !important;
    font-weight: bold;
}

.mb-popups-box__button:hover {
    text-decoration: none;
}
/*=====================================*/

@media (max-width: 1268px) {

    .mb_modules_popups_Details {
        width: 75%;
        left: 12%;
    }
}

@media (max-width: 768px) {

    .mb_modules_popups_Container {
        text-align: center;
        width: 98%;
    }

    .mb_modules_popups_AgreeButton {
        position: static;
        display: block;
        margin-top: 0px;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .mb_modules_popups_Details {
        width: 95%;
        left: 15px;
        max-height: 300px;
    }


    .mb_modules_popups_DetailsClose {
        bottom: 0;
        position: absolute;
    }
}


@media (max-width: 620px) {

    .mb_modules_popups_Details {
        max-height: 300px;
    }

    .mb_modules_popups_DetailsClose {
        bottom: 0;
        position: absolute;
    }
}

@media (max-width: 420px) {

    .mb_modules_popups_Details {
        max-height: 400px;
        width: 92%;
    }

    .mb_modules_popups_DetailsClose {
        bottom: 0;
        position: absolute;
    }

        .mb_modules_popups_DetailsClose input {
            margin-left: 33%;
        }
}
