
body{font-weight: 500; font-family: "Montserrat", sans-serif; color: #202020; background: #e5e5e5; font-size: 14px;}

.login{ z-index: 1; position: relative;overflow: auto; display: flex;
  justify-content: center; margin-top: 30px; margin-bottom: 20px;
  align-items: center;}
.login-content{max-width: 450px; position: relative; margin: auto;  color: #000; background-color: #fff;
  box-shadow: 0px 4px 12px 1px #4e4e4ebd;
  border-radius: 10px;}
.login-content.register_box{max-width: 700px;margin-bottom: 20px;}
.login_logo{ padding: 10px 10px; margin-bottom: 20px; text-align: center;}
.login-content form{padding: 20px 20px;}
.auth-logo img {max-width: 200px;}
.form-control{background: #fff;
  color: #000;
  padding: .6rem 1rem;
  border: 1px solid #c6c5c5;}
.form-control:focus {background: #fff; color: #000;}
.form-control:disabled {background:#fff; color: #000;}

.form-select{background: #fff;
  color: #000;
  padding: .6rem 1rem;
  border: 1px solid #c6c5c5;

}
.form-select:focus {background:#fff; color: #000;}
.form-select:disabled {background:#fff; color: #000;}

.light_gradient_btn {
  border: none;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 14px; transition: all 0.5s ease;
  padding: 12px 10px; font-weight: 600;
  border-radius: 7px;
  background-image: linear-gradient(90deg, #436cde 21%, #8105bd 50%, #436cde 80%);
  background-size: 200% 100%;
}
.light_gradient_btn:hover {
  background-position: 100% 0;
  color: #fff;
}
.form-select {
  appearance: auto !important; /* show native browser arrow */
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
}


.w_100{width: 100%;}
.login-content .text-decoration-underline{color: #8105bd;}
.login-content .text-decoration-underline:hover{color: #436cde;}
.login .input-group .btn-outline-secondary{background-color: rgba(255,255,255,.2); color: #000; border: 1px solid #c6c5c5;}
.top_section p{margin-bottom: 0px;}
.top_section {background: #436cde;font-weight: 600; margin-bottom: 20px; color: #fff; text-align: center; padding: 10px 0px; }
.login .green_shadow {width: 400px; height: 700px;}
.left_p_shadow {position: fixed; top: -10%; left: 0%;}
.green_shadow {width: 450px; height: 450px; z-index: -1; border-radius: 50%; background: #436cde33; filter: blur(125px);}
.right_p_shadow {position: fixed; top: -10%; right: 0%;}
.green_shadow {width: 450px; height: 450px; z-index: -1; border-radius: 50%; background: #436cde33; filter: blur(125px);}
label .text-danger {color: #436cde !important;}
label .required {color: #436cde !important;}


label.required::after {
  content: " *";
  color: #436cde;
}

label.slippage_input_percent{
  max-width:80px;

}
label.slippage_input_percent::after
{
  content: " %";
  color: #436cde;
}




.left_token_img{width: 80px; top: 24%; position: absolute; right: 10%;}
.right_token_img{width: 80px; bottom: 15%; position: absolute; left: 5%;}

.moveup_down {-webkit-animation: moveup_down 3000ms infinite ease-in-out;animation: moveup_down 3000ms infinite ease-in-out;}
@keyframes moveup_down {
  0% { -webkit-transform: translateY(0px); transform: translateY(0px);}
  50% {-webkit-transform: translateY(-20px); transform: translateY(-20px);}
  100% {-webkit-transform: translateY(0px);transform: translateY(0px);}
}
.moveHorizontal {-webkit-animation: moveHorizontal 3000ms infinite ease-in-out; animation: moveHorizontal 3000ms infinite ease-in-out;}
@keyframes moveHorizontal {
  0% {-webkit-transform: translateX(0px); transform: translateX(0px);}
  50% {-webkit-transform: translateX(-20px); transform: translateX(-20px);}
  100% {-webkit-transform: translateX(0px);transform: translateX(0px);}
}
select option{color: #000;}
.modal-content {background-color: #fff; border: 1px solid #ccc;}
.modal-header {border-bottom: 1px solid #ccc;}
.modal-footer {border-top: 1px solid #ccc;}
.btn-close{opacity: .7;}
.btn-close:focus {box-shadow: none;}

.app-brand .favicon{display: none; width: 38px; }
.pinned .app-brand .favicon{display: block;}
.sidebar-hovered .app-brand .favicon{display: none;}
.sidebar-hovered.pinned .app-brand .logo{display: block;}
.pinned .app-brand .logo{display: none;}



.green_shadow_full_top { 
  width: 100%;
  height: 250px;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #436cde33;
  filter: blur(125px);
}

.card-bg .card-body h3{font-weight: 700;
  background-image: linear-gradient(90deg, #436cde 21%, #8105bd 50%, #436cde 80%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
}

.btn-primary{
  color: #fff !important;
  border: 1px solid white;
  transition: all 0.3s ease;
  background-image: linear-gradient(90deg, #436cde 21%, #8105bd 50%, #436cde 80%);
  background-size: 200% 100%;
}




table span.btn.btn-sm
{
 border-radius:3px;
 cursor:pointer;
}
.btn-primary:hover{
  background-position: 100% 0%;
  color: #fff;
  border: 1px solid gray;
}

.btn-checkbalance{
  background-image: linear-gradient(90deg, #F26602 41%, #F90501 50%, #F26602 80%);
}
.btn-distributefunds{
  background-image: linear-gradient(90deg, #F26602 21%, #F90501 50%, #F26602 80%);
}
.btn-token{
  background-image: linear-gradient(90deg, #436cde 21%, #1FD978 50%, #436cde 80%);
}
.btn-buy{
  background-image: linear-gradient(90deg, #436cde 21%, #1FD978 50%, #436cde 80%);
}
.btn-sell{
  background-image: linear-gradient(90deg, #436cde 21%, #1FD978 50%, #436cde 80%);
}

.btn-spinner {
    position: relative;
    cursor:not-allowed;
}

.btn-spinner::before {
    content: "";
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    border: 1px solid transparent;
    border-top: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    border-radius: 60%;
    animation: spin 1s linear infinite;
}

/* Spinner animation */
@keyframes spin {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}


::placeholder {
  color: #888 !important;
  opacity: 1 !important;
}

.slideComponent{

}
.slideComponent h5 {
  font-size:14px;
  font-weight:600;
}
.slideComponent .form-range {

}

.uuid-group-header{

}
.uuid-group-child{

}
.double-slider {
  z-index:0;
}

.imageUploader{
  display: flex;
  flex-wrap: wrap;
}



.sidebar-hovered.pinned .main-container{padding: 0 0 0 250px; transition: padding-left .1s ease;}
.sidebar-wrapper .green_shadow {width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
.app-container {background: #e5e5e5; border-radius: 0px;}
.app-header {border-bottom: 1px solid #cccccc38;}
.pin-sidebar {background: #eee;}

a {color: #436cde;}
a:hover {color: #436cde;}
.card{background: #fff; padding: 6px; box-shadow: 0px 0px 7px -1px #4e4e4e66;}

.card-header {background-color: transparent !important; border-bottom: 1px solid #cccccc38 !important;}
.btn-outline-theme:hover{color: #fff;}

.rws-header{color: #000;}
.page-link:hover {color: #000;}
.spinner-grow.text-primary {color: #436cde !important;}
.welocme_back_box{background: url(../img/login_bg.jpg) no-repeat bottom; box-shadow: 0px 4px 12px 1px #4e4e4ebd; margin-top: 30px; color: #000; margin-bottom: 20px; position: relative; background-size: 100%; padding: 25px; border-radius: 10px;}
.welocme_usdt_icon{width: 180px; display: none; position: absolute; right: 10px; top: -50px;}
.welocme_back_box h4 span{text-transform: uppercase; color: #2d9776;}
.packageBuy{color: #000;}
.pl-container{background: linear-gradient(90deg, #436cde 21%, #8105bd 50%, #436cde 80%) !important; background-size: 200% 100% !important;}
.pl-main_number {color: #fff; opacity: 1 !important;}
.pl-container {height: 350px !important;}
.rd3t-node {fill: #fff !important; stroke: none !important;}
.rd3t-leaf-node {stroke: none !important;}
.rd3t-link {stroke: #00000059 !important;}
::-webkit-scrollbar {
  width: 7px;
  height: 7px
}
::-webkit-scrollbar-button {
  background: #ccc
}
::-webkit-scrollbar-track-piece {
  background: #eee
}
::-webkit-scrollbar-thumb {
  background: #9ed395
}
/*for mobile*/
@media only screen and (max-width:760px) {
.top_section p {font-size: 13px;} 
.left_token_img {display: none;}
.right_token_img {display: none;}
.welocme_usdt_icon {width: 110px;}
}

@media only screen and (max-width: 450px) {
  .twofa{
    flex-direction:column-reverse;
   }
}

#checkbox {
  display: none;
}

.toggle {
  position: relative;
  width: 35px;
  height: 26px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition-duration: .5s;
}

@media(max-width: 992px) {
  .toggle {
      display: none
  }
}

.bars {
  width: 100%;
  height: 4px;
  /* background-color: rgb(176, 92, 255); */
  background-color: #436cde;
  border-radius: 4px;
}

#bar2 {
  transition-duration: .8s;
}

#bar1,#bar3 {
  width: 70%;
}

#checkbox:checked + .toggle .bars {
  position: absolute;
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar2 {
  transform: scaleX(0);
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: .5s;
}

#checkbox:checked + .toggle {
  transition-duration: .5s;
  transform: rotate(180deg);
}


.loader {
  position: relative;
  width: 240px;
  height: 130px;
  margin-bottom: 10px;
  border: 1px solid #d3d3d3;
  padding: 15px;
  /* background-color: #e3e3e3; */
  overflow: hidden;
}

.loader:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(110deg, rgba(227, 227, 227, 0) 0%, rgba(227, 227, 227, 0) 40%, rgba(227, 227, 227, 0.5) 50%, rgba(227, 227, 227, 0) 60%, rgba(227, 227, 227, 0) 100%);
  animation: gradient-animation_2 1.2s linear infinite;
}

.loader .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.loader .wrapper > div {
  background-color: #cacaca;
}

.loader .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.loader .button {
  display: inline-block;
  height: 32px;
  width: 75px;
}

.loader .line-1 {
  position: absolute;
  top: 11px;
  left: 58px;
  height: 10px;
  width: 100px;
}

.loader .line-2 {
  position: absolute;
  top: 34px;
  left: 58px;
  height: 10px;
  width: 150px;
}

.loader .line-3 {
  position: absolute;
  top: 57px;
  left: 0px;
  height: 10px;
  width: 100%;
}

.loader .line-4 {
  position: absolute;
  top: 80px;
  left: 0px;
  height: 10px;
  width: 92%;
}

@keyframes gradient-animation_2 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.expendHash{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:10rem;
  cursor: pointer;
}

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

.myInput::placeholder {
  color: #436cde;
  font-weight: 500;
}

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

.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: #61bfff;
  color: white;
  padding: 8px 20px;
  cursor: pointer;
  border: 0;
}
.chat-input-button:hover {
  background: #0099ff;
}

.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: 50;
    position: absolute !important;
    display: block;
    background: darkslategray;
    height: inherit;
    min-width: 40% !important;
  }
  .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;
  }
}
