//* Nav-bar *//

.body {
    height: 100vh;
    background: radial-gradient(circle at 94.02% 88.03%, #54a4ff, transparent 100%), radial-gradient(circle at 25.99% 27.79%, #ff94fb, transparent 100%), radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}

.nav{
    width: 110px;
    height: 100%;
    top: 0;
    z-index: 1;
    left: -60px;
    background-color: black;
    color: black;
    overflow: hidden;
    transition: width 2s;
    box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.4);
}

.nav a{
    opacity:0;
    position: absolute;
    z-index: 10 !important;
}

.nav:hover a{
    position: absolute;
}

.nav-link{
    position: fixed;
    margin-left: 60px;
    color:black;
    /*font-size: 25px;*/
}

.nav-item{
    margin-bottom:100px;
    margin-left:5px;
    font-size: 25px;
}

.nav-item:hover{
    background-color: #9370DB;
}

.nav:hover {
    width: 270px;
}

.nav:hover a {
    color:white;
    transition: 2s ease;
    opacity:1;
    transition-delay: 1.25s;
}

.nav:hover p {
    color:white;
    text-align: center;
}

.fa {
    font-size: 45px !important;
    padding: 20px;
    color: white;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
}

#text12{
    margin-top: 6px;
    z-index: -10;
}

.main-block{
    position: relative;
    top: 95px;
    max-width: 900px;
    max-height:900px;
    background: white;
    opacity:0.8;
    display: flex;
    margin: auto;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 4rem;
    justify-content: center;
    flex-direction: column;
    width: 1000px;
    align-content: space-between;
}

/* Page 1 with tracking */

body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #8C9EFF;
    background-repeat: no-repeat
}

.card {
    z-index: 0;
    background-color: #ECEFF1;
    padding-bottom: 20px;
    margin-right:-50px;
    margin-left:100px;
    margin-top: 90px;
    margin-bottom: 90px;
    border-radius: 10px;
}

.top {
    padding-top: 40px;
    padding-left: 13% !important;
    padding-right: 13% !important
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar .step0:before {
    font-family: FontAwesome;
    content: "\f10c";
    color: #fff
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    background: #C5CAE9;
    border-radius: 50%;
    margin: auto;
    padding: 0px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 12px;
    background: #C5CAE9;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}

#progressbar li:nth-child(2):after,
#progressbar li:nth-child(3):after {
    left: -50%
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #651FFF
}

#progressbar li.active:before {
    font-family: FontAwesome;
    content: "\f00c"
}

.icon {
    width: 60px;
    height: 60px;
    margin-right: 15px
}

.icon-content {
    padding-bottom: 20px
}

@media screen and (max-width: 992px) {
    .icon-content {
        width: 50%
    }
}

.title-transaction{
    font-size: 27px;
}

/* Page 1 with tracking */
.col-5:nth-child(odd) {
    margin-left: 60px;
}

.col-5:nth-child(even) {
    margin-right: 60px;
}

.col-5{
    padding: 15px;
    background-color: #E6E6FA;
    border-radius: 15px 15px 15px 15px;
}


.col-5:hover {
    animation: ani1 ease-out forwards;
    background-color: #dcd0ff;
}

@keyframes ani1 {
    100%{
        transform: scale(1.05);
    }
}

.col-5 a{
    text-decoration: none;
    color:black !important;
}

.id {
    color:black !important;
}

.current-transactions{
    font-size: 30px;
    margin-bottom: 18px;
}


.bg-black {
    background-color: #000
}

#logo {
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.navbar-brand {
    padding: 14px 20px;
    font-size: 16px;
}

