Mini Kabibi Habibi
/* version 2 3 */
* {
padding: 0;
margin: 0;
border: 0;
box-sizing: border-box;
font-family: "Open Sans", "Poppins", Arial, Helvetica, sans-serif;
font-size: 12px;
}
body {
background-color: #f2f2f2;
color: #212934;
line-height: 24px;
}
/* Parent container */
/* version 2 3 */
.toast2_3 {
position: fixed;
bottom: 0;
border: 1px solid #ABB2C3;
border-radius: 24px;
background: #FFFFFF;
overflow: hidden;
}
.toast2_3_larger {
width: 761px;
height: 565px;
}
.toast2_3_smaller {
width: 761px;
height: 500px;
}
/* version 1 */
.toast1 {
position: fixed;
bottom: 0;
border: 1px solid #ABB2C3;
border-radius: 24px;
overflow: hidden;
width: 524px;
margin-bottom: 6px;
}
/* version 2 3 */
.card__content2_3 {
background-color: #fff;
margin-left: 297px;
}
/* version 1 */
.card__content1 {
background-color: #fff;
margin-left: 150px;
padding: 24px;
}
/* version 2 3 */
.card__content .logo2_3 {
margin-top: 32px;
margin-bottom: 13px;
}
.card__content .button__text__style {
display: flex;
height: 44px;
font-family: 'Poppins';
font-weight: 500;
font-size: 14px;
line-height: 16px;
align-items: center;
justify-content: flex-end;
margin-bottom: 30px;
margin-right: 53px;
color: #212934;
cursor: pointer;
}
/* version 2 3 */
.card__content .button__fixed__width2_3 {
display: flex;
background-color: #212934;
color: #FFF;
padding: 9px 16px;
border-radius: 100px;
margin-left: auto;
margin-bottom: 36px;
margin-right: 36px;
height: 44px;
width: 120px;
font-weight: bold;
font-size: 16px;
line-height: 24px;
align-items: center;
justify-content: center;
text-align: center;
cursor: pointer;
}
/* version 1 */
.card__content .button__fixed__width1 {
background-color: #1671EE;
color: #FFF;
padding: 8px 16px;
border-radius: 100px;
display: block;
margin-left: auto;
height: 38px;
width: 112px;
font-weight: 500;
font-size: 14px;
line-height: 22px;
text-align: center;
align-items: center;
}
.card__content .info__title {
font-family: 'Poppins';
font-weight: bold;
font-size: 20px;
line-height: 28px;
margin-bottom: 16px;
width: 95%;
}
/* version 2 3 */
.card__content .info__text2_3 {
width: 411px;
height: 72px;
font-size: 14px;
line-height: 24px;
margin-bottom: 19px;
}
/* version 1 */
.card__content .info__text1 {
width: 327px;
font-size: 14px;
margin-bottom: 16px;
}
.card__content .feature__expired {
display: flex;
flex-direction: row;
}
.card__content .expired__label__container {
display: flex;
background: #848FAA;
border-radius: 24px;
height: 26px;
width: 76px;
align-items: center;
justify-content: center;
}
.card__content .feature__expired__label {
font-family: 'Poppins';
font-weight: 600;
font-size: 14px;
line-height: 16px;
align-items: center;
text-align: center;
color: #FFFFFF;
}
.card__content .feature__expired__name {
font-family: 'Poppins';
font-weight: 600;
font-size: 17px;
line-height: 20px;
margin-left: 16px;
padding-top: 3px;
}
.card__content .section__divder {
margin: 16px 0 16px 0;
border-bottom: 1px solid #F5F6FA;
margin-right: 53px;
}
.card__content .feature__1 {
display: flex;
flex-direction: row;
margin-bottom: 8px;
}
.card__content .feature__1__label__container {
display: flex;
background: #0CA77D;
border-radius: 24px;
height: 24px;
width: 49px;
align-items: center;
justify-content: center;
}
.card__content .feature__1__label {
font-family: 'Poppins';
font-weight: 600;
font-size: 14px;
line-height: 16px;
align-items: center;
text-align: center;
color: #FFFFFF;
}
.card__content .feature__1__name {
font-family: 'Poppins';
font-weight: 600;
font-size: 17px;
line-height: 20px;
margin-left: 15px;
padding-top: 3px;
}
.card__content .feature__free__label__outter__container {
display: flex;
flex: 1;
align-items: center;
justify-content: flex-end;
}
.card__content .feature__free__label__container {
display: flex;
background: #D6FFF0;
border-radius: 24px;
height: 24px;
width: 64px;
align-items: center;
justify-content: center;
margin-right: 53px;
}
.card__content .feature__free__label {
font-family: 'Poppins';
font-weight: 600;
font-size: 14px;
line-height: 16px;
align-items: center;
text-align: center;
color: #0A7155;
}
.card__content .feature__1__desc {
font-weight: 500;
font-size: 13px;
line-height: 20px;
margin-right: 53px;
}
.card__content .feature__disabled {
display: flex;
flex-direction: row;
margin-bottom: 8px;
}
/* version 1 */
.feature__disabled__wider {
width: 380px;
}
.card__content .feature__2__name {
font-family: 'Poppins';
font-weight: 600;
font-size: 17px;
line-height: 20px;
margin-left: 16px;
padding-top: 3px;
}
.card__content .feature__2__desc {
font-weight: 500;
font-size: 13px;
line-height: 20px;
margin-right: 53px;
margin-bottom: 22px;
}
/* version 1 */
.feature__2__desc__wider {
width: 315px;
}
.card__content .switch {
position: relative;
display: inline-block;
width: 48px;
height: 24px;
}
.card__content .switch__set__secure__search {
top: 0px;
right: 0px;
}
.card__content .switch input {
opacity: 0;
width: 0;
height: 0;
}
.card__content .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #D1D5DF;
-webkit-transition: .4s;
transition: .4s;
border-radius: 24px;
}
.card__content .slider:before {
position: absolute;
content: '';
height: 20px;
width: 20px;
left: 2px;
bottom: 2px;
background-color: #FFF;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
border-radius: 50%;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #0CA77D;
}
input:checked + .slider:before {
-webkit-transform: translateX(24px);
-ms-transform: translateX(24px);
transform: translateX(24px);
}
/* version 2 3 */
.card__image2_3 {
background: #F5F6FA;
width: 261px;
height: 100%;
position: absolute;
}
/* version 1 */
.card__image1 {
background: url(wacore:mfw\\packages\\builtin\\wa-ss-toast-variants-bg.png);
background-repeat: no-repeat;
background-size: cover;
float: left;
width: 150px;
height: 100%;
position: absolute;
}
#card-image .logo1 {
position: absolute;
height: 20px;
bottom: 33px;
transform: translateX(-50%);
left: 50%;
}
#card-image #window {
position: absolute;
height: 148px;
transform: translate(-50%, -50%);
left: 50%;
top: 40%;
}
#card-image #woman {
position: absolute;
height: 257px;
width: 100%;
bottom: 0px;
transform: translateX(-50%);
left: 50%;
top: 55%;
}
#card-image #progress {
position: absolute;
height: 161px;
transform: translate(-50%, -50%);
left: 50%;
top: 25%;
}
.card__content .hide, #card-image .hide {
display: none;
}
//BA06D2077C18610FBB62A51734101A2654DFF1DE86768A6EF489DD2530C54C6632E3847EB190982CEFF1BB0A91D2A14ADF22C56CA44C447638168DE8BEADF7BF++