* {
  margin: 0;
  padding: 0;
  list-style: none !important;
  text-decoration: none !important;
  line-height: 1.375; 
}

body {
  background: rgba(249, 249, 249, 1);
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.laoding {
background-color: rgba(0, 0, 0, 0.393);
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1000;
}

.laoding_line {
display: flex;
align-items: center;
justify-content: center;
}

div.laoding_content {
background-color: rgba(0, 0, 0, 0.393);
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

div.line {
position: relative;
background-color: #ffffff80;
display: inline-block;
height: 0px;
border-radius: 5px !important;
width: 10px;
margin: 10px;
animation: line linear infinite 0.9s;
}

@keyframes line {
0% {
height: 0px;
margin-top: 60px;
}
50% {
height: 50px;
margin-top: 10px;
}
100% {
height: 0px;
margin-top: 60px;
}
}

div.d1 {
  animation-delay: 0.15s;
}
div.d2 {
  animation-delay: 0.3s;
}
div.d3 {
  animation-delay: 0.45s;
}
div.d4 {
  animation-delay: 0.6s;
}
div.d5 {
  animation-delay: 0.75s;
}
div.d6 {
  animation-delay: 0.9s;
}



div.caption {
  text-align: center;
  color: #ffffff90;
  font-family: "Noto Sans", sans-serif;
}

div.dot {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  animation: dot 1s infinite linear;
}

div.dot:nth-child(2) {
  animation-delay: 0.2s;
}

div.dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot {
  0%,
  100% {
     opacity: 0;
  }
  50% {
     opacity: 1;
  }
}

#dle-content, .auth_social {
min-height: 70vh;
}

.auth_social_content {
height: 100%;
margin-top: 20vh;
}



body {
  background-image: url(../images/bg_body.svg);
  background-size: 130px;
  background-repeat: repeat;
  background-attachment: fixed;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  max-width: 1280px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}



ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  background-color: transparent;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
  background-color: #3d8cab;

}

::-webkit-scrollbar-thumb:hover {
  background-color: #3d8cab;
}


/* Всплывающие окна */
.ui-dialog {
  max-width: 300px !important;
  border-radius: 10px !important;
}

.ui-dialog-buttonset>.ui-button {
  margin: 2px;
}

/*---Диалоговые и всплывающие окна jQuery UI---*/
.ui-front {
  z-index: 1000;
}

.ui-widget-overlay {
  background: #000;
  opacity: 0.5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}

.ui-helper-clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden
}

.ui-helper-clearfix {
  display: inline-block
}

* html .ui-helper-clearfix {
  height: 1%
}

.ui-helper-clearfix {
  display: block
}

.ui-dialog {
  text-align: left;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 370px;
  border-radius: 2px;
  box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.3);
  border: 1px solid #e6e6e6;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f7f7f7;
  background-clip: padding-box;
  outline: none;
}

.ui-dialog-titlebar {
  padding: 20px 20px;
  position: relative;
}

.ui-dialog-title {
  float: left;
  font-weight: bold;
  font-size: 1.15em;
}

.ui-dialog-titlebar-close {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -16px !important;
  height: 23px !important;
  width: 32px;
  border: 0 none !important;
  background-color: inherit !important;
  box-shadow: none !important;
  padding: 0px !important;
}

.ui-dialog-titlebar-close .ui-icon {
  display: block;
  margin: 10px auto 0 auto;
  width: 12px;
  height: 12px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  opacity: .5;
}

.ui-button {
  float: right;
  border: 0 none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  height: 36px;
  border-radius: 18px;
  line-height: 22px;
  outline: none;
  background-color: #3394e6;
  color: #fff;
  border: 0 none;
  padding: 7px 22px;
  text-decoration: none !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease .1s;
  transition: all ease .1s;
}

.ui-dialog-titlebar-close:hover .ui-icon {
  opacity: 1;
}

.ui-icon,
.ui-button-icon-only {
  overflow: hidden;
  text-indent: -9999px;
}

.ui-dialog label {
  color: #575757;
}

.ui-dialog-content {
  padding: 20px;
  border: 1px solid #fff;
  overflow: auto;
  position: relative;
  zoom: 1;
}

.loginbox.ui-dialog,
.loginbox .ui-dialog-content {
  overflow: visible !important;
}

.ui-dialog-content h2 {
  display: inline;
  font-size: 1em;
  font-weight: bold
}

.ui-dialog .ui-dialog-buttonpane {
  padding: 20px;
  text-align: center;
}

.ui-dialog .ui-resizable-se {
  bottom: 3px;
  height: 14px;
  right: 3px;
  width: 14px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-state-error {
  background: #fef1ec 50% 50% repeat-x !important;
  border: 1px solid #cd0a0a;
  color: #cd0a0a;
}

.ui-button {
  margin: 0 3px;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-dialog-buttonset button {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background: #3d8cab;
  color: #fff;
}

.ui-dialog-buttonset button:hover {
  background: #76c3e1;
}

/*================================*/



.mini_container {
  max-width: 896px;
  height: auto;
  margin: 0 auto;
}

.btc {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;

  border: none;

  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btc_red {
  background: #e13801;
  color: #fff;
}

.btc_red:hover {
  background: #fd6d3e;
}

.bg_red {
  background: #e13801;
}


.calculator_btn {
  background: rgb(64 137 170);
  border: none;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-left: unset !important;
  margin: 0px 20px !important;
}

.calculator_btn:hover {
  background: rgba(26, 62, 79, 1)
}

.btn_cpu_bg {
  background: #4b6b76;
  padding: 5px 15px;
  color: white;
  border: none;
}

.bg_blue {
  background: #4b6b76;
}

.btn_cpu {
background: #4b6b76;
padding: 5px 15px;
color: white;
border: none;
}

.login_modal_input .btn_cpu_bg {
padding: 10px 15px;
width: 100%;
}

.btn_cpu_bg:hover, .btn_cpu:hover {
background: #354c53;
}

.btc_silver {
background: #6d7170;
color: #fff;
}

.btc_silver:hover {
background: #97a19e;
}

.bg_silver {
background: #6d7170;
}

.btc_gray {
  background: #5c3a2e;
  color: #fff;
}

.btc_gray:hover {
  background: #d7866a;
}

.bg_gray {
  background: #5c3a2e;
}

.navs {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 68px;
  z-index: 1030;
  z-index: 500;
background: #ffffff;
}

.header,
.news_header {
  position: relative;
  padding-right: 5px !important;
  padding-left: 5px !important;
  background-position: center 100%;
  background-size: cover;
  overflow: visible;
  padding: 100px 0 50px 0;
  z-index: 10;
  background-repeat: no-repeat;
}

.header_bg {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(295.27deg, #fff, #d8d8d8 84.52%);
transform: rotate(-180deg);
left: 0;
z-index: -1;
}

.news_flex #dle-content {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;  
flex-wrap: wrap;
margin-top: 0 !important;
}

.news_flex .main_news_block {
  max-width: 320px;
  width: 100%;
}

.main_news_block {
position: relative;
z-index: 10;
}

.news_block_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
}

.news_block_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
}

.news_flex .news_item {
  max-width: 31%;
  width: 100%;
}

.news_header {
  background-image: url(../images/news_bg_dark.svg);  
  
}

.navs_active {
  background-color: #ffffffc7;
  box-shadow: 0 0 48px 0 rgba(55, 143, 191, .15);
  backdrop-filter: blur(10px);

}

.navs_bg {
  background-color: #ffffffc7;
  box-shadow: 0 0 48px 0 rgba(55, 143, 191, .15);
  backdrop-filter: blur(10px);
}

.navs_active .main_header_user,
.navs_active .header_btn_span {
  color: #000000 !important;
}

.navs_bg .main_header_user,
.navs_bg .header_btn_span {
  color: #000000 !important;
}

.navs_bg .logo {
  color: #000000 !important;
}

.main_header_user a {
padding: 5px;
border-radius: 8px;
color: black;
}

.header_menu_list a {
color: black;
}


.main_header_user a:hover {
background: #ebf6fc !important;
color: #000 !important;
}

.header .container {
padding-right: 0px !important;
padding-left: 0px !important;
}


.logo {
font-weight: 400;
font-size: 40px;
text-transform: uppercase;
  color: black !important;
      font-family: "Jersey 10", sans-serif !important;
}

.header_btn {
  float: right;
}

.header_flex {
  position: relative;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
height: 300px;
padding: 20px;
}

.header_item {
  max-width: 450px;
  width: 100%;
}

.header_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 50%;
    z-index: -1;
}

.header_left_text {
  margin-top: 20px;
  font-size: 20px;
}

.header_title {
color: white;
}

.header_flex .header_title{
color: black;
}

.news_left_text {
  margin-top: 29px;
  background: rgb(0 0 0 / 29%);
  padding: 10px;
  border-radius: 10px;
  color: white;
}

.news_img {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
}

.header_okey {
  margin: 15px 0;
  font-weight: 400;
}

.header_okey span {
  margin-right: 5px;
  padding: 0 5px;
  box-sizing: border-box;
}

.header_bottom_btn {
  font-size: 16px;
  font-weight: 400;
  max-width: 350px;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
  outline: none;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(246 205 44);
  font-weight: 500;
}

.header_bottom_btn:hover {
  background: rgb(214, 179, 38);
  color: black;
}

.header_btn_span {
  font-size: 26px;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  float: left;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
}


.header_btn_icon {
  background: #e13801;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -5px;
  right: -4px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  border-radius: 100%;
  line-height: 20px;
  font-weight: 500;
}

.header_ava {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 5px 0 15px;
  border-radius: 4px;
}