.navbar-nav {
    /*position: fixed;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/*.container {*/
/*    height: 100vh;*/
/*}*/

.navbar li{
    margin-left: 20px;
    margin-right: 20px;
}

.nav-item1 {
    margin-top: 3px;
    padding: 6px 14px;
    text-align: center;
}

.nav-link1 {
    color: white;
    font-size:20px;
    padding-bottom: 10px;
}

.nav-link1:hover {
    text-decoration: none;
    background-image: linear-gradient(60deg, #FF00FF, #00FFFF);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    color: transparent;
}

.v-line {
    background-color: gray;
    width: 1px;
    height: 20px
}

.navbar-collapse.collapse.in {
    display: block !important
}

@media (max-width: 576px) {
    .nav-item1 {
        width: 100%;
        text-align: left
    }

    .v-line {
        display: none
    }
}

.nav1 {
    width: 125px;
    height: 100%;
    top: 0;
    z-index: 1;
    left: -60px;
    background-color: black;
    color: black;
    overflow: hidden;
    transition: width 2s;
    box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.4);
}

.nav1 a{
    display: none;
    opacity:0;
    position: absolute;
    z-index: 10 !important;
}

.nav1:hover a{
    position: absolute !important;
    display: block;
}

.nav1:hover {
    width: 270px;
}

.nav1:hover a {
    color:white;
    transition: 2s ease;
    opacity:1;
    transition-delay: 1.25s;
}

.nav1:hover p {
    color:white;
    text-align: center;
}

.nav-link2{
    position: absolute !important;
    margin-left: 30px !important;
    color:black;
    /*font-size: 25px;*/
}

.nav-item2{
    margin-bottom:80px !important;
    margin-left:5px !important;
    font-size: 25px;
}

.nav-item3{
    margin-bottom:70px !important;
    margin-left:5px !important;
    font-size: 25px;
}

.nav-item4{
    margin-bottom:80px !important;
    margin-left:12px !important;
    font-size: 25px;
}

.nav-item5 {
    margin-bottom:50px !important;
    margin-left:5px !important;
    font-size: 25px;
}

.nav-link3{
    position: absolute !important;
    margin-left: 30px !important;
    color:black;
    /*font-size: 25px;*/
}

.nav-item-menu{
    margin-bottom: 80px !important;
    margin-left:5px !important;
    font-size: 25px;
    margin-top: 18px !important;
}

.nav-item2:hover{
    background-color: #9370DB;
}

.nav-item3:hover{
    background-color: #9370DB;
}

.nav-item4:hover{
    background-color: #20B2AA;
}

.nav-item5:hover{
    background-color: #9370DB;
}

.switch-lang {
    width: 110px;
    text-align: left;
    cursor: pointer;
    z-index: 50;
    position: absolute;
    top: 0px;
    right: -148px;
}
.switch-lang:hover .lang-dropdown {
    display: block;
}
.switcher-link {
    color: #fff;
}
.switcher-link:hover {
    color: #fff;
}
.current-lang {
    background: #9400d3;
    opacity:
    padding: 3px 5px 0px 5px;
    border-radius: 5px;
}
.lang-flag {
    width: 20px;
    display: inline-block;
}
.lang-text {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 2px;
}
.lang-dropdown {
    display: none;
    background: #34495e;
    border-radius: 5px;
    margin-top: 2px;
}
.selecting-lang {
    padding: 3px 5px 3px 5px;
    cursor: pointer;
}
.selecting-lang:hover {
    background: #22313f;
}
ul > :first-child {
    border-radius: 5px 5px 0px 0px;
}
ul > :last-child {
    border-radius: 0px 0px 5px 5px;
}
li {
    list-style-type: none;
}
.menu-arrow {
    display: inline-block;
    width: 10px;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 6px;
}


#text13{
    margin-top: 10px;
    z-index: -10;
    margin-left: 90px !important;
    text-decoration: none !important;
}

#text14{
    margin-top: 17px;
    padding-top: 10px !important;
    z-index: -10;
    margin-left: 90px !important;
    text-decoration: none !important;
}

#text15{
    margin-top: 10px;
    padding-top: 0px !important;
    z-index: -10;
    margin-left: 75px !important;
    text-decoration: none !important;
}

/* Existing Contracts */

.main-block2 {
    position: relative;
    top: 20px;
    max-width: 900px;
    max-height:900px;
    background: white;
    opacity:0.8;
    display: flex;
    margin: auto;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 4rem;
    justify-content: center;
    flex-direction: column;
    width: 1000px;
    align-content: space-between;
}

