@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600&display=swap);

#rtr-exp-warning {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #0000009f;
}

.rtr-exp-closing-session {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1011;
    overflow: auto;
    background: white;
    width: 408px;
    border: 1px solid #c1c1c1;
    font-family: 'Work Sans', Arial;
    text-align: center;
    padding: 20px
}

.rtr-exp-closing-session .normal-text {
    margin-top: 10px;
}
.rtr-exp-closing-session .small-text {
    margin-top: 10px;
}

.rtr-exp-warning-buttons {
    width: 210px;
    margin: 20px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rtr-exp-warning-buttons .primary-button {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    border-color: #3fb5e5;
    background-color: #3fb5e5;
    border-radius: 6px;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    -webkit-appearance: none;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
}
.rtr-exp-warning-buttons .primary-button:hover {
    color: #3fb5e5;
    background-color: #fff;
    border-color: #3fb5e5;
    border-width: 2px;        
}

.rtr-exp-warning-buttons .secondary-button {
    margin-top: 10px;
    font-size: 12px;
    background: none;
    border: none;
    text-decoration: underline;
}

.rtr-exp-warning-timer {
    position: relative;
    width: 50px;
    height: 90px;
    margin: 0 auto;
}

.rtr-exp-warning-timer svg {
    height: 50px;
    width: 50px;
    margin-top: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.rtr-exp-warning-timer .circle-animation {
    stroke-dasharray: 126;
    stroke-dashoffset: 0;
    transition: all 1s linear;
    stroke-width: 3;
    fill: none;
    cy: 25;
    cx: 25;
    r: 20;
    stroke: #f45354;
}

.rtr-exp-warning-timer .seconds-time {
    display: block;
    position: absolute;
    width: 50px;
    text-align: center;
    height: 30px;
    top: 25px;
    font-size: 14px;
    margin: auto !important
}

.rtr-exp-warning-timer .seconds-label {
    font-size: 12px;
    text-transform: uppercase
}        

body.rtr-token-expired {
    height: 100vh;
    background: white;
    font-family: 'Work Sans', Arial;
    font-size: 20px
}
#rtr-expired {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    width: 400px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
    border-radius: 5px;
    min-height: 55vh;            
}
#rtr-expired .rtr-expired-logo {
    max-width: 300px;
    max-height: 175px;
}
#rtr-expired .center {
    padding: 0 5vh 2vh;
}
#rtr-expired button {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    border-color: #3fb5e5;
    background-color: #3fb5e5;
    border-radius: 6px;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    -webkit-appearance: none;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
}
#rtr-expired button:hover {
    color: #3fb5e5;
    background-color: #fff;
    border-color: #3fb5e5;
    border-width: 2px;        
}
#rtr-expired span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}
