body {
    scroll-behavior: smooth;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 115px;
}

.contact-es>p {
    color: #333333;
    font-size: 14px;
    margin: 0px;
    font-weight: 500;
}

.logo {
    width: 355px;
}

.main-logo {
    width: 230px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.icon {
    display: flex;
    align-items: center;
}

.icon>img {
    margin-right: 8px;
}

.icon>a {
    color: #5e57c5 !important;
    margin-left: 5px;
}

.section-1 {
    width: 100%;
    padding-bottom: 30px;
}

.main-block {
    display: flex;
    padding-top: 50px;
}

.main-content {
    width: 64.66666666666666%;
    padding: 0px 15px 25px 15px;
}

.right-side-bar {
    margin-left: 6%;
    width: 29.333333333333332%;
    height: 100%;
    border-width: 2px;
    border-color: #ededed;
    border-style: solid;
    padding: 25px 25px 20px 25px;
    background-color: #f4f4f4;
    border-radius: 0px;
}

.right-side-bar>h3 {
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    color: #4a4a4a;
}

.right-side-bar>h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 15px;
    text-align: left;
    color: #4a4a4a;
}

.right-side-bar>p {
    color: #333333;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 26px;
    margin: 0 0px 15px 0;
    font-weight: 500;
}

.line-g {
    width: 99%;
    border: 1px solid #dcdcdc;
    margin-top: 15px;
    margin-bottom: 15px;
}

.right-side-bar>img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.view-link {
    color: #666666;
    font-size: 16px;
    margin: 0px;
    font-weight: bold;
    text-decoration: revert;
}

.list-right {
    margin-left: 15px;
}

.list-right>li {
    list-style: inherit;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
    padding-bottom: 10px;
    color: #666666;
}

.img-adam {
    width: 130px;
    display: block;
    margin: 0 !important;
    margin-bottom: 15px !important;
}

.mail-list {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.mail-list>li>a {
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    color: #666666;
}

.mail-list>li>a:hover {
    color: #d10000;
}

.main-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 15px;
    text-align: left;
    color: #4a4a4a;
}

.check-list-capsule {
    background: url(../Images/ok-16.png) left 29px no-repeat;
    color: #333333;
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    padding: 20px 0px 0px 40px;
    margin: 0px 10px 0px 20px;
}

.section-2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f2f2f2;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%);
}

.main-block-sec {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-content-sec {
    width: 72%;
    height: 100%;
    padding: 20px 15px 20px 20px;
    border: 1px solid #ccc;
    background: #ffffff;
}

.right-side-bar-sec {
    margin-left: 3%;
    width: 28%;
    height: 100%;
    padding: 20px 0px 10px 0px;
}

.right-side-bar-sec>h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 15px;
    text-align: left;
    color: #4a4a4a;
    text-decoration: underline;
}

.email-list {
    margin: 0 0 0 -20px;
}

.email-list>li {
    list-style: inherit;
    font-size: 18px;
    line-height: 24px;
    margin: 0px;
    padding-bottom: 20px;
    color: #666666;
}

.sec-mail-list {
    margin: 0 0 0 30px;
}

.sec-mail-list>li {
    list-style: disc;
    font-size: 18px;
    line-height: 24px;
    margin: 0px;
    padding-bottom: 20px;
    color: #666666;
}

.generate-main {
    width: 100%;
}

.generate-main>h3 {
    margin: 0px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: left;
    color: #4a4a4a;
    font-weight: 500;
    text-decoration: underline;
}

.pink {
    color: #d10000 !important;
}

.generate-main>p {
    color: #333333;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 28px;
    margin: 0 0px 15px 0;
}

.generator>div>p {
    color: #333333;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 24px;
    margin: 0 0px 5px 0;
    font-weight: 500;
}

.input-tag {
    width: 75%;
    padding: 12px;
    font-size: 16px;
    background: #fff4fc !important;
    color: #040404;
    border: 1px solid #919191;
    margin-bottom: 15px;
}

.generator {
    width: 100%;
}

.input-tag:active {
    color: #000000;
    border: 1px solid #686868;
}

