html {
        background: #0f0c29;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #24243e, #302b63, #0f0c29);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}




body {
    max-width: 1080px;
    margin: 0 auto;
    font-family: 'Barlow',sans-serif;
    font-weight: 100 !important;
    font-size: 18px;
    color: #fafafa;
    background: none;
}
.panel {
    background: none !important;
}

.navbar, .panel {
    text-transform: uppercase;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: none;
    color: #fafafa;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background:none;
}

.dropdown-menu,
.dropdown-menu>li>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background:none;
    color: #fafafa;
    border-radius: none;
    text-align: right;
}



.navbar-toggle .icon-bar {
    background-color: #fafafa;

}

.btn, .btn:hover {
    color: #171717;
    text-transform: uppercase;
}

.btn-forgot, .btn-forgot:hover {
    color: #fafafa;
    text-decoration: none;
}

.header {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
    margin: 25px auto 0 auto;
    max-width: 1080px;
    font-family: 'Barlow',sans-serif;
    font-weight: 100 !important;
    font-size: 18px;
    color: #fafafa;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

.app-logout {
    font-size: 16px;
    letter-spacing: 3px;
    cursor: pointer;
}

.inputwrapper {
    position: relative
}

.searchinput {
    background: none;
    font-size: 60px;
    width: 80%;
    display: block;
    margin: 80px auto;
    border-bottom: 1px solid #fafafa;
    padding: 40px 0;
    background-image: url(/img/search.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 30px center;
    text-indent: 14%;
    color: #fafafa;
}

.inputwrapper .paste {
    position: absolute;
    top:50%;
    right: 10%;
    transform: translate(-50%, -50%);
}

.inputwrapper .paste img {
    transition: 0.5s all;
    height: 50px;
    width: auto;
}

.table {
    margin-top: 80px;
    padding: 45px 0;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.table-row {
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.table-cell {
    width: 50%;
    padding: 10px 5px;
    text-align: left;
}

.num-name::first-letter {
    text-transform: uppercase;    
}

.num-number {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.num-number .digits {
    /* width: 70%; */
}

.num-number .copy-icon {
    /* width: 30%; */
}

.copy-icon img {
    height: 18px;
    width: auto;
    margin-right: 15px;
}

.copy-icon {
    /* background-color: #fff; */
    border: 0;
    outline: 0;
    /* padding: 1.5rem 2rem; */
    /* font-size: 4rem; */
    font-family: monospace;
    /* box-shadow: 0px 5px 10px #0057ab; */
    transition: all 0.05s;
    /* cursor: pointer; */
    /* border-radius: 5px;
    border-bottom: 4px solid #d9d9d9; */
}

.copy-icon:hover {
    /* box-shadow: 0px 15px 25px -5px #0057ab; */
    transform: scale(1.1);
}

.copy-icon:active {
    /* box-shadow: 0px 4px 8px #0065c8; */
    transform: scale(0.9);
}

.rover {
    margin: 0 auto;
    padding-top: 45px;
}


.rover img {
    
    width: 30px;
    height: auto;
}