.header_ava img {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.header_user {

  float: left;
  margin-left: 10px;
}

.header_user_flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.header_user_balance {
  text-align: right;
  box-sizing: border-box;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.balance_menu {
position: relative;
cursor: pointer;
}

.balance_menu .header_menu_drop {
left: unset;
right: 0;
}

.balance_menu_link {
width: 100%;
text-align: center;
padding: 10px 20px;
display: block;
color: white !important;
}

.balance_menu_link:nth-child(1) {
background: rgb(95 173 45);
}

.balance_menu_link:nth-child(1):hover {
background: rgb(70 132 30) !important;
color: white !important;
}

.balance_menu_link:nth-child(2) {
  background: rgb(223, 88, 88);
}

.balance_menu_link:nth-child(2):hover {
  background: rgb(186, 62, 62) !important;
  color: white !important;
}

.header_menu_text {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
}

.header_menu_text:hover {
  background: rgba(197, 210, 222, .5)
}

.header_menu_drop {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  min-width: 250px;
  color: #333;
  background: #fff;
  margin-top: 3px;
  box-shadow: 1px 4px 25.9px 0px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;

}

.header_menu_link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  color: rgb(86, 86, 86);
  font-weight: 600;
  cursor: pointer;
}

.header_menu_link:hover {
  background: #ebf6fc;
  color: black;
}

.header_menu_link i {
  width: 20px;
}

.header_menu:hover .header_menu_drop {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: 0.2s ease;
}

.header_user_name {
  position: relative;
  cursor: pointer;
  text-align: end;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.header_user_text {
  font-size: 20px;
}

.dropshow .ver_promt {
  top: -2px;
  width: 20px;
}

.main_header_user {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.none_c {
  pointer-events: none !important;
}


.dropshow {
  display: block;
}


.b_show {
  display: block;
  animation: showBlock 1s linear forwards;
}

@keyframes showBlock {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.a_show {
  display: none;
  animation: hiddenBlock 1s linear forwards;
}

@keyframes hiddenBlock {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}



.header_user_show_balance {
  font-size: 14px;
  font-weight: 600;
}

.main_info {
  padding: 35px 0;
  box-sizing: border-box;
}

.main_info_title {
  margin: 90px 0 30px 0;
  height: 90px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-flow: column;
  font-weight: 700;
  color: #333;
}

.main_info_text {
  font-weight: 500;
  font-size: 18px;
  color: #575757;
}

.main_info_mini_title {
  font-size: 22px;
  margin: 15px 0;
  font-weight: 500;
  color: #3d8cab;
}


.main_info_blocks {
  margin-top: 50px;
}

.wallet_icon {
  font-size: 35px;
  color: #575757;
}

.main_info_left {
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0;
  color: #fff;
}

.main_info_left_title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.main_blog {
padding-top: 50px;
padding-bottom: 50px;
}

.main_blog_title {
color: rgb(0, 0, 0);
    text-align: center;
    font-style: normal;
    font-weight: 800;
    margin: 0px 0px 20px;
}

.main_blog_text {
    color: rgb(73, 73, 73);
    text-align: center;
    font-size: 20px;
    margin: 0px 0px 40px;
}

.fast_list {
  display: flex;
  justify-content: center;
gap: 20px;
}

.fast_card {
    position: relative;
    max-width: 345px;
    width: 100%;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgb(240, 246, 255);
}

.fast_card.pay {
  border: 2px solid rgb(66, 133, 244);
}

.fast_card.payout {
  border: 2px solid #f7931a;
}

.fast_card.secury {
  border: 2px solid #37cc33;
}

.fast_card_info {
padding: 20px;
}

.fast_card_icon img{
height: 60px;
    width: auto;
    margin-bottom: 15px;
}

.fast_card_title {
    color: rgb(0, 0, 0);
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 15px;
}

.control_list{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.control_card{
    max-width: 527px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    padding: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.control_card.control {
    border: 1px solid #a033cc;
    background: #fbf2ff;
}

.control_card.free {
    border: 1px solid #f7c21a;
    background: #fffbeb;
}

.main_img {
width: auto;
margin-top: 50px;
display: flex;
justify-content: center;
align-items: center;
}

.main_img img {
  width: auto;
}

.control_card_header{
display: flex;
align-items: center;
gap: 15px;
}

.control_card_title{
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
}

.control_card_text{
    color: #494949;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.control_card_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    z-index: -1;
}


.main_cloud_faq_title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #1e2026;
    margin: 40px 0 0;
}

.faq_list {
margin-top: 20px;
}

.faq_item {
    width: 100%;
    font-weight: 350;
    font-size: 19.1534px;
    min-height: 64px;
    border-bottom: 1px solid #cdcdcd;
    line-height: 140%;
    margin-bottom: 20px;
}

.faq_item_header {
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq_item_header_info {
    font-size: 20px;
    font-weight: 500;
    color: rgba(68, 68, 68, 1);
}

.faq_item_header_icon {
    transition: 0.2s ease;
    font-size: 18px;
}

.faq_item_header.active .faq_item_header_icon {
 transform: rotate(180deg);
 transition: 0.2s ease;
}

.faq_item_header_img {
    max-width: 400px;
    width: 100%;
}

.faq_item_header_info {
    line-height: 150%;
    letter-spacing: -0.2px;
    color: #777777;
    font-size: 16px;
}

.faq_item_info {
    display: none;
    padding: 15px;
}

.faq_item_info p {
    font-size: 16px;
    letter-spacing: -0.2px;
    color: #777777;
}

.user_status {
  padding: 5px 10px;
  color: white;
  border-radius: 4px;
  font-size: 20px;
}

.status_on {
  background: red;
}

.status_active {
  background: green;
}

.notices_content {
  display: flex;
  margin-top: 10px;
}

.verif_blog {
  margin-top: 20px;
}

.notices_icon {
  font-size: 70px;
  color: rgb(176, 176, 176);
}

.notices_text {
  max-width: 528px;
  width: 100%;
  padding: 15px;
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #3d8cab;

}

.notices_blog {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #3d8cab;
  color: white;
  padding: 17px;
  border-radius: 8px 0px 0px 8px;
}

.notices_blog_img img {
  max-width: 80px;
}


#item-16256473868870 {
  background-image: none;
  background-color: var(--bg-dark);
  backdrop-filter: none;
}


.four_stages {
  padding: 60px 0;
  box-sizing: border-box;

}

.four_stages_blocks {
  margin-top: 25px;
}

.steep_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.steep_item {
  width: 25%;
}

.four_stages_row {
  position: relative;
  padding: 20px;
}


.four_stages_img {

  max-width: 240px;
  text-align: center;
  color: #4b6b76;
  margin-bottom: 15px;
  margin: auto;
}

.four_stages_row_text {
  text-align: center;
  line-height: 1.875;
  color: #333;
  height: 120px;
}

.four_stages_icon {
  background-image: url(../images/four_stages_icon.svg);
  width: 22px;
  height: 40px;
  position: absolute;
  right: -25px;
  top: 70px;
}

.four_stages_btn {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.four_stages_btn a {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  background: rgb(80 148 36);
  color: white;
  font-weight: 500;
  font-size: 18px;
}

.four_stages_btn a:hover {
  background: rgb(70 132 30);
  color: white;
}

.main_power {
  padding: 60px 0;
  box-sizing: border-box;
  background: #f7faff;
}

.main_power h2 {
  margin-bottom: 30px;
}

.main_power_blocks {
  margin-bottom: 25px;
}

.main_power_blocks_text {
  background: #3d8cab;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 7px;
  color: #fff;
}

.main_power_global_img img {
  width: 75%;
}


.main_news_block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 12px;
  margin: auto;
  background-repeat: no-repeat !important;

}

.main_news {
  padding: 60px 0;
  box-sizing: border-box;
  background: #f7faff;
}

.main_news a {
  text-decoration: none;
}

.main_news_info {
  position: absolute;
  top: calc(100% - 116px);
  left: 0;
  width: 100%;
  padding: 34px 16px;
  border-radius: 12px;
  animation: slideIn 0.5s ease-in-out forwards;
  z-index: 2;
  color: white;
}

.news_icon {
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: 3;
}

.main_news_block:hover .main_news_info {
  top: 45px;
  animation: slideUp 0.5s ease-in-out forwards
}

@keyframes slideIn {
  from {
    top: 0;
    background: rgba(33, 86, 115, .8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 100%
  }

  to {
    top: calc(100% - 116px);
    background: none;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0)
  }
}

@keyframes slideUp {
  from {
    top: calc(100% - 116px)
  }

  to {
    top: 0;
    background: rgba(33, 86, 115, .8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    color: #fff
  }
}

.main_news_title {
  font-size: 22px;
  animation: mbplus 0.5s ease-in-out forwards;
  display: block;
  padding-right: 25px;
  line-height: 24px;
  max-width: 300px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  transition: color 0.5s ease-in-out;
  color: white;
}


@keyframes mbplus {
  from {
    margin-bottom: 10px
  }

  to {
    margin-bottom: 145px
  }
}

@keyframes mbminus {
  from {
    margin-bottom: 145px
  }

  to {
    margin-bottom: 10px
  }
}

.main_news_block:hover .main_news_title {
  animation: mbminus 0.5s ease-in-out forwards;
  color: #fff !important
}

.row {
  width: 100% !important;
}

.main_news_text {
  font-size: 18px;
  line-height: 28px;
  color: white;
}

.news_item {
max-width: 370px;
width: 100%;
}

.main_news_block {
  width: 100%;
  height: 360px;
  background: #ccc;
  border-radius: 12px;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 7px;
  background-position: center;
  background-size: contain;
}

.main_news_img {
  height: 270px;
  margin-bottom: 15px;
}

.main_news_img img {
  width: 100%;
  height: 270px;
  vertical-align: bottom;
}

.main_news_global_title {
  text-align: center;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer {
  padding: 35px 0;
  box-sizing: border-box;
  background: #4b6b76;
  margin-top: 20px;
}

.footer a {
  color: #0dcaf0;
}


.footer_row_title {
  font-size: 20px;
  color: #fff;
}

.footer_row_ul a {
  display: block;
  margin: 4px 0;
  color: #d2cdcd;
}

.footer_row_ul a:hover {
  color: #fff;
}

.footer_year {
  color: #fff;
  border-top: 1px dashed #ddd;
  padding: 15px 0;
  box-sizing: border-box;
  margin-top: 20px;
}

.footer_row_contact {
  display: block;
  margin: 4px 0;
  color: #fff;
}

.footer_row_contact div span {
  margin-left: 5px;
}


.aboutus {
  padding: 20px 0;
  padding-top: 40px;
  box-sizing: border-box;
  background: #f7faff;
}

.aboutus_content {
  padding: 35px 0;
  box-sizing: border-box;

}


.aboutus_header_left_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
}

.aboutus_header_text {
  font-size: 18px;
  font-weight: 500;
  color: #575757;
}

.aboutus_header_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;

}

.aboutus_left {
  padding-right: 30px;
  box-sizing: border-box;
}

.aboutus_right {
  padding-left: 30px;
  box-sizing: border-box;
}




.aboutus_content_row_title {
  font-size: 2rem;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;

}

.aboutus_content_row_text {
  font-size: 18px;
  color: #575757;
  font-weight: 500;
}

.aboutus_content_row {
  margin-top: 20px;
}

.aboutus_content_text_right {
  text-align: right;
}

/* */

.cpu_list_title {
  display: none;
} 

.parthner {
  padding-top: 60px;

}

.parthner button {
  padding: 20px;
  box-sizing: border-box;
}

.parthner_gl_title {
  text-align: center;
  margin-bottom: 25px;
}

.parthner_percent {
  text-align: center;
  font-size: 55px;
  font-weight: 600;
}


.parthner_left_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
}

.parthner_left_text {
  text-align: right;
  padding-left: 260px;
  font-size: 20px;
}

.parthner_right_text {
  padding-right: 245px;
  font-size: 20px;
}

.parthner_right_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;

}

.parthner_shape {
  height: 2px;
  background: #3d8cab;
  margin-top: 10px;
}

.pathner_header_btn {
  margin-top: 25px;
}

.parthner_content {
  padding: 10px 0;

  box-sizing: border-box;
}

.parthner_content_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}


.parthner_content_row {
  margin-top: 30px;
}


.parthner_content_row_shape {
  background: #3d8cab;
  border-radius: 10px;
}

.parthner_content_row_fill {
  background: #4b6b76;
  border-radius: 10px 110px 10px 10px;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  min-height: 280px;
}


.parthner_content_row img {
  max-width: 100px;
  height: auto;
  vertical-align: bottom;
}

.parthner_content_row_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.parthner_content_row_text {
  font-size: 14px;
}

.pathner_calculate {
  margin-top: 50px;
}

.pathner_calculate_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.pathner_calculate_content {
  margin-top: 25px;
}

.pathner_calculate_big {
  font-size: 48px;
}

.pathner_calculate_mini_row {
  padding: 20px;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 10px;
  box-shadow: 1px 1px 2px 0px #3d8cab;
}

.pathner_calculate_big_row {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 1px 1px 2px 0px #3d8cab;
}

.pathner_calculate_big_text {
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}

.parthner_info {
  padding: 35px 0;
  box-sizing: border-box;

}

.parthner_info_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.parthner_info_row {
  margin-top: 20px;
}

.parthner_info_row_title {
  font-size: 22px;
}

.parthner_loyalty {
  padding: 60px 0;
  box-sizing: border-box;
}

.parthner_loyalty button {
  padding: 20px;
  box-sizing: border-box;
}


.parthner_loyalty_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.parthner_loyalty_text {
  text-align: center;
  margin-top: 15px;
  padding: 0 350px;
  font-size: 20px;
}

.parthner_loyalty_btn {
  margin-top: 25px;
}

.offer {
  padding: 60px 0;
  box-sizing: border-box;
}

.offer_content {
  background: #f7faff;
  padding: 25px;
  box-sizing: border-box;
  margin-top: 15px;
}

.offer_content h1 {
  margin-bottom: 15px;
}

.offer_content_title {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
}


.security_header {
  padding: 60px 0;
  box-sizing: border-box;
  background: #f7faff;
}

.security_header_left_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
}

.security_header_left_text {
  text-align: right;
}

.security_header_right_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;

}


.security_content {
  padding: 35px 0;
  box-sizing: border-box;

}

.security_content img {
  max-width: 100px;
  height: auto;
  vertical-align: bottom;
}

.security_content h1 {
  text-align: center;
}

.security_content_row {
  margin-top: 25px;
}

.security_content_shape {
  background: #3d8cab;
  border-radius: 10px;
}

.security_content_fill {
  background: #4b6b76;
  border-radius: 10px 110px 10px 10px;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
}


.security_content_fill_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.security_content_fill_text {
  font-size: 14px;
}


.security_money {
  padding: 35px 0;
  box-sizing: border-box;

}

.security_money_gl_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.security_money_row {
  margin-top: 25px;
}

.security_money_row_block {
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 1px 1px 2px 0px #3d8cab;
  min-height: 170px;
}

.security_money_row_block_title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}


.security_user {
  padding: 35px 0;
  box-sizing: border-box;
}


.security_user_gl_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.security_user_ul {
  position: relative;
  padding-left: 50px;
  box-sizing: border-box;
  font-size: 20px;
  padding-bottom: 1.5em;
  border-radius: 7px;

}

.security_user_ul::before {
  left: 0;
  top: 6px;
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  background-image: url(../images/security_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  margin-top: -3px;
}

.security_data {
  padding: 60px 0;
  box-sizing: border-box;
}

.security_data_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}



.security_data_fill {
  box-shadow: 1px 1px 2px 0px #3d8cab;
  border-radius: 16px;
  padding: 20px;
  box-sizing: border-box;
  min-height: 160px;
}

.security_data_col {
  margin-top: 20px;
}

.cpu {
  padding: 60px 0;
  box-sizing: border-box;
  background: #f7faff;
}

.cpu button {
  padding: 20px;
  box-sizing: border-box;
}

.cpu h1 {
  text-align: center;
  padding-bottom: 20px;
}



.cpu_img img {
  max-width: 220px;
  height: auto;
  vertical-align: bottom;
}

.cpu_header_text {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
}

.cpu_header_btn {
  margin-top: 25px;
}

.cpu_header_icon {
  text-align: center;
  font-size: 50px;
  margin-top: 25px;
  color: #4b6b76;
}

.cpu_content {
  padding: 35px 0;
  box-sizing: border-box;
}

.cpu_content_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.cpu_content_title span {
  color: #4b6b76;
}

.cpu_content_header_text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}


.cpu_content_shape {
  background: #3d8cab;
  border-radius: 10px;
}

.cpu_content_fill {
  background: #4b6b76;
  border-radius: 10px 110px 10px 10px;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.cpu_content_icon {
  font-size: 25px;
}

.cpu_content_row {
  margin-top: 30px;
}

.cpu_content img {
  max-width: 150px;
  height: auto;
  vertical-align: bottom;
}

.cpu_content_center_img {
  margin-top: 50px;
}

.cpu_content_center_img_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-top: 15px;
}

.cpu_example {
  padding: 35px 0;
  box-sizing: border-box;
}

.cpu_example_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;

}

.cpu_example_shape {
  background: #3d8cab;
  border-radius: 10px;
}

.cpu_example_fill {
  background: #4b6b76;
  border-radius: 10px 110px 10px 10px;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.cpu_example_bottom {
  margin-top: 30px;
}

.cpu_example_bottom_icon {
  font-size: 25px;
}

.cpu_example_info_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-top: 50px;
}

.cpu_example_info_text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
}

.cpu_example_img img {
  max-width: 300px;
  height: auto;
  vertical-align: bottom;
}

.btc_header {
  padding: 35px 0;
  box-sizing: border-box;
  background: #f7faff;
}


.btc_header_left_text {
  margin-top: 20px;
  font-size: 22px;
}

.btc_header_ex_text {
  margin-top: 20px;
  border-top: 1px dashed #4b6b76;
  border-bottom: 1px dashed #4b6b76;
  padding: 15px 0;
  box-sizing: border-box;
}

.btc_header h1 {
  font-size: 1.8 rem;
}

.btc_header_okey {
  margin: 15px 0;
  font-weight: 400;
}

.btc_header_okey span {
  margin-right: 5px;
  padding: 0 5px;
  box-sizing: border-box;
}


.btc_header_btn {
  margin-top: 15px;
}

.btc_header_btn button {
  padding: 15px 20px !important;
}

.btc_content {
  padding: 35px 0;
  box-sizing: border-box;
}

.btc_content_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.btc_content_ul {
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0;
  color: #fff;
}

.btc_content_ul_title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.btc_cause {
  padding: 35px 0;
  box-sizing: border-box;
  background: #f7faff;
}


.btc_cause_title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;

}

.btc_cause_text {
  text-align: center;
  font-size: 18px;
}

.btc_cause_row {
  margin-top: 30px;
}

.btc_cause_col {
  background: #4b6b76;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
  border-radius: 7px;
  color: #fff;
}

.btc_cause_icon {
  font-size: 30px;
  margin-bottom: 15px;
}


.btc_info {
  padding: 35px 0;
  box-sizing: border-box;
}

.btc_info_title {
  font-size: 2rem;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;

}

.btc_info_text {
  margin-bottom: 20px;
}

.btc_info_row {
  padding: 35px 0;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.btc_info_row_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #3d8cab;
}

.btc_faq {
  padding: 35px 0;
  box-sizing: border-box;
}

.btc_faq_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.accordion-item {
  margin-bottom: 15px !important;
}

.accordion-button:not(.collapsed) {
  background: #f7faff !important;
  color: #4b6b76 !important;
  font-weight: 500 !important;
}


.accordion-button {
  font-size: 22px;
  font-weight: 500 !important;
}

