body {
    background: white;
}
.backup-restore {
    position: relative;
    margin-top: 10px;
    height: 120px;
}
.box {
    position: absolute;
    width: 114px;
    height: 114px;
    border: 1px solid #000000;
    box-sizing: border-box;
    filter: drop-shadow(4px 4px 4px rgba(244, 197, 29, 0.5));
}
.box:hover {
    background: rgba(244, 197, 29, 0.5);
    cursor: pointer;
}
.left-box {
    left: 0px;
}
.right-box {
    right: 0px;
}
.dropdown {
    font-family: Permanent Marker;
    position: relative;
    margin-top: 10px;
}
.api {
    margin-top: 5px;
}
.spendlimit {
    margin-top: 5px;
    font-size: 13px;
}
.transfers {
    position: relative;
    margin-top: 20px;
}
.seedCon {
    text-align: center;
    margin-top: 6px;
    font-family: 'Permanent Marker', cursive;
    font-size: 32px;
}
.seedText {
    position: absolute;
    font-family: Permanent Marker;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    top: 52px;
}
.icon {
    position: absolute;
    top: 24px;
    left: 48px;
}
.entryCon {
    display: none;
    position: relative;
    margin-top: 10px;
}
.entry {
    position: relative;
    width: 100%;
    font-family: Courier;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 105px;
    color: #000000;
}
.disabled {
    background: #E5E5E5;
}
.restoreBtn {
    display: none;
    margin-top: 10px;
}
.jigsBtn {
    position: relative;
    width: 67px;
    height: 64px;
    background: #F4C51D;
    border: 1px solid #000000;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}
.ownerPath {
    top: 615px;
    left: 30px;
    font-size: 13px;
}
.limitinput {
    width: 100px;
}
.limitbtn {
    left: 40%;
}
.path {
    width: 130px;
    margin-top: 5px;
}
.pathBtn {
    top: 655px;
}
.transferOwner {
    left: 41px;
}
.transferPurse {
    left: 195px;
}