@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");
@import url("media.css");

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin: 0 auto;
  width: 100vw;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #212121;
  background-size: 7%;
  background-color: #fff;
  min-height: 100vh;
}

input, textarea, select, button {
  font-family: "Circe-Regular", sans-serif;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

.hidden {
  display: none;
}

input[type=file] {
  display: none;
}

/* input[type=checkbox] {
  display: none;
} */

input[type=radio] {
  display: none;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

.hidden {
  display: none;
}

a,
input[type=button],
button {
  cursor: pointer;
}
a.blue-button,
input[type=button].blue-button,
button.blue-button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #3e97ff;
  border-radius: 6px;
  border: 1px solid #3e97ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  height: 40px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.2s, -webkit-box-shadow 0.08s ease-in;
  transition: all 0.2s, -webkit-box-shadow 0.08s ease-in;
  transition: all 0.2s, box-shadow 0.08s ease-in;
  transition: all 0.2s, box-shadow 0.08s ease-in, -webkit-box-shadow 0.08s ease-in;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
a.blue-button:before,
input[type=button].blue-button:before,
button.blue-button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: circle(0% at 0 50%);
  clip-path: circle(0% at 0 50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
}
a.blue-button:hover,
button.blue-button:hover {
  color: #ffffff;
  background-color: #2d7be6;
  border-color: #2d7be6;
}
input[type=button].blue-button:hover{
  background: #2d7be6;
  color: #ffffff;
}
a.blue-button:hover:before,
input[type=button].blue-button:hover:before,
button.blue-button:hover:before {
  visibility: hidden;
  opacity: 0;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
}
a.green-button,
input[type=button].green-button,
button.green-button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #328736;
  border-radius: 6px;
  border: 1px solid #328736;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  height: 40px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.2s, -webkit-box-shadow 0.08s ease-in;
  transition: all 0.2s, -webkit-box-shadow 0.08s ease-in;
  transition: all 0.2s, box-shadow 0.08s ease-in;
  transition: all 0.2s, box-shadow 0.08s ease-in, -webkit-box-shadow 0.08s ease-in;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
a.green-button:before,
input[type=button].green-button:before,
button.green-button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: circle(0% at 0 50%);
  clip-path: circle(0% at 0 50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
}
a.green-button:hover,
input[type=button].green-button:hover,
button.green-button:hover {
  color: #328736;
  border-color: #328736;
}
a.green-button:hover:before,
input[type=button].green-button:hover:before,
button.green-button:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-clip-path: circle(70.7% at 50% 50%);
  clip-path: circle(70.7% at 50% 50%);
}
a.red-button,
input[type=button].red-button,
button.red-button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #f1416c;
  border-radius: 6px;
  border: 1px solid #f1416c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  height: 40px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.2s, -webkit-box-shadow 0.08s ease-in;
  transition: all 0.2s, -webkit-box-shadow 0.08s ease-in;
  transition: all 0.2s, box-shadow 0.08s ease-in;
  transition: all 0.2s, box-shadow 0.08s ease-in, -webkit-box-shadow 0.08s ease-in;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
a.red-button:before,
input[type=button].red-button:before,
button.red-button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: circle(0% at 0 50%);
  clip-path: circle(0% at 0 50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
}
a.red-button:hover,
button.red-button:hover {
  color: #f1416c;
  border-color: #f1416c;
}
input[type=button].red-button:hover{
  background: #fff;
  color: #f1416c;
}
a.red-button:hover:before,
input[type=button].red-button:hover:before,
button.red-button:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-clip-path: circle(70.7% at 50% 50%);
  clip-path: circle(70.7% at 50% 50%);
}
a.grey-button,
input[type=button].grey-button,
button.grey-button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #dbdfe9;
  border-radius: 6px;
  border: 1px solid #dbdfe9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4b5675;
  cursor: pointer;
  font-size: 100%;
  height: 40px;
  line-height: 1.15;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.2s, -webkit-box-shadow 0.08s ease-in;
  transition: all 0.2s, -webkit-box-shadow 0.08s ease-in;
  transition: all 0.2s, box-shadow 0.08s ease-in;
  transition: all 0.2s, box-shadow 0.08s ease-in, -webkit-box-shadow 0.08s ease-in;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
a.grey-button:before,
input[type=button].grey-button:before,
button.grey-button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: circle(0% at 0 50%);
  clip-path: circle(0% at 0 50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
}
a.grey-button:hover,
input[type=button].grey-button:hover,
button.grey-button:hover {
  color: #4b5675;
  border-color: #4b5675;
}
a.grey-button:hover:before,
input[type=button].grey-button:hover:before,
button.grey-button:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-clip-path: circle(70.7% at 50% 50%);
  clip-path: circle(70.7% at 50% 50%);
}
.grey-button.update-device-button{
  margin-top: 12px;
}
a.dark_blue-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #1e5ca8;
    border-radius: 6px;
    border: 1px solid #1e5ca8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
    height: 40px;
    line-height: 1.15;
    margin: 12px 0 0;
    outline: none;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-transform: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.2s, -webkit-box-shadow 0.08s ease-in;
    transition: all 0.2s, -webkit-box-shadow 0.08s ease-in;
    transition: all 0.2s, box-shadow 0.08s ease-in;
    transition: all 0.2s, box-shadow 0.08s ease-in, -webkit-box-shadow 0.08s ease-in;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;

    width: auto;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

a.dark_blue-button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: circle(0% at 0 50%);
    clip-path: circle(0% at 0 50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
}

a.dark_blue-button:hover,
button.dark_blue-button:hover {
    color: #ffffff;
    background-color: #174a84;
    border-color: #174a84;
}


a.dark_blue-button:hover:before {
    visibility: hidden;
    opacity: 0;
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
}
a.dark_grey-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #a8abb2;
    border-radius: 6px;
    border: 1px solid #a8abb2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
    height: 40px;
    line-height: 1.15;
    margin: 12px 0 0;
    outline: none;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-transform: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.2s, -webkit-box-shadow 0.08s ease-in;
    transition: all 0.2s, -webkit-box-shadow 0.08s ease-in;
    transition: all 0.2s, box-shadow 0.08s ease-in;
    transition: all 0.2s, box-shadow 0.08s ease-in, -webkit-box-shadow 0.08s ease-in;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;

    width: auto;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

a.dark_grey-button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: circle(0% at 0 50%);
    clip-path: circle(0% at 0 50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
}

a.dark_grey-button:hover,
button.dark_grey-button:hover {
    color: #ffffff;
    background-color: #9d9fa4;
    border-color: #9d9fa4;
}