.c-tra{
    margin:auto;
    padding-left: 53px !important;
    padding: 40px;
    background-color: #E6E6FA;
    border-radius: 15px 15px 15px 15px;
}


.c-tra:hover {
    animation: ani1 ease-out forwards;
    background-color: #dcd0ff;
}

@keyframes ani1 {
    100%{
        transform: scale(1.05);
    }
}

.c-tra a{
    text-decoration: none !important;
    color: black !important;
}

.c-tra h5{
    font-size: 20px !important;
}

.bt-et{
    font-size:20px !important;
    letter-spacing: 2px !important;
    border-radius: 5px 5px 5px 5px !important;
    width: 200px !important;
    margin-top: 25px;
    margin-left: 40px !important;
    color: black !important;
    border: solid 2px !important;
    background: -webkit-linear-gradient(right, rgb(166, 75, 244, 0.8), rgb(0, 219, 222, 0.8), rgb(166, 75, 244, 0.8)) !important;
    background: -o-linear-gradient(right, #00dbde, #a64bf4) !important;
    background: -moz-linear-gradient(right, #00dbde, #a64bf4) !important;
    background: linear-gradient(right, #00dbde, #a64bf4) !important;
}

.bt-et:hover,
.bt-et:focus {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
    /*box-shadow: 0 0.5em 0.5em -0.4em var(--hover);*/
    transform: translateY(-0.25em);
}

.bt-et-2{
    font-size:20px !important;
    letter-spacing: 2px !important;
    border-radius: 5px 5px 5px 5px !important;
    width: 200px !important;
    margin-top: 25px;
    margin-left: 35px !important;
    color: black !important;
    border: solid 2px !important;
    background: -webkit-linear-gradient(right, rgb(166, 75, 244, 0.8), rgb(0, 219, 222, 0.8), rgb(166, 75, 244, 0.8)) !important;
    background: -o-linear-gradient(right, #00dbde, #a64bf4) !important;
    background: -moz-linear-gradient(right, #00dbde, #a64bf4) !important;
    background: linear-gradient(right, #00dbde, #a64bf4) !important;
}

.bt-et-2:hover,
.bt-et-2:focus {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
    /*box-shadow: 0 0.5em 0.5em -0.4em var(--hover);*/
    transform: translateY(-0.25em);
}

.main-block3{
    position: relative;
    top: 95px;
    max-width: 800px;
    max-height:1500px;
    background: white;
    opacity:0.8;
    margin: auto;
    align-items: center;
    padding-left: 7rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
    width: 1000px;
}

.create-contract {
    margin-bottom: 35px;
    margin-left: -40px !important;
    font-size: 25px;
    text-align: center;
}

.sc-label {
    font-size: 18px;
    margin-right: -20px !important;
}

#btn {
    font-size:22px !important;
    margin-left: 455px !important;
    color: black !important;
    border: solid 2px !important;
    background: lavender;
    margin-bottom: 20px;
    height: 36px;
    width: 37px;
    padding:0px;
    text-align: center;
    border-radius: 50%;
}

#btn:hover,
#btn:focus {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
    /*box-shadow: 0 0.5em 0.5em -0.4em var(--hover);*/
    transform: translateY(-0.25em);
}

.bt-et-3{
    font-size:20px !important;
    letter-spacing: 2px !important;
    border-radius: 5px 5px 5px 5px !important;
    width: 200px !important;
    margin-top: 40px;
    margin-left: 230px !important;
    color: black !important;
    border: solid 2px !important;
    background: -webkit-linear-gradient(right, rgb(166, 75, 244, 0.8), rgb(0, 219, 222, 0.8), rgb(166, 75, 244, 0.8)) !important;
    background: -o-linear-gradient(right, #00dbde, #a64bf4) !important;
    background: -moz-linear-gradient(right, #00dbde, #a64bf4) !important;
    background: linear-gradient(right, #00dbde, #a64bf4) !important;
}

.bt-et-3:hover,
.bt-et-3:focus {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
    /*box-shadow: 0 0.5em 0.5em -0.4em var(--hover);*/
    transform: translateY(-0.25em);
}