.accordion-button:focus {
  border-color: #4b6b76 !important;
  border-radius: 7px 7px 0 0 !important;
}

.accordion {
  --bs-accordion-color: #000 !important;
  --bs-accordion-btn-focus-box-shadow: none !important;
  --bs-accordion-border-color: none !important;
}

.accordion-body {
  padding: 10px 15px !important;
}

.flight_sheet_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.flight_sheet_item .col-md {
  max-width: max-content !important;
  width: auto !important;
}

.help_header {
  padding: 35px 0;
  box-sizing: border-box;
  background: #f7faff;
}

.help_header_text {
  margin-top: 20px;
  font-size: 22px;
}

.help_faq {
  padding: 35px 0;
  box-sizing: border-box;
}


.help_faq_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.modal-header {
  border-bottom: none !important;
}

.header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.login_modal_title {
  font-size: 22px;

}

.login_modal_input {
  margin-top: 10px;
}

.quantity-num {
  border: none;
  outline: none;

  pointer-events: none;
}

.input-group-text {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3d8cab !important;
  color: #fff !important;
  padding: 14px 15px !important;
  box-sizing: border-box !important;
  border: none !important;
}

.error_modal {
  display: none;
  width: 100%;
  color: white;
  background: red;
  padding: 5px;
}

.form-control {
  border: 1px solid #3d8cab !important;
}

.form-control:focus {
  box-shadow: none !important;
}


.form-select {
  border: 1px solid #3d8cab !important;
  cursor: pointer !important;

}

.form-select:focus {
  box-shadow: none !important;
}


.login_modal_input_a a {
  color: #3d8cab;

  border-bottom: 1px solid transparent;

}

.login_modal_input_a a:hover {
  border-bottom: 1px solid #3d8cab;
}

.login_modal_icon {
  text-align: center;
  font-size: 30px;
  color: #4b6b76;
  cursor: pointer;
}

.login_modal_icon:hover {
  color: #3d8cab;
}

.login_modal_content_title {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
}

.register_header {
  padding: 100px 0;
  box-sizing: border-box;
}

.register_header_text {
  margin-top: 10px;
  font-size: 20px;
  margin-bottom: 15px;
}

.register_content {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.register_content_blog {
  max-width: 700px;
  width: 100%;
  margin: auto;
}

.register_header a {
  color: #3d8cab;
}

.register_header button {
  padding: 10px 20px;
  box-sizing: border-box;
}

.registet_button_text {
  text-align: right;
}

#liveToast {
  bottom: 10px;
  position: fixed;
  top: 10px;
  right: 10px;
  height: max-content;
  display: block;
}

.toast-body {
  background: #3d8cab !important;
  color: #fff !important;
}

.lostpassword_header {
  padding: 180px 0;
  box-sizing: border-box;
}

.lostpassword_content {
max-width: 600px;
width: 100%;
margin: auto;
}

.lostpassword_input {
  margin-top: 20px;
}

.lostpassword_text {
  margin-top: 10px;
  font-size: 20px;
  margin-bottom: 15px;
}

.calculator_header {
  padding: 15px 0;
  box-sizing: border-box;
  background: #f7faff;
  margin-top: 90px;
}

.calculator_header_text {
  text-align: start;
  font-size: 18px;
  margin-top: 15px;
}

.calculator_content {
  padding: 35px 0;
  box-sizing: border-box;
}

.cloud_mining {
  padding: 0px;
  box-sizing: border-box;
  margin-bottom: 140px;
  margin-top: 90px;
  min-height: 70vh;
}

.cloud_mining_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
}


.dashboard_list {
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.dashboard_top,
.dashboard_top_mob {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}

.dashboard_top_btn {
  background: transparent;
  color: rgba(64, 137, 170, 1);
  max-width: 230px;
  width: 100%;
  height: 44px;
  margin-top: 20px;
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: start;
}

.dashboard_top_btn:hover {
  background: rgba(239, 246, 249, 1);
  color: rgba(64, 137, 170, 1);
}

.dashboard_list .ver_promt {
  left: 35%;
}

@media (min-width: 576px) {
  .valuteModal_dialog {
    max-width: 600px !important;
  }

}

.cloud_mining_left a {
  color: #737373;
}

.cloud_mining_left i {
  width: 20px;
}

.cloud_mining_left li {
  position: relative;
  padding: 15px 20px;
  box-sizing: border-box;
  text-indent: 10px;
  margin-right: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-left: 3px solid transparent;
}

.cloud_mining_left a:hover {
  text-decoration: none !important;
}

.cloud_mining_left li:hover {
  background: #daf5ff;
  border-radius: 0px 10px 10px 0px;
  color: rgba(64, 137, 170, 1);
}


.profile-password-eye {
  position: absolute;
  right: 12px;
  top: 28px;
  z-index: 100;
}

.modalpassword {
  top: 11px;
}

.profile-eye-icon,
.profile-eye2-icon,
.profile-oldeye-icon,
.profile-new-icon {
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
}

.profile-oldeye-icon {
  color: darkgrey;
}

.profile-new-icon {
  color: black;
}

.profile-eye-noactive,
.profile-eye2-noactive {
  display: none;
}

.profile-eye>.profile-eye-noactive,
.profile-eye>.profile-eye2-noactive {
  display: block;
}

.profile-eye>.profile-eye-acitve,
.profile-eye>.profile-eye2-acitve {
  display: none;
}


.cloud_mining_right {
  box-sizing: border-box;
  min-height: 100%;

}

.close_modal{
position: absolute;
top: 5px;
right: 5px;
width: 30px;
display: flex;
align-items: center;
justify-content: center;
padding: 5px;
border-radius: 8px;
border: none;
font-size: 24px;
background: transparent;
}

.close_modal:hover{
background: red;
color:white;

}
@media (min-width: 576px) {
.screenshot_modal_dialog {
max-width: 800px !important;
}  
}

.screenshot_modal_blog {
  position: relative;
  max-width: 800px;
  width: 100%;
  height: 550px;
  margin-bottom: 10px;
}

.screenshot_modal_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screenshot_modal_img img {
  object-fit: contain;
  transition: opacity .3s ease-in-out;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.cloud_mining_active_li {
  border-left: 3px solid rgba(64, 137, 170, 1) !important;
  background: rgba(239, 246, 249, 1);
  color: rgba(64, 137, 170, 1);
  border-radius: 0px 10px 10px 0px;
}

.allnews_block {
  padding: 35px 0;
  box-sizing: border-box;
  margin-top: 90px;
}

.allnews_block_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.news_list #dle-content {
  display: none;
}

.news_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 0 !important; 
}


.showfull_text {
  margin-bottom: 25px;
}

.showfull_text img {
width: max-content;
}

.addcomment {
  margin-top: 30px;
}


.addcomment_content {
  margin-bottom: 20px;
}

.addcomment_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.comments_title {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
}


.comment_block {
  padding: 35px;
  box-sizing: border-box;
  background: #f7faff;
  margin: 10px 0;
  border-radius: 7px;
  position: relative;
}

.comment_ava {
  width: 80px;
  height: 80px;
  border-radius: 3px;
  float: left;
}


.comment_ava img {
  width: 80px;
  height: 80px;
  vertical-align: bottom;
}


.comment_autor {
  float: left;
  font-size: 1.25rem;
  line-height: 0.4;
  margin: 20px;
}

.comment_block_footer {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.comment_block_footer a {
  text-decoration: none;
}

.comment_block_footer ul {
  margin: 0 !important;
  padding: 0 !important
}

.comment_block_footer li {
  padding: 6px 13px 6px 6px;
  box-sizing: border-box;
  text-indent: 10px;
  border-radius: 6px;
  background: #3d8cab;
  color: #fff;
  margin: 0 5px;
}

.comment_block_footer span {
  margin: 0 !important;
  padding: 0 !important
}


.error_login {
  padding: 150px 0;
  box-sizing: border-box;
}

.error_login_text {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}

.not_page {
  padding: 50px 0;
  box-sizing: border-box;
}

.not_page_text {
  text-align: center;
}

.not_page_btn {
  margin-top: 20px;
}

.not_page_btn button {
  padding: 15px 20px;
  box-sizing: border-box;
}

.calculator_content_lavel {
  font-size: 14px;
  font-weight: 500;
  color: #626262;
  cursor: pointer;
}


.calculator_filter {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.calculator_filter .calculator-filter-blog {
  font-size: 20px;
}

.calculator_filter_icon {
  font-size: 29px;
  color: #3d8cab;
  margin-right: 5px;
  float: left;
}

.calculator-filter-blog {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;

  border: none;
  margin: 0 3px;
  opacity: 0.5;
  border-bottom: 2px solid #B4B4B4;
  font-size: 30px;
  font-weight: 600;
  transition: 0.2s ease;

}

.calculator-filter-blog:hover {
  opacity: 0.7;
  transition: 0.2s ease;
}

.intel_btn.calculator-filter-active {
  border-bottom: 2px solid #1399FA;
}

.amd_btn.calculator-filter-active {
  border-bottom: 2px solid #FA1313;
}

.calculator-filter-blog.calculator-filter-active {

  opacity: 1;
}

.calculator_content {
  padding: 35px 0;
  box-sizing: border-box;
}

.calculator_content_row {
  margin-top: 15px;
}

.calculator_row {
  gap: 10px;
}

.calculator_content_profit {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}


.calculator_content_shape {
  background: #3d8cab;
  border-radius: 10px;
}

.calculator_content_fill {
  background: rgb(239 246 249);
  border: 2px solid rgb(64 137 170);
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.calculator_content_fill_title {
  text-align: center;
  font-size: 18px;
}

.cloud_filter {
  margin-bottom: 20px;
}

.cloud_mining_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.cloud_mining_item {
  width: 49%;
}

.cpu_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}

.cpu_btn {
  max-width: 200px;
  width: 100%;
  height: 52px;
}

.cpu_available {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #626262;
}

.cpu_available .cpu_available_item:nth-child(2) {
  cursor: pointer;
}

.cpu_cores_shape {
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 0.5px solid rgba(213, 229, 236, 1)
}


.cpu_cores_fill {
  background: #c6f0ff;
  padding: 10px;
  box-sizing: border-box;

  color: #575757;
  font-weight: 500;
}

.cpu_streams_shape {
  background: rgba(255, 255, 255, 1);
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 0.5px solid rgba(213, 229, 236, 1)
}

.cpu_streams_fill {
  background: rgba(64, 137, 170, 1);
  padding: 10px;
  box-sizing: border-box;
  height: 45px;
  color: white;
  font-weight: 500;
}

.cpu_frequency_shape {
  background: #f7faff;

  margin-bottom: 10px;
}


.cpu_frequency_fill {
  background: rgba(64, 137, 170, 1);
  padding: 10px;
  box-sizing: border-box;

  color: white;
  font-weight: 500;
}


.cpu_cache_shape {
  background: #f7faff;
  border-radius: 5px;
  margin-bottom: 10px;
}

.cpu_cache_fill {
  background: #c6f0ff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  color: #575757;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cpu_span_left {
  text-align: left;
  float: left;
}

.cpu_span_right {
  text-align: right;
  float: right;
}

@media (min-width: 320px) {
.cryptoModal_dialog {
max-width: 1130px !important;
}
}

.crypto_modal_tabs {
display: flex;
align-items: center;
}

.crypto_tabs_item {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  margin: 0 3px;
  opacity: 0.5;
  border-bottom: 2px solid #B4B4B4;
  font-size: 16px;
  font-weight: 600;
  transition: 0.2s ease;
}

.crypto_tabs_active {
  opacity: 1;
  border-bottom: 2px solid #1399FA;
}



.crypto_tabs_blog {
display: none;
height: 355px;
overflow: auto;
}

.crypto_tabs_blog:nth-child(2) {
display: block;
}

.crypto_list {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 20px;
}

.crypto_item {
max-width: 212px;
width: 100%;
display: flex;
cursor: pointer;
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, 0.13);
}

.crypto_item_flex {
display: flex;
align-items: center;
gap: 10px;
padding: 5px 10px;
border-radius: 10px;
width: 80%;
}

.favorites_item {
padding: 10px;
width: 20%;
display: flex;
align-items: center;
justify-content: center;
}

.crypto_item_info {
padding-left: 5px;
max-width: 140px;
width: 100%;
}
.favorites_icon{
color: #c2c2c2;
}

.favorites_icon:nth-child(2) {
color: #000000;
}

.favorites_icon:hover {
color: #000000;
}

.favorites_item .favorites_icon:nth-child(2), .favorites_active .favorites_icon:nth-child(1){
display: none;
}

.favorites_active .favorites_icon:nth-child(2){
display: block;
}

.crypto_item_active {
  background:rgba(64, 137, 170, 1); 
  color: white;
}

.crypto_item_flex:hover {
background:rgba(64, 137, 170, 1); 
color: white;
}

.crypto_icon {
  position: absolute;
  top: 30%;
  right: 16px;
  font-size: 18px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.crypto_drop_sin{
font-size: 14px;
}

.crypto_drop_name {
font-size: 12px;
}

.wallets_balance {
margin-top: 20px;
}

.wallets_header {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: end;
margin-top: 20px;
}

.wallets_tabs {
display: flex;
align-items: center;
margin-top: 20px;
}

.wallets_tabs_item {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  margin: 0 3px;
  opacity: 0.5;
  border-bottom: 2px solid #B4B4B4;
  font-size: 16px;
  font-weight: 600;
  transition: 0.2s ease;
}
.wallets_tabs_active {
opacity: 1;
border-bottom: 2px solid #1399FA;
}
#intel_cpu.wallets_tabs_active {
border-bottom: 2px solid #1399FA;
}
#amd_cpu.wallets_tabs_active {
border-bottom: 2px solid #FA1313;
}

.wallets_blog{
display: none;
}

.wallets_blog:nth-child(1) {
display: block;
}

.wallets_promt {
position: absolute;
top: 0;
right: 0;
}

.top_up_promt .wallets_top_promt_info{
  right: 25px;
  left: unset;
}

.top_up_promt .wallets_top_promt_info::before{
  left: 93%;
  right: unset;
  top: 18%;
}

.wallets_top_promt {
position: relative;
cursor: pointer;
}

.wallets_top_promt_info {
  position: absolute;
  top: -11px;
  right: 20px;
  text-align: center;
  width: 250px;
  z-index: 0;
  font-size: 14px;
  transition: 0.2s ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;

}
#all_cpu {
max-width: 200px;
width: 100%;
}

#all_cpu .cpu_dropdown {
height: 48px;
}

#all_cpu  .cpu_ul{
height: unset;
}