a.dark_grey-button:hover:before {
    visibility: hidden;
    opacity: 0;
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
}
header {
  width: 100%;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #f1f1f2;
  position: relative;
  z-index: 1;
}
header .section {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .section .header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .section .header_left .logo img {
  width: 200px;
  background-color: #ddd;
}
header .section .header_left ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .section .header_left ul li a {
  display: block;
  padding: 30px 10px 28px;
  color: #777;
  text-decoration: none;
  font-weight: 600;
  margin-left: 5px;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .section .header_left ul li a:hover {
  background-color: #f1faff;
  border-color: #f1faff;
}
header .section .header_left ul li a.active {
  border-bottom: 2px solid #3e97ff;
  color: #3e97ff;
}
header .section .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .section .header_right .user_block .balance {
  text-align: right;
}
header .section .header_right .user_block .balance span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
header .section .header_right .user_block .balance span i {
  font-size: 14px;
  display: block;
  margin-right: 8px;
  color: #50cd89;
}
header .section .header_right .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .section .header_right .user .status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #777;
  margin-right: 10px;
}
header .section .header_right .user .status.green {
  background-color: #50cd89;
}
header .section .header_right .user a {
  color: #222;
  font-weight: 600;
  text-decoration: none;
}
header .section .header_right .icon {
  margin-left: 15px;
}
header .section .header_right .icon a {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #777;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 7px;
  background-color: #ddd;
  padding: 10px;
}
header .section .header_right .icon a i {
  color: #2f2f2f;
}
header .section .header_right .icon a:hover {
  color: #222;
}

.img-flag {
  width: 20px;
}

section.login .section {
  max-width: 500px;
  padding: 0 30px;
  margin: 0 auto;
  padding-bottom: 60px;
  padding-top: 55px;
  position: relative;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 10px;
  margin-top: 50px;
}
section.login .section .login_top {
  text-align: center;
}
section.login .section .login_top span {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  margin-top: 25px;
}
section.login .section .login_top p {
  font-size: 14px;
  color: #A0A0B2;
  font-family: Circe-Regular, sans-serif;
}
section.login .section .login_body {
  max-width: 395px;
  margin: 0 auto;
}
section.login .section .login_body #login-form,
section.login .section .login_body #form-signup,
section.login .section .login_body #request-password-reset-form,
section.login .section .login_body #reset-password-form {
  margin-top: 33px;
}
section.login .section .login_body #login-form p.signup,
section.login .section .login_body #form-signup p.signup,
section.login .section .login_body #request-password-reset-form p.signup,
section.login .section .login_body #reset-password-form p.signup {
  text-align: center;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
section.login .section .login_body #login-form p.signup a,
section.login .section .login_body #form-signup p.signup a,
section.login .section .login_body #request-password-reset-form p.signup a,
section.login .section .login_body #reset-password-form p.signup a {
  color: #3e97ff;
}
section.login .section .login_body #login-form .form-control,
section.login .section .login_body #form-signup .form-control,
section.login .section .login_body #request-password-reset-form .form-control,
section.login .section .login_body #reset-password-form .form-control {
  width: 100%;
  height: 43px;
  border: 0;
  border: 1px solid #dbdfe9;
  background-color: #fff;
  border-radius: 5px;
  text-indent: 12px;
  font-size: 14px;
}
section.login .section .login_body #login-form .invalid-feedback,
section.login .section .login_body #form-signup .invalid-feedback,
section.login .section .login_body #request-password-reset-form .invalid-feedback,
section.login .section .login_body #reset-password-form .invalid-feedback {
  padding: 5px 0;
  color: #da3f3f;
}
section.login .section .login_body #login-form .password-reset,
section.login .section .login_body #form-signup .password-reset,
section.login .section .login_body #request-password-reset-form .password-reset,
section.login .section .login_body #reset-password-form .password-reset {
  text-align: right;
}
section.login .section .login_body #login-form .password-reset a,
section.login .section .login_body #form-signup .password-reset a,
section.login .section .login_body #request-password-reset-form .password-reset a,
section.login .section .login_body #reset-password-form .password-reset a {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #3e97ff;
  text-decoration: none;
}
section.login .section .login_body #login-form .password-reset a:hover,
section.login .section .login_body #form-signup .password-reset a:hover,
section.login .section .login_body #request-password-reset-form .password-reset a:hover,
section.login .section .login_body #reset-password-form .password-reset a:hover {
  text-decoration: underline;
}
section.login .section .login_body #login-form .blue-button,
section.login .section .login_body #form-signup .blue-button,
section.login .section .login_body #request-password-reset-form .blue-button,
section.login .section .login_body #reset-password-form .blue-button {
  width: 100%;
  margin-top: 30px;
}
section.login .section .login_body #login-form .socials_login,
section.login .section .login_body #form-signup .socials_login,
section.login .section .login_body #request-password-reset-form .socials_login,
section.login .section .login_body #reset-password-form .socials_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
}
section.login .section .login_body #login-form .socials_login a,
section.login .section .login_body #form-signup .socials_login a,
section.login .section .login_body #request-password-reset-form .socials_login a,
section.login .section .login_body #reset-password-form .socials_login a {
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #3e97ff;
  padding: 15px 0;
  text-align: center;
  display: block;
  width: 185px;
  height: 55px;
  color: #212121;
  text-decoration: none;
  margin-bottom: 18px;
}
section.cabinet_setting .section {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 60px;
}
section.cabinet_setting .section .form_section {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid #f1f1f2;
  border-radius: 7px;
}
section.cabinet_setting .section .form_section .form_section_top {
  padding: 15px 25px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.cabinet_setting .section .form_section .form_section_top span {
  color: #999;
  font-size: 18px;
  display: block;
  line-height: 18px;
}
section.cabinet_setting .section .form_section .form_section_body .form {
  padding: 35px 25px 15px;
}
section.cabinet_setting .section .form_section .form_section_body .form .item_form span {
  display: block;
  margin-bottom: 5px;
}
section.cabinet_setting .section .form_section .form_section_body .form .item_form input {
  height: 35px;
  background-color: #f1f1f2;
  border: 1px solid #f9f9f9;
  color: #4b5675;
  text-indent: 10px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 5px;
  width: 250px;
}
section.cabinet_setting .section .form_section .form_section_footer {
  padding: 15px 25px 35px;
}
section.cabinet_table .section {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 60px;
}
section.cabinet_table .section .deposit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
}
section.cabinet_table .section .deposit .deposit_flex_left span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
}
section.cabinet_table .section .deposit .deposit_flex_left p {
  color: #50cd89;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
section.cabinet_table .section .deposit .deposit_flex_left p i {
  text-decoration: none;
  font-style: normal;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
section.cabinet_table .section .table_div {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid #f1f1f2;
  border-radius: 7px;
}
section.cabinet_table .section .table_div .filter,  section.cabinet .section .table_div .filter{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 25px 15px;
  border-bottom: 1px solid #ddd;
}
section.cabinet_table .section .table_div .filter .blue-button {
  height: 34px;
  margin: 0;
  padding-top: 3px;
  padding-left: 15px;
  padding-right: 15px;
}
section.cabinet_table .section .table_div .filter .item_filter {
  margin-right: 15px;
}
section.cabinet_table .section .table_div .filter .item_filter i {
  font-size: 20px;
  line-height: 20px;
}
section.cabinet_table .section .table_div .filter .item_filter .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.cabinet_table .section .table_div .filter .item_filter .inputs input, .grid-view .list_operations thead .filters input,  .modal-wrapper-update-device-modal,
select#page_size{
  height: 35px;
  background-color: #f1f1f2;
  border: 1px solid #f9f9f9;
  color: #4b5675;
  text-indent: 10px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 5px;
  width: 150px;
}

/* Убираем outline при focus для указанных элементов */
section.cabinet_table .section .table_div .filter .item_filter .inputs input:focus,
.grid-view .list_operations thead .filters input:focus,
.modal-wrapper-update-device-modal:focus,
select#page_size:focus {
  outline: none;
  border-color: #3e97ff;
}

