/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* @import 'https://fonts.googleapis.com/css?family=Josefin+Sans';  */
.ays-pb-modals {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    text-align: center;
    /*white-space: normal;*/
    height: 100%;
}

.ays_pb_fa, i.ays_pb_fa {
    font-weight: 900;
}

.ays_pb_fa {    
    display: inline-block;
    font: normal normal 900 14px/1 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ays_pb_far {
    font-weight: 400 !important;
}
/* 
.fa-times:before {
    content: "\f00d" !important;
} */

.ays_pb_fa_volume{
    content: "f028";
}
.ays_pb_fa_volume_off{
    content: "f026";
}

.fa-window-maximize:before{
    content: '';
    position: absolute;
    box-shadow: 0 0 0px 0 #ccc;
    width: 10px;
    height: 10px;
    border: 1px solid white;
    border-top: 3px solid white;
    top: 4px;
    left: 4px;
}

.ays-close-button-on-off{
    display: none !important;
}

.ays-pb-modals:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.ays-pb-modal-check {
    pointer-events: auto;
}

.ays_button.ays_two {
    position: fixed;
    left: 5px;
    top: 5px;
    color: #9c00ff !important;
}

/*
 * CMD window CSS styles
 */
 div[class*='ays-pb-modal_'].ays_cmd_window {
    width: 450px;
    /* height: 250px; */
    /* border: 1px solid #c9c9c9 !important; */
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2) !important;
    transition: .5s !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    pointer-events: fill;
    overflow-y: scroll;
    /*animation-duration: .5s !important;*/
    animation-fill-mode: forwards !important;
    scrollbar-width: none;
}

.ays_cmd_window .ays_cmd_window-content {
    /*overflow-y: scroll;*/
    /*overflow: hidden;*/
    height: 79%;
    position: relative;
    background: unset;
    box-shadow: unset;
    border: unset;  
}

.ays_cmd_window.ays_cmd_window--maximized,
.ays_window.ays_cmd_window--maximized {
    width: 98%!important;
    flex-grow: 1!important;
    height: 98%!important;
    top: unset!important;
}

.ays_cmd_window.ays_cmd_window--minimized,
.ays_window.ays_cmd_window--minimized {
    height: 25px!important;
    width: 250px!important;
    bottom: 0px!important;
    top: unset!important;
    overflow: visible
}

.ays_cmd_window.ays_cmd_window--minimized .ays_cmd_window-content,
.ays_window.ays_cmd_window--minimized .ays_cmd_window-content{
    display: none;
}

.ays_cmd_window.ays_cmd_window--destroyed {
    opacity: 0;
    width: 0;
    height: 0;
}

.ays_cmd_window-header {
    background-color: #eee;
    height: 25px;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 12;
    box-shadow: unset;
    border-bottom: 0;
}

.ays_cmd_window-controls {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    width: 20%;
    background-image: unset;
    padding: 0;
    box-shadow: unset;
}

.ays_cmd_window-header .ays_cmd_window_title {
    width: 80%;
    cursor: pointer
}

.ays_cmd_window-header .ays_cmd_window_title h2 {
    margin: 0;
    padding: 0;
    text-align: left;
    text-indent: 5px;
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: unset;
    white-space: nowrap;
}

.ays_cmd_window-header .ays_cmd_window_title h2::before {
    content: none;
}

.ays_cmd_window-controls .ays_cmd_control-item {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    color: #333;
    transition: all ease-in 0.15s;
    cursor: pointer;
    margin-bottom: 0px;
}

.ays_cmd_window-controls .ays_cmd_control-item:hover {
    background-color: #ccc;
}

.ays_cmd_control-item.ays_cmd_control-close {
    font-size: 18px;
    /* font-weight: 100; */
    line-height: 22px;
    font-family: sans-serif !important;
    min-width: 100%;
}

.ays_cmd_control-item.ays_cmd_control-close:hover {
    background-color: #ec6060;
    color: #fff;
}

.ays_cmd_control-item.ays_cmd_control-maximize {
    line-height: 19px;
}

.ays_cmd_control-item.ays_cmd_control-minimize {
    line-height: 22px;
}

.ays_cmd_window-cursor {
    display: flex;
    margin: 5px;
    position: sticky;
    top: 30px;
    z-index: 10;
}

.ays_cmd_window-cursor .ays_cmd_i-cursor-indicator {
    /*  color: #fff;*/
    font-size: 1em;
    font-family: 'Consolas', monospace;
    margin: 0 2px 0 5px;
}

