/* Welcome page start */
.dashboard_page_ays-popup-box-getting-started .notice {
display: none !important;
}
#ays-pb-welcome {
/* border-top: 3px solid #f88b07; */
/*padding-top: 210px;*/
color: #555;
padding-top: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100vh;
}
@media (max-width: 767px) {
#ays-pb-welcome {
padding-top: 64px;
}
}
#ays-pb-welcome *,
#ays-pb-welcome *::before,
#ays-pb-welcome *::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#ays-pb-welcome .ays-pb-welcome-container {
margin: 0 auto;
max-width: 616px;
padding: 0;
}
#ays-pb-welcome .ays-pb-welcome-block {
padding: 40px 0;
}
@media (max-width: 767px) {
#ays-pb-welcome .ays-pb-welcome-block {
padding: 20px;
}
}
#ays-pb-welcome img {
max-width: 100%;
height: auto;
width: 100%;
height: 100%;
object-fit: contain;
}
#ays-pb-welcome h1 {
color: #222;
font-size: 20px;
text-align: center;
margin: 0 0 32px 0;
font-weight: 700;
}
#ays-pb-welcome h6 {
font-size: 16px;
font-weight: initial;
line-height: 1.6;
/* text-align: center; */
margin: 0;
color: #000000;
}
#ays-pb-welcome .ays-pb-welcome-button-wrap {
/* max-width: 590px; */
margin: 0 auto 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
padding: 0 15px;
}
#ays-pb-welcome .ays-pb-welcome-button-wrap .ays-pb-welcome-left a {
background-color: #83ABED;
border: 1px solid #83ABED;
color: #000000;
}
#ays-pb-welcome .ays-pb-welcome-button-wrap .ays-pb-welcome-left a:hover {
background-color: #7092ca;
}
#ays-pb-welcome .ays-pb-welcome-button-wrap .ays-pb-welcome-right a {
background: #EEEEEE;
border: 1px solid #CCCCCC;
color: #666666;
}
#ays-pb-welcome .ays-pb-welcome-button-wrap .ays-pb-welcome-right a:hover {
background-color: #d7d7d7;
}
#ays-pb-welcome .ays-pb-welcome-button-wrap .ays-pb-welcome-left a,
#ays-pb-welcome .ays-pb-welcome-button-wrap .ays-pb-welcome-right a{
border-radius: 4px;
font-size: 18px;
font-weight: 600;
padding: 16px 28px;
display: block;
width: 100%;
text-align: center;
text-decoration: none;
}
@media (max-width: 767px) {
#ays-pb-welcome .ays-pb-welcome-button-wrap .ays-pb-welcome-left {
padding: 0;
margin-bottom: 20px;
}
}
button.ays-pb-tu-agree:hover {
background: #3A99FF;
}
@media (max-width: 767px) {
#ays-pb-welcome .ays-pb-welcome-button-wrap{
justify-content: center;
}
#ays-pb-welcome .ays-pb-welcome-button-wrap .ays-pb-welcome-right {
padding: 0;
}
}
#ays-pb-welcome .ays-pb-welcome-intro {
background-color: #fff;
/* border: 2px solid #e1e1e1; */
border-radius: 10px;
margin-bottom: 30px;
position: relative;
padding: 50px 32px;
box-shadow: 0px 4px 4px 0px #00000040;
/* max-width: 570px; */
}
#ays-pb-welcome .ays-pb-welcome-intro .ays-pb-welcome-logo {
border-radius: 50%;
height: 71px;
width: 100px;
position: absolute;
top: -35px;
left: 52%;
margin-left: -55px;
/* border: 4px solid #ffffff; */
display: flex;
justify-content: center;
align-items: center;
}
.ays-pb-welcome-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
.ays-pb-welcome-modal-content {
position: relative;
max-width: 700px;
height: 400px;
width: 100%;
padding: 20px;
background-color: #fff;
border-radius: 4px;
}
.ays-pb-welcome-modal-content iframe{
width: 100%;
}
.ays-pb-welcome-modal-close {
position: absolute;
top: 0;
right: 3px;
font-size: 24px;
cursor: pointer;
color: #000;
}
button.ays-pb-tu-cancel {
border-radius: 8px;
padding: 10px 52px;
border: 0;
color: #00000066;
background: transparent;
transition: .3s;
font-size: 16px;
font-weight: 500;
cursor: pointer;
}
button.ays-pb-tu-cancel:hover {
background: #2915151A;
}
button.ays-pb-tu-agree {
border-radius: 8px;
padding: 10px 14px;
background-color: #007BFF;
border: 0;
color: white;
font-size: 16px;
font-weight: 500;
cursor: pointer;
}
/* Welcome page end */