.input-tag:focus {
    color: #000000;
    border: 1px solid #686868;
}

.button {
    background-color: #222222;
    color: #ffffff;
    transition: all 0.3s ease-out;
    padding: 9px 22px;
    cursor: pointer;
    font-size: 18px;
    border: none;
    border-color: transparent !important;
}

.button:hover {
    background-color: #d10000;
    border-color: transparent !important;
}

.page-url {
    width: 100%;
}

.page-url>p {
    color: #333333;
    font-family: 'Roboto';
    font-size: 22px;
    line-height: 26px;
    margin: 0 0px 20px 0;
    font-weight: 500;
    text-decoration: underline;
}

.page-url-box {
    background: #f7f7f7 !important;
    padding: 12px 5px 12px 10px;
    border: 1px solid #919191;
    font-size: 16px;
    color: #d10000;
    width: 97%;
    margin-bottom: 15px;
}

.page-url-box:hover {
    cursor: auto;
}

.page-url-box>p {
    color: #333333;
    font-family: 'Roboto';
    font-size: 22px;
    line-height: 26px;
    margin: 0 0px 5px 0;
    font-weight: 500;
    line-break: anywhere;
}

.sm-text-url {
    margin-top: 10px !important;
    font-size: 13px !important;
    line-height: 20px !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

.swipe-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.green {
    background-color: #f4fff4 !important;
}

.blue {
    background-color: #edf8ff !important;
}

.yellow {
    background-color: #fff9f2 !important;
}

.purple {
    background-color: #fbf4ff !important;
}

.light-yellow {
    background-color: #fbffef !important;
}

.email-swipe {
    width: 43%;
    height: 100%;
    background-color: #fff2f2;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    padding: 20px;
    margin-bottom: 30px;
}

.email-title-2 {
    font-weight: 400;
    font-size: 16px;
    color: #e02a20 !important;
    font-style: italic !important;
    margin-top: 0 !important;
    margin: 0px;
}

.sugg-line {
    
    color: #000000 !important;
    /* text-decoration: underline; */
    /* font-weight: 500; */
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    margin-bottom: 10px;
}

.line-g-2 {
    width: 100%;
    border: 1px solid #dcdcdc;
    margin-top: 5px;
    margin-bottom: 5px;
}

.email-swipe>h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}

.sugg-list {
    margin-left: 30px;
}

.sugg-list>li {
    list-style: disc;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    padding-bottom: 10px;
    color: #555555;
    font-style: italic;
}

.accordionWrapper {
    background: #fff;
    float: left;
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
}

.accordionItem {
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Open-sans', Arial, sans-serif;
}

.accordionItemHeading {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    font-size: 20px;
    font-weight: normal;
    background: #fff9fd;
    color: #4a4a4a;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.accordionItemHeading:hover {
    background-color: #F2F2F2;
    color: rgb(0, 0, 0);
}

.close .accordionItemContent {
    height: 0px;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float: left;
    display: block;
}

.open .accordionItemContent {
    padding: 10px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin: 0px 0px 0px 0px;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}

.open .accordionItemContent>p {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0px 10px 0;
}

.open .accordionItemHeading {
    margin: 0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #ffffff;
    color: #666666;
}

.copy-text {
    font-family: 'Roboto';
    font-size: 12px;
    padding: 3px;
    margin-bottom: 10px;
    background: #e0e0e0;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
}

.copy-text:hover {
    background: #ececec;
}

.copy-text:focus {
    outline: none;
}

footer {
    padding-top: 60px;
    padding-bottom: 50px;
}

.footer-text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.text-to-copy:focus {
    outline: none;
    color: black;
    font-weight: bold;
}

pre {
    clear: both;
    border-style: solid;
    border-width: 1px;
    border-color: #919191;
    overflow: auto;
    padding: 10px 0 0px 10px;
    line-height: 2em;
    font-size: 11px;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
    background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
    background-size: 100% 4em;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    margin-bottom: 10px;
    position: relative;
    left: 0;
    text-transform: none;
    width: 95%;
}