html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a, a:visited  {
color: #8A8A8C;
background-color: transparent;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
background-color: transparent;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
cursor: pointer;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
width: 100%;
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
} .alignright {
float: right;
margin-left: 1rem;
}
.alignleft {
float: left;
margin-right: 1rem;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.alignwide {
margin-left: -80px;
margin-right: -80px;
}
.alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
max-width: 100vw;
width: 100vw;
}
.alignfull img {
width: 100vw;
}
.wp-caption {
margin-bottom: 1.25rem;
max-width: 100%;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption-text {
margin: 0;
}
.gallery-caption {
display: block;
font-size: 0.8125rem;
line-height: 1.5;
margin: 0;
padding: 0.75rem;
}
.pagination {
margin: 20px auto;
}
.sticky {
position: relative;
display: block;
}
.bypostauthor {
font-size: inherit;
}
.hide {
display: none !important;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
clip-path: polygon(0 0, 0 0,0 0, 0 0);
position: absolute !important;
white-space: nowrap;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
clip: auto !important;
display: block;
height: auto;
left: 5px;
top: 5px;
width: auto;
z-index: 100000;
}
.entry-title {
-ms-word-wrap: break-word;
word-wrap: break-word;
}   .main-navigation {
display: block;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
gap: 25px;
}
.main-navigation ul li > ul {
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
display: initial;
box-shadow: 4px 4px 14px 4px rgba(10,10,10,0.12);
-webkit-box-shadow: 4px 4px 14px 4px rgba(10,10,10,0.12);
-moz-box-shadow: 4px 4px 14px 4px rgba(10,10,10,0.12);
}
.main-navigation ul ul li > ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul  li > ul a {
width: 220px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation li {
position: relative;
font-family: 'Roboto';
font-weight: 500;
font-size: 15px;
}
.main-navigation a {
display: block;
text-decoration: none;
color: #212121;
margin-bottom: 8px;
}
.main-navigation a:after {
content: '';
position: absolute;
opacity: 0;
width: 0;
margin: 0 auto;
left: 0;
height: 2px;
bottom: 0px;
right: 0;
-webkit-transition: all .3s cubic-bezier(0, 0, 0.16, 0.95);
-o-transition: all .3s cubic-bezier(0, 0, 0.16, 0.95);
-webkit-transition: all .3s cubic-bezier(0, 0, 0.16, 0.95);
-o-transition: all .3s ease(0, 0, 0.16, 0.95);
transition: all .3s cubic-bezier(0, 0, 0.16, 0.95);
background: #212121;
}
.main-navigation ul > li:hover > a:after {
opacity: 1;
width: 100%;
}
.sub-menu a:after {
display: none;
}
.sub-menu a {
padding: 12px 12px 12px 12px;
font-size: 14px;
background-color: #fff;
display: block;
border-bottom: 1px solid #f0f0f0;
margin: 0;
}
.main-navigation ul ul.sub-menu ul.sub-menu > li.menu-item-has-children > ul.sub-menu,
.main-navigation ul ul.sub-menu ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
opacity: 1;
left: 0;
top: auto;
}
.main-navigation ul ul.sub-menu ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu,
.main-navigation ul ul.sub-menu ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
opacity: 1;
left: 0;
top: auto;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 48em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.page-header .page-title {
margin: 5px 0;
line-height: 1;
}
.page-header .archive-description {
padding: 10px 0;
margin-bottom: 15px;
font-family: roboto;
color: #666666;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}    .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
label {
display: inline-block;
line-height: 1;
vertical-align: middle;
}  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title, .entry-header .entry-title {
margin-inline-start: auto;
margin-inline-end: auto;
width: 100%;
}
@media (max-width: 575px) {
.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title, .entry-header .entry-title {
padding-inline-start: 10px;
padding-inline-end: 10px;
}
}
@media (min-width: 576px) {
.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title, .entry-header .entry-title {
max-width: 500px;
}
.site-header.header-full-width .header-inner {
max-width: 100%;
}
.site-footer.footer-full-width .footer-inner {
max-width: 100%;
}
}
@media (min-width: 768px) {
.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title, .entry-header .entry-title {
max-width: 600px;
}
.site-header.header-full-width {
max-width: 100%;
}
.site-footer.footer-full-width {
max-width: 100%;
}
}
@media (min-width: 992px) {
.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title, .entry-header .entry-title {
max-width: 800px;
}
.site-header.header-full-width {
max-width: 100%;
}
.site-footer.footer-full-width {
max-width: 100%;
}
}
@media (min-width: 1200px) {
.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title, .entry-header .entry-title {
max-width: 1140px;
}
.site-header.header-full-width {
max-width: 100%;
}
.site-footer.footer-full-width {
max-width: 100%;
}
}
.site-header + .elementor {
min-height: calc(100vh - 320px);
} .site-header {
display: flex;
justify-content: space-between;
-webkit-justify-content: space-between;
align-items: center;
-webkit-align-items: center;
padding: 20px 0;
border-bottom: 1px solid #efefef;
margin-bottom: 30px;
}
.site-header .site-branding .site-title {
font-family: 'Roboto';
position: initial;
display: inline-block;
font-size: 30px;
font-weight: 700;
margin: 0;
}
.site-header .site-branding .site-description {
margin: 5px 0 0;
font-family: 'Roboto';
font-weight: 400;
font-size: 14px;
}
.site-header .site-branding .site-title a {
text-decoration: none;
color: #212121;
} .widget {
margin-bottom: 40px;
}
.widget .wp-block-group__inner-container h2,
.widget .wp-block-search__label {
font-family: roboto;
font-weight: 800;
font-size: 20px;
margin: 0 0 10px;
display: block;
}
.widget ul,
.widget ol {
margin: 0 0 10px;
font-family: 'Rubik';
font-size: 25px;
}
.widget ul,
.widget ol {
margin: 0;
padding: 0;
}
.widget ul li,
.widget ol li {
border-bottom: 1px solid #8a8a8c2e;
padding: 9px 0 9px 15px;
font-size: 13px;
font-family: 'Roboto';
font-weight: 400;
list-style: none;
position: relative;
line-height: 1.6;
}
.widget ul li:last-child,
.widget ol li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.widget ul li:before,
.widget ol li:before {
content: '-';
color: #000;
font-weight: 900;
position: absolute;
left: 0;
opacity: .8;
font-size: 13px;
}
.widget ul li a,
.widget ol li a {
color: #6d6c6c;
text-decoration: none;
line-height: initial;
}
.widget .wp-block-search__button {
font-family: roboto;
font-weight: 500;
font-size: 14px;
} .site-main .primary-content .nekit-news-list-wrap article {
display: flex;
padding-bottom: 25px;
margin-bottom: 25px;
border-bottom: 1px solid #efefef;
}
.site-main .primary-content .nekit-news-list-wrap article:last-child {
border-bottom: none;
margin-bottom: 0;
}
.site-main .primary-content .nekit-news-list-wrap article .entry-title {
font-size: 28px;
margin: 0 0 10px;
font-family: roboto;
line-height: 1.6;
}
.site-main .primary-content .entry-meta {
font-size: 13px;
font-weight: 500;
font-family: 'Roboto';
}
.site-main .primary-content .entry-meta a {
color: #8A8A8C;
font-weight: 400;
font-size: 13px;
margin: 0 4px;
}
.site-main .primary-content .entry-content {
margin-top: 17px;
font-size: 14px;
line-height: 1.6;
font-family: roboto;
color: #666666;
}
.site-main .primary-content .entry-content p {
margin: 0;
}
.site-main .primary-content .nekit-news-list-wrap article .entry-title a {
text-decoration: none;
color: #212121;
}
.site-main .primary-content .nekit-news-list-wrap .navigation {
margin: 25px 0 0;
}
.site-main .primary-content .nekit-news-list-wrap .navigation a {
color: #212121;
font-family: roboto;
font-weight: 500;
text-decoration: none;
text-transform: capitalize;
font-size: 18px;
}
.site-main .primary-content .nekit-news-list-wrap article a.post-thumbnail{
flex: 0 1 35%;
padding-right: 30px;
}
.site-main .primary-content .nekit-news-list-wrap article .content-wrap {
flex: 1;
}
.site-main .primary-content .nekit-news-list-wrap article:last {
border: none;
} .site-main .primary-content .nekit-single-wrap .entry-title {
margin: 10px 0 10px;
font-size: 36px;
font-family: 'Roboto';
font-weight: 800;
}
.site-main .primary-content .nekit-single-wrap .nav-links {
margin-top: 25px;
}
.site-main .primary-content .nekit-single-wrap .nav-links a {
color: #454545;
text-decoration: none;
font-family: 'Roboto';
font-size: 15px;
font-weight: 500;
}
.site-main .primary-content .nekit-single-wrap .nav-title {
color: #4d4d4d;
font-weight: 400;
font-size: 14px;
}
.single .site-main .primary-content .entry-content p {
margin: 0;
font-size: 17px;
} .site-footer {
border-top: 1px solid #efefef;
margin-top: 15px;
}
.site-footer .site-info {
margin: 0 auto;
padding: 15px 0;
text-align: center;
color: #212121;
font-family: 'Roboto';
font-weight: 300;
font-size: 13px;
}
.site-footer .site-info a {
color: #F21717;
text-decoration: none;
} section.error-404 {
text-align: center;
height: 530px;
padding-top: 15px;
}
.error-404 .page-header h2{
font-size: 100px;
line-height: 83px;
margin: 70px 0;
color: #858585;
}
.error-404 .search-form label input.search-field {
padding: 7px 15px;
margin-top: -2px;
}
.error-404 .search-form input.search-submit {
padding: 11px 15px;
margin-top: 00;
background-color: #636363;
color: #fff;
}
@media (max-width: 768px) {
.site-header {
flex-direction: column;
}
.site-header .site-branding {
text-align: center;
}
.site-header .menu-toggle {
margin-top: 25px;
border: none;
font-family: 'Roboto';
font-weight: 500;
font-size: 14px;
padding: 13px 17px 10px;
color: #3e3e3e;
margin-inline: auto;
}
.site-header .main-navigation {
width: 100%;
text-align: center;
}
.site-header .nav-menu {
margin-top: 10px;
background: #efefef;
padding: 20px;
}
.main-navigation ul.sub-menu {
position: relative;
float: initial;
text-align: center;
top: initial;
left: initial;
width: 220px;
margin: 0 auto;
box-shadow: none;
}
.main-navigation ul.sub-menu a{
font-size: 12px;
padding: 4px;
background-color: transparent;
}
}
@media (max-width: 610px) {
.site-main .primary-content .nekit-news-list-wrap article {
flex-direction: column;
}
.site-main .primary-content .nekit-news-list-wrap article > a.post-thumbnail,
.site-main .primary-content .nekit-news-list-wrap article > div.content-wrap  {
width: 100%;
padding-right: 0;
}
}div.sib-sms-field {
display: inline-block;
position: relative;
width: 100%;
}
.sib-sms-field .sib-country-block {
position: absolute;
right: auto;
left: 0;
top: 0;
bottom: 0;
padding: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sib-country-block .sib-toggle.sib-country-flg {
z-index: 1;
position: relative;
width: 46px;
height: 100%;
padding: 0 0 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #dbdbdb;
cursor: pointer;
}
.sib-country-block .sib-toggle .sib-cflags {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
height: 15px;
width: 20px;
background-repeat: no-repeat;
background-color: #dbdbdb;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-image: url(//blockchainooz.com/wp-content/plugins/mailin/img/flags/fr.png);
}
.sib-country-block .sib-toggle .sib-icon-arrow {
position: absolute;
top: 50%;
margin-top: -2px;
right: 6px;
width:  0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid;
}
.sib-sms-field ul.sib-country-list {
position: absolute;
z-index: 2;
list-style: none;
text-align: left;
padding: 0px;
margin: 0px 0px 0px -1px;
box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
background-color: white;
border: 1px solid rgb(204, 204, 204);
white-space: nowrap;
max-height: 150px;
overflow-y: scroll;
overflow-x: hidden;
top: 50px;
width: 250px;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix {
font-size: 14px;
padding:1px 10px;
cursor: pointer;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix:hover {
background-color: #dbdbdb;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box {
width: 20px;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag {
height: 18px;
width: 20px;
background-image: url(//blockchainooz.com/wp-content/plugins/mailin/img/flags/ad.png);
vertical-align: middle;
display: inline-block;
background-repeat:no-repeat;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-dial-code {
margin-left: 20px;
}
.sib-sms-field .sib-sms {
padding-right: 6px;
padding-left: 52px;
margin-left: 0;
position: relative;
z-index: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-right: 0;
}
.sib-multi-lists.sib_error {
color: #A94442;
}