@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap");
.card {
    /* box-shadow: none !important; */
    /* border: solid 1px #060606 !important; */
    margin-bottom: 1.875rem;
    background: #222324 !important;
}

.card-body .float-right {
    margin-top: -5px;
}

html body {
    height: 100%;
    /* background: #121314 !important; */
    direction: ltr;
}

@media (min-width: 992px) {
    .container {
        max-width: 546px;
    }
}

.badge.badge.float-right {
    margin-top: -5px !important;
    margin-left: 0.5rem;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Teko';
    padding: 4px 3px 0px;
}

.col-md-6.liner .card-body {
    padding-bottom: 9px;
}

.hyper_logo {
    height: 55px;
    background: linear-gradient(to top, #1ff3c2, #22b7f5f2);
    width: 58px;
    margin-top: -4px;
    clip-path: polygon( 36% 43%, 63% 43%, 100% 0, 76% 75%, 50% 100%, 49% 100%, 22% 73%, 0 0);
    margin-bottom: 30px;
}

.card .card-title {
    font-size: 20px !important;
    font-weight: 900 !important;
    letter-spacing: 0.05rem;
    font-family: "Teko";
    /* background: #a19b9b; */
}

input#amount {
    /* border: solid 1px #000000;
  background: #18191a; */
    margin-bottom: 20px;
    font-weight: 600;
    font-family: "Teko";
    font-size: 19px;
    text-transform: uppercase;
    padding: 7px 5px 3px;
}

.card-body h5 {
    font-weight: 700;
    font-family: "Teko";
	color: #bebebe;
}

.content-wrapper-before.mb-3 {
    background: transparent !important;
}

.btn-bg-gradient-x-red-pink {
    box-shadow: 0 0 12px 0 #ef433080 !important;
    background: rgb(255, 38, 0) !important;
    font-family: "Teko";
    font-size: 20px;
    padding-bottom: 7px;
}

textarea.form-control.text-center.form-checker {
    height: 175px;
    border-bottom: 2px solid #5be9b5 !important;
    background: #1a1b1c00;
    font-family: "Teko";
    font-weight: 700;
    border-radius: 2px;
    letter-spacing: 1px;
    font-size: 18px;
    border: none;
    border-image: linear-gradient(90deg, #1ff3c2, #22b7f5f2) 1;
    color: #1fd3d3;
    font-family: monospace;
}

.card-body.hiter {
    padding-bottom: 3px;
}

.btn-bg-gradient-x-blue-cyan.btn-glow {
    box-shadow: 0 0 12px 0 #51bedf36 !important;
}

.btn-bg-gradient-x-blue-cyan {
    font-family: "Teko";
    font-size: 20px;
    padding-bottom: 7px;
    background-image: linear-gradient(45deg, #20eba0, #288fef) !important;
}