body {
    color: white;
    background: rgb(226, 223, 254);
    min-height: 100vh;
    margin: 0px;
}

.card {
    border: 0;
    border-radius: 0.9rem;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    background-color: #262627;
}

.card-login {
    margin-top: 0px;
    padding: 0px;
    max-width: 28rem;
    height: 76vh;
    background-color: #222 !important;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 20px;
}

.card-header {
    background-color: transparent;
    border-bottom: 0px;
    border-radius: 0.9rem;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 1px solid #434040;
}

.logo-div img {
    width: 250px;
    height: auto;
}

.logo-div {
    margin-top: 0px;
    height: auto;
    background: #222;
    border-radius: 30px;
}

.btn-custom {
    border: 0 !important;
    border-radius: 8px !important;
    line-height: 2.6 !important;
    padding: 0.5rem 1.5rem !important;
    font-size: 0.8rem !important;
    font-weight: bold !important;
    background: rgb(171, 159, 242);
    color: rgb(34, 34, 34);
    width: 400px;
}

.btn-custom2 {
    border: 0 !important;
    border-radius: 7px !important;
    padding: 0.775rem 1.5rem !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    color: white !important;
    background: rgb(51, 51, 51) !important;
    width: 400px;
}

.submit-btn {
    background-image: linear-gradient(to right, #449ccd, #401dab);
    border: 0 !important;
    border-radius: 1.7rem !important;
    line-height: 3 !important;
    padding: 0.375rem 1.5rem !important;
    font-size: 0.8rem !important;
    font-weight: bold !important;
    color: white !important;
}

.text-div p {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 16px;
    font-weight: 500;
}

.first-input .form-control {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0.55rem !important;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: transparent !important;
    border: #155fbd solid 1px !important;
    border-radius: 4px;
}

.custom-control-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 10px;
    transition: all 0.2s linear 0s;
}

.custom-body {
    padding-top: 25px;
    color: #fff !important;
}

.coin-base-content p {
    text-align: left;
    font-size: 17px;
    line-height: 1rem;
    color: rgb(153, 153, 153);
}

.rounded-circle {
    border-radius: 25px !important;
    padding: 4px 8px 3px 8px;
}

.coin-base-content {
    width: 375px;
    text-align: left;
    padding-top: 0px;
}

.bg-dark {
    background-color: #343a4000 !important;
}

.custom-collapse {
    justify-content: end;
    margin-right: 25px;
}

.fixed-top {
    top: 10px;
}

.jumbotron {
    padding: 3rem 2rem;
    background-color: #222222;
}

.card-footer {
    padding: .75rem 1.25rem 1.20rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.image-dot {
    top: -23px;
    position: relative;
    text-align: center;
    margin: 0px auto;
    text-align: right;
    right: 0px;
    left: 0px;
}

.image-dot img {
    text-align: center;
    margin: 0px auto;
    width: 80px;
}
.content-main {
    display: flex;
    align-items: center;
    background: rgb(42, 42, 42);
    border-radius: 6px;
    padding: 18px 20px;
    width: 100%;
    margin-bottom: 10px;
}
.inner-content {
    flex-direction: column;
    display: flex;
    padding-left: 12px;
    color: white;
}
.inner-content h5 {
    margin-bottom: 0rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: start;
    font-size: 17px;
    font-weight: bold;
}
.inner-content p {
    text-align: start;
    font-size: 15px;
    color: rgb(119, 119, 119);
    margin-bottom: 0rem;
}
.image-start {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    width: 32px;
    height: 32px;
    margin-left: -8px;
    margin-top: -6px;
}
.btn-custom-third {
    height: 47px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    border: none;
    background: rgb(51, 51, 51);
}
.chakra-button {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 14px 0px;
    width: 100%;
    height: 47px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: white;
    pointer-events: auto;
    border: none;
    outline-color: transparent;
    outline-style: none;
    cursor: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgb(51, 51, 51);
}
.bZMAPj {
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    color: rgb(119, 119, 119) !important;
}
.lpdPCw {
    display: flex;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.card-body {
    overflow-y: scroll;
}
     /* width */
 ::-webkit-scrollbar {
     width: 4px;
 }

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}








