:root {
    color-scheme: light dark;
}

body {
    color: #fff;
    overflow-x: hidden;
    font-family: "Carlito", sans-serif;
    font-size: 15px;
}

html {
    overflow-x: hidden;
}

.input_box .form-control option {
    color: #fff;
}

.Notifications_all_btn {
    width: 100%;
}

.notification-card {
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.login-content {
    max-width: 500px;
    padding: 30px;
    position: relative;
    margin: auto;
    color: #fff;
    border-radius: 10px;
}

    .login-content h1 {
        font-size: 40px;
        font-weight: 700;
    }

        .login-content h1 span {
            color: #7fc241;
        }

.login-left-img-box {
    padding-left: 400px;
    position: relative;
}

.loginimg-robo {
    position: absolute;
    width: 400px;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.eye_show_box {
    position: absolute;
    top: 10px;
    color: #7fc241;
    right: 20px;
    cursor: pointer;
}
 
.login .container {
    z-index: 11;
    position: relative;
}

.tour_bg {
    background: url(../img/Vietnam_bg.png) no-repeat;
    z-index: 1;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    background-size: 100% 100%;
}

    .tour_bg::before {
        content: "";
        background: #000000ad;
        z-index: -1;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

.login::before {
    content: "";
    background: #101010 url(../img/Singlegrid.png) repeat;
    background-size: 110px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.login::after {
    content: "";
    width: 100%;
    height: 250px;
    position: fixed;
    bottom: 0;
    border-radius: 50%;
    right: 20px;
    left: 20%;
    background: #7fc241;
    opacity: 0.3;
    filter: blur(65px);
}

.app-body::after {
    content: "";
    max-width: 800px;
    z-index: -1;
    height: 250px;
    margin: auto;
    position: absolute;
    top: 0;
    border-radius: 50%;
    right: 0%;
    left: 0%;
    background: #7fc241;
    opacity: 0.3;
    filter: blur(65px);
}

.app-container {
    position: relative;
    background: url(../img/Singlegrid.png) repeat;
    background-size: 80px;
}

.app-body {
    padding-top: 30px;
}

.app-footer {
    display: none;
}

.login_container_box::before {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    top: 15px;
    border-radius: 50%;
    right: 15px;
    background: #7fc241;
    opacity: 0.5;
    filter: blur(65px);
}


.login_circle_shadow {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -45px;
    border-radius: 50%;
    right: -45px;
    background: #7fc241;
    opacity: 0.5;
    filter: blur(65px);
}

    .login_circle_shadow.shadow_left_login {
        top: unset;
        bottom: 0px;
        left: 200px;
        right: unset;
    }

.login {
    padding-top: 50px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_container_box {
    background: #000000;
    border-radius: 20px;
    position: relative;
}

.spinner-wrap {
    position: fixed;
    left: 0;
    top: 0;
}

.spinner-item {
    background: #7fc24126;
    border-radius: 50%;
    height: 600px;
    width: 600px;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation: zoom 2s linear 0.75s infinite;
    animation: zoom 2s linear 0.75s infinite;
}

.spinner-item--2 {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.spinner-item--3 {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}

.spinner-item--4 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

@-webkit-keyframes zoom {
    0% {
        transform: translate(-50%, -50%) scale(0.2);
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@keyframes zoom {
    0% {
        transform: translate(-50%, -50%) scale(0.2);
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.light_gradient_btn {
    color: #000;
    border: none;
    transition: all 0.5s ease;
    font-weight: 600;
    background-color: #7fc241;
}

.w_100 {
    display: block;
    width: 100%;
}

.light_gradient_btn:hover {
    background-color: #5a9f1a;
    color: #030d1e;
}

.color_7fc241 {
    color: #7fc241;
}

.btn {
    --bs-btn-padding-x: 1.95rem;
    --bs-btn-padding-y: 0.675rem;
    border-radius: var(--bs-btn-border-radius);
}

.login .form-control {
    padding: 10px 15px;
    background: #404040;
    border: none;
}

    .login .form-control:focus {
        outline: none;
        box-shadow: none;
    }

.login_logo {
    margin-bottom: 20px;
}

    .login_logo img {
        width: 150px;
    }

.color_A0AEBF {
    color: #E5E5E5;
}

.color_A6B3C4 {
    color: #fff;
}

.register_box {
    max-width: 700px;
}



.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.css-o2c9dn {
    display: flex;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(224, 225, 226, 0) 0%, rgb(224, 225, 226) 49.52%, rgba(224, 225, 226, 0) 100%);
}

.page-header {
    color: #fff;
    font-size: 25px;
}

.sidebar-menu .treeview-menu > li > a.active::before {
    content: "";
    background: #fff;
    width: 1px;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
}

.sidebar-menu li > a.active {
    background: #7fc241;
    color: #000;
}

.nav-pills .nav-link {
    color: #fff;
}




.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

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

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-33 {
    font-size: 33px !important;
}

.font-34 {
    font-size: 34px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-50 {
    font-size: 50px !important;
}

.font-60 {
    font-size: 60px !important;
}

.success-icon-10 {
    width: 100px;
    margin: auto;
    display: block;
}

.width-15 {
    width: 15px;
}

.width-20 {
    width: 20px;
}

.width-25 {
    width: 25px;
}

.width-30 {
    width: 30px;
}

.width-35 {
    width: 35px;
}

.width-40 {
    width: 40px;
}

.height-15 {
    height: 15px;
}

.height-20 {
    height: 20px;
}

.height-25 {
    height: 25px;
}

.height-30 {
    height: 30px;
}

.height-35 {
    height: 35px;
}

.height-40 {
    height: 40px;
}

.alert-light {
    background: #fff;
    color: #000;
}

    .alert-light .btn-close {
        color: #000;
        filter: unset;
        opacity: 1;
    }

.page-header {
    font-weight: 600;
}

.d_icon_box {
    display: flex;
    position: absolute;
    right: 15px;
    top: 22px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    height: 45px;
    width: 45px;
    background: #7fc241;
}

    .d_icon_box img {
        width: 100%;
    }



.gradient3 {
    background-color: rgb(39, 18, 108);
    min-height: 590px;
}

.Guaranteed_box {
    padding: 50px 40px;
    overflow: hidden;
    padding-right: 150px;
    border-radius: 20px;
}

    .Guaranteed_box .trading-platform {
        position: absolute;
        z-index: 1;
        width: 350px;
        right: 0;
        bottom: 0;
    }

    .Guaranteed_box .green_shadow {
        width: 550px;
        position: absolute;
        bottom: -5%;
        right: -2%;
        height: 550px;
        border-radius: 50%;
        background: #db40b4;
        opacity: 0.2;
        filter: blur(125px);
    }

    .Guaranteed_box .box_img_p {
        position: absolute;
        top: 10%;
        left: 0;
        width: 400px;
        height: 500px;
    }

.zindex {
    z-index: 11;
    position: relative;
}

.trading_bg_img {
    position: relative;
    overflow: hidden;
    background: #000;
    border-radius: 10px;
    background-size: 100% 100%;
    padding: 30px 20px;
}

.rd3t-leaf-node {
    stroke: unset !important;
}

.text_btn {
    background: transparent;
    border: none;
}

.img-white {
    filter: brightness(0) invert(1);
}

.form-control option {
    color: #fff;
}

.form-select option {
    color: #000;
}

table thead th {
    color: #A6B3C4 !important;
    font-weight: 600;
}

    table thead th strong {
        font-weight: 600;
    }

.spinner-grow.text-primary {
    color: #7fc241;
}

.toggle-sidebar {
    background: #7fc241;
    border: none;
    background-size: 200% 100%;
    color: #fff;
    z-index: 1;
}

.rd3t-link {
    stroke: #fff !important;
}

.box_bg0 {
    background: linear-gradient(180deg, #8055FF 0%, #4D19E0 100%);
    border-radius: 5px;
}

.box_bg1 {
    background: linear-gradient(180deg, #009BF3 0%, #0050AE 100%);
    border-radius: 5px;
}

.box_bg2 {
    background: linear-gradient(180deg, #009BF3 0%, #0050AE 100%);
    /* min-height: 550px; */
    border-radius: 5px;
}

.box_bg3 {
    background: linear-gradient(180deg, #8055FF 0%, #4D19E0 100%);
    border-radius: 5px;
}

.box_bg4 {
    box-shadow: 0px 0px 6px 2px #7fc241;
    border-radius: 5px;
}

.pl-container {
    background: linear-gradient(180deg, #8055FF 0%, #4D19E0 100%) !important;
    box-shadow: none !important;
}

    .pl-container a {
        color: #000 !important;
    }

.pl-main_number {
    opacity: 1 !important;
}

.pl-container {
    height: 330px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.sidebar-wrapper {
    overflow-y: auto;
}



.modal-header {
    border-bottom: 1px solid #ffffff21;
}

.modal-footer {
    border-top: 1px solid #ffffff21;
}

.modal-dialog .btn-close {
    filter: brightness(0) invert(1);
}

    .modal-dialog .btn-close:focus {
        box-shadow: none;
    }



/*for mobile*/
@media only screen and (max-width:760px) {
    .login-content h1 {
        font-size: 30px;
    }

    .login-content {
        padding: 20px;
    }

    .loginimg-robo {
        display: none;
    }

    .login-left-img-box {
        padding: 16px;
    }

    .mobile_none {
        display: none;
    }

    .trading_bg_img {
        padding: 20px 10px;
    }

    .login_logo {
        margin-bottom: 20px;
    }
}

/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {
    .loginimg-robo {
        display: none;
    }

    .login-left-img-box {
        padding-left: 0;
    }

    .mobile_none {
        display: none;
    }
}

/*for tablet*/
@media only screen and (min-width:760px) and (max-width:1000px) {
    .loginimg-robo {
        display: none;
    }

    .login-left-img-box {
        padding-left: 0;
    }
}

/*for sm destop*/
@media only screen and (min-width:1000px) and (max-width:1200px) {
}

.rd3t-node {
    stroke: none !important;
}

.expendHash {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 18rem;
    cursor: pointer;
    text-align: center;
}

    .expendHash:hover {
        /* width: unset; */
        white-space: wrap;
    }

.chatBox .text-center {
    color: #000;
}

.chatBox .hr {
    color: #000;
}

.chat-messages {
    display: flex;
    flex-direction: column;
    padding: 5px;
    overflow-y: auto;
    gap: 2px;
    height: 100%;
}

.user-message {
    display: flex;
    justify-content: end;
}

.user-message-text {
    width: fit-content;
    border-radius: 5px;
    padding: 0.5rem;
    /* font-family: serif; */
    background: #333336;
    max-width: 16rem;
}

.wallet-address {
    word-wrap: anywhere;
}

.bot-message {
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 2px;
}

.bot-message-text {
    width: fit-content;
    border-radius: 5px;
    padding: 0.5rem;
    /* font-family: serif; */
    background: #333336;
    max-width: 16rem;
}

.chat-input {
    display: flex;
    padding: 3px;
    gap: 3px;
}

.chat-input-input {
    flex-grow: 1;
    flex-shrink: 1;
    border: 2px black;
    border-radius: 5px;
    padding: 5px;
}

.chat-input-button {
    background: #333336;
    color: white;
    padding: 8px 20px;
    cursor: pointer;
    border: 0;
}

    .chat-input-button:hover {
        background: #333336;
    }

.chatBox {
    height: 70vh;
    display: flex;
}

.chatRaise {
    justify-content: flex-end;
    display: flex;
    margin: 5px;
}

.chatRaiseM {
    display: none;
    justify-content: flex-end;
    display: flex;
    margin: 5px;
}

.chatHead {
    display: none;
}

.chatListM {
    display: block;
    opacity: 1;
}

@media only screen and (max-width: 990px) {
    .chatListM {
        z-index: 1;
        position: absolute !important;
        display: block;
        background: #333;
        height: inherit;
        min-width: 40% !important;
    }

    .card-task .emoji-task {
        display: block;
        gap: 5px;
        font-size: 15px;
        align-items: baseline;
    }

    .banner_graph {
        height: 100%;
    }

    .chatMsgM {
        width: 100% !important;
    }

    .chatRaise {
        display: none !important;
    }

    .chatRaiseM {
        display: block !important;
    }

    .chatHead {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
}

.notification-card > .item:hover {
    background: #333336;
}

.notification-card > hr {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.form-check .form-check-input:checked {
    background-color: #333336;
    border-color: #333336;
}

.login-capta {
    font-size: 20px;
    /* padding: 10px 16px; */
    background: white;
    color: black;
    margin-left: 14px;
    height: 44px;
}

.graph-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1em;
}

.form-check .form-check-label {
    margin-left: 5px !important;
}

.dashboard-card-shadow {
    box-shadow: 0px 0px 6px 2px #7fc241;
}

.card-bg .card-body {
    border-radius: 10px;
}

.newReg-info {
    color: rgb(255, 227, 116);
}

.card {
    border-radius: 20px;
}

.email .icon-container {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
}

.btn {
    border-radius: 5px;
}

table .btn {
    padding: 5px 20px !important;
}

.email .icon-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #28a745;
    animation: circle-animation 1s ease-out;
}

.email .icon-check, .email .icon-user {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #28a745;
    animation: icon-animation 0.5s ease-out 0.5s both;
}

@keyframes circle-animation {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes icon-animation {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.cursor-pointer {
    cursor: pointer;
}

 