.ays_cmd_window-cursor .ays_cmd_i-cursor-underscore {
    width: 10px;
    height: 3px;
    /*  background-color: #fff;*/
    align-self: flex-end;
    margin-right: 5px;
    -webkit-animation: ays_cmd_blink steps(2, start) infinite;
    -webkit-animation-duration: 1s !important;
    animation: ays_cmd_blink steps(2, start) infinite;
    animation-duration: 1s !important;
    animation-fill-mode: forwards;
}

.ays_cmd_window-input {
    background-color: inherit !important;
    border: none !important;
    outline: 0 !important;
    color: transparent !important;
    text-shadow: 0 0 0 #fff;
    font-family: 'Consolas', monospace;
    flex: 1;
    height: 0;
}

.ays_cmd_window-input:focus {
    outline: none;
}

.ays_cmd_i-prompt {
    width: 62px;
    height: 62px;
    background: url("https://cdn4.iconfinder.com/data/icons/small-n-flat/24/terminal-48.png") no-repeat center;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: all ease-in-out 0.15s;
}

.ays_cmd_i-prompt:hover {
    background-position: center 4px;
}

.ays_cmd_i-prompt.ays_cmd_hidden {
    width: 0;
    height: 0;
    opacity: 0;
}

@-webkit-keyframes ays_cmd_blink {
    to {
        visibility: hidden;
    }
}

@keyframes ays_cmd_blink {
    to {
        visibility: hidden;
    }
}

ul.ays_cmd_window-controls-ul {
    display: flex;
    list-style: none;
    padding: 0 5px 0 0;
    margin: 0;
}

ul.ays_cmd_window-controls-ul li:not(:last-child) {
    margin-right: 7px;
    padding-bottom: 5px;
}

ul.ays_cmd_window-controls-ul li{
    margin: 0;
    min-width: 0;
}

.ays_cmd_window .ays_cmd_window-content>p {
    position: sticky;
    bottom: 6px;
    /*right: 0;*/
    /*left: 0;*/
    margin: auto;
}

.ays_cmd_window>p {
    margin: 0;
    font-size: 16px;
}

.ays_cmd_window-cursor > input {
    box-shadow: none !important;
}

/*
 * WinXP window CSS styles
 */
 div[class*='ays-pb-modal_'].ays_winxp_window {
    position: absolute;
    width: 200px;
    /* height: 200px; */
    background-color: #091E89;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
    transition: all ease-in-out .3s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    pointer-events: fill;
    overflow-y: scroll;
    /*animation-duration: .5s !important;*/
    animation-fill-mode: forwards !important;
    font-family: "MS Reference", sans-serif;
    scrollbar-width: none;
}

.ays_winxp_window.ays_winxp_window--maximized {
    width: 98%!important;
    flex-grow: 1!important;
    height: 98%!important;
    top: unset!important;
}

.ays_winxp_window.ays_winxp_window--minimized {
    height: 35px!important;
    width: 350px!important;
    bottom: 0px!important;
    top: unset!important;
    overflow: visible
}

.ays_winxp_title-bar .ays_winxp_close {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
}

