﻿.CookiesConsent {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    box-sizing: inherit;
}
.CookiesConsent .CookieConsent__Container .ConsentButton {
    background-color: black;
    color: white;
    max-height: 2.5rem;
    margin-left: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 500;
    word-break: keep-all;
    box-sizing: inherit;
}
.CookiesConsent .CookieConsent__Container .CookieConsent__Message {
    padding-left: 2rem;
    padding-right: 2rem;
}
.CookiesConsent .CookieConsent__Container {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1040px - 48px);
    background-color: white;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    padding: 10px;
    /*box-shadow: 5px 10px 8px #888888;*/
}

/** fraud modal **/
.fraud-modal .modal-dialog {
    position: relative;
    width: auto;
    max-width: 1100px;
    margin: 1.75rem auto;
    pointer-events: none;
}
.fraud-modal .close {
    font-family: NotoSansThai, 'Century Gothic', sans-serif !important;
    font-weight: 300;
    background-color: transparent;
    border: 0;
    float: right;
    padding-top: 10px;
    padding-right: 30px;
}
.fraud-modal .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    border-radius: 30px;
}
.fraud-modal-open {
    overflow: hidden;
}
.fraud-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1101;
    background-color: #000;
    display: none;
}
.fraud-modal-backdrop.fade {
    opacity: 0;
}
.fraud-modal-backdrop.show {
    opacity: .5;
    display: block;
}
.fraud-modal {
    font-family: NotoSansThai, 'Century Gothic', sans-serif;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1102;
    display: none;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    transition: opacity .15s linear;
}
.fraud-text-1 {
    font-weight: 600;
    color: #00ADFF;
}
.fraud-text-2 {
    font-weight: 600;
}
.fraud-text-3 {
    font-size: 22px;
}
.fraud-alert-box {
    display: flex;
    /*flex-direction: row;*/
    justify-content: space-between;
    /*align-items: center;*/
    /*margin-bottom: 10px;*/
}
/*.fraud-alert-text {
    padding-left: 70px;
}*/
.btn-fraud-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: 60px;
    background-color: #00ADFF;
    color: #FFFFFF;
    border: 0;
}
.btn-fraud-details:hover,
.btn-fraud-details:active,
.btn-fraud-details:focus {
    color: #FFFFFF;
    background-color: #00ADFF;
}
.btn-fraud-details p {
    font-size: 23px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}
.btn-fraud-details p.sm {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
.fraud-alert-footer .footer-checkbox {
    float: right;
    /*margin-bottom: 5px;*/
}
.fraud-alert-footer .footer-checkbox label input[type="checkbox"] + span:after,
.fraud-alert-footer .footer-checkbox label input[type="checkbox"]:checked + span:after {
    border-radius: 0;
}
.fraud-alert-footer .footer-checkbox label input[type="checkbox"] + span {
    padding-left: 30px;
}
.fraud-alert-footer .footer-checkbox label span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding-top: 2px;
}
.btn-fraud-alerts {
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    right: 30px;
    display: none;
}
.btn-fraud-alerts.active {
    display: block;
}
.btn-fraud-alerts img {
    cursor: pointer;
}

@media only screen and (min-width: 0) {
    .fraud-modal .modal-dialog {
        width: 330px;
        margin: 4.75rem auto;
    }

    .fraud-modal .modal-content {
        padding: 15px;
    }

    .fraud-modal .close {
        font-size: 30px;
        padding: 0;
    }

    .fraud-alert-box {
        flex-direction: column-reverse;
    }

    .fraud-alert-img img {
        width: 191.3px;
    }

    .fraud-text-1 {
        font-size: 25px;
    }

    .fraud-text-2 {
        font-size: 15px;
    }

    .fraud-text-3 {
        font-size: 11px;
    }

    .btn-fraud-details {
        margin-top: 60px;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .fraud-modal .modal-dialog {
        width: 750px;
    }

    .fraud-modal .modal-content {
        padding: 15px 30px;
    }

    .fraud-alert-box {
        flex-direction: row;
    }

    .fraud-text-1 {
        font-size: 50px;
    }

    .fraud-text-2 {
        font-size: 20px;
    }

    .fraud-text-3 {
        font-size: 15px;
    }

    .btn-fraud-details {
        margin-bottom: 0;
    }

    .fraud-alert-img img {
        width: 298px;
    }
}

@media only screen and (min-width: 1150px) {
    .fraud-modal .modal-dialog {
        width: 1100px;
    }

    .fraud-modal .close {
        font-size: 50px;
    }

    .fraud-alert-box {
        padding-left: 40px;
        padding-right: 30px;
    }

    .fraud-text-2 {
        font-size: 30px;
    }

    .fraud-text-3 {
        font-size: 22px;
    }

    .fraud-alert-img img {
        width: 100%;
    }
}