@font-face {
    font-family: 'kabrio';
    src: url('../fonts/Kabrio-Alternate-Bold-trial.ttf') format('ttf');
  }
header {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #00D4FF 10.94%, #090979 52.08%, #000080 100%),linear-gradient(0deg, #C8CED3, #C8CED3);
}
header .left  {
    display: flex;
    align-items: center;
    justify-content: center;
}
header .left label {
    position: relative;
}
header .left label i {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}
header .left input {
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 3px 14px 3px 25px;
}
header .left h1 {
    font-family: 'kabrio';
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-right: 20px;
}
header .left button {
    height: 23px;
    padding: 3px 14px 3px 14px;
    border-radius: 3px;
    box-shadow: 0px 1px 4px 0px #0000001A;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    outline: none;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: none;
}
.withdraw {
    background: #F72424;
}
.deposit {
    background: #4be39e;
}
header .left button i {
    margin-right: 5px;
}
header .right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
} 
header .right i {
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
}
header .right form input {
    border-radius: 4px;
    outline: none;
    border: none;
    padding: 3px 14px 3px 14px;
    color: #ADB5BD;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}
header .right form button {
    padding: 3px 14px 3px 14px;
    border-radius: 5px;
    outline: none;
    border: none;
    background:#0FB2F3;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    cursor: pointer;
}
header .right form button i {
    margin-left: 5px;
}
/* end navbar */
.header-container {
    height: 26px;
    width: 100%;
    background: linear-gradient(180deg, #5F7FDB 0%, #0CDDFF 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-container .settings {
    margin-right: 10px;
    display: flex;
}
.setting, .multi-market {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 700;
    font-family: 'Helvetica';
}
.setting i {
    margin-left: 2px;
}
.header-container nav ul {
  display: flex;
}
.header-container nav ul li {
    list-style: none;
    padding: 4px 10px 4px 10px;
    border-right: 1px solid #45200733;
    position: relative;
}
.header-container nav ul li a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-decoration: none;
}
.header-container nav ul li:nth-child(6) {
    background: #000080;
    border-right: 1px solid #45200733;
    animation: animateBackground 2s linear infinite
}
.header-container nav ul li:nth-child(7) {
    background: #000080;
    border-right: 1px solid #45200733;
    animation: animateBackground 2s linear infinite
}
.header-container nav ul li:nth-child(12) {
    background: #F72424;
    border-right: 1px solid #45200733;
}
.header-container nav ul li:nth-child(13) {
    background: #000080;
    border-right: 1px solid #45200733;
    animation: animateBackground 2s linear infinite;
}
@keyframes animateBackground {
    0% {
        background: #000080;
    }
    25% {
        background: #FFFF0E;
    }
    50% {
        background: #F72424;
    }
    75% {
        background: #FFFF0E;
    }
    100% {
        background: #000080;
    }
}
.header-container nav ul li span {
    position: absolute;
    top: 0;
    right: 0;
    background: #FFFF0E;
    padding: 1px, 4px 0px 4px;
    border-radius: 1px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 7px;
    font-weight: 700;
    line-height: 8px;
    letter-spacing: 0em;
    text-align: left;
}
.loggedRight {
    margin-right: 20px;
    align-items: center;
    justify-content: center;
    display: none;
}
.loggedRight button, .loggedRight span {
    height: 23px;
    padding: 3px 14px 3px 14px;
    border-radius: 3px;
    background: #0FB2F3;
    box-shadow: 0px 1px 4px 0px #0000001A;
    border: 3px solid #0FB2F3;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    outline: none;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loggedRight button i, .loggedRight span i {
    margin-left: 4px;
}

 /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    right: 10px;
    top: 80px;
    background-color: #f1f1f1;
    width: 215px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content .user {
    width: 100%;
    padding: 10px;
    background: linear-gradient(90deg, #000080 6.05%, #00D4FF 100%);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
  }
  .dropdown-content .logOut {
    width: 100%;
    padding: 10px;
    height: 100%;
    border: none;
    outline: none;
    background: #000080;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
  }
  .dropdown-content a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    padding: 4px;
    border: 0.5px solid #AAAAAA;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown.open .dropdown-content {display: block;}


.bannerLog {
    position: absolute;
    top: 0;
    z-index: 21;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 80px;
    text-align: center;
    font-family: 'Helvetica';
    color: #fff;
    background: #4be39e;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}