/*
 push preprompt - start
*/
.none {
    display: none !important;
}

#notify-prompt {
    border-radius: 3px;
    box-shadow: 0 0 3px 1px rgba(34, 28, 5, 0.3);
    position: fixed;
    top: 10px;
    left: 5%;
    width: 90%;
    margin: 0;
    font-size: 100%;
    padding: 5px 10px 10px 10px;
    height: auto;
    background-color: #dfe3ee;
    cursor: auto;
    z-index: 99999999999;
    letter-spacing: normal;
    text-transform: none;
    line-height: 1;
}

@media only screen and (min-width: 480px) {
    #notify-prompt {
        top: 20px;
        left: 30px;
        width: 420px;
    }
}

.notify-header {
    text-align: center;
    color: #212121;
    font: 700 14px/20px Arial;
}

.notify-content {
    display: flex;
}

.notify-content-ava img {
    max-width: initial;
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.notify-content-wrap {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.notify-content-msg {
    color: #212121;
    font-size: 15px;
}

.notify-content-msg div {
    color: #212121;
    font: 400 12px/16px Arial;
}

.notify-content-btn {
    display: flex;
    margin-top: auto;
    padding-top: 10px;
    justify-content: space-evenly;
}

.notify-close, .notify-reply {
    font: 400 12px/24px Arial;
    border-radius: 3px;
    padding: 0 15px;
    cursor: pointer;
}

.notify-close:hover, .notify-reply:hover {
    text-decoration: none;
    background-color: #fdd95b;
    border-color: rgba(34, 28, 5, 0.4);
    color: #212121;
}

.notify-close {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #212121;
}

.notify-reply {
    background-color: #4596fb;
    border: 1px solid #50a1f8;
    color: #fff;
}
/* push preprompt end */

/* NOTIFY START */
.none {
    display: none !important;
}

.notify-container {
    position: fixed;
    top: 10px;
    left: 5%;
    width: 90%;
    margin: 0;
    height: auto;
    cursor: auto;
    z-index: 99999999999;
}

@media only screen and (min-width: 480px) {
    .notify-container {
        top: 20px;
        left: 30px;
        width: 420px;
    }
}
/* NOTIFY END */

/* spinner start */
@keyframes spinner-border {
    to { transform: rotate(360deg); }
}
.spinner-border.hidden {
    display: none;
}
.spinner-border {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    vertical-align: text-bottom;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    margin-right: 10px;
}
/* spinner end */
/**/
.tos_pp{
    color: #fff;
}
.tos_pp a{
    color: #fff;
}
.tos_pp.black{
    color: #000;
}
.tos_pp.black a{
    color: #000;
}
/**/
.footer-wrapper {
  background: black;
  text-align: center;
}
.footer-wrapper a {
  color: #d1d1d1;
}