/* Улучшаем видимость иконки меню на мобильных устройствах */
.menu__hamburger img {
  filter: brightness(0) saturate(100%);
  opacity: 0.8;
}

.menu__hamburger img:hover {
  opacity: 1;
}
.modal-wrapper-update-device-modal{
  background: #fff;
}
.grid-view .list_operations thead .filters input{
  width: 100%;
}
section.cabinet_table .section .table_div .filter .item_filter .inputs input:nth-child(1) {
  border-radius: 5px 0 0 5px;
}
section.cabinet_table .section .table_div .filter .item_filter .inputs input:nth-last-child(1) {
  border-radius: 0 5px 5px 0;
}
section.cabinet_table .section .table_div .filter .item_filter .inputs input[type=date] {
  padding-right: 10px;
}
section.cabinet_table .section .table_div .filter .item_filter .SumoSelect:hover .CaptionCont:hover {
  background-color: #f1f1f2;
}
section.cabinet_table .section .table_div .filter .item_filter .SumoSelect .CaptionCont {
  background-color: #f1f1f2;
  border: 1px solid #f9f9f9;
  color: #4b5675;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  padding: 7px 10px;
}
section.cabinet_table .section .table_div .filter .item_filter .SumoSelect .CaptionCont span, section.cabinet_table .section .table_div .filter .item_filter .SumoSelect .CaptionCont label {
  cursor: pointer;
}
section.cabinet_table .section .table_div .filter .item_filter .SumoSelect .optWrapper {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border: 0;
  padding: 5px 0;
  background-color: #fff;
}
section.cabinet_table .section .table_div .filter .item_filter .SumoSelect .optWrapper .opt {
  font-size: 12px;
  font-weight: 600;
  color: #4b5675;
  border: 0;
  padding: 7px 10px;
}
section.cabinet_table .section .table_div .filter .item_filter .SumoSelect .optWrapper .opt:hover {
  background-color: #f9f9f9;
  color: #3e97ff;
}
section.cabinet_table .section .table_div .table_div_top {
  padding: 15px 25px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.cabinet_table .section .table_div .table_div_top .table_div_top_left h3 {
  color: #999;
  font-size: 18px;
  display: block;
  line-height: 18px;
}
section.cabinet_table .section .table_div .table_div_top .table_div_top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.cabinet_table .section .table_div .table_div_top .table_div_top_right .link {
  margin-left: 25px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
section.cabinet_table .section .table_div .table_div_top .table_div_top_right .link:hover span, section.cabinet_table .section .table_div .table_div_top .table_div_top_right .link:hover a {
  color: #222;
}
section.cabinet_table .section .table_div .table_div_top .table_div_top_right .link:hover span i, section.cabinet_table .section .table_div .table_div_top .table_div_top_right .link:hover a i {
  color: #222;
}
section.cabinet_table .section .table_div .table_div_top .table_div_top_right .link span, section.cabinet_table .section .table_div .table_div_top .table_div_top_right .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: #999;
  text-decoration: none;
}
section.cabinet_table .section .table_div .table_div_top .table_div_top_right .link span i, section.cabinet_table .section .table_div .table_div_top .table_div_top_right .link a i {
  font-size: 18px;
  line-height: 18px;
  display: block;
  margin-left: 5px;
}
section.cabinet_table .section .table_div .table_div_body {
  padding: 25px;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations {
  width: 100%;
  margin: 0;
  clear: both;
  margin-top: 6px;
  margin-bottom: 6px;
  max-width: none;
  border-collapse: separate;
  border-spacing: 0;
}
.list_operations tr:nth-child(even) {
  background-color: #f9f9f9;
}
.list_operations tr:nth-child(odd) {
  background-color: #ffffff;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr th {
  padding: 5px 0 10px 5px;
  border-bottom: 1px solid #f1f1f2;
  text-align: left;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr th span, .grid-view .list_operations thead tr th a{
  font-weight: 600;
  color: #78829d;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr td {
  padding: 14px 10px;
  border-bottom: 1px solid #f1f1f2;
  text-align: left;
  position: relative;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.date span i, section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.sum span i, section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.curr span i {
  font-style: normal;
  color: #78829d;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: 600;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status.status_success {
  color: #0f5132;
  background-color: #d1fae5;
  border: 1px solid #0f5132;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status.status_error {
  color: #842029;
  background-color: #fde2e2;
  border: 1px solid #842029;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status.status_warning {
  color: #8a6d1d;
  background-color: #fff3cd;
  border: 1px solid #8a6d1d;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status.status_pending {
  color: #fbbf24;
  background-color: #929292;
  border: 1px solid #0f5132;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status:hover {
  filter: brightness(0.96);
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.type span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.type span i {
  font-size: 25px;
  color: #3e97ff;
  margin-right: 5px;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.action span {
  color: #78829d;
  cursor: pointer;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.action span:hover {
  opacity: 0.8;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr td span {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #4b5675;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr td span.external {
  white-space: nowrap;
  overflow: hidden;
  padding: 5px;
  text-overflow: ellipsis;
  max-width: 100px;
  display: block;
  background-color: #fff;
  top: 26px;
}
section.cabinet_table .section .table_div .table_div_body table.list_operations tr td span.external:hover {
  max-width: 500px;
  position: absolute;
  text-overflow: ellipsis;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
  z-index: 3;
}
section.cabinet .section {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 60px;
}
section.cabinet .section .section_top .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 10px;
}
section.cabinet .section .section_top .tabs li:nth-child(1) a {
  border-radius: 5px 0 0 5px;
  border-right: 0;
}
section.cabinet .section .section_top .tabs li:nth-last-child(1) a {
  border-left: 0;
  border-radius: 0 5px 5px 0;
}
section.cabinet .section .section_top .tabs a {
  padding: 10px 20px;
  border: 1px solid #3e97ff;
  display: block;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
section.cabinet .section .section_top .tabs a:hover {
  background-color: #f6f9ff;
}
section.cabinet .section .section_top .tabs a.active {
  background-color: #3e97ff;
  color: #fff;
}
section.cabinet .section .section_body .home_page {
  padding: 30px 0;
}
section.cabinet .section .section_body .home_page .status_deal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
section.cabinet .section .section_body .home_page .status_deal .status_item {
  width: 25%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.cabinet .section .section_body .home_page .status_deal .status_item:nth-child(1) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.cabinet .section .section_body .home_page .status_deal .status_item:nth-last-child(1) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
section.cabinet .section .section_body .home_page .status_deal .status_item:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 18px;
  background-color: #dedede;
}
section.cabinet .section .section_body .home_page .status_deal .status_item.active:after {
  background-color: #3cd800;
}
section.cabinet .section .section_body .home_page .status_deal .status_item.active span {
  background-color: #3cd800;
  color: #fff;
}
section.cabinet .section .section_body .home_page .status_deal .status_item.error:after {
  background-color: #d80000;
}
section.cabinet .section .section_body .home_page .status_deal .status_item.error span {
  background-color: #d80000;
  color: #fff;
}
section.cabinet .section .section_body .home_page .status_deal .status_item.time:after {
  background-color: #d80000;
}
section.cabinet .section .section_body .home_page .status_deal .status_item.time span {
  background-color: #d80000;
  color: #fff;
}
section.cabinet .section .section_body .home_page .status_deal .status_item span {
  padding: 8px 15px;
  border-radius: 15px;
  background-color: #dedede;
  width: 190px;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
  border: 1px solid #9e9e9e;
}
section.cabinet .section .section_body .home_page .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-bottom: 30px;
}
section.cabinet .section .section_body .home_page .tabs li:nth-child(1) a {
  border-radius: 5px 0 0 5px;
  border-right: 0;
}
section.cabinet .section .section_body .home_page .tabs li:nth-last-child(1) a {
  border-left: 0;
  border-radius: 0 5px 5px 0;
}
section.cabinet .section .section_body .home_page .tabs a {
  padding: 10px 20px;
  border: 1px solid #3e97ff;
  display: block;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
section.cabinet .section .section_body .home_page .tabs a:hover {
  background-color: #f6f9ff;
}
section.cabinet .section .section_body .home_page .tabs a.active {
  background-color: #3e97ff;
  color: #fff;
}
section.cabinet .section .section_body .home_page .price_blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.cabinet .section .section_body .home_page .price_blocks .price_block_p {
  border-radius: 7px;
  padding: 15px;
  width: calc(50% - 20px);
  position: relative;
}
section.cabinet .section .section_body .home_page .price_blocks .price_block_p i {
  font-size: 40px;
  color: #3e97ff;
}
section.cabinet .section .section_body .home_page .price_blocks .price_block_p p {
  width: 100%;
  text-align: center;
  background-color: #3e97ff;
  border-radius: 15px;
  padding: 10px 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
}
section.cabinet .section .section_body .home_page .price_blocks .price_block_p span.sum {
  font-weight: 600;
  font-size: 47px;
  display: inline-block;
  line-height: 47px;
  color: #3e97ff;
  margin-left: 30px;
}
section.cabinet .section .section_body .home_page .price_blocks .price_block {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(160, 160, 178, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(160, 160, 178, 0.2);
  margin-bottom: 30px;
  border-radius: 7px;
  padding: 15px;
  border: 1px solid #ccc;
  width: calc(35% - 20px);
  position: relative;
}
section.cabinet .section .section_body .home_page .price_blocks .price_block .approv_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
section.cabinet .section .section_body .home_page .price_blocks .price_block .approv_item.active_approv p i {
  color: #3cd800;
}
section.cabinet .section .section_body .home_page .price_blocks .price_block .approv_item.expect_approv p i {
  color: #b0b0b0;
}
section.cabinet .section .section_body .home_page .price_blocks .price_block .approv_item.error_approv p i {
  color: #d80000;
}
section.cabinet .section .section_body .home_page .price_blocks .price_block .approv_item > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
}
section.cabinet .section .section_body .home_page .price_blocks .price_block .approv_item > p i {
  font-size: 20px;
  margin-right: 5px;
}
section.cabinet .section .section_body .home_page .price_blocks .price_block .approv_item span {
  font-weight: 600;
  position: relative;
}
section.cabinet .section .section_body .home_page .price_blocks .price_block .approv_item span:hover p {
  opacity: 1;
}
section.cabinet .section .section_body .home_page .price_blocks .price_block .approv_item span p {
  position: absolute;
  background-color: #333;
  color: #fff;
  white-space: nowrap;
  top: -28px;
  padding: 3px 10px;
  border-radius: 3px;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}
section.cabinet .section .section_body .home_page .load_doc {
  width: 100%;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(160, 160, 178, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(160, 160, 178, 0.2);
  margin-bottom: 30px;
  border-radius: 7px;
  padding: 25px 15px;
  border: 1px dashed #3e97ff;
}
section.cabinet .section .section_body .home_page .load_doc p, section.cabinet .section .section_body .home_page .load_doc button {
  color: #818181;
  white-space: pre-wrap;
  text-align: center;
  font-size: 13px;
}
section.cabinet .section .section_body .home_page .deals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
section.cabinet .section .section_body .home_page .deals.deals_change .deal_div {
  cursor: pointer;
}
section.cabinet .section .section_body .home_page .deals.deals_change .deal_div:hover {
  border: 1px dashed #3e97ff;
}
section.cabinet .section .section_body .home_page .deals.deals_change .deal_div:hover span, section.cabinet .section .section_body .home_page .deals.deals_change .deal_div:hover i {
  color: #3e97ff;
}
section.cabinet .section .section_body .home_page .deals.deals_change .deal_div.active {
  outline: 4px solid #004bd8;
  outline-offset: -4px;
}
section.cabinet .section .section_body .home_page .deals.deals_change .deal_div.active span, section.cabinet .section .section_body .home_page .deals.deals_change .deal_div.active i {
  color: #3e97ff;
}
section.cabinet .section .section_body .home_page .deals .deal_div {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(160, 160, 178, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(160, 160, 178, 0.2);
  margin-bottom: 30px;
  border-radius: 7px;
  padding: 15px;
  border: 1px solid #ccc;
  width: calc(50% - 20px);
}
section.cabinet .section .section_body .home_page .deals .deal_div.deal_div_add {
  border: 1px dashed #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
section.cabinet .section .section_body .home_page .deals .deal_div.deal_div_add:hover {
  border: 1px dashed #3e97ff;
}
section.cabinet .section .section_body .home_page .deals .deal_div.deal_div_add:hover .add_deal span, section.cabinet .section .section_body .home_page .deals .deal_div.deal_div_add:hover .add_deal i {
  color: #3e97ff;
}
section.cabinet .section .section_body .home_page .deals .deal_div.deal_div_add .add_deal {
  text-align: center;
}
section.cabinet .section .section_body .home_page .deals .deal_div.deal_div_add .add_deal span {
  display: block;
  font-size: 17px;
  color: #777;
}
section.cabinet .section .section_body .home_page .deals .deal_div.deal_div_add .add_deal i {
  font-size: 30px;
  color: #777;
}
section.cabinet .section .section_body .home_page .deals .deal_div .deal_div_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}
section.cabinet .section .section_body .home_page .deals .deal_div .deal_div_body img {
  width: 150px;
}
section.cabinet .section .section_body .home_page .deals .deal_div .deal_div_body ul {
  list-style: none;
}
section.cabinet .section .section_body .home_page .deals .deal_div .deal_div_body ul li {
  margin-bottom: 10px;
}
section.cabinet .section .section_body .home_page .deals .deal_div .deal_div_body ul li p {
  font-weight: 600;
}
section.cabinet .section .section_body .home_page .deals .deal_div .deal_div_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
section.cabinet .section .section_body .home_page .deals .deal_div .deal_div_footer button {
  width: calc(50% - 10px);
}
section.cabinet .section .section_body .home_page .home_page_block {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(160, 160, 178, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(160, 160, 178, 0.2);
  margin-bottom: 30px;
  border-radius: 7px;
  padding: 15px;
  border: 1px solid #ccc;
  width: 100%;
}
section.cabinet .section .section_body .home_page .home_page_block.active {
  border: 1px solid #3e97ff;
}
section.cabinet .section .section_body .home_page .home_page_block.active .home_page_block_body .form-group input[type=text], section.cabinet .section .section_body .home_page .home_page_block.active .home_page_block_body .form-group select, section.cabinet .section .section_body .home_page .home_page_block.active .home_page_block_body .form-group input[type=password] {
  border: 1px solid #3e97ff;
}
section.cabinet .section .section_body .home_page .home_page_block.hidden_form {
  display: none;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_top {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
section.cabinet .section .section_body .home_page .home_page_block .doc_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
section.cabinet .section .section_body .home_page .home_page_block .doc_items .doc_item {
  width: calc(33% - 10px);
  margin: 0 6px;
  border: 1px dashed #cccccc;
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 15px;
}
section.cabinet .section .section_body .home_page .home_page_block .doc_items .doc_item.doc_item_pdf > i {
  color: #d80000;
}
section.cabinet .section .section_body .home_page .home_page_block .doc_items .doc_item.doc_item_xml > i, section.cabinet .section .section_body .home_page .home_page_block .doc_items .doc_item.doc_item_xlsx > i {
  color: green;
}
section.cabinet .section .section_body .home_page .home_page_block .doc_items .doc_item.doc_item_word > i, section.cabinet .section .section_body .home_page .home_page_block .doc_items .doc_item.doc_item_doc > i, section.cabinet .section .section_body .home_page .home_page_block .doc_items .doc_item.doc_item_docx > i {
  color: #3e97ff;
}
section.cabinet .section .section_body .home_page .home_page_block .doc_items .doc_item.doc_item_csv > i {
  color: yellow;
}
section.cabinet .section .section_body .home_page .home_page_block .doc_items .doc_item > i {
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 30px;
}
section.cabinet .section .section_body .home_page .home_page_block .doc_items .doc_item span {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-right: 30px;
}
section.cabinet .section .section_body .home_page .home_page_block .doc_items .doc_item .change_file i {
  font-size: 18px;
  cursor: pointer;
  margin-right: 10px;
}
section.cabinet .section .section_body .home_page .home_page_block .doc_items .doc_item .change_file .bx-download {
  color: #3e97ff;
}
section.cabinet .section .section_body .home_page .home_page_block .doc_items .doc_item .change_file .bx-trash {
  color: #d80000;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .form-group {
  width: calc(33% - 10px);
  margin-bottom: 5px !important;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .form-group label {
  font-size: 13px;
  display: block;
  margin-bottom: 2px;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .form-group input[type=text], section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .form-group input[type=password] {
  width: 100%;
  height: 42px;
  border-radius: 3px;
  text-indent: 10px;
  border: 1px solid #A0A0B2;
  color: #222;
  font-weight: 600;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .form-group select {
  width: 100%;
  height: 42px;
  border-radius: 3px;
  text-indent: 10px;
  border: 1px solid #A0A0B2;
  color: #222;
  font-weight: 600;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .table_generate {
  width: 100%;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .table_generate.active_valute .table_head .table_it, section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .table_generate.active_valute .table_it .table_it {
  width: 25%;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .table_generate.active_valute .it_currency {
  display: none;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .table_generate.active_valute .table_item .table_it {
  width: 25%;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .table_generate.active_valute .table_item .it_currency {
  display: none;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .table_generate .table_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #3e97ff;
  color: #fff;
  border-radius: 5px;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .table_generate .table_head .table_it {
  text-align: center;
  padding: 10px 15px;
  width: 20%;
  border-right: 1px solid #fff;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .table_generate .table_head .table_it:nth-last-child(1) {
  border-right: 0;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .table_generate .table_head .table_it span {
  font-weight: 600;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .table_generate .table_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  position: relative;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .table_generate .table_item .delete {
  position: absolute;
  right: 3px;
  top: 6px;
  color: #be3535;
  cursor: pointer;
  font-size: 21px;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .table_generate .table_item .table_it {
  text-align: center;
  padding: 0 0;
  width: 20%;
  border-right: 1px solid #3e97ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .table_generate .table_item .table_it:nth-last-child(1) {
  border-right: 0;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .table_generate .table_item .table_it input[type=text], section.cabinet .section .section_body .home_page .home_page_block .home_page_block_body .table_generate .table_item .table_it input[type=number] {
  width: 100%;
  height: 32px;
  text-indent: 10px;
  border: 0;
}
section.cabinet .section .section_body .home_page .home_page_block .home_page_block_footer {
  margin-top: 15px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.alert.alert-success {
  position: fixed;
  right: 20px;
  top: 10px;
  width: 350px;
  padding: 15px 10px;
  background-color: #ddd;
  z-index: 1000;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.alert.alert-success.active {
  opacity: 1;
  pointer-events: auto;
}
.alert.alert-success .alert-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.alert.alert-success .alert-clear {
  cursor: pointer;
}
.alert.alert-error {
  position: fixed;
  right: 20px;
  top: 10px;
  width: 350px;
  padding: 15px 10px;
  background-color: #ddd;
  z-index: 1000;
  color: #fff;
  background-color: #e91e63;
  border-color: #e91e63;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.alert.alert-error.active {
  opacity: 1;
  pointer-events: auto;
}
.alert.alert-error .alert-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.alert.alert-error .alert-clear {
  cursor: pointer;
}

footer {
  -webkit-box-shadow: 0px -10px 10px rgba(160, 160, 178, 0.15);
  box-shadow: 0px -10px 10px rgba(160, 160, 178, 0.15);
}
footer .section {
  max-width: 1150px;
  padding: 30px 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .section ul {
  list-style: none;
}
footer .section ul li {
  font-size: 16px;
  color: #A0A0B2;
  margin-bottom: 4px;
}
footer .section ul li:nth-child(1) {
  margin-bottom: 8px;
}
footer .section ul li.logo img {
  width: 66px;
}
footer .section ul li a {
  font-size: 16px;
  color: #A0A0B2;
  text-decoration: none;
}
footer .section ul li a:hover {
  color: #3e97ff;
}
footer .section ul li a.link_all {
  color: #3e97ff;
  text-decoration: underline;
}
footer .section ul li a.link_all:hover {
  text-decoration: none;
}

.warning {
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background-color: #d80000;
  color: #fff;
  font-weight: 600;
}

.overlay {
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  bottom: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  overflow-y: scroll;
}
.overlay.active {
  bottom: 0;
  opacity: 1;
  -webkit-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
  pointer-events: auto;
}
.overlay.active:hover {
  background-color: rgba(0, 0, 0, 0.68);
}

.modal {
  position: fixed;
  background-color: #fff;
  z-index: 101;
  max-width: 700px;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 7px;
  margin-left: -335px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.modal.delete_modal, .modal.delete_modal_on, .modal.return_modal {
  width: 400px;
}
.modal.qr_modal img{
  width: 150px;
  height: 150px;
}
.modal.delete_modal .modal_top, .modal.delete_modal_on .modal_top, .modal.delete_modal .modal_footer, .modal.delete_modal_on .modal_footer, .return_modal .modal_top, .return_modal .modal_footer{
 text-align: center;
}
.modal.delete_modal .modal_top span, .modal.return_modal .modal_top span{
  margin: 0 auto;
}
.modal.active {
  pointer-events: auto;
  opacity: 1;
}
.modal .modal_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal .modal_buttons input {
  padding: 10px 47px;
}
.modal .close {
  position: absolute;
  right: -60px;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.modal .close .line {
  width: 30px;
  height: 3px;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
}
.modal .close .line:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 2px;
}
.modal .modal_top {
  padding: 20px 25px 0;
}
.modal .modal_top span {
  font-size: 18px;
  font-weight: 800;
  color: #3e97ff;
}
.modal .modal_footer {
  padding: 20px 25px;
  border-top: 1px solid #f1f1f2;
}
.modal .modal_footer button {
  width: 100%;
}
.modal .modal_body {
  padding: 10px 25px;
}
.modal .modal_body .SumoSelect {
  width: 100%;
}
.modal .modal_body .SumoSelect select {
  display: none;
}
.modal .modal_body .SumoSelect .CaptionCont {
  background-color: #fff;
  border: 1px solid #3e97ff;
  color: #4b5675;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  padding: 7px 10px;
  width: 100%;
}
.modal .modal_body .SumoSelect .CaptionCont span, .modal .modal_body .SumoSelect .CaptionCont label {
  cursor: pointer;
  margin-bottom: 0;
}
.modal .modal_body .SumoSelect .optWrapper {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border: 0;
  padding: 5px 0;
  background-color: #fff;
  top: 60px;
}
.modal .modal_body .SumoSelect .optWrapper .opt {
  font-size: 12px;
  font-weight: 600;
  color: #4b5675;
  border: 0;
  padding: 7px 10px;
}
.modal .modal_body .SumoSelect .optWrapper .opt:hover {
  background-color: #f9f9f9;
  color: #3e97ff;
}
.modal .modal_body .doc_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.modal .modal_body .doc_items .doc_item {
  width: 100%;
  margin-top: 20px;
  border: 1px dashed #cccccc;
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
}
.modal .modal_body .doc_items .doc_item.doc_item_pdf > i {
  color: #d80000;
}
.modal .modal_body .doc_items .doc_item.doc_item_xml > i, .modal .modal_body .doc_items .doc_item.doc_item_xlsx > i {
  color: green;
}
.modal .modal_body .doc_items .doc_item.doc_item_word > i, .modal .modal_body .doc_items .doc_item.doc_item_doc > i, .modal .modal_body .doc_items .doc_item.doc_item_docx > i {
  color: #3e97ff;
}
.modal .modal_body .doc_items .doc_item.doc_item_csv > i {
  color: yellow;
}
.modal .modal_body .doc_items .doc_item > i {
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 30px;
}
.modal .modal_body .doc_items .doc_item span {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-right: 30px;
}
.modal .modal_body .doc_items .doc_item .change_file i {
  font-size: 18px;
  cursor: pointer;
  margin-right: 10px;
}
.modal .modal_body .doc_items .doc_item .change_file .bx-download {
  color: #3e97ff;
}
.modal .modal_body .doc_items .doc_item .change_file .bx-trash {
  color: #d80000;
}
.modal .modal_body .load_doc {
  width: 100%;
  margin-top: 20px;
  border-radius: 7px;
  padding: 25px 15px;
  min-height: auto;
  border: 1px dashed #3e97ff;
}
.modal .modal_body .load_doc .dz-message {
  margin: 15px 0;
}
.modal .modal_body .load_doc p, .modal .modal_body .load_doc button {
  color: #818181;
  white-space: pre-wrap;
  text-align: center;
  font-size: 13px;
}
.modal .modal_body .list .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f2;
}
.modal .modal_body .list .li:nth-last-child(1) {
  border-bottom: 0;
}
.modal .modal_body .list .li:nth-child(1) {
  padding-top: 0;
}
.modal .modal_body .list .li:nth-child(1) span {
  font-size: 16px;
}
.delete-file{
    margin-left: 50px;
}
.modal .modal_body .list .li .status {
  display: block;
  padding: 8px 15px;
  background-color: #dbdfe9;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
}
.modal .modal_body .list .li .status.status_error {
  color: #f1416c;
  background-color: #fff5f8;
}
.modal .modal_body .list .li .status.status_success {
  color: #50cd89;
  background-color: #e8fff3;
}
.modal .modal_body .list .li .status.status_warning {
  color: #ffc700;
  background-color: #fff8dd;
}
.modal .modal_body .list .li span {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #4b5675;
}
.modal .modal_body .list .li span strong {
  color: #78829d;
}
.modal .modal_body form span {
  display: block;
  font-size: 17px;
  margin-bottom: 30px;
  font-weight: 600;
}
.modal .modal_body form select {
  height: 30px;
  background-color: #fff;
  width: 100%;
  border: 1px solid #3e97ff;
  border-radius: 7px;
  padding-left: 10px;
}
.modal .modal_body form input[type=text], .modal .modal_body form input[type=email], .modal .modal_body form input[type=password], .modal .modal_body form input[type=number], .modal .modal_body form input[type=date], .modal .modal_body form input[type=time], .modal .modal_body form input[type=datetime-local], .modal .modal_body form input[type=file], .modal .modal_body form input[type=card_number], .modal .modal_body form input[type=tel] {
  border: solid 1px #3e97ff;
  text-indent: 10px;
  height: 20px;
  margin-bottom: 10px;
  height: 30px;
  display: block;
  width: 100%;
  border-radius: 7px;
}
.modal .modal_body form .form-group {
  margin-bottom: 10px;
}
.modal .modal_body form .form-group input[type=text] {
  margin-bottom: 0;
}
.modal .modal_body form textarea {
  border: solid 0px #a9a9a9;
  padding: 10px;
  font-size: 14px;
  height: 20px;
  margin-bottom: 20px;
  height: 120px;
  display: block;
  width: 100%;
  border-radius: 7px;
}
.modal .modal_body form button {
  margin-top: 10px;
}
.modal .modal_body form p {
  font-size: 12px;
  margin-top: 15px;
}
.modal .modal_footer {
  padding-top: 20px;
}
.modal .modal_footer p {
  font-size: 12px;
}
.modal .modal_footer p a {
  color: #3e97ff;
}
/* Стили для фильтров */
.styled-grid .filters input,
.styled-grid .filters select {
  width: 100%;
  height: 35px;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 0 10px;
  background-color: #f8f9fa;
  color: #495057;
  font-size: 13px;
}

.styled-grid .filters input:focus,
.styled-grid .filters select:focus {
  border-color: #3e97ff;
  outline: none;
}

/* Стиль для сводки GridView */
.grid-summary {
  margin-bottom: 10px;
  color: #6c757d;
  font-size: 13px;
}
.modal-wrapper-update-device-modal .close_modal, .close_modal_requisites{
  position: absolute;
  top: 20px;
  right: 5px !important;
  background: none;
  border: none;
  font-size: 22px;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.2s;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close_modal_requisites{
  top: 10px;
  right: 10px !important;
}
#device-messages-grid input{
  height: 35px;
  background-color: #f1f1f2;
  border: 1px solid #f9f9f9;
  color: #4b5675;
  text-indent: 10px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 5px;
  width: 150px;
}
#device-messages-grid thead input{
  width: 100%;
}
#device-messages-grid thead tr th a {
  font-weight: 600;
  color: #78829d;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
.form-group .help-block {
  color: red;
}

.box-success {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(160, 160, 178, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(160, 160, 178, 0.2);
  margin-bottom: 30px;
  border-radius: 7px;
  padding: 15px;
  border: 1px solid #ccc;
}
.box-success .box-header {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
}
.box-success .box-header i {
  font-size: 20px;
  color: #3e97ff;
  margin-right: 10px;
}
.box-success .slimScrollDiv {
  padding: 10px;
  overflow-x: hidden;
}
.box-success .slimScrollDiv .chat .item {
  margin-bottom: 5px;
}
.box-success .slimScrollDiv .chat .item p {
  word-break: break-all;
}
.box-success .slimScrollDiv .chat .item a {
  font-weight: 600;
  color: #3e97ff;
  text-decoration: none;
  word-break: break-word;
}
.box-success .slimScrollDiv .chat .item a.admin {
  color: #d80000;
}
.box-success .box-footer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.box-success .box-footer .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-success .box-footer .input-group button {
  padding: 13px 20px;
  border: 1px solid #3e97ff;
  background-color: #3e97ff;
  display: block;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  border-radius: 0 3px 3px 0;
}
.box-success .box-footer #chat_message {
  width: 100%;
  border: 1px solid #004bd8;
  height: 42px;
  text-indent: 10px;
  border-radius: 3px 0 0 3px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 0;
  border-radius: 4px;
}
.pagination li {
  display: inline;
}
.pagination li a,
.pagination li span {
  position: relative;
  float: left;
  padding: 4px 12px;
  text-decoration: none;
  color: #666;
  background-color: #fafafa;
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
}
.pagination li a:first-child a,
.pagination li a:first-child span,
.pagination li span:first-child a,
.pagination li span:first-child span {
  margin-left: 0;
}
.pagination li:last-child(1) a,
.pagination li:last-child(1) span {
  border-radius: 4px 0 0 4px;
}
.pagination li.active a, .pagination li.active span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3e97ff;
  border-color: #3e97ff;
}
.pagination li:not(.active) > a:hover, .pagination li:not(.active) > a:focus,
.pagination li:not(.active) > span:hover,
.pagination li:not(.active) > span:focus {
  z-index: 2;
  color: #3e97ff;
  background-color: #eee;
  border-color: #ddd;
}

.blocked {
  text-align: center;
  max-width: 600px;
  margin: 50px auto;
  background-color: red;
}
.blocked span {
  font-size: 18px;
  color: #fff;
}

.toggle_modal {
  position: fixed;
  right: 40px;
  top: 40px;
  z-index: 20;
  padding: 20px;
  display: none;
}
.toggle_modal i {
  font-size: 20px;
  color: #4b5675;
  line-height: 20px;
}

.modal_menu {
  position: fixed;
  height: 100vh;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
  z-index: 30;
  width: 100vw;
  padding: 40px 15px;
  top: -100vh;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.modal_menu.active {
  top: 0;
}
.modal_menu .close {
  position: absolute;
  right: 40px;
  padding: 20px;
  top: 40px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_menu .close i {
  font-size: 20px;
  color: #4b5675;
  line-height: 20px;
}
.modal_menu ul {
  list-style: none;
}
.modal_menu ul li a {
  display: block;
  padding: 10px 0;
  color: #78829d;
  font-weight: 600;
  text-decoration: none;
}
.modal_menu .user a {
  text-decoration: none;
  color: #78829d;
}
.modal_menu .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal_menu .icons a {
  padding: 5px;
  display: block;
  color: #78829d;
  font-size: 18px;
  font-weight: 600;
}

.cabinet_table{
  position: relative;
}

.modal-wrapper-requisite, .modal-wrapper-change_status, .modal-wrapper-add_deposit_modal, .modal-wrapper-make_withdrawal{
  position:fixed;
  display:flex;
  align-items:center;
  justify-content:center;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
}

.modal.modal_requisite_create, .modal.change_status, .modal.add_deposit_modal, .modal.make_withdrawal{
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  transform: unset;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.overlay.active {
  display: block;
}

.SumoSelect > .optWrapper.isFloating {
  position: initial;
  top: 0;
  left: 0;
  right: 0;
  width: initial;
  bottom: 0;
  margin: auto;
  max-height: initial;
}

.user_block_wrapper{
  display: flex;
  align-items: center;
}
.table_div_body{
  overflow-x: auto;
}
.profit{
  display: flex;
  font-size: 10px;
  font-weight: 600;
  margin-right: 5px;
}
.profit .commission{
  margin-right: 5px;
}
.toggle-container,  .auto-refresh-toggle{
  display: flex;
  align-items: center;
  background-color: white;
  padding: 12px 12px 50px 16px;
  border-radius: 8px;
}

.toggle {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 0;
}

.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .3s;
  border-radius: 20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .3s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:checked + .slider:before {
  transform: translateX(16px);
}

.toggle-label {
  color: #333;
  font-size: 14px;
  width: auto;
  display: inline-flex;
}
.deposit_toggle-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status.status_success {
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, border 0.3s ease;
  border: 1px solid transparent;
  padding: 3px 6px;
}

section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status.status_success::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: left 0.5s ease;
  z-index: 1;
  pointer-events: none;
}

section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status.status_success:hover {
  background-color: white;
  border: 1px solid #50cd89;
  cursor: pointer;
}

section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status.status_success:hover::before {
  left: 100%;
}

section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status.status_error {
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, border 0.3s ease;
  border: 1px solid transparent;
  padding: 3px 6px;
}

section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status.status_error::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: left 0.5s ease;
  z-index: 1;
  pointer-events: none;
}

section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status.status_error:hover {
  background-color: white;
  border: 1px solid #f1416c;
  cursor: pointer;
}

section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status.status_error:hover::before {
  left: 100%;
}

section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status.status_pending {
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, border 0.3s ease;
  border: 1px solid transparent;
  padding: 3px 6px;
  z-index: 1;
}

section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status.status_pending::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  transition: left 0.5s ease;
  z-index: 0;
  pointer-events: none;
}

section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status.status_pending:hover {
  background-color: #ffffff;
  border: 1px solid #0f5132;
  cursor: pointer;
}

section.cabinet_table .section .table_div .table_div_body table.list_operations tr td.status_table .status.status_pending:hover::before {
  left: 100%;
}
.modal_requisite_update .modal_body, .modal_requisite_create .modal_body{
  margin-top: 10px !important;
}
.modal_requisite_update .modal_footer, .modal_requisite_create .modal_footer{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.form-columns{
  margin-bottom: 10px !important;
}
.modal .modal_top{
  padding-top: 0 !important;
}
.modal_footer .blue-button{
  margin-top: 0 !important;
}
.modal.modal_requisite_update, .modal.modal_requisite_create{
  padding-top: 10px;
  padding-bottom: 10px;
}
/* QR-стили */
.modal-wrapper-qr_modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1100;
}
.modal.qr_modal {
  position: relative;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  max-width: 450px;
  width: 100%;
  height: auto;
  margin: auto;
  display: none;
  padding: 15px;
}

.modal.qr_modal.active {
  display: block;
}

.modal.qr_modal .modal_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f2;
}

.modal.qr_modal .modal_top span {
  font-size: 18px;
  font-weight: 800;
  color: #3e97ff;
}

.modal.qr_modal .close_modal {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background-color: #f1416c;
  border-radius: 6px;
  border: 1px solid #f1416c;
  color: #fff;
  cursor: pointer;
  height: 30px;
  outline: none;
  padding: 0 15px;
  text-align: center;
  transition: all 0.2s;
}

.modal.qr_modal .close_modal:hover {
  color: #f1416c;
  border-color: #f1416c;
  background-color: #fff;
}

.modal.qr_modal .modal_body {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
}

#qrcode-container {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#qrcode-container svg {
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 300px;
  display: block;
  margin: 0 auto;
}

.overlay#qrOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.overlay#qrOverlay.active {
  display: block;
}
/*Поля которые копируем*/
.copyable-container {
  position: relative;
}
.copyable-field {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.copyable-field:hover {
  background-color: #f5f5f5;
}
.copy-feedback {
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #4CAF50;
  color: white !important;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 12px;
  z-index: 110;
}

.modal_top .copyable-container {
  position: relative;
}

.modal_top .parsing-type {
  color: #1976d2;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #bbdefb;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.modal_top .copy-feedback {
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1200;
}

.modal_top .copyable-container:has(.parsing-type:empty) {
  display: none;
}

.payer-info-header{
    background: #f0f4f8;;
}
/*end поля которые копируем*/
@media (max-width: 768px) {
  .modal.qr_modal {
    max-width: 50vw;
  }

  .modal.qr_modal .modal_body {
    min-height: 200px;
  }

  #qrcode-container svg {
    max-width: 250px;
    max-height: 250px;
  }
}

@media (max-width: 480px) {
  .modal.qr_modal {
    max-width: 50vw;
    padding: 10px;
  }

  .modal.qr_modal .modal_body {
    padding: 15px 0;
    min-height: 180px;
  }

  .modal.qr_modal .modal_top {
    padding: 5px 0;
  }

  .modal.qr_modal .modal_top span {
    font-size: 16px;
  }

  .modal.qr_modal .close_modal {
    height: 28px;
    padding: 0 10px;
    font-size: 13px;
  }

  #qrcode-container svg {
    max-width: 200px;
    max-height: 200px;
  }
}

@media (max-width: 360px) {
  .modal.qr_modal {
    padding: 8px;
  }

  .modal.qr_modal .modal_body {
    padding: 10px 0;
    min-height: 150px;
  }

  #qrcode-container svg {
    max-width: 180px;
    max-height: 180px;
  }
}

#confirmModal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99999 !important;
  display: none !important;
}

#confirmModal.show {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#confirmModal .modal-content {
  position: relative !important;
  background: white !important;
  padding: 20px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  max-width: 500px !important;
  width: 90% !important;
  max-height: 90% !important;
  overflow-y: auto !important;
}

#confirmModal .close-modal {
  position: absolute !important;
  top: 10px !important;
  right: 15px !important;
  cursor: pointer !important;
  font-size: 18px !important;
}

#confirmModal .confirm-yes,
#confirmModal .confirm-no {
  margin: 5px !important;
  padding: 8px 16px !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
}

#confirmModal .confirm-yes {
  background-color: #007bff !important;
  color: white !important;
}

#confirmModal .confirm-no {
  background-color: #6c757d !important;
  color: white !important;
}

.stats-modal-btn {
    height: 40px;
    padding: 0 15px;
    margin: 0;
    white-space: nowrap;
}

.modal.stats_modal {
    max-width: 450px;
    width: 90%;
    display: block;
}

.modal.stats_modal .stats-section {
    margin-bottom: 20px;
}

.modal.stats_modal .stats-section:last-child {
    margin-bottom: 0;
}

.modal.stats_modal .stats-section h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #3e97ff;
    margin-top: 0;
}
.blue-button.stats-modal-btn{
    margin-top: 0;
    margin-left: 12px;
}

.modal.stats_modal .list .li span:first-child {
    color: #4b5675;
    font-weight: 500;
}
.modal.stats_modal .modal_body .list .li:nth-child(1) span{
    font-size: 12px;
}

.stats-section h3{
    text-align: left;
}

.input-with-icon_calendar {
    position: relative;
    display: inline-block;
    width: 150px;
}

.input-with-icon_calendar input {
    width: 100%;
    padding-right: 36px;
    height: 35px;
    background-color: #f1f1f2;
    border: 1px solid #f9f9f9;
    color: #4b5675;
    text-indent: 10px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 5px;
}

.input-with-icon_calendar .icon-calendar {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    font-size: 16px;
}
.air-datepicker {
    --adp-font-size: 16px;
    --adp-day-cell-height: 42px;
    --adp-month-cell-height: 50px;
    --adp-nav-height: 40px;
    --adp-nav-action-size: 40px;
    --adp-width: 280px;
    --adp-day-cell-width: 40px;
}
.sms_message_modal .modal_top{
    padding: 20px 25px 0 !important;
    color: #3e97ff
}
.sms_message_modal .modal_body .control-label{
    color: #3e97ff;
}
.sms_message_modal .modal_body .form-group div{
    margin-top: 5px;
    margin-bottom: 5px;
}