.wallets_top_promt_info::before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 93%;
  top: 6%;
  margin: auto;
  content: "";
  background: #4b6b76;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  transform: skewY(12deg);
  transform: rotate(-45deg);
  z-index: 1;
}


.navigation__flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.navigation {
display: flex;
align-items: center;
gap: 10px;
margin-top: 15px;
}

.navigation a {
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
padding: 10px;
background: white;
cursor: pointer;
}

.navigation a:hover {
  background: #3d8cab;
  color: white;
}

.navigation span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
padding: 10px;
background: #3d8cab;
color: white;
}

.pm_btn {
  background: #3d8cab;
  color: white;
}

.pm_btn:hover {
  background: #2a677f;
}

.prewnextpage span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prewnextpage a {
  color: #000;

}

.prewnextpage, .pages span, .pages a {
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pages span {
  
  width: 40px;
  height: 40px;
  font-weight: 700;
  background: #3d8cab;
  box-shadow: 0 7px 20px rgb(171 231 255);
  color: white;
  opacity: 1;
  border-radius: 8px;
}

.pages a {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 7px 20px rgb(171 231 255);
  border-radius: 8px;
  color: black;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}

.pages a:hover {
  background: #3d8cab;
  box-shadow: 0 7px 20px rgb(72, 189, 235);
  color: white;
  opacity: 1;
}

.prewnextpage {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125); 
  border-radius: 0.25rem;
}

.wallets_top_promt_text{
position: relative;
z-index: 10;
padding: 10px;
box-sizing: border-box;
background: #4b6b76;
color: #fff;
border-radius: 5px;
font-size: 14px;
text-align: start;
}

.wallets_top_promt:hover .wallets_top_promt_info {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: 0.2s ease;
}


.wallets_item_img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wallets_title {
  margin-top: 30px;
  font-size: 20px;
  color: black;
  font-weight: 600;
}

.cpu_graf {
  position: relative;
  background: rgba(255, 255, 255, 1);
  box-shadow: 1px 4px 25.9px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 12px 12px;
  padding: 15px;
  padding-bottom: 20px;
}

.cpu_graf_blog {
  position: relative;
}

.cpu_graf_flex {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}

.pay_day{
  display: none;
font-size: 12px;
color: #8c8c8c;
}

.cpu_graf_item {
  position: relative;
  width: 33%;
}

.cpu_graf_number {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 0;
}

.graf_number_item {
  padding-left: 10px;
  border-bottom: 1px solid rgba(239, 246, 249, 1);
}

.cpu_profit {
  font-size: 19px;
  margin-bottom: 11px;
  font-weight: 500;
  line-height: 1.2;
  opacity: 1;
}

.text_date {
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
}

.yield_scale {
  max-width: 38px;
  width: 100%;
  background: rgba(249, 249, 249, 1);
  min-height: 290px;
  position: relative;
  margin: auto;
  border-radius: 100px;
}

.yield_date {
  position: absolute;
  top: -53px;
  text-align: center;
  max-width: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  font-size: 14px;
  transition: 0.2s ease;
}

.pm-menu-list {
display: flex;
align-items: center;
}

.pm-menu-link {
padding: 15px 15px;
color: black;
display: block;
}

.yield_date_content {
  position: relative;
  z-index: 10;
  padding: 4px;
  box-sizing: border-box;
  background: #4b6b76;
  color: #fff;
  border-radius: 5px;
}

