/* General Styles */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');
@font-face {
    font-family: 'LabGrotesqueMono Regular';
    src:  url('../css/webFonts/LabGrotesqueMono-Regular.woff2') format('woff2'), url("webfonts/LabGrotesqueMono-Regular.woff") format("woff"), url("webfonts/LabGrotesqueMono-Regular.eot") format("eot");
    font-weight: normal;
    font-style: normal;
}
textarea:focus, input:focus{
    outline: none;
}
body, wrapper {
    min-height:100vh;
}
main {
    flex:1;
}

h4 {
    font-family: 'LabGrotesqueMono Regular', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.4rem!important;
}
h3 {
    font-family: 'LabGrotesqueMono Regular', sans-serif;
    font-weight: bold;
    color: #c1c1c1;
    font-size: 1.2rem;
}
h2 {
    font-family: 'LabGrotesqueMono Regular', sans-serif;
    font-size: 1.7rem!important;
    color: #ffffff;
    padding-bottom: 1.6rem;
}
h1 {
    font-family: 'LabGrotesqueMono Regular', sans-serif;
    font-size: 1.8125rem;
    line-height: 40px;
    padding-bottom: 2.6875rem;
    padding-top: 0!important;
    color: #ffffff;
}
.color-white {
    color: #c1c1c1!important;
}
p {
    color: #c1c1c1;
    line-height: 28px;
}
.text-link {
    color: #ffffff;
    font-weight: normal;
    border-bottom: 3px solid #fcee36;
    transition: 0.3s;
    text-decoration: none;
}
.text-link:hover {
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
    transition: 0.3s;
    text-decoration: none;
}
.text-popover {
    color: #ffffff;
    font-weight: normal;
    /* border-bottom: 3px solid #ffffff;*/
    transition: 0.3s;
    text-decoration: none;
}
.text-popover:hover {
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
    transition: 0.3s;
    text-decoration: none;
}
.text-highlight {
    color: #fcee36;
}
.warning-text {
    color: #616161!important;
    line-height: 24px!important;
    font-size: 14px!important;
}
.section-warning a {
    color: #999999;
    text-decoration: none;
}
.section-warning a:hover {
    color: #c1c1c1;
}
.section-faq strong {
    color: #e1e1e1;
}
.section-faq li {
    color: #c1c1c1;
    line-height: 28px;
}
.migration-number {
    font-family: 'LabGrotesqueMono Regular', sans-serif;
    font-size: 1.8125rem;
    line-height: 40px;
    padding-top: 0 !important;
    padding-right: 30px;
}
.eligma-yellow {
    color: #fcee36;
}

/* Sections */
.section-start-migration {
    padding-top: 200px;
}
.section-first {
    padding-top: 70px;
}
@media (max-width: 768px) {
    .section-warning {
        padding: 10px !important;
    }
    .section-hero {
        padding-bottom: 0!important;
    }
}
@media (max-width: 1280px) {
    .section-hero {
        padding: 18px
    }
}
@media (max-width: 640px) {
    .section-hero {
        padding: 0
    }
}

/* Buttons */
.button-primary {
    padding: 13px 40px 13px 40px;
    border-radius: 8px !important;
    background-color: #fcee36;
    color: #111 !important;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s;
    box-shadow: none;
    border: none;
}
.button-primary:hover {
    background-color: #fee734!important;
    transition: 0.3s;
}
.button-secondary {
    margin-right: .75rem;
    padding: 13px 40px 13px 40px;
    border-radius: 8px;
    background-color: #555555;
    color: #d1d1d1 !important;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s;
}
.button-secondary:hover {
    background-color: #474747!important;
    transition: 0.3s;
}
.button-migration {
    padding: 13px 40px 13px 40px;
    border-radius: 8px;
    background-color: #fcee36;
    color: #111 !important;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s;
}
@media (max-width: 767px) {
    .button-migration {
        width: 100% !important;
        padding: 13px 20px 13px 20px;
    }
}
.button-migration:hover {
    background-color: #fee734!important;
    transition: 0.3s;
}
.btn-copy {
    background-color: transparent;
    color: #ffffff;
    border: none;
    font-weight: bold;
    padding-right: 40px;
}
.btn-copy:hover {
    background-color: transparent;
    color: #fee734;
    box-shadow: none;
}
.btn-copy:focus {
    box-shadow: none;
}
.btn-check-addy {
    border-radius: 0 8px 8px 0 !important;
}
/* Forms */
.form-migration {
    border-radius: 8px;
    font-size: 1rem;
    padding: 26px 40px 26px 40px;
    background-color: rgba(255,255,255,0.2);
    transition: 0.3s;
    color: #ffffff;
    box-shadow: none;
}
.form-migration:focus {
    background-color: rgba(255,255,255,0.3)!important;
    transition: 0.3s ;
    color: #ffffff;
    box-shadow: none;
}
.form-check-addy {
    border-radius: 8px 0 0 8px !important;
}
.form-migration-read-only:read-only {
    border-radius: 8px;
    font-size: 1rem;
    padding: 26px 40px 26px 40px;
    background-color: rgba(255,255,255,0.2);
    transition: 0.3s;
    color: #ffffff;
}
.form-migration-read-only:focus {
    box-shadow: none;
}
.form-eth-addy {
    background-color: transparent;
    color: #ffffff;
    font-size: 1.2rem;
    height: auto !important;
    padding: 30px 30px 30px 30px;
}
.form-eth-addy:focus {
    background-color: transparent;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 40px 40px 40px 40px;
    outline: none;
    box-shadow: none;
}
.form-eth-addy:read-only {
    box-shadow: none;
    background-color: transparent;
    cursor: text;
}
.input-eth-addy-g {
    border: 1px dashed #fcee36;
}
.form-inline-element {
    display: inline-block;
}
.form-inline-group {
    display: flex;
}
::-webkit-input-placeholder { /* Edge */
    color: rgba(255,255,255,0.6)!important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,0.6)!important;
}
::placeholder {
    color: rgba(255,255,255,0.6)!important;
}
#MainContent_lblError {
    color: #e74c3c!important;
    top: 4px;
    left: 0px;
    right: 0px;
    position: relative;
}