.ays_winxp_title-bar {
    width: 100%;
    height: 35px;
    background: linear-gradient(to bottom, #4094ff 0%, #0056e4 13%, #0056e4 71%, #16428b 100%);
    position: sticky;
    top: 0;
    z-index: 2;
}

.ays_winxp_title-bar .ays_winxp_title-bar-title {
    position: absolute;
    top: 7.5px;
    left: 2.5px;
    color: white;
    text-shadow: 1px 1px #10397E;
    font-size: 15px;
    width: 80%;
    text-align: left;
}

.ays_winxp_title-bar .ays_winxp_title-bar-title h2 {
    margin: 0;
    width: 100%;
    font-size: 18px;
    /* line-height: normal; */
    text-indent: 5px;
    font-weight: 400;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ays_winxp_title-bar .ays_winxp_title-bar-title h2::before {
    content: none;
}

.ays_winxp_title-bar .ays_winxp_title-bar-close, .ays_winxp_title-bar .ays_winxp_title-bar-max, .ays_winxp_title-bar .ays_winxp_title-bar-min {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
    border-radius: 2px;
    border: 1px solid white;
}

.ays_winxp_title-bar .ays_winxp_title-bar-close {
    background: linear-gradient(135deg, #F1A689 0%, #C0442A 50%, #C2311E 100%);
}

.ays_winxp_window .ays_winxp_content>div:first-child>p {
    margin: 0;
    font-size: 16px;
}

.ays-pb-modal_1 .ays_winxp_content>div:first-child hr {
    height: 1px;
    background-color: lightgray;
}

/*.ays_winxp_title-bar-close:before, .ays_winxp_title-bar-close:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: white;
    border-radius: 2px;
    top: 8px;
    box-shadow: 0 0 2px 0 #ccc;
}

.ays_winxp_title-bar-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 4px;
}

.ays_winxp_title-bar-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 3px;
}*/
/*.ays_winxp_title-bar-close::after {
    content: '\f00d';
    font-family: FontAwesome;
    color: white;
}*/
.ays_winxp_title-bar-max.far.fa-window-maximize.fa-xs {
    display: inline-block;
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: white;
    font-size: 13px;
}

.ays_winxp_title-bar .ays_winxp_title-bar-max, .ays_winxp_title-bar .ays_winxp_title-bar-min {
    background: linear-gradient(135deg, #7EAED6 0%, #1B72FF 50%, #1655BE 100%);
}

.ays_winxp_title-bar .ays_winxp_title-bar-max {
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ays_winxp_title-bar .ays_winxp_title-bar-min {
    right: 55px;
}

.ays_winxp_title-bar .ays_winxp_title-bar-close:hover {
    background: linear-gradient(135deg, #C0442A 100%, #C0442A 100%);
}

.ays_winxp_title-bar .ays_winxp_title-bar-max:hover, .ays_winxp_title-bar .ays_winxp_title-bar-min:hover {
    background: linear-gradient(#456eb3 50%, #617392 50%, #b0b4bb 50%, #4178d6 50%);
}

/*.ays_winxp_title-bar-max:after{
    content: '\f2d0';
    font-family: FontAwesome;
    color: white;
}*/
.ays_winxp_title-bar-min:after {
    content: '';
    position: absolute;
    box-shadow: 0 0 0px 0 #ccc;
}

/*.ays_winxp_title-bar-max:after {
    width: 10px;
    height: 10px;
    border: 1px solid white;
    border-top: 3px solid white;
    top: 4px;
    left: 4px;
}*/
.ays_winxp_title-bar-min:after {
    width: 10px;
    border-bottom: 2px solid white;
    bottom: 4px;
    left: 4px;
}

.ays_winxp_window .ays_winxp_content {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    min-height: 100% !important;
    width: 100% !important;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    margin: auto;
    background-color: white;
}

.ays_winxp_window .ays_winxp_content>p:last-child {
    position: sticky;
    /* bottom: 7px; */
    /* right: 0; */
    /* left: 0; */
    margin: auto;
    font-size: 16px;
    /*background-color: white;*/
}

/*
 * Win98 window CSS styles
 */
/* @import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono); */

div[class*='ays-pb-modal_'].ays_win98_window {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* height: 17em; */
    width: 30em;
    background: #c0c0c0;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    font-family: monospace, arial, sans-serif;
    font-size: 12px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    pointer-events: fill;
    overflow-y: scroll;
    /*animation-duration: .5s !important;*/
    animation-fill-mode: forwards !important;
}

.ays_win98_window {

    scrollbar-width: none;
}

.ays_win98_window .ays_win98_head {
    position: sticky;
    top: 0px;
    z-index: 2;
    width: 100%;
    padding: 2px;
    height: auto;
    box-shadow: unset;
    border: none;
}

.ays_win98_window .ays_win98_header {
    min-height: 25px;
    background: #008;
    background-image: linear-gradient(to right, #00007b, #1980cb);
    color: #fff;
    padding: 0;
}

.ays_win98_window .ays_win98_header .ays_win98_title {
    height: 22px;
    padding: 0;
    font-weight: bold;
    width: 90%;
    text-align: left;
    padding-left: 5px;
    padding-top: 2px;
}

.ays_win98_window .ays_win98_header .ays_win98_btn-close {
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 5px;
    display: block;
    height: 15px;
    /*padding: 0 4px;*/
    width: 17px;
    background: #c0c0c0;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    box-shadow: 1px 1px 0 #111;
    color: black;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    cursor: pointer;
}

.ays_win98_window .ays_win98_header .ays_win98_btn-close > div {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    min-width: 100%;
    color: #000;
}

.ays_win98_window .ays_win98_header .ays_win98_btn-close:active {
    background: #b0b0b0;
    border-top-color: #333;
    border-left-color: #333;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    box-shadow: -1px -1px 0 #666;
}

.ays_win98_window .ays_win98_header .ays_win98_btn-close:active span {
    position: relative;
    top: 1px;
    left: 1px;
}

.ays_win98_window .ays_win98_main {
    font-family: monospace, arial, sans-serif;
    letter-spacing: -1px;
    padding-bottom: 2px;
}

.ays_win98_window .ays_win98_main .ays_win98_content {
    position: absolute;
    width: 99%;
    /*height: 93%;*/
    /*top: 35px;*/
    /*left: 2px;*/
    /*overflow: hidden;*/
}

.ays_win98_window .ays_win98_main .ays_win98_image {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 40px;
    left: 20px;
    border-radius: 5px;
    background-size: cover;
}

/*.ays_win98_window .ays_win98_main button {
    padding: 5px;
    width: 90px;
    background: #c0c0c0;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    box-shadow: 1px 1px 0 #111;
    outline: 0;
}*/

/*.ays_win98_window .ays_win98_main button:active {
    background: #b0b0b0;
    border-top-color: #333;
    border-left-color: #333;
    border-right-color: white;
    border-bottom-color: white;
    box-shadow: -1px -1px 0 #666;
}*/

.ays_win98_window .ays_win98_main button:active span {
    position: relative;
    top: 1px;
    left: 1px;
}

.ays_win98_header .ays_win98_title h2 {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    font-family: monospace, arial, sans-serif;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ays_win98_header .ays_win98_title h2::before {
    content: none;
}

.ays_win98_window .ays_win98_main .ays_win98_content hr {
    height: 1px;
    background-color: lightgray;
    margin: 0;
}

.ays_win98_window .ays_win98_main .ays_win98_content>p:last-child {
    position: absolute;
    bottom: 11px;
    right: 0;
    left: 0;
    margin: auto;
}

.ays_win98_window .ays_win98_main .ays_win98_content>p:first-child {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
}



/*
 * LIL CSS styles
 */
/* @import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic); */

.close-lil-btn {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    /*top: 5px;*/
    /*right: 10px;*/
    -webkit-transition: all ease 0.5s !important;
    transition: all ease 0.5s !important;
    border-radius: 100%;
    background: #d75f70;
    font-weight: lighter;
    font-size: 25px;
    text-decoration: none !important;
    line-height: 1;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-lil-btn-text{
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-lil-btn:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

div[class*='ays-pb-modal_'].ays_lil_window {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow-y: scroll;
    font-family: monospace, arial, sans-serif;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    pointer-events: fill;
    animation-duration: .5s;
    display: none;
    scrollbar-width: none;
    animation-fill-mode: forwards;
}



.ays_lil_window .ays_lil_head {
    position: sticky;
    top: 0px;
    z-index: 4;
    width: 100%;
    padding: 2px 0;
    height: auto;
}


.ays_lil_window .ays_lil_header .ays_lil_title {
    display: inline-block;
    padding: 0;
    font-weight: bold;
    width: 100%;
    text-align: left;
    padding-left: 5px;
}


.ays_lil_window .ays_lil_header .ays_lil_btn-close:active span {
    position: relative;
    top: 1px;
    left: 1px;
}

.ays_lil_window .ays_lil_main {
    font-family: monospace, arial, sans-serif;
    letter-spacing: -1px;
    padding-bottom: 2px;
    max-height: 100%;
}

.ays_lil_window .ays_lil_main .ays_lil_content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ays_lil_header .ays_lil_title h2 {
    margin: 0!important;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 500;
    font-family: monospace, arial, sans-serif;
    word-break: break-all;  
}

.ays_lil_header .ays_lil_title h2::before {
    content: none;
}

.ays_lil_window .ays_lil_main .ays_lil_content hr {
    height: 1px;
    background-color: lightgray;
    margin: 0;
}

.ays_lil_window .ays_lil_main .ays_lil_content>p:last-child {
    margin: auto;
}

.ays_lil_window .ays_lil_main .ays_lil_content>p:first-child {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
}

.ays_content_box{
    padding: 20px;
}

.ays_lil_header{
    height: 100%;
}


/*
 * Image theme CSS styles
 */


.close-image-btn {
    /*width: 9px;*/
    /*height: 20px;*/
    position: absolute;
    /*top: -25px;*/
    /*right: 0;*/
    font-weight: 100;
    font-size: 19px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}

div[class*='ays-pb-modal_'].ays_image_window {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    font-family: monospace, arial, sans-serif;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    pointer-events: fill;
    animation-duration: .5s;
    display: none;
    animation-fill-mode: forwards;
}

.ays_image_window .ays_image_header .ays_popup_image_title {
    font-weight: bold;
}

.ays_image_window .ays_image_head {
    height: 20%;
}

.ays_image_window .ays_image_header .ays_image_btn-close:active span {
    position: relative;
    top: 1px;
    left: 1px;
}

.ays_image_window .ays_image_main {
    font-family: monospace, arial, sans-serif;
    letter-spacing: -1px;
    padding-bottom: 2px;
    max-height: 80%;
    overflow-y: scroll;
    scrollbar-width: none;
}

.ays_image_window .ays_image_main .ays_image_content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ays_image_header .ays_popup_image_title h2 {
    margin: 0!important;
    font-size: 25px;
    padding-top: 20px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 500;
    font-family: monospace, arial, sans-serif;
    word-break: break-all;
}

.ays_image_window .ays_image_main .ays_image_content>p:last-child {
    margin: auto;
    font-size: 15px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

.ays_image_window .ays_image_main .ays_image_content>p:first-child {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
}

.ays_content_box{
    padding: 20px;
}

/*
 * Minimal theme CSS styles
 */


.close-minimal-btn {
    /*width: 9px;*/
    /*height: 20px;*/
    position: absolute;
    /*top: -25px;*/
    /*right: 0;*/
    font-weight: 100;
    font-size: 19px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}

div[class*='ays-pb-modal_'].ays_minimal_window {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    font-family: monospace, arial, sans-serif;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    pointer-events: fill;
    animation-duration: .5s;
    display: none;
    animation-fill-mode: forwards;
}

.ays_minimal_window .ays_minimal_header .ays_popup_minimal_title {
    font-weight: bold;
}

.ays_minimal_window .ays_minimal_head {
    /*height: 20%;*/
}

.ays_minimal_window .ays_minimal_header .ays_minimal_btn-close:active span {
    position: relative;
    top: 1px;
    left: 1px;
}

.ays_minimal_window .ays_minimal_main {
    font-family: monospace, arial, sans-serif;
    letter-spacing: -1px;
    padding-bottom: 2px;
    max-height: 80%;
    overflow-y: scroll;
    scrollbar-width: none;
}

.ays_minimal_window .ays_minimal_main .ays_minimal_content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ays_minimal_header .ays_popup_minimal_title h2 {
    margin: 0!important;
    font-size: 25px;
    padding: 5px 0;
    text-align: center;
    color: #1a1a1a;
    font-weight: 500;
    font-family: monospace, arial, sans-serif;
    word-break: break-all;
}

.ays_minimal_window .ays_minimal_main .ays_minimal_content>p:last-child {
    margin: auto;
    font-size: 15px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

.ays_minimal_window .ays_minimal_main .ays_minimal_content>p:first-child {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
}

.ays_minimal_window  .ays_content_box{
    padding: 0;
}

.ays_minimal_window  .close_btn_img{
    border-radius: 50%;
}

.ays-pb-modals div.ays_minimal_window  div.ays_pb_description {
    margin: 0px;
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
}

div.ays_pb_description{
    word-break: break-word;
    word-wrap: break-word;
}

.ays-pb-modals div.ays_minimal_window  div.ays_pb_description p{
    margin: 0px;
    padding: 0px;
}



/*
* Tmplate theme styles
*/


.ays_template_window .ays_template_header .close-template-btn {
    /*width: 9px;*/
    /*height: 20px;*/
    position: absolute;
    /*top: 0px;*/
    /*right: 7px;*/
    font-weight: lighter;
    font-size: 19px;
    text-decoration: none !important;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}


div[class*='ays-pb-modal_'].ays_template_window {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    /* background: #c0c0c0; */
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    font-family: monospace, arial, sans-serif;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    pointer-events: fill;
    animation-duration: .5s;
    display: none;
    overflow: hidden;
    animation-fill-mode: forwards;
}

.ays_template_window .ays_template_header h2 {
    margin: auto;
    font-size: 26px;
    line-height: 100%;
    word-break: break-all;
}

.ays_template_window .ays_template_header .ays_template_title {
    height: 100%;
    display: flex;
}

.ays_template_window .ays_template_content {
    width: 65%;
    padding: 0 10px;
    overflow: hidden;
}

.ays_template_window p.ays_pb_timer {
    position: absolute;
    bottom: -8px;
    right: 0;
    width: inherit;
    text-align: center;
}

.ays_template_window header.ays_template_head {
    height: 12%;
    border: none;
}
.ays_template_window .ays_bg_image_box {
    width: 35%;
}

.ays_template_window footer.ays_template_footer {
    display: flex;
    height: 88%;
    padding: 0;
    background: unset;
    box-shadow: unset;
}

.ays_template_window .ays_template_main {
    font-family: monospace, arial, sans-serif;
    letter-spacing: -1px;
    max-height: 93%;
    overflow-y: scroll;
    scrollbar-width: none;
}

.ays_template_window .ays_template_header {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ays_template_window footer.ays_template_footer .ays_template_content p{
    margin-bottom: 5px !important;
}

/*
 * Ubuntu window CSS styles
 */
 div[class*='ays-pb-modal_'].ays_ubuntu_window {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.43);
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border: 1px solid #3c3b37;
    background-color: #f2f1f0;
    transition: .3s;
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    pointer-events: fill;
    overflow-y: scroll;
    /*animation-duration: .5s !important;*/
    animation-fill-mode: forwards !important;
    scrollbar-width: none;
}

.ays_ubuntu_window .ays_ubuntu_topbar {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    background-image: linear-gradient(#65645e, #3c3b37);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 1px solid #302f2c;
    position: sticky;
    top: 0;
    z-index: 100;
}

.ays_ubuntu_window p {
    margin: 0;
}

.ays_ubuntu_window.ays_ubuntu_window--maximized {
    width: 98%!important;
    flex-grow: 1!important;
    height: 98%!important;
    top: unset!important;
}

.ays_ubuntu_window.ays_ubuntu_window--minimized .ays_ubuntu_folder-info {
    display: none
}

.ays_ubuntu_window.ays_ubuntu_window--minimized {
    height: 35px!important;
    width: 350px!important;
    bottom: 0px!important;
    top: unset!important;
    overflow: visible
}

.ays_ubuntu_window .ays_ubuntu_window_content {
    padding-top: 5px;
    min-height: 100vh;
}

.ays_ubuntu_window .ays_ubuntu_window_content p {
    text-align: left;
    padding: 0px 10px;
    font-size: 16px;
    white-space: initial;
}

.ays_ubuntu_window .ays_ubuntu_topbar p {
    color: #dfdbd0;
    margin-left: 20px;
}

.ays_ubuntu_window .ays_ubuntu_topbar h2 {
    margin: 0;
    text-indent: 10px;
    font-size: 24px;
    font-weight: 500;
    padding: 0;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ays_ubuntu_window .ays_ubuntu_topbar h2::before {
    content: none;
}

.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons {
    background-image: linear-gradient(#363632, #4e4d48);
    margin-left: 15px;
    border-radius: 500px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    height: 25px;
    display: flex;
}

.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_close {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-image: linear-gradient(#f79674, #df5106);
    display: block;
    margin: 0 !important;
    cursor: pointer;
    /* margin-bottom: -8px; */
}

.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_close:hover {
    background-image: linear-gradient(#f8a082, #f85c09);
}

.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_hide, .ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_maximize {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 5px;
    background-image: linear-gradient(#989792, #5a5a55);
    display: inline-block;
}

.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_hide:hover, .ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_maximize:hover {
    background-image: linear-gradient(#a2a19d, #6b6b65);
}

.ays_ubuntu_window .ays_ubuntu_tools {
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #3c3b37;
    color: #dfdbd0;
    position: sticky;
    top: 40px;
    z-index: 100;
}

.ays_ubuntu_window .ays_ubuntu_tools ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.ays_ubuntu_window .ays_ubuntu_tools ul li {
    display: inline-block;
    padding: 0px 5px;
    margin-bottom: 0;
}

.ays_ubuntu_window .ays_ubuntu_tools ul li:hover {
    background-image: linear-gradient(#a2a19d, #6b6b65);
    cursor: default;
    line-height: 30px;
}

.ays_ubuntu_window .ays_ubuntu_folder-info {
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f2f1f0;
    border-top: 1px solid #c5c1bc;
    position: sticky;
    bottom: 0px;
}

.ays_ubuntu_window .ays_ubuntu_folder-info p.ays_ubuntu_right {
    position: relative;
    /*    right: -500px;*/
}

.ays_ubuntu_window .ays_ubuntu_folder-info p.ays_ubuntu_left {
    /*    margin-left: 15px;*/
}

.ays_ubuntu_window .ays_ubuntu_folder-info p {
    color: #5f4c53;
    width: 100%;
}

/*
 * MacOS window CSS styles
 */
 div[class*='ays-pb-modal_'].ays_window {
    transition: all 0.2s;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.43);
    /*max-width: 90vw;*/
    /* max-height: 95vh; */
    background: #FFF;
    z-index: 100000;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    /*text-align: right;*/
    border-radius: 4px;
    /*white-space: normal;*/
    vertical-align: middle;
    pointer-events: fill;
    overflow: scroll;
    /*animation-duration: .5s !important;*/
    animation-fill-mode: forwards !important;
    scrollbar-width: none;
}

.ays_window .ays-pb-modal-close svg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 10px;
    margin: auto;
    opacity: 0;
    transition: .5s ease-in-out;
}

.ays_window .ays-pb-modal-close {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    pointer-events: auto;
    margin: 0;
}

.ays_window .ays_topBar {
    width: 100%;
    height: 50px;
    background-image: linear-gradient(#d3d3d3, #c8c8c8);
    border-bottom: 1px solid #808080;
    display: flex;
    align-items: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    pointer-events: fill;
    position: sticky;
    top: 0px;
    z-index: 100;
}

.ays_window .ays_topBar .ays_hide, .ays_window .ays_topBar .ays_fullScreen, .ays_window .ays_topBar .ays_close {
    cursor: pointer
}

.ays_window .ays_topBar h2 {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 25px;
    font-weight: 500;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ays_window .ays_topBar h2::before {
    display: none;
    content: none;
    height: 0px;
}

.ays_window .ays_topBar .ays_close {
    height: 12px;
    width: 12px;
    background-color: #f74544;
    border-radius: 50%;
    margin-left: 15px;
    border: 1px solid #f62726;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    min-width: 30%;
}

.ays_window .ays_topBar .ays_hide {
    height: 12px;
    width: 12px;
    background-color: #fbaf15;
    border-radius: 50%;
    margin-left: 10px;
    border: 1px solid #f1a304;
    display: inline-block;
}

.ays_window .ays_topBar .ays_fullScreen {
    height: 12px;
    width: 12px;
    background-color: #38c228;
    border-radius: 50%;
    margin-left: 10px;
    border: 1px solid #32af24;
    display: inline-block;
}

.ays_window .ays_text {
    text-align: center;
    display: block;
    align-items: center;
    justify-content: center;
    font-family: Josefin Sans, sans-serif;
    /*color: #808080;*/
}

.ays_window hr {
    margin: 0px;
    margin-bottom: 1.5em;
}

.ays_window p {
    margin: 0px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.ays-pb-modals div.ays_pb_description {
    margin: 0px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.ays_window .ays_pb_timer {
    text-align: center;
}

.ays_pb_description > *, .ays_pb_timer{
    color: inherit;
}

.ays_window .ays_text .ays_text-inner h4, .ays_window .ays_text .ays_text-inner h1 {
    margin: 15px;
}

.ays_button {
    color: #fff !important;
    /* font-family: Josefin Sans; */
    z-index: 1;
}

div[class*='ays-pb-modal_'].ays-pb-modal-macos {
    border: 3px solid #f1f1f1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*max-width: 95%;*/
    background: #FFF;
    z-index: 1;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    border-radius: 4px;
    white-space: normal;
    vertical-align: middle;
    pointer-events: auto;
    max-height: 95vh;
    overflow: scroll;
    animation-duration: .5s !important;
    animation-fill-mode: forwards !important;
}

.ays-pb-modal-macos .ays-pb-modal-close svg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 10px;
    margin: auto;
    opacity: 0;
    transition: .5s ease-in-out;
}

.ays-pb-modal-macos .ays-pb-modal-close:hover svg {
    opacity: 1;
}

.ays-pb-modal-macos .ays-pb-modal-close {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    pointer-events: auto;
}

.ays-pb-modal-macos .row p {
    margin: 0;
}

.ays-pb-modal-macos .row.description, .ays-pb-modal-macos .description {
    padding: 0px;
    background-color: #f1f1f1;
}

.ays-pb-modal-macos .row {
    padding: 10px;
    background: #f1f1f1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 !important;
}

.ays-pb-modal-macos .column {
    float: left;
}

.ays-pb-modal-macos .left {
    width: 15%;
}

.ays-pb-modal-macos .right {
    width: 10%;
}

.ays-pb-modal-macos .middle {
    width: 75%;
}

.ays-pb-modal-macos .row:after {
    content: "";
    display: table;
    clear: both;
}

.ays-pb-modal-macos .dot {
    margin-top: 4px;
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.ays-pb-modal-macos input[type=text] {
    width: 100%;
    border-radius: 3px;
    border: none;
    background-color: white;
    margin-top: -8px;
    height: 25px;
    color: #666;
    padding: 5px;
    text-align: center;
}

.ays-pb-modal-macos .gits {
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #ccc;
}

.ays-pb-modal-macos .bar {
    width: 17px;
    height: 3px;
    background-color: #aaa;
    margin: 3px 0;
    display: block;
}

.ays_window.ays-pb-modal_1>p:last-child {
    position: sticky;
    /* bottom: 0px; */
    /* right: 0; */
    /* left: 0; */
    margin: auto;
    /*background-color: white;*/
}

/*
 * Default window CSS styles
 */
.ays-pb-modal-check:checked ~ .ays-pb-modal {
    pointer-events: auto;
}

div[class*='ays-pb-modal_'].ays-pb-modal {
    /*max-width: 95%;*/
    background: #FFF;
    z-index: 1;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    padding: 25px;
    border-radius: 4px;
    /*white-space: normal;*/
    vertical-align: middle;
    /*pointer-events: none;*/
    /* max-height: 95vh; */
    /*max-width: 95vw;*/
    overflow: scroll;
    /*animation-duration: .5s !important;*/
    animation-fill-mode: forwards !important;
    scrollbar-width: none;
}

.ays-pb_default_container_box{
    position: relative;
    height: 100%;
}

.ays-pb-modal h2 {
    text-align: center;
    padding: 0;
    word-break: break-word;
}

.ays-pb-modal h2::before {
    content: none;
}

.ays-pb-modal p {
    text-align: center;
}

.ays-pb-modal-close {
    position: absolute;
    /*top: 0px;*/
    /*right: 10px;*/
    cursor: pointer;
}

input.ays-pb-modal-check[type="checkbox"] {
    display: none !important;
}

.ays-pb-modal.ays-pb-modal_1>p:last-child {
    position: sticky;
    /* bottom: 0px; */
    /* right: 0; */
    /* left: 0; */
    margin: auto;
    background-color: white;
}

.ays-pb-modal.ays-pb-modal_1>div>div {
    text-align: center;
}

/*
 * Window scrollbar CSS styles
 */
.ays_window::-webkit-scrollbar {
    width: 0 !important;
    scrollbar-width: none;
}

.ays_window {
    -ms-overflow-style: none;
}

.ays_cmd_window::-webkit-scrollbar {
    width: 0 !important;
    scrollbar-width: none;
}

.ays_cmd_window {
    -ms-overflow-style: none;
}

.ays-pb-modal::-webkit-scrollbar {
    width: 0 !important;
    scrollbar-width: none;
}

.ays-pb-modal {
    -ms-overflow-style: none;
}

.ays-pb-modal-macos::-webkit-scrollbar {
    width: 0 !important;
    scrollbar-width: none;
}

.ays-pb-modal-macos {
    -ms-overflow-style: none;
}

.ays_ubuntu_window::-webkit-scrollbar {
    width: 0 !important;
    scrollbar-width: none;
}

.ays_ubuntu_window {
    -ms-overflow-style: none;
}

.ays_winxp_window::-webkit-scrollbar {
    width: 0 !important;
    scrollbar-width: none;
}

.ays_lil_window::-webkit-scrollbar {
    width: 0 !important;
    scrollbar-width: none;
}
.ays_image_window .ays_image_main::-webkit-scrollbar {
    width: 0 !important;
    scrollbar-width: none;
}
.ays_minimal_window .ays_minimal_main::-webkit-scrollbar {
    width: 0 !important;
    scrollbar-width: none;
}
.ays_template_window .ays_template_main::-webkit-scrollbar {
    width: 0 !important;
    scrollbar-width: none;
}

.ays_winxp_window {
    -ms-overflow-style: none;
}

.ays_win98_window::-webkit-scrollbar {
    width: 0 !important;
    scrollbar-width: none;
}

.ays_win98_window {
    -ms-overflow-style: none;
}

.ays-pb-modals .mejs-container .mejs-controls button {
    background-color: #222;
}

.ays-pb-modals .mejs-container,
.ays-pb-modals video.wp-video-shortcode {
    width: 100% !important;
}


html.pb_disable_scroll,
body.pb_disable_scroll{
    overflow-y: hidden;
    position: fixed;
    width: 100%;
}
html.pb_enable_scroll,
body.pb_enable_scroll{
    overflow-y: auto;
    position: unset;
}

/* Video theme */

div[class*='ays-pb-modal_'].ays_video_window {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    font-family: monospace, arial, sans-serif;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    pointer-events: fill;
    animation-duration: .5s;
    display: none;
    box-shadow: 5px 10px 18px #888888;
    animation-fill-mode: forwards;
}

.ays_video_window .ays_video_head {
    height: 20%;
}

.ays_video_window .ays_video_header .ays_video_btn-close:active span {
    position: relative;
    top: 1px;
    left: 1px;
}

.ays_video_window .ays_video_main {
    font-family: monospace, arial, sans-serif;
    letter-spacing: -1px;
    padding-bottom: 2px;
    max-height: 80%;
    overflow-y: scroll;
}

.close-video-btn {
    position: absolute;
    font-weight: 100;
    font-size: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}
.ays_video_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
}

.ays_video_content video{
    width: 100%;
    height: 100%;
}

div.ays-pb-modals div.ays-pb-social-shares{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

div.ays-pb-modals div.ays-pb-social-buttons-content{
    max-width: 100%;
}

div.ays-pb-modals div.ays-pb-social-buttons-heading{
    word-break: break-word;
    max-width: 100%;
}

.ays-pb-modals .ays_content_box{
    word-break: break-word;
    max-width: 100%;
}

.ays-pb-dismiss-ad > button#ays_pb_dismiss_ad{
    cursor: pointer;
    font-size: 12px;
}
.ays-pb-dismiss-ad > button#ays_pb_dismiss_ad:hover{
    text-decoration: underline;
}

.ays_pb_display_none_inp {
    display: none !important;
}

.ays_pb_display_none {
    display: none;
}

div.ays_template_window header.ays_template_head  div.ays_template_header .close-template-btn-container{
    min-width: auto;
    margin: 0;
    color: #000;
}

.ays-pb-visually-hidden-label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.ays-pb-modals .ays-popup-hrs-default{
    margin: 15px 0;
}