.yield_date::before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: auto;
  content: "";
  background: rgba(26, 62, 79, 1);
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  transform: skewY(12deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.cpu_graf_item:hover .yield_date {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: 0.2s ease;
}

.profit_item {
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
}

.profit_coin {
  width: 49px;
  text-align: start;
}

.profit_price {
  width: 65%;
  text-align: start;
}

.profit_item:nth-child(2) {
  font-size: 12px;
}

.profit_coin {
  font-size: 14px;
}

.yield_profit {
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, #4089AA 0%, rgba(255, 255, 255, 0) 188.89%);
  text-align: center;
  color: #fff;
  font-weight: 500;
  bottom: 0px;
  border-radius: 100px;
}


.tab_balance {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.tab_balance_item {
  background: #3d8cab;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;

  border: none;
  border-radius: 5px;
  float: left;
  margin: 0 3px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.balance_active {
  background: #4b6b76;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;

  border: none;
  border-radius: 5px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  float: left;
  margin: 0 3px;
}

.reflinc_shape {
  margin-top: 20px;
  position: relative;
  margin-bottom: 50px;
}

.reflinc_shape h1 {
  font-size: 16px;
}

.reflinc_fill {
  background: rgba(239, 246, 249, 1);
  border-radius: 5px;
  box-shadow: 0px 0px 3.65px 0px rgba(0, 0, 0, 0.1) inset;
  padding: 10px;
}

.reflinc_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}



.reflinc_fill_lick {
  font-size: 16px;
}

.reflinc_copy {
  cursor: pointer;
  font-size: 20px;
  padding: 5px 15px;
  background: white;
  border-radius: 10px;
}

.reflinc_copy:hover {
  background: rgba(64, 137, 170, 1);
  color: white;
}

.reflinc_fill span {
  float: right;
  font-size: 28px;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 20px;
}

.reflinc_fill h1 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.ref_bg {
  box-shadow: 1px 4px 25.9px 0px rgba(0, 0, 0, 0.05);
  background: white;
  padding: 15px;
  border-radius: 0px 0px 12px 12px;
  min-height: 588px;
}

.ref_balance {
  margin-top: 15px;
  padding: 10px;
  box-sizing: border-box;
  border: 0.5px solid rgba(213, 229, 236, 1);
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
}

.ref_card_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.ref_card_big {
  width: 28%;
}

.ref_card_min {
  width: 70%;
}

.ref_balance .ref_balance_flex {
  align-items: center;
}

.ref_balance_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ref_balance_blog {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  width: 49%;
}

.ref_balance_title {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 5px;
}

.ref_balance_item .ref_balance_title{
 margin-bottom: 0;
}

.ref_balance_title span {
  color: #686868;
}

.ref_balance_btn {
  float: right;
  padding: 15px 25px;
}

.ref_info_linc {
  margin: 36px 0;
}

.ref_prot {
  color: #686868;
}

.ref_info_one_fill {
  background: rgb(239 246 249);
  color: rgb(64 137 170);
  border-radius: 12px;
  padding: 40px;
}

.ref_row_icon {
  font-size: 50px;
  text-align: center;
  color: #7cc0df;
}

.ref_row_text {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}


.ref_info_row_img img {
  width: 75px;
  height: auto;
  vertical-align: bottom;
}

.ref_info_row_text {
  font-size: 20px;
  font-weight: 600;
  color: #4b4b4b;
}

.ref_info_row_text2 {
  font-size: 18px;
  color: #686868;
}



.ref_info_two_fill {
  background: rgb(239 246 249);
  color: rgb(64 137 170);
  border-radius: 12px;
  padding: 12px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.ref_info_two_flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ref_info_two_icon {
  font-size: 45px;
  width: 54px;
  color: #7cc0df;
}

.ref_promt {
  position: relative;
  margin-top: -24px;
}

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

.ref_promt_drop {
  position: absolute;
  bottom: 102%;
  left: 0%;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  font-size: 14px;
  color: #ffffff;
  transition: 0.2s ease;
  background: rgb(0, 0, 0);
  padding: 10px;
  border-radius: 10px;
  width: 300px;
  transition: 0.2s ease;

}

.ref_promt:hover .ref_promt_drop {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: 0.2s ease;
}

.coin_orders_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.coin_orders_info span {
  margin-top: 0;
  padding-right: 5px;
}

.ref_tabs {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.ref_tabs_item {
  opacity: 0.6;
  cursor: pointer;
  padding: 10px 20px;
  border-bottom: 3px solid transparent;
}

.ref_tabs_active {
  opacity: 1;
  background: white;
  border-bottom: 3px solid #6989FC;
}

.ref_tabs_item:hover {
  opacity: 1;

}

.ref_tabs_blog {
  display: none;
  position: relative;
}

.partner_modal_head {
  background: rgba(239, 246, 249, 1);
  border-radius: 5px;
  box-shadow: 0px 0px 3.65px 0px rgba(0, 0, 0, 0.1) inset;
  padding: 10px;
}

.user_balance {
  margin-bottom: 15px;
  font-size: 16px;

}

.partner_modal_title {
  font-size: 14px;
}

.partner_modal_button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  gap: 20px;
}

.partner_modal_input {
  display: flex;
  gap: 10px;
}

.partner_modal_input input {
  height: 45px;
  padding: 10px;
  outline: none;
  background-color: rgba(249, 249, 249, 1);
  box-shadow: 0px 0px 3.65px 0px rgba(0, 0, 0, 0.1) inset;
  border-radius: 10px;
  border: none;

}

.partner_btn_all {
  cursor: pointer;
  border-radius: 8px;
  background-color: rgba(239, 246, 249, 1);
  padding: 8px 9px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner_btn_all:hover {
  background: rgb(64 137 170);
  color: white;
  transition: 0.2s ease;
}

.partner_modal_btn {
  border: none;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 16px;
  background: rgb(70 132 30);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pocket {
  margin-top: 92px;
  width: 100%;
  overflow: hidden;
}

.pocket_title {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
  color: #616161;
}

.pocket_slider {
  margin-bottom: 140px !important;
}

.pocket_slider_item {
  max-width: 400px;
  width: 100%;
  opacity: 0.7;
  transform: scale(0.9);
  transition: 0.2s ease;
  position: relative;
  z-index: 10;
  height: auto !important;
}

.pocket_slider_item.slick-current {
  opacity: 1;
  transform: scale(1.0);
  transition: 0.2s ease;
  z-index: 100;
}


.pocket_slider_content {
  position: relative;
  width: 100%;
}

.slick-prev,
.slick-next {
  border-radius: 16px !important;
}

.profitable_offer_header {
  color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 15px;

}

.old_price {
  text-decoration: line-through !important;
  text-decoration-thickness: 2px;
}

.new_price {
font-size: 20px;
font-weight: 700;
}

.pocket_slider .slick-list {
  overflow: unset !important;
}

.pocket_slider_sale {
  position: absolute;
  top: 6px;
  right: -31px;
  width: 100px;
  transform: rotate(45deg);
  background: #fc3838;
  color: white;
  padding: 5px 15px;

}

.pocket_slider_button,
.pocket_slider_sale {
  display: none;
}

.pocket_slider_item.slick-current .pocket_slider_button,
.pocket_slider_item.slick-current .pocket_slider_sale {
  display: block;
}

.profitable_offer_content {
  padding: 15px 25px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 48px 0 rgba(55, 143, 191, .15);
  border-radius: 16px;
}

.profitable_offer_ul {
  height: 1px;
  background: #4089aa;
  margin-top: 5px;
}

.profitable_offer_li {
  height: 1px;
  background: rgba(188, 188, 188, 0.89);
  margin-top: 5px;
}

.profitable_offer_row_right {
  font-size: 14px;

}

.profitable_offer_row_left {
  border-radius: 10px;
  background: linear-gradient(96.2deg, #4B9EFF 5.12%, #0FB89A 100%);

  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}

.my_ref_table {
  margin: 15px 0;
}

.my_ref_table_title {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.sorry {
  box-shadow: 1px 4px 25.9px 0px rgba(0, 0, 0, 0.05);
  background: white;
  padding: 15px;
  border-radius: 0px 0px 12px 12px;
  min-height: 200px;
  display: flex;
}

.sorry img {
  width: 50%;
  height: auto;
  vertical-align: bottom;
}

.sorry_text {
  font-size: 16px;
  font-weight: 400;
  text-align: start;
  opacity: 0.6;
}
.cpu_tbody tr {
cursor: pointer;
}
.cpu_tbody tr:hover{
background: #4089aa;
color: white;
}

.cash_day_shape {
  background: #3d8cab;
  border-radius: 10px;
  margin-top: 10px;

}

.cash_day_fill {
  background: #4b6b76;
  border-radius: 10px 110px 10px 10px;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  position: relative;

}

.cash_day_title {
  font-size: 20px;
  font-weight: 500;
}

.cash_day_fill::after {
  content: "";
  position: absolute;
  background: url(../images/cashday.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 198px;
  height: 125px;
  right: 80px;
  top: -68px;
}

.flight_sheet {
  padding: 20px 0;
  box-sizing: border-box;
}

.flight_sheet h1 {
  font-size: 1.8rem;
  font-weight: 500;
}

.flight_sheet_cpu img {
  width: 50px;
  height: auto;
  vertical-align: bottom;
}


.flight_sheet_cpu_container {
  padding: 8px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
}

.tex_blu {
  --bs-text-opacity: 1;
  color: #417f95 !important;
}

.text_dblu {
  --bs-text-opacity: 1;
  color: #3d8cab !important;
}

.spinner-grow {
  --bs-spinner-width: 1rem !important;
  --bs-spinner-height: 1rem !important;
}

.flight_sheet_cpu_sheets {
  background: #f7faff;
  padding: 10px;
}

.btn_cur {
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  width: 100% !important;
  margin-top: 25px;
  margin-bottom: 10px;
  border: none;
  outline: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: rgb(95 173 45);
}

.btn_cur:hover {
  background: rgb(70 132 30);
}

.mywallets_shape {
  background: #3d8cab;
  border-radius: 10px;
  margin-top: 10px;
}

.mywallets_fill {
  background: #4b6b76;
  border-radius: 10px 110px 10px 10px;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
}

.def {
background: none !important;
width: unset !important;
height: unset !important;
display: unset !important;
margin: unset !important;
color: black !important;
}

.mywallets_img {
  padding: 0px;
}

.mywallets_flex .col-md-auto,
.mywallets_flex .col-md {
  width: max-content !important;
  max-width: max-content !important;
}

.mywallets_fill img {
  max-width: 50px;
  height: auto;
  vertical-align: bottom;
}

.mywallets_title {
  font-size: 20px;
  font-weight: 500;
}

.progres_block {
  pointer-events: none;
}

.progres_block-title {
  text-align: start;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 15px;
  color: white;
}

#myProgress {
  width: 100%;
  border-radius: 10px;
  float: left;
}

#myProgress>div {
  border-radius: 10px;
}

#myBar {
  height: 7px;
  background-color: #3d8cab;
  border-radius: 10px;
}

.mywalets_info {
  margin-top: 15px;
}

.mywalets_info_right_text {
  text-align: right;
}


.add_new_wallets {
  margin-top: 40px;
}

.add_new_wallets_title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.5rem;
}

.replenishment {
  margin-top: 15px;
}

.replenishment label {
  font-size: 18px;
  font-weight: 600;
}



.personal_content .dashboard_top {
  display: none;
}

.personal_content #dashboard_list,
.calculator_header #dashboard_list,
.calculator_header .dashboard_top {
  display: none;
}


.payout_input_group label {
  display: block;
}

.personal_filter {
  margin: 20px 0;
}

.personal_filter_icon {
  font-size: 29px;
  color: #3d8cab;
  margin-right: 5px;
  float: left;
}

.personal-filter-blog.personal-filter-active {
  box-shadow: 4px -3px 5.8px 0px rgba(0, 0, 0, 0.03);
  background: rgba(255, 255, 255, 1);
  font-weight: 700;
}

.personal-filter-blog {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.changepassword_title {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}


.changepassword_button {
  margin-top: 15px;
}

.user_info_list {
  display: flex;
  gap: 10px;
}

.user_info_item {
  width: 100%;
}

.verif_title {
  position: relative;
}

.verif_title .ver_promt {
  right: 101.6% !important;
  top: -12px !important;
  left: unset !important;
}

.user_info_item {
  color: rgba(0, 0, 0, 1);
}

.user_info_item span {
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
}

.personal_promt,
.ver_promt {
  position: absolute;
  top: 10px;
  right: -7px;
  text-align: center;
  font-size: 11px;
  border-radius: 100%;
  line-height: 20px;
  font-weight: 500;
  animation: blink 1s infinite;
}

.ver_promt {
  left: 88%;
  top: 9px;
}

.personal_promt svg>path,
.ver_promt svg>path {
  fill: red;
}

.tab-btn-active {
  pointer-events: none;
}

.tab-pane {
  padding: 20px;
  box-sizing: border-box;
  background: white;
}

.tab-pane:not(.tab-pane-show) {
  display: none;
}

.addwallet_title {
  font-size: 18px;
  font-weight: 800;

}

.addwallet_item_block {
  margin-top: 20px;
}

.addwallet_item {
  border-radius: 7px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.2s;
  transform: scale(0.9);
  border: 2px solid #3d8cab;
  background: #fff;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}


.addwallet_item:hover {
  opacity: 1;
  transition: 0.2s;
  transform: scale(1.1);
}

.addwallet_item_name {
  width: 35px;
  height: 35px;
}

.addwallet_item.addwallet_item_active {
  opacity: 1;
  transform: scale(1.1);
}


.addwallet_item_icon {
  position: absolute;
  bottom: 10px;
  right: 8px;
  background: #3d8cab;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.addwallet_item.addwallet_item_active .addwallet_item_icon {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}


.addwallet_btn,
.myrequisites_delete, .exit_btn {
  background: rgb(95 173 45);
  color: white;
  padding: 5px 10px;
  border: none;
  font-size: 18px;
  border-radius: 5px;
  max-width: 150px;
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
}

.addwallet_btn:hover {
  background: rgb(70 132 30);
  color: white;
}

.exit_btn {
max-width: 100px;
background: transparent;
border: 1px solid #4089aa;
border-radius: 12px;
gap: 10px;
color: black;
}

.exit_btn:hover {
background: #4089aa;
color: white;
}

.myrequisites_delete {
  background: rgba(26, 62, 79, 1);
  cursor: pointer;
}

.myrequisites_shape {
  background: #fff;
  box-sizing: border-box;
  margin-top: 10px;
  border-radius: 7px;
}

.myrequisites_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.myrequisites_info {
  max-width: 400px;
  width: 100%;
}

.myrequisites_shape img {
  width: 50px;
  height: 50px;
}

.myrequisites_wallet {
  font-weight: 800;
}

.myrequisites_sorry {
  margin: 10px 0;
}


.verify_title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
}

.verify_title a {
  font-size: 14px;
  font-weight: 500;
  color: #575757;
}

.verify_okey_title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
  color: green;
}


.sitizen_block {
  margin-top: 25px;
}

.sitizen_block img {
  width: 100px;
  height: auto;
  vertical-align: bottom;
}

.sitizen_btn {
  margin-top: 15px;
}

.sitizen_block_fileinput {
  margin-top: 10px;
}


.sitizen_block_fileinput::before {
  position: absolute;
  content: "Загрузить";
  color: rgb(255, 255, 255);
  display: inline-block;
  white-space: nowrap;

  cursor: pointer;
  font-weight: 400;
  background: #3d8cab;
  padding: 4px 32px;
  outline: none;
}

.sitizen_text {
  font-size: 22px;
}

.user_ava_img {
  position: relative;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(239, 246, 249, 1);
  padding: 10px;
  cursor: pointer;
}

.user_ava_icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  background: #a7a7a760;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

#add_wallet_drop .cpu_ul, #withdraw_drop .cpu_ul{
height: max-content;
}

.user_ava_center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.user_ava_img:hover .user_ava_icon {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.tab_pane_item {
  padding: 10px;
  border: 1px solid rgba(239, 246, 249, 1);
  border-radius: 1px;
}

.verif_error {
  border: 1px solid red;
}

.verig_blog_input {
  position: relative;
  max-width: 390px;
  width: 100%;
}


.verig_blog_input input {
  border: none;
  padding-left: 15px;
  outline: none;
  width: 100%;
  height: 48px;
  box-shadow: 0px 0px 3.65px 0px rgba(0, 0, 0, 0.1) inset;
  background: rgba(239, 246, 249, 1);
  border-radius: 5px;
}

.verig_blog {
  display: flex;
  align-items: center;
  gap: 10px;
}

.verig_blog .cpu_coin {
max-width: 180px;
width: 100%;
}

.verig_blog .cpu_dropdown {
height: 48px;
}

.personal_wallet_list {

}

.personal_wallet_item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
border: 1px solid #00000033;
margin-bottom: 10px;
}

.personal_wallet_img {
width: 50px;
height: 50px;
}

.personal_wallet_name_mob {
display: none;
}

.personal_wallet_delete {
background: #f44949;
color: white;
padding: 10px 15px;
border-radius: 8px;
cursor: pointer;
}

.personal_wallet_delete:hover {
background: red;
}

.personal_wallet_left {
display: flex;
align-items: center;
gap: 15px;
}

.verig_blog_button {
  max-width: 200px;
  width: 100%;
}

.disabled_blog {
  position: relative;
}

.verig_blog_btn,
.verig_blog_btn_disabled {
  background: rgba(64, 137, 170, 1);
  color: white;
  width: 100%;
  height: 44px;
  border: none;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.verig_blog_btn_disabled {
  background: #8f8f8f;
}

.verig_blog_btn:hover {
  background: rgb(37 126 166);
}

.disabled_text {
  position: absolute;
  bottom: 102%;
  left: 0%;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  font-size: 12px;
  color: #ffffff;
  transition: 0.2s ease;
  background: rgb(0, 0, 0);
  padding: 10px;
  border-radius: 10px;
  width: 256px;
}

.disabled_blog:hover .disabled_text {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: 0.2s ease;
}

.wallet__cpu_promt .disabled_text{
right: 0;
left: unset;
}

.user_ava_info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user_ava_name {
  font-weight: 400;
  font-size: 16px;
  color: black;
}

.changepassword_input {
  margin-bottom: 15px;
}

.changepassword_btn {
  background: rgba(64, 137, 170, 1);
  max-width: 230px;
  width: 100%;
  height: 44px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-top: 10px;
}

.changepassword_btn:hover {
  background: rgb(37 126 166);
  color: white;
}

.user_ava_file label {
  background: rgba(249, 249, 249, 1);
  color: rgba(26, 62, 79, 1);
  padding: 5px 10px;
  cursor: pointer;
}

.user_ava_file input {
  display: none;
}

.user_ava_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.payout_input_group {
  margin-top: 10px;
}

.filter_pay_list {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  margin-top: 17px;
}

.filter_pay_list a {
  border-bottom: 3px solid transparent;
  font-size: 16px;
  color: black;
  padding-bottom: 1px;
  padding: 5px 20px;
  opacity: 0.6;
}

.filter_pay_list a:hover {
  opacity: 1;
}

.pay_list_active {
  opacity: 1 !important;
  background: white;
  border-bottom: 3px solid #6989FC !important;
}

.wallet_bg {
  box-shadow: 1px 4px 25.9px 0px rgba(0, 0, 0, 0.05);
  background: white;
  padding: 15px;
  border-radius: 0px 0px 20px 20px;
  min-height: 590px;
}

.withdraw_bg {
  min-height: 525px;
}

.top_bg {
  min-height: 520px;
}

.wallet_pay {
  padding: 10px;
  border: 1px solid rgba(239, 246, 249, 1);
  border-radius: 1px;
}

.wallet_pay_blog {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 270px;
  width: 100%;
  margin-bottom: 15px;

}

.fa-circle-question {
  color: #626262;
  font-size: 14px;
  cursor: pointer;
}

.wallet_pay_blog:nth-child(1) {
  margin-bottom: 25px;
}

.exchange_content {
  background: rgba(255, 255, 255, 1);
  box-shadow: 1px 4px 25.9px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 12px 12px;
  padding: 15px;
  padding-top: 30px;
  padding-left: 30px;
  min-height: 520px;
}

.exchange_item {
  margin-bottom: 20px;
}


.exchange_blog {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 350px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  box-shadow: 0px 0px 3.65px 0px rgba(0, 0, 0, 0.1) inset;
  background: rgba(239, 246, 249, 1);
  border-radius: 5px;
}

.exchange_bottom_title {
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

.exchange_bottom_title span {
  font-weight: 600;
}

.wallets_order {
  font-size: 14px;
  color: #767373;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.wallet_pay_balance {
  font-size: 22px;
  font-weight: 700;
  color: rgba(15, 24, 28, 1);
}

.exchange_rusult {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.exchange_rusult_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 0px 3.65px 0px rgba(0, 0, 0, 0.1) inset;
  background: rgba(249, 249, 249, 1);

  padding-top: 5px;
  max-width: 350px;
  width: 100%;
  font-size: 14px;
  color: rgba(15, 24, 28, 1);
}

.exchange_rusult_head {
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.exchange_rusult_info {
  padding: 15px;
  padding-left: 44px;
  padding-top: 0;
}

.exchange_submit {
  margin-bottom: 30px;
  margin-top: 30px;
}

.exchange_rusult_item span {
  font-size: 20px;
  font-weight: 700;
  color: rgba(15, 24, 28, 1);
}

.exchange_rusult_item img {
  width: 35px;
}

.wallet_pay_title {
  font-size: 14px;
  padding-bottom: 5px;
  color: rgba(15, 24, 28, 1);
}

.crypto_search {
  display: flex;
  align-items: center;
}

.crypto_search_input {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 250px;
  width: 100%;
  padding: 5px 15px;
  height: 48px;
  box-shadow: 0px 0px 3.65px 0px rgba(0, 0, 0, 0.1) inset;
  background: rgba(239, 246, 249, 1);
  border-radius: 5px;
  border-radius: 10px 0px 0px 10px;
}

.crypto_search_btn {
  font-size: 16px;
  font-weight: 400;
  padding: 5px 15px;
  height: 48px;
  border-radius: 0px 10px 10px 0px;
  border: none;
  outline: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: rgba(64, 137, 170, 1);
}

.crypto_search_btn:hover {
  background: rgb(37 126 166);
}

.crypto_search input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  height: 100%;
}

.history_title {
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.exchange_btn {
  font-size: 16px;
  height: 50px;
  max-width: 350px;
  width: 100%;
  text-transform: uppercase;
  border: none;
  outline: none;
  color: white;
  background: rgb(95 173 45);
  display: flex;
  justify-content: center;
  align-items: center;
}

.exchange_btn:hover {
  background: rgb(70 132 30);
}

.wallets_link_list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.wallets_link {
  background: #A2A2A2;
  color: white;
  padding: 10px 20px;
}

.wallets_list {
position: relative;
  margin-top: 20px;
}

.wallets_item {
  display: block;
  border: 1px solid #00000033;
  color: black;
}

.wallets_item:hover {
  color: black;
  border: 1px solid #4089aa;
}

.wallets_item:hover .coin_link{
opacity: 1;
visibility: visible;
z-index: 10;
}

.wallets_item,
.flight_item {
  margin-bottom: 20px;
}

.flight_item_blog {
  border: 1px solid #00000033;
  height: 75px;
  transition: 0.2s ease;
  position: relative;
}

.flight_item_blog:hover {
  border: 1px solid rgba(64, 137, 170, 1);
}

.flight_item_active .flight_item_blog,
.flight_history_active {
  min-height:400px;
  height: auto;
  transition: 0.2s ease;
  padding-bottom: 40px;
}



.flight_history_active .close_flight_drop {
  display: flex;
  z-index: 1000;
}

.wallets_item_content .cpu_dropdown {
  background: #D4F1FA;
  max-width: 250px;
  height: 73px;
}

.exchange_blog {
  position: relative;
}

.exchange_blog .cpu_dropdown {
  position: unset;
}

.cpu_dropdown:hover .cpu_icon {
  background: rgba(26, 62, 79, 1);
}


.flight_cpu_link {
  padding: 5px 10px;
  cursor: pointer;
  margin-top: 5px;
  border-radius: 2px;
  background: rgba(239, 246, 249, 1);
  text-align: center;
}

@media (min-width: 576px) {
  .settingCpu_modal {
    max-width: 800px !important;
  }
}

.settingCpu_content {
  display: flex;
  justify-content: space-between;
}

.settingCpu_left {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.settingCpu_right {
  max-width: 60%;
  width: 100%;
}

.settingCpu_title {
  font-size: 14px;
}

.settingCpu_button {
  margin-top: 20px;
}

.settingCpu_save {
  background: rgba(64, 137, 170, 1);
  border-radius: 5px;
  max-width: 100%;
  height: 44px;
  width: 100%;
  text-align: center;
  padding: 5px;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

}


.settingCpu_save:hover {
  background: rgb(37 126 166);
}

.settingCpu_blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  gap: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.settingCpu_item:nth-child(1) {
width: 40%;
}

.settingCpu_item:nth-child(2) {
width: 60%;
}

.settingCpu_btn {
  padding: 5px 10px;
  border: none;
  margin-top: 10px;
  font-size: 16px;
}

.btn_sell {
  border-radius: 5px;
  max-width: 150px;
  width: 100%;
  height: 44px;
  background: rgba(26, 62, 79, 1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

}

.btn_sell:hover {
  background: rgb(56, 92, 109);
}

.btn_buy {
  border-radius: 5px;
  max-width: 150px;
  width: 100%;
  height: 44px;
  background: rgba(113, 197, 58, 1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn_buy:hover {
  background: rgb(145, 215, 98);
}

.settingCpu_text {
  margin-top: 15px;
  font-size: 14px;
}

.flight_cpu_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flight_cpu_title,
.flight_cpu_info {
  font-size: 13px;
  text-wrap: nowrap;
}

.flight_cpu_title {
width: 188px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.flight_cpu_name {
  font-size: 12px;
}

.flight_cpu_info {
  position: relative;
}

.flight_cpu_info .coin_active {
  position: relative;
  left: 0;
  top: 0;
}

.flight_item_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flight_drop {
  display: flex;
  align-items: center;
  gap: 10px;
}

.flight_item .coin_price {
  position: relative;
  padding-right: 10px;
}

.flight_tabs {
display: flex;
align-items: center;
margin-bottom: 10px;
}

.flight_tabs_item {
padding: 10px 15px;
cursor: pointer;
}

.flight_tabs_active {
background: #D4F1FA;
}

.flight_blog:nth-child(1){
display: block;
}

.flight_blog {
display: none;
}

.coin_link {
position: absolute;
right: 15px;
top: 30%;
opacity: 0;
visibility: hidden;
text-transform: uppercase;
background: rgb(95 173 45);
color: white;
padding: 5px 10px;
font-size: 14px;
font-weight: 500;

}



.coin_link:hover {
  background: rgb(70 132 30);
}

.coin_name {
  font-size: 14px;
  color: rgba(15, 24, 28, 1);
}

.flight_item_active .flight_drop_icon,
.flight_history_active .flight_drop_icon {
  transform: rotate(-180deg);
}

.wallets_item_content {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.flight_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}

.flight_item_content{
  width: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: 0.2s ease;
  padding: 10px;
 display: none;
}

.flight_item_active .flight_item_content {
  opacity: 1;
  z-index: 10;
  visibility: visible;
  transition: 0.2s ease;
  display: block;
}

.flight_item_none {
  font-size: 14px;
  text-align: center;
  color: #8c8c8c;
}

.close_flight_drop {
  position: absolute;
  bottom: 0%;
  left: 45%;
  cursor: pointer;
  max-width: 50px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin-left: auto;
  color: #8c8c8c;
}

.close_flight_drop:hover {
  font-weight: 500;
  background: whitesmoke;
  color: black;
}

.flight_item_blog.flight_item_active .close_flight_drop {
  display: flex;
  z-index: 1000;
}

.flight_table, .flight_item_drop {
  height: max-content;
  overflow: auto;
  height: 300px;
}

.flight_table_thead {
  position: sticky;
  top: 0;
  background: white;
  z-index: 200;
}

/* #chat_sender_viewed {
display: none;
} */

.flight_table_content {
  width: 100%;
}

.flight_table_content th,
.flight_table_content td {
  font-size: 13px;
  padding: 5px;
  text-wrap: nowrap;
}

.flight_item_id {
  cursor: pointer;
  padding: 0px 10px;
  background: transparent;
  border-radius: 10px;
  color: #8c8c8c;
}

.flight_item_id:hover {
  font-weight: 500;
  background: whitesmoke;
  color: black;

}

.wallets_item_img {
  max-width: 50px;
  width: 100%;
}

.cpu_info_name {
display: flex;
align-items: center;
gap: 10px;
background: #D4F1FA;

}

.wallets_blog .cpu_info_name{
max-width: 30%;
width: 100%;
height: 72px;
padding: 5px;
padding-left: 10px;
}

.wallets_blog .coin_orders{
width: 17% !important;
padding: 5px;
}

.wallets_name {
font-size: 14px; 
}

.cpu_info_list {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 40%;
width: 100%;
}

.wallets_blog  .wallets_item_content {
justify-content: space-between;
padding: 0px;
}

.flight_item_blog .wallets_item_content {
padding: 0px;
}

.wallets_blog .cpu_info_list {
padding: 5px;
}

.cpu_info_list .flight_income, .wallets_blog .coin_orders  {
width: auto;
}

.flight_income {
  width: 33%;
}



.coin_info {
  width: 33%;
}

.coin_orders {
  width: 40%;
}

.coin_income {
  width: 25%;
}

.wallets_item .coin_info {
  width: 50px;
}

.wallets_item {
position: relative;
}

.coin_history {
  font-size: 16px;
  cursor: pointer;
  color: #8c8c8c;
  font-weight: 400;
  padding: 0px 10px;
  background: transparent;
  border-radius: 10px;
}

.coin_history:hover {
  background: whitesmoke;
  color: black;
}

.coin_progress {
  position: relative;
  border: 1px solid #00000033;
  background: rgba(239, 246, 249, 1);
  border-radius: 2px;
  max-width: 170px;
  width: 100%;
  height: 7px;
}



.coin_progress_bar {
  height: 100%;
  background: rgba(113, 197, 58, 1);
}

.show_flight {
  padding: 5px 10px;
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
  color: #8c8c8c;
}

.show_flight:hover {
  color: #000000;
  background: #f5f5f5;
}

.coin_active {
  position: absolute;
  top: -3px;
  left: 105%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  gap: 5px;
  width: max-content;
}

.coin_active_item {
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50%;
  margin: 0 5px;
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* .coin_active_item:nth-child(1) {
  animation-delay: 0.5s;
  background: #CBFFA3;
}
*/


.sheets_green {
  animation-delay: 1s;
  background: #60D603;
}

.sheets_red {
  animation-delay: unset;
  animation: unset;
  background: #d60303;
}

.flight_pnl {
  font-size: 12px;
}

.flight_pnl_plus {

  border-radius: 100px;
  color: rgba(113, 197, 58, 1);
  padding: 2px 15px;
}

.flight_pnl_minus {
 
  border-radius: 100px;
  color: rgb(197, 79, 58);
  padding: 2px 15px;
}

.coin_orders_info {
  position: relative;
}

.coin_summ,
.coin_pnl,
.coin_orders_info,
.coin_orders_title {
  font-size: 13px;
}

.wallets_link:hover {
  background: #00A707;
  color: white;
}

.wallet_pay_img {
  max-width: 40px;
  width: 100%;
}

.personal_wallet {
  max-width: 100%;
  justify-content: space-between;
}

.personal_wallet_left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wallet_error {
  color: red;
  font-size: 14px;
}

.wallet_pay_input {
  max-width: 467px;
  width: 100%;
}

.wallet_pay_input input {
  border: none;
  padding-left: 15px;
  outline: none;
  width: 100%;
  height: 45px;
  box-shadow: 0px 0px 3.65px 0px rgba(0, 0, 0, 0.1) inset;
  background: rgba(239, 246, 249, 1);
  border-radius: 5px;
}

.exchange_blog input {
  background: white;
  padding-left: 0;
  box-shadow: none;
  border-radius: none;
  padding-left: 10px;
  border: none;
}

.mywalets input {
  background: transparent;
  box-shadow: none;
  padding-left: 0px;
}

.user_password_content {
  max-width: 500px;
  width: 100%;
}

.wallet_pay_tabs {
  display: flex;
  align-items: center;
  margin-top: 20px;
}


@media (min-width: 576px) {
  .wallet-modal-dialog {
    max-width: 680px !important;
  }

  .history-modal-dialog {
    max-width: 900px !important;
  }

  .comein-modal-dialog {
    max-width: 390px !important;
  }
}

.payin__jet-header {
  padding: 15px;
}

.wallet-modal-content {
  background-color: #fff !important;
  border-radius: 15px !important;
  overflow: hidden !important;
}


.wallet__cpu-left {
  max-width: 45%;
  width: 100%;
  padding: 20px 0 25px;
  background-color: rgba(249, 249, 249, 1);
  border-radius: 10px;
}

.wallet__cpu-right {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  max-width: 55%;
  width: 100%;
}

.wallet__cpu-top {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 20px;
  margin-bottom: 10px;
}

.wallet__cpu-top-img {
  width: 60px;
}

.wallet__cpu-top-text {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #6a7690;
}

.wallet__cpu-top-text span {
  opacity: .65;
  font-weight: 600;
}

.wallet__cpu-tabs {
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 10px;
}

.wallet__cpu-tabs-item {
  padding: 8px 10px;
  font-size: 12px;
  color: rgba(7, 12, 25, .55);
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

.wallet__cpu-tabs-active {
  color: #fff;
  box-shadow: 0 6px 18px 0 rgba(17, 120, 223, .3);
  background-image: -webkit-linear-gradient(314deg, #0095ff -26%, #0855c4 150%);
  background-image: linear-gradient(136deg, #0095ff -26%, #0855c4 150%);
}

.wallet__cpu-content .wallet__cpu-coin {
  height: 294px;
  overflow-y: scroll;
}

.wallet__cpu-coin {
  width: 100%;
  margin-top: 20px;
  padding: 5px 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.wallet__cpu-content .wallet__cpu-blog::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: white;
}

.wallet__cpu-content .wallet__cpu-blog::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;

}

.wallet__cpu-content .wallet__cpu-blog::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-image: -webkit-linear-gradient(314deg, #0095ff -26%, #0855c4 150%);
  background-image: linear-gradient(136deg, #0095ff -26%, #0855c4 150%);
}

.wallet__cpu-coin-item {
  width: 49%;
  height: 89px;
}

.coin-active .wallet__cpu-coin-content {
  box-shadow: 0 6px 18px 0 rgba(64, 137, 170, 1);
  background: rgba(64, 137, 170, 1);
  background: rgba(64, 137, 170, 1);
}

.coin-active .wallet__cpu-coin-name {
  color: white;
}

.coin-active .wallet__cpu-coin-icon {
  opacity: 1;
  visibility: visible;
  transform: opacity 0.5s;
}

.wallet__cpu-coin-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: space-between;
  background-color: #fff;
  flex-basis: calc(50% - 5px);
  border-radius: 10px;
  box-shadow: 0 4px 10px -5px rgba(0, 0, 0, .1);
  position: relative;
  padding: 10px;
  cursor: pointer;

}

.wallet__cpu-coin-img {
  max-width: 25px;
  width: 100%;
}

.wallet__cpu-coin-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wallet__cpu-coin-name {
  font-size: 15px;
}

.wallet__cpu-coin-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px;
  color: rgb(8, 93, 204);
  background: white;
  opacity: 0;
  visibility: hidden;
  transform: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wallet__cpu-blog {
  display: none;
  overflow: hidden;
}

.wallet__cpu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px 10px;
}

.wallet__cpu_well {
  padding: 5px;
  font-size: 16px;
  color: rgba(15, 24, 28, 1);

}

.wallet__cpu-title {
  font-size: 18px;
  font-weight: 700;
  color: #090f1e;
}

.wallet__cpu-close_modal {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #edf0f7;
  font-size: 10px;
  width: 24px;
  height: 24px;
  padding: 7px;
  border-radius: 6px;
  transition: 0.2s;
}

.wallet__cpu-close_modal:hover {
  background: rgb(255, 0, 0);
  color: white;
  transition: 0.2s;
}

.wallet__cpu-main-blog {
  display: none;
}

.jet_balance_blog {
  display: none;
}

.wallet__cpu-blog-content {
  padding: 0px 15px;
  height: 100%;
}


.wallet__cpu-blog-flex {
  margin-top: 15px;
  max-width: 355px;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 45px;
  background-color: rgba(249, 249, 249, 1);
  box-shadow: 0px 0px 3.65px 0px rgba(0, 0, 0, 0.1) inset;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 15px;
}

.wallet__cpu-blog-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wallet__cpu-blog-form,
.wallet__cpu-main,
.wallet__cpu-main-blog {
  height: 100%;
}

.requisites_main_blog .wallet__cpu-blog-content,
.requisites_main_blog .wallet__cpu-blog-form {
  height: unset;
}


.wallet__cpu-blog-name {
  margin-right: 12px;
  position: relative;
  display: flex;
}

.k-blog-img {
  width: 46px !important;
}

.wallet__cpu-blog-input {
  width: 100%;
}

.wallet__cpu-blog-input input {
  width: 100%;
  padding: 0 15px 0 10px;
  background: transparent;
  min-height: 45px;
  color: rgba(65, 66, 69, 0.8);
  border: none;
  outline: none;
}

.wallet__cpu-blog-name {
  width: 30px;
}

.wallet__cpu-blog-col {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 25px;
}

.wallet__cpu-blog-item {
  border-radius: 8px;
  background-color: rgba(239, 246, 249, 1);
  padding: 8px 9px;
  cursor: pointer;
  margin: 0 7px 7px 0;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  transition: 0.2s ease;

}

.wallet__cpu-blog-item:hover {
  background: rgb(64 137 170);
  color: white;
  transition: 0.2s ease;
}

.my_wallet_info {
  font-size: 13px;
}

.wallet__cpu_promt {
color: rgba(255, 0, 0, 1);
font-size: 14px;
font-weight: 400;
line-height: 14.52px;
}

.wallet__cpu-blog-button {
  width: 100%;
}

.wallet__cpu-blog-btn {
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  width: 100% !important;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  border: none;
  outline: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: rgb(95 173 45);
}

.wallet__cpu-blog-btn:hover {
  background: rgb(70 132 30);

}

.requisites__jet-right .wallet__cpu-blog-btn {
  width: 50%;
}

.requisites__jet-right .wallet__cpu-blog-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wallet__cpu_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.wallet__cpu_info_item {
  width: 100%;
  gap: 10px;
  border-radius: 8px;
  background: rgba(249, 249, 249, 1);
  padding: 10px;
  box-shadow: 0px 0px 3.65px 0px rgba(0, 0, 0, 0.1) inset;

}

.wallet__cpu_info_item:nth-child(1),
.wallet__cpu_info_item:nth-child(2) {
  width: 48%;
}

.wallet__cpu_info_item:last-child {
  display: flex;
  align-items: baseline;
}

.wallet__cpu_info_title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #868686;
}

.wallet__cpu_info_coin {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
}

.wallet__cpu_info_img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
}

.wallet__cpu_user_w {
  background-color: #edf0f7;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  margin-top: 10px;
}

.wallet__cpu_user_w_title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 400px;
  font-size: 13px;
}

.wallet__cpu_user_w_number {
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.wallet_none {
  margin-top: 20%;
}

.wallet__cpu_text {
  text-align: center;
  font-size: 14px;
  color: #8c8c8c;
}

.wallet_link {
  background: transparent;
  border-radius: 10px;
  color: #8c8c8c;
  padding: 5px;
}

.wallet__cpu_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.wallet__cpu_button a {
  display: block;
  background: #00A707;
  color: white;
  padding: 8px 33px;
  text-transform: uppercase;

}

.wallet_link:hover {
  font-weight: 500;
  background: white;
  color: black;
}

.wallet__cpu_user_w_modal {
  color: #0095ff;
  text-align: end;
  font-size: 16px;
  cursor: pointer;
}


.history_pay {
  overflow: auto;
  height: 475px;
  background: white;
  margin-top: 10px;
  padding-bottom: 40px;
}

.ref_tabs_blog .show_flight{
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
margin-top: 0;
background: white;
z-index: 100;
}

.history_table {

  width: 100%;
}

.history_pay thead {
  position: sticky;
  top: 0;
  background: white;
  z-index: 100;

}

.history_table thead {
  background: rgba(239, 246, 249, 1);

}

thead {
background: rgb(223 225 226) !important;
}

.history_table tbody td {
  background: white;
}


.history_table thead th {
font-weight: 400;
}

.history_table thead th,
.history_table tbody td {
  font-size: 14px;
  padding: 10px;
  text-wrap: nowrap;
}

.history_wallet {
  position: relative;
  cursor: pointer;
}

.history_wallet_hid {
  position: absolute;
  top: -10px;
  left: 0;
  background: rgb(226, 226, 226);
  border-radius: 8px;
  border: 1px solid #cecece;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  transition: 0.2s ease;
  padding: 5px;
}

.history_wallet:hover .history_wallet_hid{
  visibility: visible;
  z-index: 1000;
  opacity: 1;
  transition: 0.2s ease;
  
  }

.history_status_flex {
display: flex;
align-items: center;
gap: 5px;
}

.green_status {
color: green;
font-size: 25px;
}

.red_status {
color: red;
font-size: 25px;
}

.black_status {
color: black;
font-size: 25px;
}

.pay_tabs_item {
  padding: 5px 20px;
  cursor: pointer;
  opacity: 0.6;
}

.pay_tabs_active {
  opacity: 1;
  background: rgba(249, 249, 249, 1);
  border-bottom: 1px solid rgba(64, 137, 170, 1)
}

.pm_info_blog {
background: white;
padding: 10px;
min-height: 400px;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.pm_info_button {
  display: flex;
  justify-content: flex-end;
}

.pm_info_button a {
display: block;
max-width: 230px;
width: 100%;
}

.navigation_blog {
margin-bottom: 150px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}



.navigation_rigth {
display: flex;
align-items: end;
flex-direction: column;
}

.pm {
  padding: 35px 0;
  box-sizing: border-box;
}

.pmread {
  margin-top: 15px;
}

.pmread_title {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.pmread_title span {
  font-size: 16px;
  font-weight: normal;
}

.pm h1 {
  margin-bottom: 20px;
}

.pm-unread-image {
  color: #3d8cab;
  font-size: 20px;
}

.pm-read-image {
  color: #3d8cab;
  font-size: 20px;
}

.pm_list a {
  text-decoration: none;
  color: #3d8cab;
}

.pm_btn {
  margin-top: 15px;
}

.exchange_input_group {
  margin-top: 10px;
}

.history_filter {
  padding: 35px 0;
  box-sizing: border-box;
}

.history_filter_icon {
  font-size: 29px;
  color: #3d8cab;
  margin-right: 5px;
  float: left;
}


.history-filter-blog.history-filter-active {
  background: #4b6b76;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;

  border: none;
  border-radius: 5px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  float: left;
  margin: 0 3px;
}

.history-filter-blog {
  background: #3d8cab;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  float: left;
  margin: 0 3px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tab-btn-active {
  pointer-events: none;
}


.tab-pane:not(.tab-pane-show) {
  display: none;
}

.history_filter table img {
  max-width: 25px;
}

.social_block {
  padding: 35px 0;
  box-sizing: border-box;
}

.df {
  display: flex;
}

.df-aic {
  display: flex;
  align-items: center;
}

.df-aie {
  display: flex;
  align-items: end !important;
}

.df-jcc {
  display: flex;
  justify-content: center;
}

.df-jcsb {
  display: flex;
  justify-content: space-between;
}

.df-aic-jcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.df-aic-jce {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.df-aic-jcsb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.df-jce {
  display: flex;
  justify-content: end;
}

.cpu_chat {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 49px;
  max-width: 335px;
  width: 100%;
  z-index: 1000;
}

.cpu-message-textarea {
position: relative;
width: 100%;
}

.error_chat {
position: absolute;
top: 0%;
background: #ff7979;
color: white;
padding: 0px 5px;
width: 100%;
height: 100%;
display: none;
border-radius: 10px;
}

.error_chat_text {
display: flex;
align-items: center;
height: 100%;
font-size: 14px;
padding-left: 5px;
}

.cpu-right-content {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px 0px 0px 0px;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: -6px 5px 10px -7px rgba(34, 60, 80, 0.43);
  -moz-box-shadow: -6px 5px 10px -7px rgba(34, 60, 80, 0.43);
  box-shadow: -6px 5px 10px -7px rgba(34, 60, 80, 0.43);
}

.chat_close {
  position: relative;
  width: 25px;
  height: 25px;
  color: white;
  border: 1px solid white;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
transition: 0.2s ease;
 margin-right: 10px;
}
.chat_close_icon {
transform: rotate(180deg);
transition: 0.2s ease;
}

.chat_close_active .chat_close_icon{
transform: rotate(0deg);
transition: 0.2s ease;
}


.chat_promt {
  display: flex;
  align-items: center;
  gap: 5px;
  color: white;
}

.chat_promt:hover {
color: rgb(65 212 5);
}


.payin_timer {
  color: red;
  font-size: 18px;
  }
  
  
  .payin_timer.active {
  color: green;
  }

.chat_notif {
  text-align: center;
  padding: 6px;
  background: #ffffff;
  margin: 15px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 8px;
}

.chat_notif:hover {
  color: #000000;
  background: #f5f5f5;
}

.chat_promt_icon {
  font-size: 20px;
}

.chat_promt_text {
  font-size: 14px;
}

.cpu-right-header {
  padding: 0px 16px;
  background: #3d8cab;
  color: white;
  position: relative;
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cpu-right-header-icon {
  width: 20px;
  animation: blink 2s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cpu-right-header-icon svg>path {
  fill: rgb(65 212 5);
}

.cpu-right-header-info {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 10px;
  line-height: 17px;
}

.cpu-right-header-info span:nth-child(1) {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: white;
}

.cpu-right-header-info span:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: white;
}


.cpu-right-header-btn {
  max-width: 30px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* cpu-chat */

.chat_tabs {
position: absolute;
top: 50px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 15;
background: #b2d8f8;
}

.tabs_blog:nth-child(2) {
display: none;
}

.chat_tabs_item {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 50%;
margin: 8px;
padding: 5px;
cursor: pointer;
border-radius: 12px;
}

.chat_tabs_item.active {
background: rgb(61 140 171);
color: white;
}

.cpu-chat {
  position: relative;
  background: white;
  overflow: hidden;
  height: 90%;
}

.cpu-chat-content {
  overflow: auto;
  padding-top: 45px;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
}


.cpu-chat-content::-webkit-scrollbar {
  width: 1px;
  height: 1px;
  background-color: transparent;
}

.cpu-chat-content::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.cpu-chat-content::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

.cpu-chat-gif,
.cpu-chat-gif-show {
  max-width: 117px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.chat_bottom {
position: absolute;
bottom: 5px;
right: 5px;
display: none;
}

.chat_bottom_content {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: rgb(61 140 171);
color: white;
cursor: pointer;
border-radius: 50%;
}

/* .cpu-chat-item:not(:nth-child(1)) {
margin-bottom: 10px;
} */

.cpu-chat-item {
  margin-bottom: 10px;
  background: #edf7ff;
  margin-left: 15px;
  padding: 4px;
  border-radius: 8px;
}

.cpu-message-show {
  width: 100%;
  margin: 0px 0px 5px -3px;
  margin-top: -5px;
  display: block;
  border-left: 4px solid #07c804;
  background: #a9fba842;
  border-radius: 8px;
  color: black;
}

.cpu-message-show .cpu-chat-item-flex {
  padding: 5px;
}

.cpu-message-show .cpu-chat-gif-show {
  max-width: 50px;

}

.cpu-message-show .cpu-chat-name-show {
  font-size: 11px;
}

/* .cpu-chat-item:nth-child(2n) {
background-color: rgb(204 232 255);
} */

.cpu-chat-item:hover {
  -webkit-box-shadow: 0px 5px 6px -4px rgba(46, 158, 249, 0.72);
  -moz-box-shadow: 0px 5px 6px -4px rgba(46, 158, 249, 0.72);
  box-shadow: 0px 5px 6px -4px rgba(46, 158, 249, 0.72);
}

.cpu-chat-item>.cpu-chat-item-flex {
  margin-top: 5px;
}

.cpu-chat-item-flex {
  display: flex;
  padding: 4px 4px;
  gap: 8px;
}

.cpu-message-answer {
  display: none;
  width: 100%;
}

.cpu-message-show {
  width: 100%;
}

.cpu-message-show .cpu-chat-item-flex {
  align-items: center;
}

.message_form_active {
  background: #adffad;
}

.cpu-chat-item-close {
  padding: 5px 10px;
  color: black;
  font-size: 18px;
  cursor: pointer;
}

#message-answer_text {
  width: 190px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.cpu-chat-item-ava,
.cpu-chat-item-ava-show {
  position: relative;
  width: 35px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background: #0d9a5f;
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ava_bg1 {
  background: #046092;
}

.ava_bg2 {
  background: #5a6c1c;
}

.ava_bg3 {
  background: #a49f11;
}

.ava_bg4 {
  background: #430e60;
}

.ava_bg4 {
  background: #f54108;
}

.ava_bg5 {
  background: #a9a1c7;
}

.ava_bg6 {
  background: #731826;
}

.cpu-chat-item-info {
  position: relative;
  width: 100%;
  font-size: 13px;
  display: block;
}

.cpu-chat-name,
.cpu-chat-name-show {
  position: relative;
  margin-right: 4px;
  width: 100%;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.cpu-chat-name {
overflow: unset;
}

.cpu-chat-text,
.cpu-chat-text-show {
  width: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.cpu-chat-answer {
  position: absolute;
  top: -5px;
  right: -3px;
  font-size: 13px;
  cursor: pointer;
  color: #626262;
  background: #f0f0f0;
  font-weight: 400;
  text-align: center;
  padding: 0px 6px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}

.cpu-chat-img {
margin-top: 10px;
}

.cpu-chat-img-item {
  position: relative;
  max-width: 250px;
  width: 100%;
  height: 170px;
  margin-bottom: 10px;
}

.cpu-chat-img-blog{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpu-chat-img-blog img {
  object-fit: contain;
  transition: opacity .3s ease-in-out;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.cpu-chat-item-flex:hover .cpu-chat-answer {
  opacity: 1;
  visibility: visible;
}

.cpu-chat-rate-content {
 
  width: 100%;
  border-radius: 11px;
 
}

.cpu-chat-rate-hedaer {
  position: relative;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cpu-chat-time {
position: absolute;
right: 5px;
top: 5px;
font-size: 14px;
color: black;
z-index: 10;
}

.cpu-chat-rate-title {
font-size: 16px;
font-weight: 500;
color: black;
margin-bottom: 5px;
}

.payout_chat_item {
  border: 1px solid rgba(28, 203, 0, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 160, 16, 0.25);
  background: rgba(238, 255, 240, 1);

}

.payin_chat_item {
  border: 1px solid rgba(203, 170, 0, 1);
  box-shadow: 0px 4px 4px 0px rgba(147, 160, 0, 0.25);
  background: rgba(255, 250, 238, 1);


}

.buy_chat_item {
  border: 1px solid rgba(0, 57, 203, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 26, 160, 0.25);
  background: rgba(238, 242, 255, 1);

}

.cpu-chat-rate-item {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.cpu-chat-rate-id {
  color: rgb(148, 138, 197);
  font-size: 12px;
}

.cpu-chat-rate-rezult {
  padding: 10px 12px 12px;
}

.cpu-chat-rate-rezult-item {
  display: flex;
  justify-content: space-between;
}

.cpu-chat-rate-rezult-col {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
}

.cpu-chat-rate-rezult-title {
  font-weight: 400;
  font-size: 12px;

}

.cpu-chat-rate-rezult-coin {
  font-size: 12px;
  font-weight: 700;
  width: 180px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.cpu-chat-rate-rezult-win {
  font-weight: 600;
  font-size: 14px;
}

/* ...... */

/* cpu-message */

.cpu-message {
  display: flex;
  padding: 12px 16px 16px 12px;
  gap: 10px;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  background: #b2d8f8;
}

.cpu-message-form {
  position: relative;
  width: 100%;
}

.cpu-message-flex {
display: flex;
align-items: center;
gap: 10px;

}

.cpu_screenshot_blog {
position: absolute;
bottom: 0;
left: 0;
background: white;
width: 100%;
display: none;
}

.cpu_screenshot_list {
display: flex;
align-items: center;
gap: 10px;
width: 100%;
padding: 12px;
}

.cpu_screenshot {
  width: 34px;
  height: 30px;
  cursor: pointer;
  padding: 0px;
  min-height: 30px;
  border-radius: 8px;
  transition: opacity 0.32s ease 0s, box-shadow 0.32s ease 0s, background 0.16s ease 0s;
  padding: 0px 15px;
  background: rgb(61 140 171);
  color: rgb(148, 138, 197);
  fill: rgb(148, 138, 197);
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 16px;
  border: 2px solid rgb(61 140 171);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.uploaded_image_blog {
position: relative;
max-width: 75px;
width: 100%;
height: 75px;
}

.uploaded_image_relative {
position: relative;
width: 100%;
height: 100%;
}

.uploaded_image_screen{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uploaded_image_screen img{
  object-fit: contain;
  transition: opacity .3s ease-in-out;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.uploaded_delete {
position: absolute;
top: -5px;
right: 0;
width: 25px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 14px;
background: red;
border-radius: 50%;
cursor: pointer;
}

#message-answer_gif {
  max-width: 65px;
}

.cpu-message-textarea textarea{
  background: rgb(249 249 249);
  border-radius: 10px;
  display: block;
  padding: 10px;
  font-weight: 500;
  font-size: 12px;
  color: black;
  border: none;
  outline: none;
  width: 100%;
  border: 1px solid rgb(61, 140, 171);
  resize: none;
  min-height: 42px;
  max-height: 150px;
}

.cpu-message-button {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.cpu_right_active {
  display: none;
}

.cpu-message-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 8px;
  z-index: 10;
  transition: opacity 0.32s ease 0s, box-shadow 0.32s ease 0s, background 0.16s ease 0s;
  background: rgb(61 140 171);
  border: none;
  padding: 0px 10px;
  min-height: 32px;
  color: white;
  transition: opacity 0.32s ease 0s, background 0.16s;

}



.cpu-message-gif {
  position: relative;
  color: white !important;
}

.cpu-message-btn:hover {
  background: rgb(46, 105, 128);
  transition: opacity 0.32s ease 0s, background 0.16s;

}

.jet_right_active {
  display: none;
}

.cpu-message-btn img {
  width: 15px;
}

.cpu-message-footer {
  width: 100%;
}

.cpu-message-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cpu-message-emoji,
.cpu-message-gif,
.cpu-message-gif-none,
.cpu-message-history {
  position: relative;
  max-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  z-index: 10;
}

.cpu-message-emoji-icon{
color: white;
}

.cpu-message-history {
  display: none;
}

.cpu-message-gif-none,
.cpu-message-gif,
.cpu-message-history {
  max-width: 30px;
}

.cpu-message-maxlength {
  font-size: 9px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  text-align: end;

}

.jet_message_laoding {
  width: 100%;
}

.jet_message_laoding {
  display: none;
}

.message_laoding {
  width: 100%;
  height: 100%;
  min-height: 40px;
  min-height: 40px;
  position: relative;
  top: 0px;
  border: 1px solid rgba(148, 78, 245, 0.5);
  background: rgb(139 158 188);
  border-radius: 10px;
  overflow: hidden;
}

.message_laoding_line {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(61 140 171);
  border-radius: inherit;
  overflow: hidden;
  animation: 4.976s linear 0s 1 normal forwards running cDMCFx;
}

.cpu-right-header-btn {
  max-width: 30px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-bg {
  width: 100%;
  cursor: pointer;
  padding: 0px;
  min-height: 30px;
  border-radius: 8px;
  transition: opacity 0.32s ease 0s, box-shadow 0.32s ease 0s, background 0.16s ease 0s;
  padding: 0px 15px;
  background: rgb(61 140 171);
  color: rgb(148, 138, 197);
  fill: rgb(148, 138, 197);
  font-size: 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 16px;
  border: 2px solid rgb(61 140 171);
}

/* ...... */

/* gif__blog */

.gif__blog {
  display: none;
  position: absolute;
  width: 262px;
  bottom: -15%;
  right: 17px;
  overflow: hidden;
  background: #231d47;
  border-radius: 12px;
  transition: 0.5s ease;
}

.gif__blog_active {
  display: block;
  bottom: 39px;
  right: 0;
  transition: 0.5s ease;
}

.gif__info {
  position: sticky;
  top: 0px;
  z-index: 100;
  padding: 0px;
}

.gif__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(61 140 171);
  padding: 14px;
  color: white;
}

.gif_header_icon {
  width: 20px;
  height: 20px;
  opacity: 0.5;
  transition: all 0.32s ease 0s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.gif__search {
  position: relative;
  z-index: 20;
  padding: 13px 12px;
}

.gif__search_input {
  background: rgb(27, 22, 55);
  color: white;
  border: none;
  outline: none;
  width: 100%;
  height: 36px;
  display: grid;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 10px;
  padding: 0px 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.23px;
}

.gif__section {
  overflow: scroll;
  position: relative;
  background: #edf7ff;
  z-index: 10;
  height: 320px;
}

.gif__section_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 10px;
}

.gif__section_item {
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.gif__section_item img {
  height: 100%;
}

/* gif__blog finish */

/* ...... */

.cloud_ul_buger {
  width: max-content;
}

.cloud_ul_display li,
.cloud_ul_display a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  width: 100%;
}

.cloud_ul_buger_flex {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 10px;
  font-size: 25px;
}


.cloud_ul_icon {
  cursor: pointer;
}

.cloud_ul_content {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}

.cloud_ul_flex {
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.cloud_ul_header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
}

.cloud_ul_logo {
  width: 90px;
}

.cloud_icon {
  padding: 0px 15px;
  font-size: 35px;
  cursor: pointer;
}

.cloud_ul_active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  transition: 0.2s ease;
}

@media (min-width: 320px) {
  .cpu_modal_dialog {
    max-width: 1135px !important;
  }
}

.mining_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0px;
  /* overflow: hidden; */
}

.mining_left {
  max-width: 280px;
  width: 100%;
  box-shadow: 1px 4px 25.9px 0px rgba(0, 0, 0, 0.05);
  background: white;
  min-height: 589px;
  max-height: 589px;
  border-radius: 0px 0px 12px 12px;
}

.mining_right {
  max-width: 980px;
  width: 100%;
}

.calculator-input-device {
  border: 0.5px solid rgba(213, 229, 236, 1);
  height: 64px;
  background: rgba(255, 255, 255, 1);
  justify-content: space-between;
  align-items: center;
  flex-wrap: unset !important;
}

.mining_left,
.mining_right {
  padding: 0px 0px !important;
}

#autoSizingInputGroup {
  max-width: 72px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.modal-dialog {
  margin: auto !important;
}

.modal {
  padding: 0px 7px !important;
}

.cpu_content_body {
  padding: 10px !important;
}

.cpu_item_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cpu_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 19px;
  margin-top: 10px;
  height: 500px;
  overflow: auto;
}

.cpu_item {
  max-width: 350px;
  width: 100%;
  padding: 10px;
  border: 1px solid #3d8cab;
  border-top: 7px solid #3d8cab;
  border-radius: 20px;
  cursor: pointer;
}

.cpu_li:hover {
  background: rgba(64, 137, 170, 1);
  color: white;
}

.cpu_li:hover .cpu_drop_sin {
color: white;
}

.cpu_item_active {
  background: #4b6b76;
  color: white;
}

.cpu_bottom_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}

.cpu_bottom_title {
  font-size: 14px;
}

.cpu_bottom_title i {
  color: #626262;
}

.cpu_info_col {
  padding: 3px;
  font-size: 14px;
  background: #ECECEC;
}

.cpu_bottom_item {
  width: 47%;
}

.cpu_buton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.cpu_btn {
  padding: 5px;
  font-size: 14px;
}

.cpu_flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cpu_open_modal {
  padding: 5px;
  max-width: 50px;
  width: 100%;
  height: 48px;
  font-size: 25px;
  font-weight: 400;
  transition: 0.3s;
  color: #909090;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpu_open_modal img {
  width: 22px;
}

.cpu_tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.cpu_tabs_link {
  border-bottom: 1px solid transparent;
  color: #A9A9A9;
  cursor: pointer;
  padding-bottom: 5px;
  font-size: 16px;
}

.cpu_tabs_active {
  border-bottom: 3px solid #4b6b76;
  color: black !important;
}


.cpu_btn:nth-child(1) {
  background: #FFDCDC;
}

.cpu_btn:nth-child(2) {
  background: #95F785;
}

.cpu_dropdown {
  position: relative;
  max-width: 240px;
  width: 100%;
  height: 64px;
  text-align: left;
  cursor: pointer;
  background: rgba(239, 246, 249, 1);
  border-left: 3px solid rgba(64, 137, 170, 1);
  color: black;
  padding: 5px 12px;
  font-size: 14px;
}

.exchange_drop {
  background: transparent;
  border: none;
  width: 57px;
  max-width: unset;
  padding: 0px;
}

.exchange_blog .cpu_drop_icon {
  position: absolute;
  top: 40px;
  left: 48px;
  top: unset !important;
  right: unset !important;
  pointer-events: none !important;
  color: #8b8686;
}

.exchange_blog .exchange_drop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.cpu_option {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-size: 12px;
}

.cpu_option li {
width: 100%;
}

.exchange_blog .cpu_option {
  width: 100%;
  justify-content: flex-end;
}

.cpu_icon {
  position: absolute;
  top: 30%;
  right: 16px;
  font-size: 14px;
  box-shadow: 0px 0px 2.6px 0px rgba(0, 0, 0, 0.12);
  background: rgb(64 137 170);
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.cpu_dropdown.cpu-active-creation .cpu_ul {
  display: block;
  left: 0px;
  top: 100%;
  position: absolute;
  z-index: 1100;
  transition: height 0.2s ease 0s;
  cursor: pointer;
  background: white;
  border: 1px solid #4b6b76;
  min-width: 100%;
  overflow-x: hidden;
  height: 490px;
  animation: 0.7s ease 0s 1 normal none running gSyIjp;

}

.exchange_drop.cpu-active-creation .cpu_ul {
  width: 100%;
  min-width: unset;
  height: 400px;
}

.wallet_pay_all {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  background: transparent;
  color: #595959;
  font-size: 14px;
}

.wallet_pay_all:hover {
  background: whitesmoke;
}

@keyframes gSyIjp {
  0% {
    animation-timing-function: ease-out;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }


  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

.cpu-li {
  padding: 10px;
}

.cpu-li:hover {
  background: #4b6b76;
  color: white;
}

.product-main-name {
  font-size: 16px;
}

.cpu_dropdown .cpu_ul {
  position: relative;
  top: 55px;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
}


.exchange_option::before {
  content: unset;
}

.exchange_option li img {
  max-width: 35px;
  width: 100%;
}

.cpu_drop_icon {
  position: absolute;
  top: 26%;
  right: 89%;
  font-size: 20px;
}

.cpu_dropdown.cpu-active-creation .cpu_icon {
  transform: rotate(-180deg);
}

.cpu_dropdown.cpu-active-creation .cpu_drop_icon {
  transform: rotate(-180deg);
}

.dropdown_menu {
  position: relative;
  max-width: 300px;
  width: 100%;
  height: 60px;
  text-align: left;
  cursor: pointer;
  background: #f1f1f1;
  border: 1px solid #4b6b76;
  color: black;
  padding: 8px 12px;
  font-size: 14px;
}

.dropdown_option {
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-size: 12px;
}

.dropdown_menu.dropdown-active-creation .dropdown_ul {
  display: block;
  left: 0px;
  top: 100%;
  position: absolute;
  z-index: 1100;
  transition: height 0.2s ease 0s;
  cursor: pointer;
  background: white;
  border: 1px solid #4b6b76;
  min-width: 100%;
  overflow-x: hidden;
  height: 180px;
}

.dropdown-li {
  padding: 10px;
}

.dropdown-li:hover {
  background: #4b6b76;
  color: white;
}

.dropdown-main-name {
  font-size: 16px;
}

.dropdown_menu .dropdown_ul {
  position: relative;
  top: 55px;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
}

.dropdown_option:before {
  content: "";
  position: absolute;
  top: 40%;
  right: 18px;
  width: 4px;
  height: 4px;
  border: 4px solid;
  border-color: transparent transparent #4b6b76 #4b6b76;
  transform: rotate(-45deg);
}

.dropdown_menu.dropdown-active-creation .dropdown_option:before {
  top: 46%;
  transform: rotate(-225deg);
}

.cpu_drop_flex {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
}

.cpu_drop_flex .cpu_drop_img {
  max-width: 35px;
  width: 100%;
}

.cpu_option .cpu_drop_flex {
  padding: 0px;
}

.cpu_table_blog {
  height: 600px;
  overflow: auto;
  border-radius: 12px;
}

.cpu_thead {
  position: sticky;
  top: 0;
  background: rgba(239, 246, 249, 1);
}

.cpu_table {
  width: 100%;
  border: 0.5px solid rgba(0, 0, 0, 0.13);
}

.cpu_table td,
.cpu_table th {
  padding: 10px;
  border: 0.5px solid rgba(0, 0, 0, 0.13);
  border-right: none;
  border-left: none;
}

.cpu_table th {
  opacity: 0.4;
}

.cpu_table th:nth-child(6),
.cpu_table th:nth-child(7) {
  opacity: 1;
  font-weight: 600;




}

.cpu_table_btn {
  position: relative;
  padding-right: 4px;
  font-size: 15px;
}

.cpu_btn_icon {
  position: absolute;
  right: 8%;
}

.cpu_table_btn.cpu_table_active .cpu_btn_icon {
  transform: rotate(180deg);
}

.cpu_table_btn {
  cursor: pointer;
  opacity: 1;
  font-weight: 500;
}

.cpu_drop_img {
  max-width: 45px;
  height: auto;
  vertical-align: bottom;
}

.cpu_main_name {
  font-size: 14px;
}

.cpu_drop_name {
  font-size: 12px;
}

.cpu_drop_sin {
  color: rgba(15, 24, 28, 1);
  font-size: 14px;
  font-weight: 600;
}

.mining_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(239, 246, 249, 1);
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 3.65px 0px rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
}

.mining_flex:hover {
  background: rgb(229, 246, 253);
}

.mining_flex:hover .cpu_open_modal {
  color: #0095ff;
}

.cpu_price_text {
  font-size: 14px;
  margin-bottom: 15px;
  color: #626262;
}


.cpu_submit {
  max-width: 280px;
  width: 100%;
  height: 64px;
  padding: 5px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  background: rgb(95 173 45);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpu_submit:hover {
  background: rgb(70 132 30);
}

.cpu_price_blog .cpu_available_item {
  font-size: 14px;
}

.cpu_available_item {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(64, 137, 170, 1);
}

.cpu_price {
  font-size: 20px;
  font-weight: 600;
}

#cpu_name {
  width: 97%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  padding-left: 15px;
}

.cpu_name_text {
  width: 70%;
  font-size: 16px;
  height: 48px;
  display: flex;
  align-items: center;
}

/* error */

.error {
  font-size: 13px;
  color: red;
}

.error_site {
  position: fixed;
  top: 0;
  right: 0%;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00000085;
}


.error_content_header {
  border-radius: 16px 16px 0px 0px;
  width: 100%;
  padding: 18px 19px 18px 12px;
  height: 56px;
  background: linear-gradient(0deg, rgb(66 142 255), rgb(66 142 255));
  border-bottom: rgb(66 142 255);
  color: white;
  font-size: 15px;
  border: 1px solid white;
}

.error_content_text {
  border-radius: 0px 0px 16px 16px;
  color: black;
  font-size: 16px;
  padding: 10px;
  background: white;
}

.error_content_text a{
  background: rgba(64, 137, 170, 1);
  max-width: 230px;
  width: 100%;
  height: 44px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-top: 10px;
}

.error_content_text a:hover {
  background: rgb(37 126 166);
  color: white;
}

.error_content,
.error_register_content {
  background: rgb(64 137 170);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid white;
  max-width: 500px;
}

.error_register_content {
  max-width: 500px;
  width: 100%;
  margin: auto;
}

.error_content_close {
  color: white;
  font-size: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 8px;
}

.error_content_close:hover {
background: red;
color: white;
}

.error_content_header {
  width: 100%;
  padding: 18px 19px 18px 12px;
  height: 56px;
  background: rgb(64 137 170);
  border-bottom: white;
  color: white;
  font-size: 15px;
}

.error_content_text {
  font-size: 16px;
  min-height: 100px;
  padding: 20px;
  background: #f9f9f9;
}

.register_text {
  color: white;
  font-size: 16px;
  padding: 10px;
}

.disabled_btn {
  pointer-events: none;
  opacity: 0.5;
}

.error_content_button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
}

/* error finish */