/* Instructions */

.iconStepNumber {
    width: 48px;
    height: 48px;
    margin-top: -3px;
}
.header-steps {
    font-family: "Open Sans",sans-serif;
    background: rgba(255,255,255,0.2);
    color: #c1c1c1;
    border-radius: 8px;
    font-size: 14px;
    padding: 4px 20px;
    display: inline-block !important;
    font-weight: 600;
}
/* Start migration */
.img-mock-badger {
    max-height: 400px;
}

/* section Hero */
.section-hero {
    background-color: #080808;
    padding-top: 200px;
    padding-bottom: 100px;
}
.section-hero p {

}
.hero-text {
    font-family: 'LabGrotesqueMono Regular', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1px;
    padding-right: 4%;
}
@media (max-width: 991px) {
    .hero-text {
        padding-right: 0;
    }
}
.hero-right {
    padding-top: 0px;
    text-align: right;
}
.hero-img {
    width: 360px;
    padding-top: 115px;
}
.hero-button {
    padding: 13px 70px 13px 70px;
}
@media (max-width: 991px) {
    .hero-img {
        margin-top: 40px;

    }
    .section-hero, .section-start-migration {
        padding: 140px 10px 10px 10px;
    }
    .hero-img-container {
        text-align: center;
    }
}
@media (max-width: 575px) {
    .hero-button {
        width: 100% !important;
        padding: 13px 20px 13px 20px;
    }
}
@media (max-width: 767px) {
    .hero-img {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 640px) {
    .hero-text {
        font-size: 1.0625rem;
        line-height: 1.5625rem;
    }
}


/* Copy To Clipboard */
.m-copy-ok {
    color: #fcee36;
    position: absolute;
    float: right;
    font-weight: 300;
    right:15px;
}

/* Transaction List */
.transaction-list-container {
    color: #c1c1c1;
    line-height: 38px;
    margin-top: 30px;
}

.transaction-list-container a {
    color: #ffffff;
    font-weight: normal;
    border-bottom: 3px solid #fcee36!important;
    transition: 0.3s;
    text-decoration: none;
}

@media (max-width: 640px) {
    .main-page-footer .grid-container > .grid-padding-x {
        margin: 0!important;
    }
    .main-page-footer .footer-bar-holder {
        padding-left: 0!important;
    }
}

/* Text Overflow */
.addy-overflow {
    width: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.addy-input-overflow {
    overflow: hidden!important;
    white-space: nowrap!important;
    text-overflow: ellipsis!important;
}

@media (max-width: 768px) {
    .tx-link-overflow a {
        width: 100%;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

/* Logo 2 */
.top-bar-row .logotip-2 .button {
    background-image: url(../img/Eli-to-GoC_1.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 5.9375rem;
    height: 2.0625rem;
    padding: 0;
    margin: 0;

    
}

.top-bar-row .logotip-2 .button {
    height: 24px!important;
    margin-top: 8px;
}

.top-bar-row .logotip-2 .button {
    border-bottom: 3px solid transparent !important;
}
@media (max-width: 799px) {
    .mobile-top-bar-row .logotip-2 .button {
        margin-top: 3px!important;
    }
}
.mob-nav-top-bar-row .grid-container .logotip-2 .button {
    margin-top: 2px !important;
}

.mobile-top-bar-row .logotip-eli-goc .button {
    background-image: url("../img/Eli-to-GoC_1.svg")!important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 5rem;
    height: 1.75rem;
    padding: 0;
    margin-top: 0;
    margin-right: 1rem;
    margin-left: 0;
    border-bottom: none !important;
}
.top-bar-row .logotip-eli-goc .button {
    width: 91px!important;
}

/* Popovers */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #222222;
    background-clip: padding-box;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: .3rem;
}
.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #c1c1c1;
    background-color: #222222;
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.popover-body {
    padding: .5rem .75rem;
    color: #c1c1c1;
}
.popover .arrow::after {
    left: 1px;
    border-right-color: #222222;
}
.popover .arrow::before {
    left: 0;
    border-right-color: rgba(255,255,255,.3);
}

/* Nabigation */
@media (max-width: 49em) {
    .show-for-medium {
        display: none !important;
    }
}
@media (min-width: 50em) {
    .mobile-top-bar-row {
        display: none !important;
    }
}
@media (max-width: 50em) {
    .grid-container {
        padding-left: 1.625rem !important;
        padding-right: 1.625rem !important;
    }
}

.mobile-top-bar-row .logotip .button {
    background-image: url("../img/eligma-logo.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 5rem;
    height: 1.75rem;
    padding: 0;
    margin-top: 0;
    margin-right: 1rem;
    margin-left: 0;
    border-bottom: none !important;
}
@media (max-width: 50em) {
    .menu .logotip-2 button {
        padding-top: 23px !important;
    }
}

