@charset "utf-8";
/* Snackbar CSS */
.pt-snackbar {
    z-index: 102;
    margin: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
    visibility: hidden;
    
}
.pt-open {
  visibility: visible;
}
.pt-snackbar .pt-snackbar__surface {
    
    width: 60%;
    padding: 5px 15px;
    /* background-color: #fff; */
    opacity: 1;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
    border-radius: 0.25rem;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    background: url(/images/popup-privacy-website-gibthai-bg.png) rgba(0, 0, 0, 0.3);
    width: 100%!important;
    height: 100vh;
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0px!important;
    margin-top: 0px!important;
    margin-bottom: 0!important;
    box-shadow: none;
}
.pt-snackbar__label {
    font-size: 22px;
    font-weight: 400;
    padding: 16% 39% 18% 39%;
    margin: auto;
    line-height: 26px;
    max-width: unset;
}
.pt-snackbar__actions {
    margin-left: 0;
    margin-right: 8px;
    display: -webkit-box;
    display: -moz-box;
  
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 88px;
}
 
.pt-snackbar__surface .text-2f9ee5 {
    color: #2f9ee5;
    text-decoration: none;
}
 
.pt-snackbar--open .pt-snackbar__surface {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: opacity 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;
    -o-transition: opacity 0.15s 0ms cubic-bezier(0, 0, 0.2, 1), transform 0.15s 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms, transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: opacity 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms, transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.pt-snackbar--close .pt-snackbar__surface {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1) 0ms;
    -o-transition: opacity 0.15s 0ms cubic-bezier(0.4, 0, 1, 1);
    transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1) 0ms;
}
.pt-snackbar--stacked .pt-snackbar__surface {
 
}
.pt-snackbar--stacked .pt-snackbar__actions {
 
    margin-bottom: 8px;
}
.pt-snackbar--stacked .pt-snackbar__actions.pt-action-policy {
    width: 100%;
    padding-left: 16px;
    justify-content: space-between;
}
.pt-snackbar--leading {
  
}
.pt-cookie-btn {
    background: #2f9ee5 radial-gradient(circle, transparent 1%, #2f9ee5 1%) center/15000%;
    border-color: #2f9ee5;
    color: white;
    border-radius: 26px;
}
.pt-btn {
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%), 0 0 0 1px rgb(0 0 0 / 8%);
    border-radius: 26px;
    padding: 11px 40px;
    background-color: #fff;
}
@media screen and (max-width: 991px) {
  .pt-snackbar {
      bottom: 30px;
    }
    .pt-snackbar .pt-snackbar__surface {
        width: 100%;
        margin-bottom: 100px;
        background-color: #fff;
    }
    .pt-snackbar__label {
      padding: 0;
      margin-top: 80%;
    }
    .pt-snackbar__actions {
        margin-top: 24px;
    }
    #btn_except_policy {
        margin-left: 10px!important;
    }
    .pt-btn {
        padding: 9px 40px;
        margin-left: 1.5rem!important;
    }
}
@media screen and (max-width: 767px) {
}

@media only screen and (max-width: 1920px) {
    .pt-snackbar.pt-open {
        zoom: 1;
        top: 0;
    }
    .pt-snackbar.pt-open .pt-snackbar__surface {
        height: 120vh;
    }
}
 @media only screen and (max-width: 1600px) {
    .pt-snackbar.pt-open {
        zoom: 0.8;
        top: 0;
    }
    .pt-snackbar.pt-open .pt-snackbar__surface {
        height: 180vh;
    }
}

@media only screen and (max-width: 1366px) {
    .pt-snackbar.pt-open {
        zoom: 0.7;
        top: 0;
    }
    .pt-snackbar.pt-open .pt-snackbar__surface {
        height: 150vh;
    }
}

@media only screen and (max-width: 900px) {
    .pt-snackbar.pt-open {
        zoom: 0.8;
        top: -110px;
    }
    .pt-snackbar.pt-open .pt-snackbar__surface {
        height: 150vh;
    }
}

