
.note {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.56;
    color: rgba(9, 17, 45, 0.3);
}
.btn-xs {
    min-width: auto;
    font-size: 14px !important;
    padding: 3px 16px;
}
.text-lg {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #09112d;
}
.btn-custom-size {
    font-size: 20px !important;
}
.btn-outline-danger {
    border: 2px solid #ff6d72;
    background: transparent !important;
    color: #ff6d72 !important;
    font-weight: 600;
}
.btn-outline-danger:hover {
    background-color: #ff6d72 !important;
    color: #ffffff !important;
}
.btn:hover {
    text-decoration: none !important;
}
.btn-link {
    background-color: transparent;
    color: #4eb7ff;
    font-size: 20px;
    font-weight: 600;
}
.btn-link:hover {
    color: #fff;
}
.btn-third {
    color: #4eb7ff;
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    padding: 10px 30px;
}
.btn-third:hover {
    background-color: #4eb7ff;
    color: #fff;
}
.btn-danger {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 30px;
}
.btn-edit {
    font-size: 16px;
    line-height: 1.25;
    color: rgba(9, 17, 45, 0.6);
    font-weight: 600;
}
.passive {
    opacity: 0.35;
    cursor: default !important;
}
.btn-secondary {
    color: #4eb7ff;
    font-size: 20px;
    font-weight: 600;
    background-color: transparent;
    border: solid 2px #4eb7ff;
    padding: 8px 30px;
}
.btn-secondary:hover {
    background-color: #4eb7ff;
    color: #fff;
    border: solid 2px #4eb7ff;
}
.btn-delete {
    font-size: 16px;
    line-height: 1.25;
    color: #ff6d72;
    font-weight: 600;
    border-color: #ff6d72;
}
.btn-delete:hover {
    color: #fff;
    border-color: #ff6d72;
    background-color: #ff6d72;
}
.btn-secondary.btn-sm {
    font-size: 14px;
    padding: 6px 20px;
}
.btn-secondary.btn-xs {
    font-size: 14px;
    padding: 3px 16px;
}
.btn-primary.btn-custom-size {
    font-size: 14px;
    padding: 10px 30px !important;
    min-width: auto;
}
.responsive {
    zoom: 0.5;
}
.custom-checkbox {
    position: relative;
    display: inline-block;
}
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    color: #09112d;
}
.balance-sub-title img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 4px;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 6px;
    display: inline-block;
    vertical-align: text-top;
    min-width: 20px;
    height: 20px;
    border: solid 2px #ced1dc;
    background: #fff;
    border-radius: 3px;
    margin-top: -2px;
}
.styled-checkbox:hover + label:before {
    background: #4eb7ff;
}
.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
    background: #4eb7ff;
    border: solid 2px #4eb7ff;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 #fff;
    transform: rotate(45deg);
}
.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 9px;
    padding-top: 4px;
    cursor: pointer;
    font-size: 16px;
}
.control.selected {
    font-weight: 600 !important;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.cursor-pointer {
    cursor: pointer;
}
.rounded-top-left-0 {
    border-top-left-radius: 0 !important;
}
.control_indicator {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 2px solid #4eb7ff;
    border-radius: undefinedpx;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #4eb7ff;
}
.control input:checked ~ .control_indicator {
    background: transparent;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: transparent;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: "";
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-radio .control_indicator {
    border-radius: 50%;
}
.anchor:before {
    display: block;
    content: " ";
    background-image: url(../img/check.21df843e.svg);
    background-size: cover;
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
}
.control-radio .control_indicator:after {
    left: 2px;
    top: 2px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #4eb7ff;
    transition: background 250ms;
}
.control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}
.control-radio .control_indicator::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}
@keyframes s-ripple {
0% {
        opacity: 0;
        transform: scale(0);
}
20% {
        transform: scale(1);
}
100% {
        opacity: 0.01;
        transform: scale(1);
}
}
@keyframes s-ripple-dup {
0% {
        transform: scale(0);
}
30% {
        transform: scale(1);
}
60% {
        transform: scale(1);
}
100% {
        opacity: 0;
        transform: scale(1);
}
}
.control-radio input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.control-radio input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}
.arrow-down {
    display: inline-block;
    margin: 6px 0 0 10px;
    vertical-align: text-top;
    width: 8px;
    height: 8px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.arrow-right {
    display: inline-block;
    margin: 6px 0 0 10px;
    vertical-align: text-top;
    width: 8px;
    height: 8px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.arrow-left {
    display: inline-block;
    margin: 8px 0 0 -5px;
    vertical-align: text-top;
    width: 8px;
    height: 8px;
    border-color: #fff;
    border-style: solid;
    border-width: 2px 0 0 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.imgs {
    background: url(../img/imgs.2c8ced2c.png) no-repeat;
    background-size: 171px auto;
    display: inline-block;
    vertical-align: middle;
}
img {
    max-width: 100%;
}
.dash {
    border-bottom: dashed 2px rgba(206, 209, 220, 0.5);
    margin: 10px 0 30px;
    border-top: none;
}
.divider {
    border-top: solid 1px rgba(206, 209, 220, 0.5);
    margin: 30px 0;
}
.divider-dash {
    border-top: dashed 2px rgba(206, 209, 220, 0.5);
    margin: 20px 0;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
.page-arrow-l {
    background-position: -2px -618px;
    width: 15px;
    height: 10px;
}
.page-arrow-r {
    background-position: -27px -618px;
    width: 15px;
    height: 10px;
}
.icon-copy {
    background-position: -78px -275px;
    width: 18px;
    height: 18px;
}
.icon-security {
    background-position: 0 -294px;
    width: 27px;
    height: 30px;
}
.icon-time {
    background-position: -37px -275px;
    width: 16px;
    height: 16px;
}
.icon-card-ccv {
    background-position: -30px -295px;
    width: 27px;
    height: 18px;
}
.icon-money {
    background-position: -59px -295px;
    width: 33px;
    height: 20px;
    margin-top: -2px;
}
.icon-card-m {
    background-position: -95px -295px;
    width: 31px;
    height: 21px;
    margin-top: -2px;
}
.icon-card {
    background-position: 0 -330px;
    width: 61px;
    height: 40px;
}
.icon-bank {
    background-position: -62px -330px;
    width: 51px;
    height: 51px;
}
.icon-bank-m {
    background-position: -131px -287px;
    width: 25px;
    height: 27px;
}
.icon-trustly {
    background-position: -0 -383px;
    width: 82px;
    height: 27px;
}
.icon-ideal {
    background-position: -87px -383px;
    width: 37px;
    height: 32px;
}
.icon-skrill {
    background-position: 0 -417px;
    width: 60px;
    height: 20px;
}
.icon-process {
    background-position: 0 -446px;
    width: 62px;
    height: 62px;
}
.icon-success {
    background-position: -65px -446px;
    width: 62px;
    height: 62px;
}
.icon-link {
    background-position: -4px -508px;
    width: 40px;
    height: 40px;
}
.icon-money-b {
    background-position: -57px -508px;
    width: 62px;
    height: 40px;
}
.icon-rarrow-b {
    background-position: -133px -447px;
    width: 40px;
    height: 40px;
}
.icon-wallet-b {
    background-position: -128px -508px;
    width: 40px;
    height: 40px;
}
.icon-info {
    background-position: 0 -550px;
    width: 60px;
    height: 60px;
}
.icon-delete {
    background-position: -127px -385px;
    width: 15px;
    height: 21px;
}
.icon-edit {
    background-position: -145px -385px;
    width: 17px;
    height: 21px;
}
.icon-identity {
    background-position: -121px -358px;
    width: 26px;
    height: 26px;
}
.icon-help {
    background-position: -126px -333px;
    width: 20px;
    height: 22px;
    position: relative;
}
.icon-plus {
    background-position: -148px -333px;
    width: 20px;
    height: 22px;
}
.icon-circle-check {
    background-position: -148px -358px;
    width: 20px;
    height: 22px;
}
.icon-wallet {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKkAAAC0CAYAAADvnQxqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAC3pJREFUeNrsnXuMHVUdx+f92NfdblubYgTFaAxYYoIIUomWEmr6uLt/+K8haNTExMSE//zHP4xGEhIjBqL+hX9ASHxgu6W2DQREiI9iJSVVA8HGiqztpru39zmPc2b8nbszelu2ZefenTvn3vl+mps7M/e55356zvfMmTmjxnGsADAovh9uD8LwQBCyKmfRviiOJzRVVUzLUFzHesuxrbvpaRf7eW8VkoJ+aXf8j3h+MB8EbJ48+jRt0q/1XNM0arOVyT2Grr8GSUFuMMY1Pwjv9LxgPmT8ELlzS5bXa5rGts3N3K7r2hlICjYNqiVdEnMviVllnFdp045B3o+afj5bmbJpkW/0NQZ+BnA11IRvo4x5kO6rURTvo00Tm/XeHS/QZ6ZjVdNUBZKCzPmSxJynWrNKrevd18uXg8I5p6bfgKTgPfIlp3zphZ8SHR/Kl9Ws+XIQqHbO9HxIWqZ8GTKHasv7Nitf9kusQFKwbr4MKV9G99OmyVH7GyDp+ObLapIvd+eZLyEp2HC+pCb8DpJyIQyHmy/7RIWkJcmXJOZ9osYkSQ/Spp3j+rdC0pHKlyHly2A/3c9TvtxXdL40Df2c41hHbMt8Y6XWfIy+EyQtab78MNWWC5Lky9iyzFOuTWLaxqKu6+nw5i7UpOXNl2J8/NZCw6OqerZtPufY5qJjW4u0vrReJQ9Jy5Ev9yb58lDR+VLXtWUhJDXjR0nQE6JCf4+X+JB0PPPlVs8PDvjy5Mu/Jfly0TSN39OmSJaygqTF5EvRjH+m4HzJKV++7Ioa0zaOUL58c5gpApLKki8Z5Uu/my+rlC/nJciXTWq+j4umnDLms7R+aRTKEZLmky/vFc24HPlSf9u2DNHpoR65+ULe+RGSjka+FOPjU4XmS9P4C9WUab48rSjKSB/ZDkkHyJfJ+T0iX95TcL4MKF++SPnyMOXLo1R7nh+nsoakG8+XKtWUd3hBMC9Jvlyh5vuYaMap1jxB6/VxLXtIer3qKQgdasplypdvUb48kuwqeln83xnRokXvfpPy5SHKl58vOF9GlCn/REIeFiM+tHy2jL8JJF3Llzcn+bIqQb5sk5TPrfXGu/nyQtl/n1JKmubLjji/J2TztKnofHnBXhsbF/nyeVpvj1iRhpB0k/KlH4T3et7/xsdvKDhfnk3y5WGqOU8pEg1D9lP7Q9J+86UXzHlBKPJlVYJ8yShT/k7suxRimob+DwStkkoqWb6sk5THqSkXzfhvqPZcgXIllPSqfCma8V1Ffh/Kk+e7h7nZ3R75b2k9gGbvLqaxlzTJl5+jfLkgQb6MqYY83bP/8jU4WNKaVORLEvOAJ0e+9Chfvtjdf+lYi5Qv/w2VSippT75Mx8eL/L6XSMpn1/KldULXtSb0KaGkSb78ZJIvqxLkyzedtYM2xD7MV2idQ5kSSkr50qZmfI8k+ZJTvvxD9zC3tUPd/g5FSirpVflSnN8zXWAZtChTnrTF0eqOdZSWl6FFSXv3Il+KgzZIznkJ8uU7yZmQIl8+T/nSgzclrElFvqROz+1UWy5Iki/PrO2/NA7T/au0jnnYN494ZCQNQmb7fpDmSzE/0fsLLLiQ8uVL6WkUVGueg0u5UZda0iRf7u/Zf1lkvqxRpjzePWjDto7Tcg3+lLS5p3z5oWT+Sxny5bmkphT58iXKlyF+1hJKmuZLMbFBsDY+fluR+Yfy5KnkoOBF17HP4Gcsae9e5Etqyvck8xNVC86XHuXL7qRZSa25hN+5pDUp1ZZbSMp0/sui8+UyZcqjYmycxDxpmkYLP9fYoGWSNAhCt9X2vypJvuxCckbU8XmK8uUr4vuEjO+n22a9fSVrIfWBOPjFzPkzHLq5Q6jENlhRbXwvVBiyH1Fce3DD2aDeaFearQ56waAQqCISl3KsTbjOl2j5mYGrXQA2G84jpdnyZpcvXf4F3T8ESYG0UNTUGs32I6u1xhNRFDuQFEgLddofqNWbR0laC5ICafH9cC81/Y9CUiA1rXbna4zzhyApkDijkqgt72Fa/BgkBRLn00DMmRBAUiAt1MtXgoCdh6RAaizLYJmGQDVNVXQNXl8rRtFtGCN3q6P0GYxHRhzHH1UGGMLNJKllmsqW2Slx/aGlEftxhyUQWIeQMYM6Qbd2vOAbtPrlrK/PNHbv2JaQ9CZaPI+iB1lpd/y5y/XWP5UMs8/s3DGnou0GQ2PCtVdcx3o86+sgKRgq01MTkBTIja5rNXF4HiQFUmMYOiQFcqNmOw8PkgL56UfSCRQbkF1SE8UGZJcUAEgKACQFkBQASAogKQCQFICcJZ1GsQHZJUXtC9DcA5AQQlJQBFnOq2unkmIsHgyTyX6aexzVBJBJAYCkAJJehYpiA7JLOoNiA2juAYCkAJICAEkBJAUAkgIASUHJJTVQbEB2SSdRbADNPQCQFEBSACApgKQAQFIAICkouaQ2ig0Mk35GjxwU21igxnH8YBiy7YxH/bxeTNzQ7ON104zz3CUFI04cK0aj2f55q+0tjGtNCkacS6v1b1INujAq3xcdp5LRaHZuIkG/jd49kJZ2x3tMyXApb0gKhgpj/H1RFB8Yte8NSUsE55E/it8bkpapV0//yiIpZuED0kuK+UxHlw6aeyA1jm0Fo/i9xc58jMWD9ZtMM5+xHs65EkVxJkkxFg/eha5pyra5madp8YWezVeP14v44PWsN+jGetZXe5ZZ8vhdq7XmMc8PMkkKyoUQZaPX4jpMt6dz+HxkUnBdojyFQscJlBJIWj7iMkiKa4uONvUMz2UFf9dOv5Ki9i0PrYI/P4BwAJkUSAmDpGCcmnApDu3DznxwPT5Bt4qydu0uPfEl7TiLo/vNpKKrJNvEEXLpMPuW5F6MaLrJcvpekBQMDo8iZenCyk/R3IMiGLmj87ELqnx4ZZAUO/MBmnsAIGm5aUFSIDsdSAqkRte0f0FSIDXTU+4xSAqkxnXt4xOu/Usl2xH6hYIRpxJSmZn8gmWZ25utzv2cR3fFcWylDyUVV+9Qp3gsvQpi77BnOlSq0m1WNkkxOcQ41KiOtUy3J2nxyc16zzBkwo10xj4xXp+eiTzd49o99Ub7B0HIcpUU0+yA9Wsv0xCnPKenMa9e42mBpmVLmcikAB0nACApGDUwOQSQngiSAjT3AAxIC5IC2WHDkBRTRQLpm3tMugsGodOPpC7KDQyRoB9JLZQbQO8egCvxICmQHR+SAjT3AAyz8wRJQRF08pZ0EmUMZG/ucV4UGBSWt6QADEoLkgL07gEYkAiSAtlpQFKA5h6AAdnopSMbkBQUxUYvHRn1K+kMyhhI29xHcbeWVlFsYKCufRyZuUnKGFPiOEYpg0Gww5DfmV9NGsVKELKtKGfQL0EQfoUqukpWSTPts6rX2zfQh3wcxQ0yd+nj+FuXG+1H+8mklzI1+ZwrK7Xmac6jn9DqB1D0YAPonPPHV2qN7zLGM/dp1Eaz7TaanXZmuzVVcR3bMw39CcPQT9KmP5qm8U5ef2UYsi05FmLvbMZ5kF4sNq/ObyXH7957AdvMkJS7QsYf6Hj+jSIuZuT1nTvmblNFR2jpwspZ2nAL/sMDyehKmnacnkF5AFlJJf01igJILSllyj/T3dsoDiAT1N/5v6Tbt1ZEov0VigXIhOvaVzT3iqHrj9BdG0UDZEDXNWVywnn9Ckm3b6uIa04+jOIBMjBbmVqkuy9eIamgMjP5Hbr7PooIFCrozOQblmkIQbuH6qnrHTDyn4urX6ftP1Rw+jIYZi9eU6minKo5trmbVv+ablevdVRT7XJzd8cLnqLFG1F8IG8cx/KnJ90fG4b+PVq92PuYer1D7xjjtucHn/UDdojz6GAURR+U/FA9McdQa8if6RfQ4RTT1HhD/syW0scEuOuhqmq31tR1XbEtI3Zs6yTJ+TN6aHm95/9XgAEA1SLhVtPyLREAAAAASUVORK5CYII=);
    display: inline-block;
    background-size: 85px auto;
    width: 85px;
    height: 90px;
}
.icon-check {
    background-position: 0 -180px;
    width: 34px;
    height: 34px;
}
.icon-pin {
    background-position: -35px -181px;
    width: 21px;
    height: 25px;
}
.icon-lock {
    background-position: -2px -275px;
    width: 12px;
    height: 19px;
}
.icon-warning {
    background-position: -19px -275px;
    width: 18px;
    height: 21px;
}
.icon-mail {
    background-position: -62px -181px;
    width: 26px;
    height: 26px;
}
.icon-share {
    background-position: -93px -181px;
    width: 25px;
    height: 25px;
}
.icon-change {
    background-position: -2px -29px;
    width: 20px;
    height: 20px;
}
.icon-change2 {
    background-position: -54px -277px;
    width: 20px;
    height: 15px;
}
.direction {
    background-position: 0 -644px;
    width: 170px;
    height: 9px;
    display: none;
}
.icon-usd {
    width: 25px;
    height: 25px;
    background-position: 0 -660px;
}
.icon-eur {
    width: 25px;
    height: 25px;
    background-position: -30px -660px;
}
.b-icon-1 {
    width: 60px;
    height: 60px;
    background-position: 0 -52px;
}
.b-icon-2 {
    width: 60px;
    height: 60px;
    background-position: -61px -53px;
}
.b-icon-3 {
    width: 60px;
    height: 60px;
    background-position: -61px -114px;
}
.b-icon-4 {
    width: 60px;
    height: 60px;
    background-position: 0 -114px;
}
.vertical-divider {
    border-left: dashed 2px rgba(206, 209, 220, 0.5);
    height: 100%;
    width: 2px;
    float: left;
    margin: 0 0 0 -20px;
}
.myinfo-form .row {
    margin-left: -10px;
    margin-right: -10px;
}
.date-input .pl5 {
    padding-left: 5px !important;
}
.date-input .pr5 {
    padding-right: 5px !important;
}
.social {
    margin: 0 0 40px;
    padding: 0;
}
.social li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
}
.social li a {
    display: block;
    width: 40px;
    height: 45px;
}
.social li a.mail {
    background-position: -130px 0;
}
.social li a.fb {
    background-position: -130px -45px;
}
.social li a.tw {
    background-position: -130px -90px;
}
.social li a.in {
    background-position: -130px -135px;
}
.social li a.ins {
    background-position: -130px -180px;
}
.social-c {
    margin: 0;
    padding: 0;
}
.social-c li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
}
.social-c li a {
    display: block;
    width: 42px;
    height: 45px;
}
.social-c li a.fb {
    background-position: 0 -229px;
}
.social-c li a.tw {
    background-position: -42px -229px;
}
.social-c li a.in {
    background-position: -83px -229px;
}
.social-c li a.ins {
    background-position: -125px -229px;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.coin-icon {
    background: url(../img/icons.797b74ec.webp) no-repeat;
    background-size: 45px auto;
    display: inline-block;
    width: 46px;
    height: 48px;
    vertical-align: middle;
}
.coin-icon.i-btc {
    background-position: 0 3px;
}
.coin-icon.i-etc {
    background-position: 0 -46px;
}
.coin-icon.i-xrp {
    background-position: 0 -94px;
}
.coin-icon.i-bch {
    background-position: 0 -143px;
}
.coin-icon.i-ltc {
    background-position: 0 -191px;
}
.coin-icon.i-dash {
    background-position: 0 -240px;
}
.coin-icon.i-eos {
    background-position: 0 -289px;
}
.coin-icon.i-nano {
    background-position: 0 -335px;
}
.coin-icon.i-dai {
    background-position: 0 -386px;
}
.coin-icon.i-waves {
    background-position: 0 -434px;
}
.coin-icon.i-ada {
    background-position: 0 -482px;
}
.coin-icon.i-link {
    background-position: 0 -532px;
}
.coin-icon.i-xlm {
    background-position: 0 -585px;
}
.coin-icon.i-rep {
    background-position: 0 -640px;
}
.coin-icon.i-zec {
    background-position: 0 -690px;
}
.coin-icon.m {
    background-size: 25px auto;
    width: 25px;
    height: 27px;
}
.coin-icon.m.i-btc {
    background-position: 0 2px;
}
.coin-icon.m.i-etc {
    background-position: 0 -26px;
}
.coin-icon.m.i-xrp {
    background-position: 0 -52px;
}
.coin-icon.m.i-bch {
    background-position: 0 -80px;
}
.coin-icon.m.i-ltc {
    background-position: 0 -106px;
}
.coin-icon.m.i-dash {
    background-position: 0 -133px;
}
.coin-icon.m.i-eos {
    background-position: 0 -160px;
}
.coin-icon.m.i-nano {
    background-position: 0 -188px;
}
.coin-icon.m.i-dai {
    background-position: 0 -214px;
}
.coin-icon.m.i-waves {
    background-position: 0 -241px;
}
.coin-icon.m.i-ada {
    background-position: 0 -268px;
}
.coin-icon.m.i-link {
    background-position: 0 -297px;
}
.coin-icon.m.i-xlm {
    background-position: 0 -326px;
}
.coin-icon.m.i-rep {
    background-position: 0 -356px;
}
.coin-icon.m.i-zec {
    background-position: 0 -383px;
}
#cameraModal___BV_modal_outer_ {
    z-index: 99999 !important;
}
.koinal-modal.show {
    background-color: rgba(9, 17, 45, 0.3);
    display: flex;
    align-items: center;
    transition: opacity 0.15s linear;
}
.koinal-modal .modal-dialog {
    max-width: 570px;
    width: 100%;
}
.koinal-modal .modal-content {
    border: none;
    border-radius: 10px;
    box-shadow: 0 20px 40px 0 rgba(9, 17, 45, 0.2);
}
.koinal-modal .modal-header {
    padding: 30px;
    border-bottom: solid 1px #4ccb83;
    background-color: rgba(239, 251, 244, 0.55);
}
.koinal-modal .modal-header .modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #09112d;
}
.koinal-modal .modal-header .modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #09112d;
}
.koinal-modal .close {
    font-size: 40px;
    padding: 0;
    margin: 0;
}
.tooltip {
    display: block !important;
    z-index: 10000;
    opacity: 1;
}
.tooltip-inner {
    background: #000;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px 4px;
    font-size: 12px;
}
.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: #000;
    z-index: 1;
}
.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}
.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}
.tooltip[x-placement^="right"] {
    margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}
.tooltip[x-placement^="left"] {
    margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}
.tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: #000;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(black, 0.1);
}
.tooltip.popover .popover-arrow {
    border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s;
}
.input-phone-number input,
.mx-input {
    border-radius: 5px !important;
    height: 52px !important;
    border: solid 2px #ced1dc !important;
}
.form-type1 .lbl {
    font-size: 16px;
    line-height: 1.88;
    color: #09112d;
}
.form-type1 .text-danger {
    padding-top: 5px;
    color: #ff6d72;
    font-size: 16px;
    line-height: 1.25;
}
.text-danger {
    padding-top: 5px;
    color: #ff6d72 !important;
    font-size: 16px;
    line-height: 1.25;
}
.form-type1 .lbl input {
    margin-right: 10px;
}
.form-type1 .btn-form-submit {
    text-align: right;
}
.form-type1 .form-control[readonly] {
    background-color: #fff;
    color: rgba(9, 17, 45, 0.3);
}
.form-type1 .form-control[readonly]:focus {
    box-shadow: none;
}
.total-coin-text {
    font-size: 20px;
    color: #4ccb83;
    line-height: 1.4;
    padding-top: 5px;
}
.overlay {
    display: none;
    position: fixed;
    background-color: rgba(9, 17, 45, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.overlay.active {
    display: block;
}
.multiselect__tags {
    padding: 10px 40px 0 8px !important;
    height: 52px;
    border: solid 2px #ced1dc !important;
}
.multiselect .imgs,
.multiselect .coin-icon {
    margin-right: 10px;
}
.multiselect__input,
.multiselect__single {
    font-size: 16px;
    line-height: 1.5 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.multiselect__element .option {
    display: inline-block;
}
.multiselect__option--selected.multiselect__option--highlight {
    background: #ececec;
    color: #333;
}
.multiselect__option--highlight {
    background: #efefef !important;
    color: #333 !important;
}
#app {
    min-height: 100%;
    height: 100%;
}
.site-header .koinal-logo,
.business-header .koinal-logo {
    background: url(../img/logo-koinal-white.f034908e.svg) no-repeat;
    width: 165px;
    height: 60px;
    display: inline-block;
}
.subpage-content-wrapper {
    padding-top: 160px;
    min-height: 750px;
}
.subpage-content-wrapper.success {
    background: url(../img/confetti-full.2bd6521a.svg) no-repeat 50% 110px;
}
.page-section.subhero {
    background: url(../img/hero-bg.4113673a.webp) no-repeat 50% 100%;
    background-size: cover;
    min-height: 1000px;
    padding-top: 230px;
    margin-bottom: 50px;
}
.page-section.subhero .hero-text .title {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 0.1px;
    color: #fff;
    margin-bottom: 50px;
}
.page-section.subhero .hero-text .subtitle {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 1.33;
}
.page-section.subhero .hero-text p {
    font-size: 20px;
    line-height: 1.25;
    color: #fff;
}
.section-header .title {
    font-size: 40px;
    color: #2947b3;
    font-weight: 600;
}
.section-header p {
    font-size: 20px;
    line-height: 1.5;
    color: #09112d;
}
.home-calculator {
    float: right;
    max-width: 470px;
    width: 100%;
    padding: 50px 30px;
    position: relative;
}
.home-calculator .multiselect__tags {
    padding-top: 10px;
}
.home-calculator .multiselect .imgs,
.home-calculator .multiselect .coin-icon {
    margin-right: 10px;
    margin-top: -5px;
}
.home-calculator .multiselect__input,
.home-calculator .multiselect__single {
    font-size: 16px;
    line-height: 1.5;
}
.home-calculator .multiselect__element .option {
    display: inline-block;
}
.home-calculator .multiselect__option--selected.multiselect__option--highlight {
    background: #ececec;
    color: #333;
}
.home-calculator .multiselect__option--highlight {
    background: #efefef;
    color: #333;
}
.home-app {
    margin-top: -250px;
    margin-bottom: 130px;
}
.home-app .section-header {
    padding: 108px 0 60px;
}
.home-app .app-content {
    margin-top: 80px;
}
.home-app .content {
    margin-bottom: 83px;
}
.home-app .content .title {
    font-size: 30px;
    line-height: 1.33;
    font-weight: 600;
    color: #09112d;
    margin-bottom: 15px;
}
.home-app .content p {
    font-size: 20px;
    line-height: 1.25;
    color: #09112d;
}
.home-app .store {
    margin-right: 30px;
}
.buypaymentcard .payinfobox {
    border-radius: 5px;
    border: solid 2px #ced1dc;
    display: flex;
    align-items: center;
    padding: 9px 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    height: 52px;

    display: flex;
    align-items: center;
}
.buycryptocurrency {
    margin-bottom: 60px;
}
.buycryptocurrency .buy-wrapper {
    padding: 30px;
}
.buycryptocurrency .btn-changer {
    border-radius: 15px;
    border: solid 2px #4eb7ff;
    width: 60px;
    padding-top: 0;
}
.buycryptocurrency .price-info {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    color: #09112d;
}
.buycryptocurrency .price-info .note {
    font-size: 16px;
    font-style: italic;
    line-height: 1.25;
    color: rgba(9, 17, 45, 0.6);
}
.buycryptocurrency .security-bar {
    background-color: rgba(41, 71, 179, 0.03);
    border-bottom: solid 1px #e6e8ed;
    border-top: solid 1px #e6e8ed;
    padding: 25px 30px;
}
.buycryptocurrency .payinfobox {
    border-radius: 5px;
    border: solid 2px #ced1dc;
    display: flex;
    align-items: center;
    padding: 9px 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    height: 52px;
}
.buycryptocurrency .payment-wrapper {
    padding: 80px 60px;
}
.box-contactform {
    float: right;
    max-width: 470px;
    width: 100%;
    padding: 30px;
    position: relative;
}
.box-contactform .submit-success {
    text-align: center;
}
.box-contactform .submit-success .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
.box-contactform .submit-success p {
    font-size: 18px;
    line-height: 1.39;
    margin-bottom: 30px;
}
.box-lasttransaction {
    margin-bottom: 60px;
}
.box-table .cell {
    float: left;
}
.box-table .cell-18 {
    width: 18%;
}
.box-table .cell-21 {
    width: 21%;
}
.box-table .cell-15 {
    width: 15%;
}
.box-table .cell-24 {
    width: 24%;
}
.box-table .cell-14 {
    width: 14%;
}
.box-table .cell-12 {
    width: 12%;
}
.box-table .cell-25 {
    width: 25%;
}
.box-table .cell-35 {
    width: 35%;
}
.box-table .cell-28 {
    width: 28%;
}
.box-table .box-table-header {
    border-bottom: solid 1px rgba(65, 66, 68, 0.1);
    padding: 30px;
}
.box-table .box-table-header .title {
    font-size: 16px;
    font-weight: 600;
    color: rgba(9, 17, 45, 0.6);
}
.box-table .box-table-body .item {
    border-bottom: solid 1px rgba(65, 66, 68, 0.1);
    padding: 25px 30px;
    color: #09112d;
}
.box-table .wait {
    font-style: italic;
    line-height: 1.67;
    color: #909295;
}
.box-table .number {
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 85px);
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-body .copy,
.box-table-body .copy {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    margin-left: 20px;
    font-weight: 600;
    color: #4eb7ff;
    cursor: pointer;
}
.subpage-content-wrapper .home-currencylist {
    margin-bottom: 60px;
}
.home-currency-list {
    background: url(../img/bg-blue-wave.4f5c148e.webp) no-repeat 50% -20px;
    background-size: cover;
    padding-top: 60px;
}
.home-currencylist .box-header {
    border-bottom: solid 1px rgba(65, 66, 68, 0.1);
    padding: 15px 10% 15px;
}
.home-currencylist .box-header .title {
    font-size: 1.8rem;
    font-weight: 600;
    color: rgba(9, 17, 45, 0.6);
}
.home-currencylist .box-header .currency-item {
    border: none;
}
.home-currencylist .currency-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: solid 1px rgba(65, 66, 68, 0.1);
    color: #09112d;
    font-size: 18px;
    font-weight: 600;
}
.home-currencylist .box-body .currency-item {
    padding: 20px 10%;
}
.home-currencylist .box-body .currency-item:hover {
    background-color: #f5f6f8;
}
.home-currencylist .currency-item img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}
.map-anim {
    background: url(../img/map.9c0e31ac.png) no-repeat;
    margin: 40px auto;
    position: relative;
    margin-bottom: 110px;
}
.map-anim .point {
    position: absolute;
    width: 200px;
    height: 150px;
    text-align: center;
}
.map-anim .point .dot {
    background-color: #54b8fc;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    display: block;
    margin: auto;
    position: relative;
    top: 35px;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.map-anim .point .text {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    top: 130px;
    left: 0;
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}
.map-anim .point.fadein .text {
    top: 0;
    opacity: 1;
}
.map-anim .point.fadein .dot {
    opacity: 1;
}
.map-anim .point.fadeout .text {
    top: -100px;
    opacity: 0;
}
.map-anim .point.fadeout .dot {
    opacity: 0;
}
.apple-pay-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy; /* Use any supported button type. */
    height: 41px;
    width: 300px;
    cursor: pointer;
}
.apple-pay-button-black {
    -apple-pay-button-style: black;
}
.apple-pay-button-white {
    -apple-pay-button-style: white;
}
.apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline;
}
.unsupportedBrowserMessage {
    color: #888;
    padding: 20px 40px;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;
    border-radius: 3px;
}
@media (min-width: 1200px) {
.container {
        max-width: 1200px !important;
}
.map-anim {
        width: 1200px;
        height: 628px;
}
.map-anim .londra {
        left: 429px;
        top: 78px;
}
.map-anim .gyeonggi {
        left: 900px;
        top: 115px;
}
.map-anim .montreal {
        left: 101px;
        top: 96px;
}
.map-anim .dublin {
        left: 402px;
        top: 86px;
}
.map-anim .dubai {
        left: 656px;
        top: 220px;
}
.map-anim .toronto {
        left: 120px;
        top: 132px;
}
.map-anim .amsterdam {
        left: 459px;
        top: 87px;
}
.map-anim .istanbul {
        left: 545px;
        top: 133px;
}
.map-anim .moscow {
        left: 600px;
        top: 108px;
}
.map-anim .seoul {
        left: 938px;
        top: 134px;
}
.map-anim .sydney {
        left: 1067px;
        top: 470px;
}
.map-anim .auckland {
        left: 1081px;
        top: 537px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.box-buy .box-body .form-amount .form-control {
        padding-right: 12px !important;
}
.box-buy .box-body .form-amount .currency {
        right: 13px !important;
        top: 50%;
}
.wallet-list .cell-2 {
        width: 18% !important;
}
.wallet-list .cell.w27 {
        width: 33%;
}
.btn {
        min-width: auto !important;
}
.map-anim {
        width: 700px;
        overflow: hidden;
        height: 366px;
        background-size: 700px auto;
        -webkit-background-size: 700px auto;
}
.map-anim .londra {
        left: 210px;
        top: 29px;
}
.map-anim .gyeonggi {
        left: 500px;
        top: 47px;
}
.map-anim .montreal {
        left: 51px;
        top: 38px;
}
.map-anim .dublin {
        left: 192px;
        top: 33px;
}
.map-anim .dubai {
        left: 342px;
        top: 111px;
}
.map-anim .toronto {
        left: 9px;
        top: 70px;
}
.map-anim .amsterdam {
        left: 230px;
        top: 33px;
}
.map-anim .istanbul {
        left: 276px;
        top: 62px;
}
.map-anim .moscow {
        left: 380px;
        top: 38px;
}
.map-anim .seoul {
        left: 507px;
        top: 65px;
}
.map-anim .sydney {
        left: 534px;
        top: 241px;
}
.map-anim .auckland {
        left: 587px;
        top: 295px;
}
}
.box-buy {
    border-radius: 5px;
    border: solid 1px rgba(78, 183, 255, 0.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.box-buy:hover {
    border-color: #4eb7ff;
    box-shadow: 5px 10px 30px 0 rgba(9, 17, 45, 0.1);
    -moz-box-shadow: 5px 10px 30px 0 rgba(9, 17, 45, 0.1);
    -webkit-box-shadow: 5px 10px 30px 0 rgba(9, 17, 45, 0.1);
    transform: scale(1.05);
}
.box-buy .box-header {
    height: 80px;
    background-color: rgba(158, 216, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    color: #2947b3;
    position: relative;
}
.box-buy .box-header .badge {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    color: #fff;
    background-color: #4ccb83;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 5px 10px;
    z-index: 34;
}
.box-buy .box-body .form-amount .currency {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    top: 0;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.box-buy .box-body .form-amount .form-control {
    font-size: 16px;
    font-weight: 500;
    color: rgba(9, 17, 45, 0.6);
    padding-right: 60px;
}
.box-buy .box-body {
    display: flex;
    height: 160px;
    padding: 20px;
    font-weight: 500;
    color: #09112d;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.box-buy .box-body .label {
    font-size: 20px;
}
.box-buy .box-body .price {
    font-size: 30px;
}
.box-buy .box-footer {
    text-align: center;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.home-currencylist .currency-item .coin .code {
    font-weight: 400;
}
.home-currencylist .currency-item .coin {
    width: 50%;
}
.home-currencylist .currency-item .price {
    width: 35%;
}
.home-currencylist .currency-item .action {
    width: 15%;
}
.home-currencylist .box-footer {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-app {
    margin-bottom: 60px;
    box-shadow: 0 10px 20px 0 rgba(9, 17, 45, 0.05);
    background-image: linear-gradient(to top, #2947b3 33%, #4eb7ff 167%);
}
.box-app .box-title .title {
    color: rgba(255, 255, 255, 0.9);
}
.box-app .app-content {
    padding: 20% 15%;
}
.box-app .app-content .title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}
.box-app .app-content p {
    font-size: 20px;
    margin-bottom: 100px;
    font-weight: 500;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.6);
}
.box-app .app-content .store-link {
    margin-right: 20px;
    margin-bottom: 15px;
    display: block;
}
.box-latestblog {
    margin-bottom: 60px;
}
.box-latestblog .item:before,
.box-latestblog .item:after {
    content: "";
    display: table;
}
.box-latestblog .item:after {
    clear: both;
}
.box-latestblog .item {
    padding: 30px;
    border-bottom: solid 1px rgba(206, 209, 220, 0.5);
}
.box-latestblog .item .photo {
    width: 213px;
    float: left;
    display: block;
    margin-bottom: 0;
}
.box-latestblog .item .news {
    width: calc(100% - 263px);
    float: left;
    margin-left: 30px;
}
.box-latestblog .item .title {
    margin-bottom: 20px;
    float: left;
    width: calc(100% - 120px);
}
.box-latestblog .item .title a {
    font-size: 20px;
    font-weight: 700;
    color: #09112d;
}
.box-latestblog .item .date {
    float: right;
    flex: 1 0 auto;
    display: flex;
    justify-content: flex-end;
}
.box-latestblog .item p {
    clear: both;
}
.box-latestblog .item .link {
    color: #09112d;
    text-decoration: underline;
}
.box-latestblog .item .link:hover {
    color: #4eb7ff;
}
.box-form {
    margin-bottom: 30px;
}
.box-form .box-body {
    padding: 30px;
}
.box-form .box-body .subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #09112d;
}
.box-form .box-body .choose-payment-options {
    display: flex;
    justify-content: flex-start;
    border-bottom: dashed 2px rgba(206, 209, 220, 0.5);
}
.box-form .box-body .choose-payment-options .option {
    display: flex;
    padding: 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 20px;
    color: #09112d;
    border: solid 1px rgba(41, 71, 179, 0.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.box-form .box-body .choose-payment-options .option.disabled {
    cursor: pointer;
    color: rgba(9, 17, 45, 0.3);
}
.box-form .box-body .choose-payment-options .option.disabled .feeAmount {
    color: rgba(9, 17, 45, 0.3);
}
.box-form .box-body .choose-payment-options .option.disabled:hover {
    box-shadow: initial;
    border: solid 1px rgba(41, 71, 179, 0.2);
    color: initial;
    color: rgba(9, 17, 45, 0.3);
}
.payment-modal-text {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #09112d;
    margin-bottom: 100px;
}
.text-italic {
    font-style: italic;
    color: rgba(9, 17, 45, 0.6);
}
.box-form .box-body .choose-payment-options .option .payment-method-img {
    min-width: 60px;
    height: 25px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
}
.box-form .box-body .choose-payment-options .option .payment-method-name {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
}
.box-form .box-body .choose-payment-options .option .payment-method-img img {
    height: 25px;
}
.flex-1 {
    flex: 1 auto;
}
.box-form .box-body .choose-payment-options .option .not-available {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    margin-top: 5px;
    color: #09112d;
}
.payment-method-right {
    flex: 1 0 auto;
}
.payment-method-left {
    flex: 1 1 auto;
}
.box-form .box-body .choose-payment-options .option .not-available a {
    font-weight: 600;
}
.box-form .box-body .choose-payment-options .option .feeAmount {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: right;
    color: #09112d;
}
.box-form .box-body .choose-payment-options .option .commisson {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    text-align: center;
    color: rgba(9, 17, 45, 0.6);
}
.box-form .box-body .choose-payment-options .option .commisson.disable {
    color: rgba(9, 17, 45, 0.3);
}
.box-form .box-body .choose-payment-options .option:hover {
    box-shadow: 5px 10px 30px 0 rgba(9, 17, 45, 0.1);
    border: solid 1px #2947b3;
    color: #2947b3;
}
.box-form .box-body .choose-payment-options .option.active {
    box-shadow: 5px 10px 30px 0 rgba(9, 17, 45, 0.1);
    border: solid 1px #2947b3;
    color: #2947b3;
}
.box-form .box-body .choose-payment-options .skrill:hover {
    border-color: #871d66;
}
.box-form .box-body .choose-payment-options .ideal:hover {
    border-color: #d90072;
}
.box-form .box-body .choose-payment-options .trustly:hover {
    border-color: #6ebd44;
}
.box-form .box-body .choose-payment-options.payment-list {
    display: block;
}
.box-form .box-body .choose-payment-options.payment-list .option {
    width: 130px;
    height: 90px;
    margin: 0 15px 30px;
    font-size: 12px;
}
.box-form .box-body .choose-payment-options.payment-list .option i {
    display: block;
    margin: 0 auto 10px;
}
.box-form .box-body .card-info dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.67;
}
.box-form .box-body .card-info dt {
    display: inline-block;
}
.box-form .box-body .card-info dd {
    display: inline-block;
    text-align: right;
}
.box-form .box-footer {
    padding-top: 30px;
    border-top: solid 1px rgba(206, 209, 220, 0.5);
}
.myinfo-form div[class^="col"] {
    padding-left: 10px;
    padding-right: 10px;
}
.box-result {
    margin-bottom: 30px;
}
.box-result .box-body {
    padding: 30px 70px;
}
.box-result .box-body .result-icon {
    margin-bottom: 19px;
}
.box-result .box-body .order-summary {
    padding: 30px 10%;
}
.box-result .box-body .order-summary dl {
    margin-bottom: 10px;
}
.box-result .box-body .order-summary dl dt {
    display: inline-block;
    width: 49%;
}
.box-result .box-body .order-summary dl dd {
    text-align: right;
    display: inline-block;
    width: 49%;
}
.box-result .box-body .box-footer {
    border-top: dashed 2px rgba(206, 209, 220, 0.5);
    padding-top: 30px;
    margin-top: 30px;
}
.box-ordersummary .box-body .row {
    margin-bottom: 20px;
    font-size: 18px;
    color: #09112d;
}
.box-ordersummary .second {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: right;
    color: rgba(9, 17, 45, 0.3);
    text-decoration: line-through;
}
.sign-forms {
    min-height: 100vh;
    padding-top: 160px;
    padding-bottom: 200px;
}
.sign-forms.success {
    background-image: url(../img/confetti.400969a5.svg);
    background-repeat: no-repeat;
    background-position: 50% 160px;
}
.sign-forms .section-header {
    margin-bottom: 30px;
}
.sign-forms .section-header .title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.sign-forms .submit-success .title {
    color: #09112d;
    font-size: 20px;
    font-weight: 700;
}
.sign-forms {
    background-color: #2847b2;
    height: auto;
    position: relative;
}
.sign-forms .custom-checkbox {
    padding-top: 10px;
}
.sign-forms .sign-links {
    text-align: center;
    color: #fff !important;
}
.text-info {
    color: #4eb7ff !important;
}
.sign-forms .sign-links a {
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
}
.sign-links span {
    display: block;
    font-size: 32px;
    line-height: 13px;
    margin-left: 6px !important;
    margin-right: 6px !important;

    color: rgba(255, 255, 255, 0.6) !important;
}
.sign-links.blue {
    margin-top: 20px;

    color: #4eb7ff !important;
}
.sign-links.blue > a {
    color: #4eb7ff !important;
    margin-bottom: 10px !important;
}
.sign-forms .box-sign {
    float: right;
    max-width: 430px;
    width: 100%;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}
.box-sign .links-block p {
    font-weight: 500;
}
.k-pagination {
    margin-bottom: 30px;
}
.k-pagination .p-item {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    color: #414244;
    font-size: 14px;
}
.k-pagination .page-link {
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #4eb7ff;
    border-radius: 100px;
}
.k-pagination .page-link.passive {
    background-color: rgba(9, 17, 45, 0.6);
}
.k-pagination .active-page {
    border-radius: 18px;
    padding: 4px 20px;
    box-shadow: 0 1px 1px 0 rgba(221, 221, 221, 0.5),
    inset 0 1px 3px 0 rgba(153, 153, 153, 0.5);
    border: solid 1px #dbdde0;
    color: #414244;
}
.k-pagination .total-page {
    color: #4eb7ff;
}
.wallet-list {
    border-top: dashed 2px rgba(206, 209, 220, 0.5);
}
.wallet-list .cell {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}
.wallet-list .cell-1 {
    width: 10%;
}
.wallet-list .cell-2 {
    width: 25%;
}
.wallet-list .cell-4 {
    width: 37%;
}
.wallet-list .item {
    padding: 25px 10px 25px 30px;
    position: relative;
}
.wallet-list .item:before,
.wallet-list .item:after {
    content: "";
    display: table;
}
.wallet-list .item:after {
    clear: both;
}
.wallet-list .wallet-list-header .item .title {
    font-size: 1.8rem;
    font-weight: 600;
    color: rgba(9, 17, 45, 0.6);
}
.wallet-list .wallet-list-body .item {
    border-top: solid 1px rgba(206, 209, 220, 0.5);
    margin-left: 0;
}
.wallet-list .wallet-list-body .item .icon-check {
    display: none;
}
.wallet-list .wallet-list-body .item.selected .icon-check {
    position: absolute;
    left: -17px;
    top: 25px;
    display: block;
}
.wallet-list .wallet-list-footer {
    display: block;
    text-align: center;
    padding: 30px 0;
    border-top: solid 1px rgba(206, 209, 220, 0.5);
}
.wallet-list .item .status-badge.used {
    background-color: rgba(9, 17, 45, 0.3);
}
.wallet-list .item .status-badge.new {
    background-color: #4ccb83;
}
.wallet-list .item .status-badge {
    width: 63px;
    height: 25px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    padding-top: 2px;
    color: #fff;
}
.information-box .infobox-header {
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    line-height: 1.67;
    color: #09112d;
    cursor: pointer;
}
.information-box .infobox-header .btn {
    position: absolute;
    font-size: inherit;
    box-shadow: none;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.information-box .infobox-header .arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-color: #4eb7ff;
    border-style: solid;
    border-width: 0 0 2px 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.information-box .infobox-body {
    overflow: hidden;
    height: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.information-box .item {
    margin-bottom: 20px;
}
.information-box .item.open .infobox-body {
    height: auto;
}
.information-box .item.open .arrow {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}
.step-content {
    padding-left: 40px;
}
.step-content .step-header {
    margin-bottom: 20px;
}
.step-header .title {
    font-size: 20px;
    color: #09112d;
    font-weight: 600;
}
.step-header .no {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-color: #2947b3;
    margin-left: -40px;
    padding-top: 3px;
}
.total-box {
    margin: 60px 0 30px;
}
.total-box-item {
    border: solid 1px rgba(41, 71, 179, 0.2);
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}
.total-box-item .icon {
    margin-bottom: 30px;
}
.total-box-item .total {
    color: #09112d;
    font-size: 20px;
}
.total-box-item .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
    color: rgba(9, 17, 45, 0.3);
    text-align: center;
}
.account:before,
.account:after {
    content: "";
    display: table;
}
.account:after {
    clear: both;
}
.account .photo {
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 20px;
}
.account .accountname {
    float: left;
    width: calc(100% - 80px);
}
.account .accountname .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    display: block;
}
.account .accountname .email {
    font-size: 18px;
    line-height: 1.67;
    display: block;
    overflow: hidden;
}
.mobile-user-section {
    display: none;
}
@media only screen and (max-width: 991px) {
.btn-md-xs {
        min-width: auto;
}
.btn-contact {
        font-size: 11px !important;
}
.disabled-scroll {
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        position: relative;
        height: 100%;
}
.subpage-content-wrapper {
        padding-bottom: 30px;
        padding-top: 110px !important;
}
.form-settings {
        flex-direction: column-reverse;
}
.form-settings .aside-example {
        max-width: none !important;
        position: static !important;
        height: auto !important;
}
.form-settings .aside-example .box-title .title {
        height: auto !important;
        padding: 0;
}
.form-settings .aside-example .box-body {
        display: block;
}
.form-buycoin {
        flex-direction: column-reverse;
}
aside.summary {
        position: static !important;
        height: auto !important;
        max-width: none !important;
        margin-top: 0;
}
aside.summary .row {
        margin: 0;
}
.form-buycoin .btn-form-submit {
        text-align: center;
}
.form-buycoin.step1 .mobile-step2 {
        display: none;
}
.form-buycoin.step2 .mobile-step1 {
        display: none;
}
.form-verification .btn-form-submit {
        text-align: center;
}
.form-verification.step1 .mobile-step2 {
        display: none;
}
.form-verification.step2 .mobile-step1 {
        display: none;
}
.form-verification .note .btn {
        margin-top: 20px;
}
.box-ordersummary {
        background-color: #fff;
        margin-bottom: 20px;
        box-shadow: 0 10px 20px 0 rgba(9, 17, 45, 0.05);
        border: solid 1px rgba(206, 209, 220, 0.5);
}
.box-ordersummary .title {
        font-size: 16px;
        font-weight: 700;
        color: #09112d;
        padding: 5px 20px;
        height: 55px;
        display: flex;
        align-items: center;
}
.box-ordersummary .title .arrow-down {
        border-color: #4eb7ff;
        width: 10px;
        height: 10px;
        transition: all 0.3s;
        margin-top: -5px;
}
.box-ordersummary .values {
        text-align: right;
        padding: 5px 20px;
}
.box-ordersummary .oldvalue {
        display: block;
        font-size: 14px;
        color: rgba(9, 17, 45, 0.3);
        text-decoration: line-through;
}
.box-ordersummary .value {
        display: block;
        font-size: 16px;
        color: #09112d;
        font-weight: 700;
}
.box-ordersummary .box-body {
        display: none;
}
.box-ordersummary.opened .box-body {
        display: block;
}
.box-ordersummary.opened .arrow-down {
        transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
}
.box-ordersummary .box-body .row {
        font-size: 16px;
}
.payment-card-wrapper {
        overflow: hidden;
}
.box-bonuses .box-table-header {
        display: none;
}
.box-bonuses .box-table-body .item {
        padding: 20px;
}
.box-bonuses .box-table-body .item .cell {
        width: 50%;
        font-size: 14px;
}
.box-lasttransaction {
        margin-left: -15px;
        width: calc(100% + 30px);
}
.box-lasttransaction .box-table-header {
        display: none;
}
.box-lasttransaction .on {
        display: none;
}
.box-lasttransaction .cell {
        width: 50%;
}
.box-lasttransaction .number {
        width: 100%;
}
.box-lasttransaction .ta {
        text-align: right;
}
.box-lasttransaction .w {
        text-align: right;
}
.box-lasttransaction .copy {
        display: block;
}
.box-lasttransaction .d {
        color: rgba(9, 17, 45, 0.6);
        text-align: right;
}
.box-lasttransaction .box-table-footer {
        display: block;
        text-align: center;
        padding: 30px 0;
}
.box-lasttransaction .box-table-footer .link {
        font-size: 20px;
        font-family: "HKGrotesk-SemiBold";
}
.box-lasttransaction .box-table .box-table-body .item {
        padding: 20px;
}
.box-lasttransaction .box-title {
        padding: 20px;
}
.box-lasttransaction .box-title .title {
        font-size: 20px;
}
.box-lasttransaction .number {
        text-decoration: underline;
}
.box-lasttransaction .copy {
        display: none;
}
.document-btns .btn {
        margin-bottom: 20px !important;
}
.form-verification {
        flex-direction: column-reverse;
}
.form-verification .aside-example {
        max-width: none !important;
        position: static !important;
        height: auto !important;
}
.aside-example .box-body {
        display: none;
}
.aside-example .title {
        font-size: 16px;
        font-weight: 700;
        color: #09112d;
        padding: 5px 0;
        height: 55px;
        display: flex;
        align-items: center;
}
.aside-example .title .arrow-down {
        border-color: #4eb7ff;
        width: 10px;
        height: 10px;
        transition: all 0.3s;
        margin-top: -5px;
}
.aside-example .opened .box-body {
        display: block;
        border: dashed 2px rgba(206, 209, 220, 0.5);
}
.aside-example .opened .arrow-down {
        margin-top: 3px;
        transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
}
.aside-example .box-body .row {
        font-size: 16px;
}
.wallet-list .wallet-list-header {
        display: none;
}
.wallet-list .wallet-list-body {
        overflow: hidden;
}
.wallet-list .wallet-list-body .item.open {
        margin-left: -180px;
}
.wallet-list .wallet-list-body .item .icon-check {
        display: none !important;
}
.wallet-list .wallet-list-body .item {
        padding: 8px 20px;
        width: 100%;
        transition: all 0.05s;
        -webkit-transition: all 0.05s;
        -moz-transition: all 0.05s;
}
.wallet-list .wallet-list-body .item .name {
        display: block;
        width: 100%;
}
.wallet-list .wallet-list-body .item .addr {
        width: calc(100% - 75px);
}
.wallet-list .wallet-list-body .item .status {
        width: 75px;
}
.wallet-list .wallet-list-body .item .btns {
        position: relative;
        padding-left: 20px;
        padding-right: 0;
        width: 200px;
        height: 70px;
        margin: -33px -200px -8px 0;
}
.wallet-list .wallet-list-body .item .btns:before {
        content: "";
        position: absolute;
        border-left: dotted 6px rgba(9, 17, 45, 0.2);
        height: 30px;
        width: 5px;
        top: 20px;
        left: 0;
}
.wallet-list .wallet-list-body .item .btns .btn {
        border-radius: 0;
        display: flex;
        float: left;
        width: 60px;
        font-size: 14px;
        height: 70px;
        color: #fff;
        align-items: center;
        justify-content: center;
        white-space: normal;
}
.wallet-list .wallet-list-body .item .btns .btn-secondary {
        background-color: #4eb7ff;
}
.wallet-list .wallet-list-body .item .btns .btn-edit {
        background-color: rgba(9, 17, 45, 0.3);
}
.wallet-list .wallet-list-body .item .btns .btn-delete {
        background-color: #ff6d72;
}
.wallet-list .wallet-list-body .item .btns .btn i {
        display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.page-section.hero .hero-text {
        margin-top: 100px;
}
.page-section.hero .hero-text .title {
        font-size: 35px;
}
.page-section.hero .hero-text .coins .coin-icon {
        margin-right: 25px;
}
.home-app .app-content {
        margin-top: 0;
}
.home-app .content {
        margin-bottom: 30px;
}
.home-currencylist .box-body .currency-item {
        padding: 20px;
}
.buypaymentcard .section-header .title {
        font-size: 30px;
}
.box-buy .box-header {
        font-size: 20px;
        height: 60px;
}
.box-buy .box-body .price {
        font-size: 20px;
}
.box-buy .box-footer .btn-secondary {
        font-size: 14px;
        padding: 4px 15px;
}
}
@media only screen and (max-width: 767px) {
.m-center {
        text-align: center;
}
.m-img {
        background-size: 100px auto;
}
.icon-card {
        background-position: 0 -193px;
        width: 37px;
        height: 25px;
}
.icon-bank {
        background-position: -37px -193px;
        width: 30px;
        height: 30px;
}
.icon-link {
        background-position: 0 -297px;
        width: 30px;
        height: 25px;
}
.icon-money-b {
        background-position: -33px -297px;
        width: 40px;
        height: 25px;
}
.icon-rarrow-b {
        background-position: -74px -260px;
        width: 30px;
        height: 25px;
}
.icon-wallet-b {
        background-position: -72px -297px;
        width: 30px;
        height: 25px;
}
.section-header .title {
        font-size: 30px;
}
.page-section.subhero {
        padding-top: 105px;
        background-image: none;
        background-color: #2947b3;
        min-height: auto;
}
.page-section.subhero .hero-text {
        margin-bottom: 30px;
}
.page-section.subhero .hero-text .title {
        font-size: 40px;
        margin-bottom: 30px;
}
.page-section.subhero .hero-text .subtitle {
        font-size: 20px;
}
.page-section.hero .hero-text .coins .coin-icon {
        margin-right: 25px;
}
.home-calculator {
        float: none;
        margin-left: -15px;
        border-radius: 0;
        width: calc(100% + 30px);
}
.home-calculator .badge {
        display: none;
}
.buypaymentcard .section-header .title {
        font-size: 30px;
}
.buypaymentcard,
    .buycryptocurrency {
        margin-left: -15px;
        border-radius: 0;
        width: calc(100% + 30px);
}
.box-buy-wrapper {
        overflow: auto;
        width: 100%;
        height: 400px;
}
.box-buy-wrapper .row {
        flex-wrap: nowrap;
        width: 93%;
        margin-bottom: 30px;
}
.direction {
        display: block;
}
.home-currencylist {
        border-radius: 0;
        margin-left: -15px;
        width: calc(100% + 30px);
        margin-bottom: 60px !important;
}
.home-currencylist .box-header {
        display: none;
}
.home-currencylist .box-body .currency-item {
        padding: 20px;
}
.home-currencylist .box-body .currency-item .price {
        width: 50%;
        text-align: right;
}
.home-currencylist .box-body .currency-item .action {
        display: none;
}
.home-currencylist .box-body .currency-item .coin .coin-icon {
        float: left;
        margin-right: 10px;
}
.home-currencylist .box-body .currency-item .coin .code {
        display: block;
}
.home-currencylist .box-footer {
        display: block;
        text-align: center;
        padding: 30px 0;
}
.app-content .stores {
        text-align: center;
}
.app-content .stores .store {
        margin-right: 0;
}
.worldwide {
        display: none;
}
.box-contactform {
        float: none;
        padding: 20px;
        border-radius: 0;
        margin-left: -15px;
        width: calc(100% + 30px);
}
.contact-info .box {
        height: auto !important;
        margin-bottom: 20px;
}
.sign-forms {
        padding-top: 120px;
        height: auto;
        padding-bottom: 100px;
}
.sign-forms .box-sign {
        float: none;
        padding: 20px;
        border-radius: 0;
        width: calc(100% + 30px);
}
.ssl-info {
        padding: 20px;
}
.sign-forms .sign-links span {
        display: none;
}
.sign-forms .sign-links a {
        display: block;
        text-align: center;
        margin-bottom: 20px;
}
.security-bar .security-note {
        margin-bottom: 10px;
}
.buycryptocurrency .payment-wrapper {
        padding: 20px;
}
.payment-wrapper .box-buy-wrapper {
        padding: 10px;
}
.box-app {
        margin-left: -15px;
        width: calc(100% + 30px);
}
.box-app .row {
        margin: 0;
}
.box-app .app-content {
        padding: 20px;
}
.box-app .app-content .title {
        font-size: 30px;
        line-height: 1.33;
}
.box-app .store {
        width: 130px;
        height: 47px;
        background-size: 130px auto;
        -webkit-background-size: 130px auto;
}
.box-app .store.icon-google-play {
        background-position: 0 -48px;
}
.box-app .store-btns {
        text-align: center;
}
.box-app .app-content p {
        margin-bottom: 30px;
}
.box-latestblog {
        margin-left: -15px;
        width: calc(100% + 30px);
}
.box-latestblog .box-table-footer {
        display: block;
        text-align: center;
        padding: 30px 0;
}
.box-latestblog .box-table-footer .link {
        font-size: 20px;
        font-family: "HKGrotesk-SemiBold";
}
.box-latestblog .item .photo {
        float: none;
        width: 100%;
        margin-bottom: 20px;
}
.box-latestblog .item .news {
        width: 100%;
        float: none;
        margin-left: 0;
}
.box-latestblog .item .title {
        float: none;
        width: 100%;
        margin-bottom: 10px;
}
.box-latestblog .item .date {
        float: none;
        margin-bottom: 10px;
        justify-content: flex-start;
}
.box-form {
        margin-left: -15px;
        width: calc(100% + 30px);
}
.box-form .box-title {
        padding: 20px;
}
.box-form .box-title .title {
        font-size: 20px;
}
.box-form .box-body {
        padding: 20px;
}
.box-form .box-body .choose-payment-options {
        justify-content: flex-start !important;
}
.box-form .box-body .choose-payment-options .option {
        font-size: 16px;
        float: none;
        justify-content: normal;
        padding-top: 20px;
        margin-left: 0;
        padding: 10px 15px;
}
.box-form .box-body .choose-payment-options .option img {
        width: 25px;
}
.box-form .box-body .choose-payment-options .option .payment-method-img {
        padding-right: 15px;
        min-width: 45px;
}
.card-info dt {
        font-weight: normal;
        font-size: 16px;
}
.card-info dd {
        font-size: 16px;
}
.box-form .box-body .choose-payment-options .option span {
        font-size: 12px;
        margin-bottom: 5px;
}
.box-form .box-body .choose-payment-options .option .commisson {
        font-size: 10px;
}
.box-form .box-body .choose-payment-options .option .feeAmount {
        font-weight: normal;
}
.box-form .box-body .choose-payment-options .option i {
        margin-bottom: 20px;
}
.box-form .box-body .choose-payment-options.payment-list .option {
        justify-content: center;
        float: left;
}
.box-result {
        margin-left: -15px;
        width: calc(100% + 30px);
}
.box-result .box-title {
        padding: 20px;
}
.box-result .box-title .title {
        font-size: 20px;
}
.box-result .box-body {
        padding: 20px;
}
.box-result .box-body .order-summary {
        padding: 30px 0;
}
.box-result .box-body .order-summary dl dt {
        font-weight: 400;
}
.box-result .box-body .order-summary dl dt,
    .box-result .box-body .order-summary dl dd {
        text-align: left;
        display: block;
        width: 100%;
}
.box-result .box-body .btn {
        margin-bottom: 20px;
}
.koinal-modal .modal-dialog {
        word-break: break-all;
        margin: auto;
}
.step-content {
        padding-left: 0;
}
.step-content .step-header .no {
        margin-left: 0;
        margin-right: 10px;
}
.step-content .vertical-divider {
        display: none;
}
.total-box .total-box-item {
        height: 140px;
}
.total-box .total-box-item .title {
        height: 40px;
        font-size: 16px;
        line-height: 1.25;
}
.total-box .total-box-item .icon {
        margin-bottom: 10px;
}
}
.modal-xl {
    max-width: 90% !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.select-image {
    width: 24px;
    margin-top: 2px;
}
.b-toast-danger.b-toast-solid .toast,
.b-toast-success.b-toast-solid .toast {
    border-radius: 5px;
    padding: 0;
}
.b-toast-danger .toast .toast-header,
.b-toast-success .toast .toast-header {
    padding: 5px 7px;
}
.b-toast .toast .toast-body {
    padding: 7px;
}
.fade-enter-active,
.fade-leave-active {
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease;
}
.form-settings {
    margin-bottom: 150px;
}
.fade-enter,
.fade-leave-active {
    opacity: 0;
}
.rc-anchor-error-msg-container {
    display: none !important;
    visibility: hidden;
}
.input-tel__input,
.input-tel,
.vue-phone-number-input,
.country-selector {
    height: 50px !important;
}
#phoneInputP > .flex-1 > .input-tel > .input-tel__input {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    cursor: text !important;
}
#phoneInputP > .flex-1 > .input-tel > :focus {
    color: #495057 !important;
    border-color: #80bdff !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.input-tel__input:hover {
    border-color: #ccc !important;
}
.country-selector__input {
    height: 50px !important;
}
.country-selector__toggle {
    top: calc(50% - 14px) !important;
}
.select-country-container {
    margin-right: 15px;
    flex: 0 0 25% !important;
    width: 25% !important;
    min-width: 25% !important;
}
.country-selector.has-value .country-selector__input[data-v-46e105de] {
    padding-left: 0 !important;
    text-align: center;
    border-radius: 5px !important;
}
.country-selector__label {
    display: none !important;
}
.country-selector.has-hint .country-selector__input[data-v-46e105de],
.country-selector.has-value .country-selector__input[data-v-46e105de] {
    padding-top: 0 !important;
}
.country-selector__country-flag[data-v-46e105de] {
    top: 19px;
    display: none;
}
.input-tel.has-hint .input-tel__input[data-v-e59be3b4],
.input-tel.has-value .input-tel__input[data-v-e59be3b4] {
    padding-top: 0 !important;
}
.input-tel__label {
    display: none;
}
.multiselect.is-invalid {
    border: solid 1px #ff6d72;
    background-color: #fff8f8;
    border-radius: 5px;
}
.multiselect.is-invalid > .multiselect__tags {
    border: 1px solid #ff6d72;
    background-color: #fff8f8;
}
.error-phone .input-tel__input {
    border: 2px solid #ff6d72 !important;
    background-color: #fff8f8 !important;
}
.-mt-20 {
    margin-top: -20px;
}
.ellipsis-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recaptch iframe #document html body {
    background-color: red;
}

/* Helpers */
.mb-10 {
    margin-bottom: 50px;
}
.custom-icon {
    top: 38px !important;
    right: 11px !important;
}
.multiselect__select {
    height: 100% !important;
    top: 0 !important;
}
.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
    height: 100%;
}
.icon-danger {
    font-size: 62px;
}
.text-md {
    font-size: 16px;
}
.icon-text {
    font-size: 31px;
}
.mx-n1 {
    margin-left: -1rem;
    margin-right: -1rem;
}
.btn-custom {
    font-size: 14px !important;
    font-weight: bold;
    padding: 10px 15px !important;
    min-width: auto;
}
.takedPhotos-item {
    width: 250px;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.upload-btn-wrapper:hover > button {
    background-color: #4eb7ff;
    color: #fff;
    border: solid 2px #4eb7ff;
}
.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    opacity: 0;
}
::-webkit-file-upload-button {
    cursor: pointer;
}
.upload-imgs {
    margin-top: 38px;
}
.text-primary {
    color: #4eb7ff !important;
}
.upload-imgs-item {
    display: flex;
    align-items: center;
    width: 240px;
    height: 264px;
    margin-right: 28px;
    border: solid 1px #ced1dc;
    padding: 8px;
    border-radius: 14px;
}
.upload-imgs-item img,
.upload-imgs-item object {
    width: 100%;
    height: 100%;
}
.date-picker input {
    border-radius: 5px !important;
    border: solid 1px #d7d8db;
    padding: 12px 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    height: auto;
    resize: none;
}
.date-picker.has-error input {
    border: solid 2px #ff6d72 !important;
    background-color: #fff8f8;
}
.multiError .multiselect__tags {
    border: solid 2px #ff6d72 !important;
    background-color: #fff8f8;
}
.multiError .multiselect__single {
    background-color: #fff8f8;
}
.mv-auto {
    min-width: auto !important;
}
.boder-bottom-danger {
    border-bottom: 1px solid #dc3545 !important;
}
.phoneNumberCode .multiselect__placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.multiselect__content-wrapper {
    overflow-x: hidden !important;
}
.phoneNumberCode .multiselect__single {
    margin-bottom: 0 !important;
}
.phoneNumberCode .option__desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
}
.phoneNumberCode .multiselect__content {
    width: 100%;
}
.phoneNumberCode .multiselect__option {
    padding: 7px 7px;
}
.result-content p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
}
.result-content .message {
    margin-bottom: 20px;
}
.danger-modal .modal-header {
    padding: 30px;
    border-bottom: solid 1px #ff6d72;
    background-color: #fffcfc;
}
.warning-modal .modal-header {
    padding: 30px;
    border-bottom: solid 1px #ffd54e !important;
    background-color: rgba(255, 252, 239, 0.55);
}
.b-toaster.b-toaster-top-right,
.b-toaster.b-toaster-top-left,
.b-toaster.b-toaster-top-center,
.b-toaster.b-toaster-top-full {
    top: 46px !important;
}
.b-toaster.b-toaster-top-right .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot {
    max-width: 450px !important;
}
.b-toast {
    max-width: 450px !important;
}
.toast-header {
    display: flex;
    align-items: center;
}
.toast-header button {
    font-size: 30px;
}
.toast-header .success {
    color: #4ccb83 !important;
    font-size: 20px;
}
.toast-header .danger {
    color: #ff6d72 !important;
    font-size: 20px;
}
.b-toast-solid .toast {
    background-color: #fff !important;
    border-radius: 4px !important;
    box-shadow: 0px 0px 7px 0px rgba(122, 122, 122, 0.68);
}
.b-toast-success .toast .toast-header {
    color: rgba(9 17 45, 0.05) !important;
    background-color: rgba(239, 251, 244, 0.55) !important;
    border-bottom: 1px solid #4ccb83 !important;
}
.b-toast-danger .toast .toast-header {
    background-color: #fffcfc !important;
    color: rgba(9 17 45, 0.05) !important;
    border-bottom: 1px solid #ff6d72 !important;
}
.b-toast-danger .toast .toast-header,
.b-toast-success .toast .toast-header {
    padding: 15px 15px;
}
.b-toast .toast .toast-body {
    text-align: center;
    padding: 15px 15px;
    font-weight: 600 !important;
    color: #09112d !important;
}
.b-toast-success .toast {
    color: #09112d !important;
}
.b-toaster {
    z-index: 99999 !important;
}
.mx-input:disabled,
.mx-input.disabled,
.input-tel.is-disabled .input-tel__input[data-v-e59be3b4],
.input-tel.is-disabled .input-tel__label[data-v-e59be3b4],
.input-tel.is-disabled .input-tel__toggle__arrow[data-v-e59be3b4] {
    background-color: #f9fafe !important;
    opacity: 1 !important;
    border: solid 2px #ced1dc !important;
}
.multiselect--disabled {
    opacity: 1 !important;
}
.multiselect--disabled > .multiselect__tags {
    background-color: #f9fafe !important;
    opacity: 1 !important;
    border: solid 2px #ced1dc !important;
    background: #f9fafe !important;
}
.multiselect--disabled > .multiselect__tags .multiselect__single,
.multiselect--disabled > .multiselect__tags .multiselect__single .option__desc {
    background: #f9fafe !important;
    color: rgba(9, 17, 45, 0.3) !important;
}
.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
    background-color: #f9fafe !important;
    color: #a6a6a6;
    height: 91% !important;
    top: 2px !important;
    right: 3px;
}
.form-control:disabled,
.form-control[readonly] {
    font-size: 16px;
    background-color: #f9fafe !important;
    opacity: 1 !important;
    border: solid 2px #ced1dc !important;
    background: #f9fafe !important;
    color: rgba(9, 17, 45, 0.3) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.mobile-landing-img {
    width: 100% !important;
    margin-top: 45px;
}
.form-control:disabled,
:disabled::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(9, 17, 45, 0.3) !important;
}
.form-control:disabled,
:disabled:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(9, 17, 45, 0.3) !important;
}
.form-control:disabled,
:disabled::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(9, 17, 45, 0.3) !important;
}
.form-control:disabled,
:disabled:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(9, 17, 45, 0.3) !important;
}
#phoneInputP > .flex-1 > .input-tel > .input-tel__input {
    font-weight: 500;
    font-size: 16px;
    color: #495057 !important;
}
.font-small {
    font-size: 16px;
}
.flag {
    width: 60px !important;
    height: 40px !important;
}
.icon-color-success {
    color: #4ccb83;
}
.icon-color-danger {
    color: #ff6d72;
}
.icon-color-warning {
    color: #ffd54e;
}
.icon-color-primary {
    color: #4eb7ff;
}
#phoneInputP > .flex-1 > .input-tel > .input-tel__input:disabled {
    color: rgba(9, 17, 45, 0.3) !important;
}
.mx-input:disabled,
.mx-input.disabled {
    color: rgba(9, 17, 45, 0.3) !important;
}
.multiselect__tags {
    padding-top: 0 !important;
}
.multiselect__placeholder {
    font-size: 16px;
    color: rgba(9, 17, 45, 0.55) !important;
    font-weight: 500;
    margin-left: 7px;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}
.multiselect__single {
    padding-left: 5px;
    margin-bottom: 0 !important;
    height: 100% !important;
    align-items: center !important;
    display: flex !important;
}
.multiselect__input {
    height: 100%;
}
.result-content {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: var(--color-dark-color);
}
.w27 {
    width: 27%;
}
.swipe-content {
    border-top: 1px solid rgba(206, 209, 220, 0.5);
}
.swipe-content:before {
    content: "";
    position: absolute;
    border-left: dotted 6px rgba(9, 17, 45, 0.2);
    height: 30px;
    width: 5px;
    top: 50%;
    left: -13px;
    transform: translateY(-50%);
}
.swipe-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #fff;
    padding: 0 20px;
}
.default {
    background-color: #4eb7ff;
}
.edit {
    background-color: rgba(9, 17, 45, 0.3);
}
.delete {
    background-color: #ff6d72;
}
.swipeout {
    position: relative;
    overflow: inherit !important;
    display: flex;
}
.business-hero {
    background-image: url("/img/business/hero-bg.png");
    background-size: cover;
    min-height: 998px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.business-header {
    padding: 40px 25px;
}
.business-logo {
    width: 166px;
    height: 60px;
    padding-right: 15px;
}
.business-logo-line {
    width: 2px;
    height: 60px;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.2);
}
.business-logo-text {
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    margin-top: 25px;
    margin-left: 15px;
    height: 100%;
}
.hero-title {
    font-size: 88px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
}
.hero-sub-title {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    margin-top: 25px;
}
.saved-card-icon {
    position: absolute;
    z-index: 99;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.hero-desc {
    display: block;
    margin-bottom: 45px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
}
.hero-shape-img {
    position: absolute;
    right: 0;
    width: 56%;
    top: 150px;
}
.hero-card-img {
    position: absolute;
    right: -24px;
    top: -28px;
}
.hero-man-img {
    position: absolute;

    top: 210px;

    right: 550px;
    width: 236px;
}
.mw-auto {
    min-width: auto !important;
}
.rotate-180 {
    transform: rotate(180deg);
    transition: all 0.25s;
}
.border-top-0 {
    border-bottom: 0 !important;
}
.deposit-content {
    padding: 30px 30px 0;
}
.deposit-content-body {
    background: rgba(41, 71, 179, 0.03);
    border: 1px solid rgba(41, 71, 179, 0.2);
    padding: 20px;
    border-radius: 5px;
    display: inline-block;
    padding-right: 30px;
}
.deposit-content-title h3 {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #09112d;
}
.deposit-content-title {
    margin-bottom: 15px;
}
.deposit-content-body-header .icon {
    color: #4eb7ff;
    font-size: 22px;
}
.deposit-content-body-header {
    margin-bottom: 15px;
}
.deposit-content-body-header h3 {
    font-size: 18px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #09112d;
    padding: 0;
    margin-bottom: 4px;
    margin-left: 15px !important;
}
.w-90 {
    width: 90%;
}
.deposit-terms {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    color: #09112d;
}
.deposit-terms ul {
    padding-left: 25px;
    margin-bottom: 0;
}
.deposit-terms ul li {
    list-style-type: disc;
}
.deposit-terms ul li span {
    margin-left: 10px;
}
.show-bank-detail-button {
    margin-top: 23px;
    margin-bottom: 28px;
}
.bank-account-detail {
    padding: 30px;
}
.bank-account-detail h3 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #09112d;
}
.bank-account-detail .desc {
    margin-top: 30px;
    width: 60%;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #09112d;
}
.bank-detail {
    margin-top: 35px;
}
.bank-detail .items {
    border-radius: 5px;
    height: 100%;
    border: solid 1px rgba(41, 71, 179, 0.2);
}
.bank-detail .items .dashed {
    margin: 0 20px;
    border-bottom: 2px dashed rgba(206, 209, 220, 0.5);
}
.bank-detail .items .item {
    align-items: flex-end;
    display: flex;
    padding: 30px 20px 20px 20px;
    cursor: pointer;
}
.bank-detail > .items > .item:hover > .title {
    display: none !important;
}
.bank-detail .item.reference {
    background: rgba(158, 216, 255, 0.2);
}
.bank-detail .item .title {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: rgba(9, 17, 45, 0.3);
}
.bank-detail .item .desc {
    padding: 0;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #09112d;
    width: 100%;
}
.bank-account-detail-copy {
    font-size: 14px;
    display: flex;
    min-width: 70px;
    justify-content: flex-end;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #4eb7ff;
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
    cursor: pointer;
}
.bank-account-detail-copy span.text {
    margin-left: 7px;
    margin-top: -3px;
    display: block;
}
@media only screen and (max-width: 991px) {
.bank-detail {
        flex-wrap: wrap;
}
.bank-detail .item .title {
        flex: 1 0 auto;
}
.bank-account-detail-copy {
        display: flex;
        margin-top: 0;
        min-width: auto;
}
.bank-account-detail {
        padding: 30px 20px;
}
.bank-detail .items.first {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: none;
}
.bank-detail .items.last {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0;
}
.bank-detail .items .dashed {
        margin: 0;
}
}
.deposit-select-currency {
    width: 180px;
}
.single-select {
    margin-top: 3px;
}
.select-sm .multiselect__tags {
    height: calc(38px + 2px);
    margin-right: 25px;
}
.select-sm .multiselect__select {
    margin-right: 25px;
}
.select-sm .multiselect__placeholder {
    font-size: 14px;
}
.select-sm-text span {
    font-size: 16px;
    font-weight: normal;
}
.balances-history-item-amount span {
    font-weight: 600;
}
.balances-history-item-amount.deposit span {
    color: #4ccb83;
}
.balances-history-item-amount.payment span {
    color: #09112d;
}
.balances-history-item-amount.withdraw span {
    color: #ff6d72;
}
#depositNotKycModal___BV_modal_outer_ {
    z-index: 99999 !important;
}
.balance-history-empty {
    padding: 90px 0 45px 0;
    border-top: 1px solid rgba(206, 209, 220, 0.5);
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: rgba(9, 17, 45, 0.6);
}
.step-progress__bar {
    height: auto !important;
    margin-top: 15px;
}
.balance-history-empty img {
    margin-bottom: 45px;
}
.checkout-step-header {
    margin-top: -60px;
    background-color: #ffffff;
}
.checkout-step-header-content {
    height: 135px;
}
.step-progress__step span:first-child {
    display: none !important;
}
.step-progress__step-label {
    top: calc(100% + 25px) !important;
}
.step-progress__wrapper-before {
    height: 3px !important;
    background-color: #ced1dc !important;
}
.step-progress__wrapper-after {
    height: 3px !important;
}
.step-progress__step {
    --activeColor: #4eb7ff !important;
    --passiveColor: #ced1dc !important;
    --activeBorder: 3px !important;
    --passiveBorder: 3px !important;
}
.step-progress__step-label {
    font-size: 20px !important;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9ca0af !important;
}
.step-progress__step--active .step-progress__step-label {
    color: #4eb7ff !important;
}
.step-progress__step:after {
    width: 20px !important;
    height: 20px !important;
}
.step-icon {
    font-size: 39px;
    color: #09112d;
    margin-right: 10px;
    display: block;
    line-height: 26px;
}
.step-desc {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #09112d;
    margin-top: 30px;
    margin-bottom: 20px;
}
.withdraw-content {
    padding: 30px;
}
.withdraw-info {
    margin-top: 10px;
    padding: 20px 10px 20px 15px;
    display: flex;
    align-items: flex-start;
    border-radius: 5px;
    border: solid 1px rgba(41, 71, 179, 0.2);
    background-color: rgba(41, 71, 179, 0.03);
}
.withdraw-info .icon {
    color: #4eb7ff;
    font-size: 28px;
    margin-right: 15px;
}
.withdraw-info .desc {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #09112d;
    margin-bottom: 0;
    padding-bottom: 0;
}
.withdraw-account-form {
    margin-top: 40px;
}
.withdraw-create-form .title {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #09112d;
}
.info-list {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #09112d;
    margin-left: 10px !important;
    padding-left: 0;
    margin-bottom: 0;
}
.info-list li {
    list-style-position: inside;
}
.group-input {
    padding-right: 64px;
}
.amount-input-text {
    position: absolute;
    right: 0;
    top: 45px;
    padding: 0 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: rgba(9, 17, 45, 0.6);
}
.withdraw-create-form-avaliable-balance {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: rgba(9, 17, 45, 0.6);
}
.submit-withdraw-icon {
    font-size: 60px;
    font-weight: bold;
    color: #4eb7ff;
    text-align: center;
    margin-top: 30px;
}
.submit-withdraw-icon.not-2fa {
    color: #ff6d72;
}
.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.submit-withdraw-text {
    text-align: center;
    width: 60%;
    justify-content: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #09112d;
    margin-top: 30px;
}
.w-35 {
    width: 50% !important;
}
.submit-withdraw-info {
    margin-top: 30px;
}
.submit-withdraw-info-text {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 5px;
}
.submit-withdraw-info-item span {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #09112d;
    margin-bottom: 10px;
}
.submit-withdraw-content {
    padding: 0 70px 30px 70px;
}
.submit-withdraw-footer {
    padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
.koinal-modal .modal-header .modal-title {
        font-size: 20px;
}
.info-list li {
        list-style-position: unset;
}
.withdraw-content {
        padding-left: 0;
        padding-right: 0;
}
.px-20 {
        padding-left: 20px;
        padding-right: 20px;
}
.withdraw-info {
        flex-direction: column;
        padding: 20px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
}
.withdraw-account-form {
        margin-top: 20px;
}
.balances-table-item-amount.usd {
        font-weight: normal;
        font-size: 14px;
}
.mx-mobile-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
}
.mx-mobile-0 > .col,
    .mx-mobile-0 > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
}
.bank-detail {
        width: 100% !important;
}
.deposit-select-currency {
        width: 100% !important;
        margin-top: 7px;
}
.deposit-content-body {
        margin: 0 -30px;
        min-width: unset !important;
}
.deposit-terms ul li {
        text-indent: -11px;
}
.desc.no-usd {
        width: 100%;
}
.bank-detail {
        width: 100%;
}
.bank-account-detail-copy {
        margin-left: 12px;
}
.bank-detail .item .desc {
        word-break: break-word;
}
}
.step-progress__wrapper {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.step-progress__wrapper-before {
    background-color: grey;
    transform: translateY(-50%) perspective(1000px);
}
.step-progress__wrapper-after,
.step-progress__wrapper-before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 12px;
    width: 100%;
}
.step-progress__wrapper-after {
    background-color: #4eb7ff;
    transform: scaleX(0) translateY(-50%) perspective(1000px);
    transform-origin: left center;
    transition: transform 0.5s ease;
}
.step-progress__bar {
    width: 100%;
    display: flex;
    height: 100px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.step-progress__step {
    z-index: 2;
    position: relative;
    --activeColor: #ced1dc;
    --passiveColor: #ced1dc;
    --activeBorder: 5px;
    --passiveBorder: 5px;
}
.step-progress__step span {
    color: var(--passiveColor);
    transition: 0.3s ease;
    display: block;
    font-size: 50px;
    transform: translateZ(0) scale(1) perspective(1000px);
    font-weight: 900;
    text-align: center;
    opacity: 1;
}
@media (max-width: 767px) {
.step-progress__step span {
        font-size: 28px;
}
}
.step-progress__step--active .step-progress__step-label,
.step-progress__step--active span {
    color: var(--activeColor);
}
.step-progress__step--active .step-progress__step-icon {
    opacity: 1;
}
.step-progress__step--valid .step-progress__step-icon {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(1) perspective(1000px);
}
.step-progress__step--valid span {
    color: var(--activeColor);
    opacity: 0;
    transform: translateZ(0) scale(2) perspective(1000px);
}
.step-progress__step--valid .step-progress__step-label {
    color: var(--activeColor);
}
.step-progress__step:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) perspective(1000px);
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50%;
    border: var(--passiveBorder) solid var(--passiveColor);
    transition: 0.3s ease;
}
@media (max-width: 767px) {
.step-progress__step:after {
        width: 40px;
        height: 40px;
}
}
.step-progress__step--active:after,
.step-progress__step--valid:after {
    border: var(--activeBorder) solid var(--activeColor);
}
.step-progress__step--valid:after {
    background-color: var(--activeColor);
}
.step-progress__step-label {
    position: absolute;
    top: calc(100% + 25px);
    left: 50%;
    transform: translateX(-50%) perspective(1000px);
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    color: grey;
    transition: 0.3s ease;
}
.step-progress__step-icon {
    font-size: 36px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: transform 0.3s ease;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px);
}
.cancel-withdraw-buttons {
    margin-top: 70px;
}
@media (max-width: 767px) {
.cancel-withdraw-buttons {
        margin-top: 20px;
}
.step-progress__step-icon {
        font-size: 22px;
}
.step-progress__step-label {
        font-size: 16px !important;
        font-weight: 600;
}
.step-progress__bar .step-progress__step .step-progress__step-label {
        left: -26px !important;
        transform: translateX(0) !important;
}
.step-progress__bar
    .step-progress__step:first-child
    .step-progress__step-label {
        left: -10px !important;
        transform: translateX(0) !important;
}
.step-progress__bar
    .step-progress__step:last-child
    .step-progress__step-label {
        left: -70px !important;
        transform: translateX(0) !important;
}
.step-header-total-mobile .title {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        color: #09112d;
}
.step-header-total-mobile .desc {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        color: #09112d;
}
.checkout-step-header {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 99;
        border-bottom: 1px solid rgba(206, 209, 220, 0.5);
        width: 100%;
}
}
@media only screen and (max-width: 321px) {
.box-form .box-body .choose-payment-options .option {
        font-size: 14px;
        height: 120px;
        float: none;
        justify-content: normal;
        padding-top: 20px;
        max-width: 100%;
        min-width: 100%;
        margin-left: 0;
        margin-right: 8px;
}
.box-form .box-body .choose-payment-options .option span {
        font-size: 10px;
}
.box-form .box-body .choose-payment-options .option .feeAmount {
        font-size: 10px;
}
.box-form .box-body .choose-payment-options .option img {
        width: 26px;
        height: 26px;
}
}
.box-tab-header {
    display: flex;
    justify-content: space-between;
}
.box-tab {
    padding: 0;
}
.box-tab-header .item {
    width: 50%;
    background-color: #f5f6f8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(9, 17, 45, 0.3);
    padding: 25px 0;
    border-bottom: 3px solid rgba(65, 66, 68, 0.1);
    border-right: 1px solid rgba(65, 66, 68, 0.1);
    transition: all linear 0.3s;
}
.box-tab-header .item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 10px;
}
.box-tab-header .item:last-child {
    border-top-left-radius: 0;
}
.box-tab-header .item.active {
    border-bottom: 3px solid #2947b3;
    color: #2947b3;
    transition: all linear 0.3s;
    background-color: #fff;
}
.box-tab-content {
    background-color: #fff;
    box-shadow: 5px 10px 30px 0 rgb(9 17 45 / 10%);
    padding: 50px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.header-balance {
    /* height: 150px; */
    position: absolute;
    left: 50%;
    width: 300px !important;
    transform: translateX(-50%);
    padding: 30px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@font-face{font-family:"HKGrotesk";font-style:normal;font-weight:400;src:url(../fonts/HKGrotesk-Regular.881f0c8f.woff2) format("woff2")}@font-face{font-family:"HKGrotesk";font-style:normal;font-weight:500;src:url(../fonts/HKGrotesk-Medium.3b2a7d28.woff2) format("woff2")}@font-face{font-family:"HKGrotesk";font-style:normal;font-weight:600;src:url(../fonts/HKGrotesk-Bold.80e0d19f.woff2) format("woff2")}@font-face{font-family:"HKGrotesk";font-style:normal;font-weight:700;src:url(../fonts/HKGrotesk-SemiBold.213f6c14.woff2) format("woff2")}@media (min-width: 320px) and (max-width: 1023px){.p-m-0{padding:0 !important}}@media (min-width: 320px) and (max-width: 1023px){.m-mobile-0{margin-left:0;margin-right:0}.m-mobile-0>.col,.m-mobile-0>[class*="col-"]{padding-left:0;padding-right:0}}.icon-24 .icon{font-size:24px}.text-black{color:#09112d}.font-weight-bold{font-weight:600}.text-md{font-size:20px}.pl-mobile-0{padding-left:inherit}@media (min-width: 320px) and (max-width: 1023px){.pl-mobile-0{padding-left:0 !important}}.w-md-50{width:50% !important}@media (min-width: 320px) and (max-width: 1023px){.w-md-50{width:100% !important}}.info-text{font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.39;letter-spacing:normal;text-align:center;margin-top:20px;color:#09112d}.ssl-info{text-align:center;color:rgba(255,255,255,0.5);font-size:14px;font-weight:500;position:fixed;background:#2847b2;bottom:0px;width:100%;padding:20px;left:0}@media (min-width: 320px) and (max-width: 1023px){.ssl-info{width:100%;text-align:center;color:rgba(255,255,255,0.5);font-size:14px;font-weight:500;position:absolute;bottom:-50px;left:50%;transform:translateX(-50%)}}.twofa-items{padding:0;margin:0;margin-top:15px}.twofa-items li{list-style-type:none;padding-bottom:1.5rem;border-left:1px solid #abaaed;position:relative;padding-left:15px;margin-left:10px;padding-top:0;display:flex;justify-content:space-between}.twofa-items li span.number{position:absolute;color:#fff;left:-5px;top:1px;font-weight:600;font-size:18px}.twofa-items li img{margin-left:30px;width:50px;height:50px}.twofa-items li h3{padding-left:25px;margin-bottom:25px}.twofa-items li::before{content:"";width:30px;height:30px;background:#2947b3;border-radius:50%;position:absolute;left:-15px;top:0px}.twofa-items li:last-child{border:0}.text-primary-blue{color:#4eb7ff}a{color:#4eb7ff}.toast{font-size:1.5rem}strong{color:#09112d;font-weight:700}.overlay.active{top:0;display:block}.dotted-hr{border-top:2px dashed rgba(206,209,220,0.5)}.border-solid{border-top:1px solid rgba(206,209,220,0.5);margin:35px 30px}@media (min-width: 320px) and (max-width: 1023px){.border-solid{margin:35px 0 0 0 !important}}.page-section{position:relative;width:100%}.shaft-arrow{width:64px;background-color:#999;display:block;height:3px;position:relative}.shaft-arrow:after{background-color:#999;content:"";display:block;height:3px;position:absolute;top:0;right:0;transform:rotate(-40deg);width:8px}.shaft-arrow:before{transform:rotate(40deg);background-color:#999;content:"";display:block;height:3px;position:absolute;top:-3px;right:0;width:12px}.shaft-arrow{width:40px;background-color:#2947b3;display:block;height:3px;position:relative}.shaft-arrow:before{transform:rotate(40deg);background-color:#2947b3;content:"";display:block;height:3px;position:absolute;top:-3px;right:-1px}.shaft-arrow:after{background-color:#2947b3;content:"";display:block;height:3px;position:absolute;top:3px;right:-1px;transform:rotate(-40deg);width:12px}.passive-text{color:rgba(9,17,45,0.3) !important}.text-primary{color:#09112d !important}.font-bold{font-weight:600}.single-chart{width:100px;justify-content:space-around}.circular-chart{display:block;margin:10px auto;width:100%;max-height:250px;transform:rotate(180deg)}.circle-bg{fill:none;stroke:#fff;stroke-width:3.8}.circle{fill:none;stroke-width:2.8;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:0}.fade-enter-active,.fade-leave-active{transition-property:opacity;transition-duration:0.25s}.fade-enter-active{transition-delay:0.25s}.fade-enter,.fade-leave-active{opacity:0}.slide-left-leave-active,.slide-left-enter-active,.slide-right-leave-active,.slide-right-enter-active{transition:0.2s}.slide-left-enter{transform:translate(100%, 0)}.slide-left-leave-to{transform:translate(-100%, 0)}.slide-right-enter{transform:translate(-100%, 0);opacity:0}.slide-right-leave-to{transform:translate(100%, 0)}.slide-up-enter-active{transition:all 0.4s ease}.slide-up-leave-active{transition:all 0.4s cubic-bezier(1, 0.5, 0.8, 1)}.slide-up-enter{transform:translateY(100%);opacity:1}.slide-down-enter-active{transition:all 0.4s ease}.slide-down-leave-active{transition:all 0.4s ease-in-out}.slide-down-enter{transform:translateY(-100%) !important;opacity:0}.alert-danger.text-danger{color:#721c24 !important}.countdown-status{font-size:25px;line-height:30px;margin-top:35px;color:#09112d}.countdown-status .icon{margin-right:10px;color:rgba(18,44,136,0.5)}.loading{background:#ffffff;height:97%;width:100%;position:absolute;top:0;left:0;right:0;z-index:35;display:flex;justify-content:center;align-items:center;border-radius:8px}.loading-rel{position:relative !important}.loading img{animation:fadeOut ease 1s infinite;-webkit-animation:fadeOut ease 1s infinite;-moz-animation:fadeOut ease 1s infinite;-o-animation:fadeOut ease 1s infinite;-ms-animation:fadeOut ease 1s infinite}.fixedLoading{background:rgba(255,255,255,0.59) !important;height:100%;width:100%;position:fixed;z-index:99999}.loading-bg{background-color:#f8f9fc !important}.circular-chart.blue .circle{stroke:#3c9ee5}.percentage{fill:#09112d;font-family:sans-serif;font-size:8px;text-anchor:middle;transform:rotate(-180deg)}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes progress{0%{stroke-dasharray:0 100}}.intercom-namespace,.intercom-lightweight-app,.intercom-launcher-frame{z-index:149 !important}.intercom-namespace .intercom-s06fua{z-index:150 !important}.marketing-mail-setting{font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.39;letter-spacing:normal;color:#09112d}.table-cookie{box-shadow:0 10px 20px 0 rgba(9,17,45,0.05);border-color:rgba(206,209,220,0.5)}.table-cookie .table-bordered{border:none}.table-cookie thead th{border-color:rgba(206,209,220,0.5);border-top:none;border-bottom:none;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.88;letter-spacing:normal;color:#09112d}.table-cookie thead th.category{min-width:250px}.table-cookie thead th.cookie-name{min-width:330px}.table-cookie thead th.retention{min-width:197px}.table-cookie thead th.desc{padding-right:15px !important;min-width:300px}.table-cookie thead th:first-child{border-left:none}.table-cookie thead th:last-child{border-right:none}.table-cookie tr td{border-color:rgba(206,209,220,0.5);font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:normal;color:#09112d}.table-cookie tr td.category{min-width:250px}.table-cookie tr td.cookie-name{min-width:330px}.table-cookie tr td.retention{min-width:197px}.table-cookie tr td.desc{padding-right:15px !important;min-width:300px}.table-cookie tr td:first-child{border-left:none}.table-cookie tr td:last-child{border-right:none}.table-cookie tr:last-child td{border-bottom:none}.table-cookie thead th,.table-cookie tbody td{padding:30px 0 30px 30px}.form-group{margin-bottom:20px;position:relative}.form-group label{font-size:16px;font-weight:700;color:#09112d}.form-group label .mini-text{font-style:italic;font-weight:400}.form-group .form-control{border-radius:5px !important;border:solid 2px #ced1dc;padding:12px 15px;line-height:20px;font-size:16px;font-weight:500;line-height:1.5;height:52px;resize:none}.form-group.hasError .form-control{border:solid 2px #ff6d72;background-color:#fff8f8}.form-group.hasError .custom-checkbox>label:before{border:solid 2px #ff6d72}.form-group.success .form-control{border:solid 2px #5cb85c;background-color:#fff}.form-group .input-r-icon{position:absolute;z-index:3;font-size:16px;font-weight:500;top:17px;right:20px}.input-group.hasError .form-control{border:solid 2px #ff6d72;background-color:#fff8f8}.custom-checkbox label{font-weight:400}label.input-label{font-size:16px;font-weight:700;color:#09112d}label.input-label .mini-text{font-style:italic;font-weight:400}.btn{padding:15px 28px;border-radius:25px;line-height:1}.btn-xs{padding:4px 16px}.btn-sm{font-size:14px !important;padding:5px 20px !important}.btn-auto{padding-left:0;padding-right:0;width:100%}.btn-link{padding:15px 20px !important}.btn-primary{color:#fff !important;font-size:20px;font-weight:700 !important;background-color:#4eb7ff !important;border-color:#4eb7ff !important;border-width:2px}.btn-primary:not(:disabled):not(.disabled):hover,.btn-primary:not(:disabled):not(.disabled):focus,.btn-primary:not(:disabled):not(.disabled):active{background-color:#4eb7ff !important;border-color:#4eb7ff !important;box-shadow:none !important;outline:none !important}.btn-primary-lg{min-width:180px}@media (min-width: 320px) and (max-width: 1023px){.btn-primary-lg{min-width:auto}}.btn-primary:disabled{background:rgba(9,17,45,0.3) !important;border-color:transparent !important}.btn-text{padding:0 !important;background-color:transparent;color:#4eb7ff;font-size:20px;font-weight:600}.btn-text:hover{color:#68befd;text-decoration:underline !important}.btn-text:focus{outline:none !important;box-shadow:none}.btn-secondary{color:#4eb7ff;font-size:20px;font-weight:700;background-color:transparent;border:solid 2px #4eb7ff}.btn-secondary:not(:disabled):not(.disabled):hover,.btn-secondary:not(:disabled):not(.disabled):focus,.btn-secondary:not(:disabled):not(.disabled):active{border-color:#4eb7ff;background-color:#4eb7ff;box-shadow:none !important;outline:none !important}.ot-sdk-show-settings{padding:15px 28px !important;border-radius:25px !important;color:#fff !important;line-height:1 !important;font-size:20px !important;font-weight:700 !important;background-color:#4eb7ff !important;border:2px solid #4eb7ff !important;border-color:#4eb7ff !important;border-width:2px !important}.ot-sdk-show-settings:not(:disabled):not(.disabled):hover,.ot-sdk-show-settings:not(:disabled):not(.disabled):focus,.ot-sdk-show-settings:not(:disabled):not(.disabled):active{background-color:#4eb7ff !important;border-color:#4eb7ff !important;box-shadow:none !important;outline:none !important}.ot-sdk-show-settings-lg{min-width:180px !important}@media (min-width: 320px) and (max-width: 1023px){.ot-sdk-show-settings-lg{min-width:auto !important}}.btn-countdown{color:#fff !important;font-size:20px;font-weight:700 !important;overflow:hidden;cursor:pointer;background-color:#73C6FF !important;border-color:#73C6FF !important;border-width:2px}.btn-countdown:not(:disabled):not(.disabled):hover,.btn-countdown:not(:disabled):not(.disabled):focus,.btn-countdown:not(:disabled):not(.disabled):active{background-color:#73C6FF !important;border-color:#73C6FF !important}.btn-countdown-lg{min-width:180px}@media (min-width: 320px) and (max-width: 1023px){.btn-countdown-lg{min-width:auto}}.btn-countdown:disabled{background:rgba(9,17,45,0.3) !important;border-color:transparent !important}.box{border-radius:5px;box-shadow:5px 10px 30px 0 rgba(9,17,45,0.1);background-color:#fff}.box.brd{border:solid 1px rgba(206,209,220,0.5)}.box.buypaymentcard{padding:55px 30px}.box.buypaymentcard .section-header{text-align:center;margin-bottom:42px}.box.buypaymentcard .section-header .title{font-size:40px;font-weight:600;color:#2947b3;line-height:1.5}.box-title{padding:30px;border-bottom:solid 1px rgba(206,209,220,0.5)}.box-title .title{color:#09112d;line-height:1.2;font-size:25px;font-weight:700}.box-title .link{font-size:20px;font-weight:600;color:#4eb7ff}.box-title .link .arr-right{border-top:solid 2px #4eb7ff;border-right:solid 2px #4eb7ff;width:10px;height:10px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);display:inline-block}@media (min-width: 320px) and (max-width: 1023px){.box-title{padding:20px}}.balances-table-header{padding:20px 30px 20px 30px}.balances-table-header span{font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:normal;color:rgba(9,17,45,0.6)}.balances-table-content-item{border-top:1px solid rgba(206,209,220,0.5);padding:20px 30px}.balances-table-content-item.sell-manuel{background-color:rgba(255,213,78,0.1)}.balances-table-content-item:hover{background-color:#f5f6f8}@media (min-width: 320px) and (max-width: 1023px){.balances-table-content-item{padding:10px 20px;align-items:center !important}}.balances-table-item-name{display:flex;align-items:center}.balances-table-item-name img{width:30px;height:30px}.balances-table-item-name span{font-size:18px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:normal;color:#09112d;display:block;margin-top:3px;margin-left:10px}.balances-table-item-amount{font-size:18px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:normal;color:#09112d}.balances-table-item-amount.usd{font-weight:normal}.info-modal .modal-header{padding:30px;border-bottom:solid 1px #4eb7ff;background-color:rgba(239,249,255,0.55)}@media (min-width: 320px) and (max-width: 1023px){.info-modal .modal-header{padding:25px 20px}}.info-modal .modal-header .modal-title{display:flex;word-break:break-word !important}.info-modal .modal-header .modal-title .icon{color:#4eb7ff;margin-top:1px}.info-modal .modal-header .modal-title .icon svg{font-size:20px;fill:#4eb7ff}.info-modal .modal-body{padding:30px}@media (min-width: 320px) and (max-width: 1023px){.info-modal .modal-body{padding:20px}}.info-modal .modal-body .title{font-size:20px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:normal;text-align:center;color:#09112d}@media (min-width: 320px) and (max-width: 1023px){.info-modal .modal-body .title{text-align:left;font-size:20px;word-break:break-word}}.info-modal .modal-body .desc{margin-top:20px;font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.39;letter-spacing:normal;word-break:break-word;color:#09112d}.info-modal .modal-body .ask{margin-top:20px;font-weight:500;color:#09112d;font-size:18px;font-stretch:normal;font-style:normal;line-height:1.39;word-break:break-word}@media (min-width: 320px) and (max-width: 1023px){.info-modal .modal-body .ask{margin-top:0}}.info-modal .modal-footer{border-top:none;margin-top:30px;padding-bottom:0}.info-modal .modal-footer a{font-size:20px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:normal}.info-modal .modal-footer a:hover{color:#4eb7ff}@media (min-width: 320px) and (max-width: 1023px){.info-modal .modal-footer{margin-top:10px;flex-direction:column-reverse}}@media (min-width: 320px) and (max-width: 1023px){.small-mobile{font-size:17px}}.default-modal .modal-header{background-color:#fff;border-bottom:solid 1px #ced1dc}@media (min-width: 320px) and (max-width: 1023px){.default-modal .modal-header{background-color:rgba(239,249,255,0.55);border-color:#4eb7ff}}.default-modal .modal-header .close-icon{font-size:24px;margin-top:5px;cursor:pointer}.modal-small .modal-dialog{max-width:320px}@media (min-width: 320px) and (max-width: 1023px){.modal-small .modal-dialog{width:100%;min-width:100% !important;height:100%;min-height:100%}}@media (min-width: 320px) and (max-width: 1023px){.modal-small .modal-dialog .modal-content{height:100%;min-height:100%;border-radius:0}}.balance-history-modal-amount{padding-bottom:30px;border-bottom:2px dashed rgba(206,209,220,0.5)}.balance-history-modal-amount h2{font-size:24px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;color:#ff5359}.balance-history-modal-amount span{font-size:16px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;display:block;text-align:center;color:rgba(9,17,45,0.6)}.balance-history-modal-desc{margin-top:30px}.balance-history-modal-desc .item{display:flex;justify-content:space-between;margin-bottom:10px}.balance-history-modal-desc .item .key{font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:2.14;letter-spacing:normal;color:rgba(9,17,45,0.6)}.balance-history-modal-desc .item .value{font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:2.14;letter-spacing:normal;text-align:right;color:#09112d}.full-height-modal .modal-dialog{height:100%}.full-height-modal .modal-dialog .modal-content{height:100%;border-radius:0;overflow:auto}.default-modal .modal-header{padding:30px;border-bottom:solid 1px rgba(9,17,45,0.3);background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;align-items:center}@media (min-width: 320px) and (max-width: 1023px){.default-modal .modal-header{padding:25px 20px;background:linear-gradient(0deg, rgba(255,255,255,0.5), rgba(255,255,255,0.5)),rgba(78,183,255,0.1);border-color:#4eb7ff}}.default-modal .modal-header .modal-title{display:flex;word-break:break-word !important}.default-modal .modal-header .modal-title .icon{color:#4eb7ff;margin-top:1px}.default-modal .modal-header .modal-title .icon svg{font-size:20px;fill:#4eb7ff}.default-modal .modal-body{padding:30px}@media (min-width: 320px) and (max-width: 1023px){.default-modal .modal-body{padding:20px}}.default-modal .modal-body .get-item{border-bottom:2px dashed rgba(206,209,220,0.5);padding-bottom:30px}.default-modal .modal-body .get-item .title{display:block;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:rgba(9,17,45,0.6)}.default-modal .modal-body .get-item .amount{display:block;font-weight:600;font-size:24px;line-height:30px;text-align:center}.default-modal .modal-body .get-item .amount.withdraw,.default-modal .modal-body .get-item .amount.sell,.default-modal .modal-body .get-item .amount.fiat-buy,.default-modal .modal-body .get-item .amount.fiat-withdraw{color:#ff6d72}.default-modal .modal-body .get-item .amount.buy,.default-modal .modal-body .get-item .amount.deposit,.default-modal .modal-body .get-item .amount.fiat-deposit{color:#4CCB83}.default-modal .modal-body .get-item .usd-amount{font-weight:400;font-size:16px;line-height:20px;display:block;text-align:center}.default-modal .modal-body .detail-list-items{margin-top:30px}.default-modal .modal-body .detail-list-items .item{display:flex;justify-content:space-between;align-items:center}.default-modal .modal-body .detail-list-items .item .title{font-weight:400;font-size:14px;line-height:30px;color:rgba(9,17,45,0.6)}.default-modal .modal-body .detail-list-items .item .detail{word-break:break-word;font-weight:400;font-size:14px;line-height:30px;color:#09112d}.default-modal .modal-body .detail-list-items .status{height:10px;width:10px;border-radius:100%;margin-right:5px}.default-modal .modal-body .detail-list-items .status.rejected{background-color:#ff6d72}.default-modal .modal-body .detail-list-items .status.pending{background-color:#ffae53}.default-modal .modal-body .detail-list-items .status.completed{background-color:#4ccb83}.default-modal .modal-body .detail-list-items .status.failed{background-color:#ff6d72}.default-modal .modal-body .detail-list-items .status.in_progress{background-color:#ffae53}.default-modal .modal-body .detail-list-items .status.completed{background-color:#4ccb83}.default-modal .modal-footer{border-top:none;margin-top:30px;padding-bottom:0}.default-modal .modal-footer a{font-size:20px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:normal}.default-modal .modal-footer a:hover{color:#4eb7ff}@media (min-width: 320px) and (max-width: 1023px){.default-modal .modal-footer{margin-top:10px;flex-direction:column-reverse}}.delete-card-modal-content{display:flex;flex-direction:column;align-items:center}.delete-card-modal-content .icon{color:#F2414E;font-size:40px;margin-bottom:24px}.delete-card-modal-content h3{font-weight:700;font-size:20px;line-height:28px;text-align:center;color:#09112D}.delete-card-modal-content .desc{font-weight:400;font-size:16px;line-height:24px;text-align:center;color:#09112D}@media (min-width: 320px) and (max-width: 1023px){#deleteCardModal___BV_modal_content_{margin:0 20px}}@media (min-width: 320px) and (max-width: 1023px){.koinal-modal .modal-dialog{width:100% !important;max-width:100%}}.ui-switch{position:relative;display:block;cursor:pointer;margin-bottom:0 !important}.ui-switch.checked .ui-switch-track{background-color:#3a9c64}.ui-switch.checked .ui-switch-thumb{left:-24px;background-color:#4ccb83;color:#fff}.ui-switch.checked .ui-switch-focus-ring{left:3px;background-color:none}.ui-switch-track{position:absolute;top:3px;height:20px;width:50px;right:0;background-color:#ff5359;border-radius:8px;transition:background-color 0.1s linear}.ui-switch-thumb{position:absolute;top:-2px;left:-56px;width:30px;height:30px;border-radius:50%;background-color:#ffd2d3;color:#ff5359;transition:all 0.2s ease;display:flex;align-items:center;justify-content:center}.ui-switch-focus-ring{position:absolute;top:-11px;left:-11px;z-index:-1;border-radius:50%;width:42px;height:42px;background-color:none;transform:scale(0);opacity:0;transition:all 0.2s ease}.ui-switch-input{position:absolute;opacity:0}.ui-switch-input:focus ~ .ui-switch-focus-ring{opacity:1}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity 0.4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:0.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border 0.1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag ~ .multiselect__input,.multiselect__tag ~ .multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all 0.2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform 0.2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch;width:auto;min-width:100%}@media (min-width: 320px) and (max-width: 1023px){.multiselect__content-wrapper{width:100%}}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:14px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed !important;color:#a6a6a6 !important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all 0.15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir="rtl"] .multiselect{text-align:right}[dir="rtl"] .multiselect__select{right:auto;left:1px}[dir="rtl"] .multiselect__tags{padding:8px 8px 0 40px}[dir="rtl"] .multiselect__content{text-align:right}[dir="rtl"] .multiselect__option:after{right:auto;left:0}[dir="rtl"] .multiselect__clear{right:auto;left:12px}[dir="rtl"] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}.multiselect__tags-wrap .multiselect__single:not(:first-child){display:none !important}.filterSelect.multiselect--active .multiselect__placeholder{display:none !important}.filterSelect.multiselect--active .multiselect__input{width:100% !important;position:relative !important}.filterSelect.multiselect--active .multiselect__tags-wrap{display:none}.credit-descriptor{position:absolute;width:100%;bottom:-70px;font-size:16px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.56;letter-spacing:normal;color:#9ca0af}@media (min-width: 320px) and (max-width: 1023px){.credit-descriptor{position:static !important}}.credit-descriptor strong{color:#9ca0af;font-weight:600}.credit-descriptor span.icon{margin-right:10px;color:#9ca0af;font-weight:500}.verification-header-card{background:#FFFFFF;box-shadow:0px 6px 18px rgba(215,216,219,0.7);border-radius:5px;padding:20px;margin-bottom:30px;display:flex;align-items:center;font-weight:600;justify-content:space-between}.balance-history-table-header{display:flex;align-items:center;justify-content:space-between;width:100%}.balance-history-table-header .left{display:flex;align-items:center}.balance-history-table-header .left .back-icon{font-size:18px;padding-right:10px;cursor:pointer}.balance-history-table-header .left .icon{width:30px;margin-right:10px}.balance-history-table-header .left .title{font-size:25px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.2;margin-bottom:0}@media (min-width: 320px) and (max-width: 1023px){.balance-history-table-header .left .title{font-size:20px}}@media (min-width: 320px) and (max-width: 1023px){.balance-history-table-header .right{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}}.balance-history-table-header .right .detail-amount{font-size:25px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.2;color:#09112d;margin-right:10px}@media (min-width: 320px) and (max-width: 1023px){.balance-history-table-header .right .detail-amount{font-size:14px;margin-right:0}}.balance-history-table-header .right .detail-amount .currency{font-weight:400}@media (min-width: 320px) and (max-width: 1023px){.balance-history-table-header .right .detail-amount .currency{font-weight:700;color:#09112d}}.balance-history-table-header .right .detail-usd-amount{font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.67;color:rgba(9,17,45,0.6)}@media (min-width: 320px) and (max-width: 1023px){.balance-history-table-header .right .detail-usd-amount{font-size:10px}}.balance-history-table-filter-header{padding:10px 30px;display:flex;align-items:center;border-bottom:1px solid rgba(206,209,220,0.5);border-top:1px solid rgba(206,209,220,0.5)}@media (min-width: 320px) and (max-width: 1023px){.balance-history-table-filter-header{padding:10px 20px}}.balance-history-table-filter-header .left .title{font-size:20px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;color:#09112d}.balance-history-table-filter-header .right .item{width:135px;max-width:135px;margin-right:10px}.balance-history-table-filter-header .right .item:last-child{margin-right:0}@media (min-width: 320px) and (max-width: 1023px){.balance-history-table-filter-header .right .item{margin-right:0}}.balance-history-list{height:calc(100% - 165px)}.balance-history-list .empty-balance-list{display:flex;flex-direction:column;align-items:center}.balance-history-list .empty-balance-list .icon{width:40px;height:40px;background-color:#ced1dc;border-radius:100%;color:#fff;display:flex;align-items:center;justify-content:center}.balance-history-list .empty-balance-list .title{font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:center;color:rgba(9,17,45,0.3);margin-top:5px}.balance-history-list .empty-balance-list .message{font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.39;letter-spacing:normal;text-align:center;color:rgba(9,17,45,0.6);margin-top:30px}.balance-history-list .item{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:20px 30px;border-bottom:1px solid rgba(206,209,220,0.5)}.balance-history-list .item .left{display:flex;align-items:center}.balance-history-list .item .left .status{margin-right:15px}.balance-history-list .item .left .status span{display:block;width:10px;height:10px;border-radius:100%;background-color:red}.balance-history-list .item .left .type{font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#09112d}.balance-history-list .item .left .desc{font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;color:rgba(9,17,45,0.6)}.balance-history-list .item .right{display:flex;flex-direction:column;align-items:flex-end}.balance-history-list .item .right .date{font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:right;color:rgba(9,17,45,0.6)}.balance-history-list .item .right .amount{font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:right;margin-top:5px}.balance-history-list .item:hover{background-color:#f5f6f8}.all-balances-link{display:flex;align-items:center}.all-balances-link a{font-size:20px;display:flex;align-items:center;font-weight:500}.all-balances-link a .icon{margin-top:4px;margin-left:10px;font-size:14px}.all-balances-link a:hover{opacity:0.6;text-decoration:none}.balance-status{display:block;width:10px;height:10px;border-radius:100%}.balance-status.pending{background-color:#ffae53}.balance-status.completed{background-color:#4ccb83}.balance-status.expired{background-color:#ff6d72}.balances-tabs-header{width:100%;padding:18px 30px 0 30px;margin:0;display:flex;border-bottom:1px solid rgba(206,209,220,0.5)}.balances-tabs-header li{list-style-type:none}.balances-tabs-header li a{display:block;font-size:18px;line-height:24px;color:#09112d;font-weight:600;margin-right:40px;padding-bottom:15px;padding-left:20px;padding-right:20px;border-bottom:2px solid #fff}.balances-tabs-header li a:hover{color:#2947b3;text-decoration:none}.balances-tabs-header li a.active{border-bottom:2px solid #2947b3}.balances-tabs .content .item{display:flex;align-items:center;width:100%;cursor:pointer;padding:20px 32px;border-bottom:1px solid rgba(206,209,220,0.5)}.balances-tabs .content .item:hover{background-color:#f5f6f8}.balances-tabs .content .item.head{font-weight:600;font-size:16px;line-height:20px;color:rgba(9,17,45,0.6);cursor:auto}.balances-tabs .content .item.head:hover{background-color:#fff}.balances-tabs .content .item:last-child{border-bottom:none}.balances-tabs .content .item .left{width:257px;display:flex}@media (min-width: 320px) and (max-width: 1023px){.balances-tabs .content .item .left{width:200px}}.balances-tabs .content .item .left .name{font-weight:600;font-size:16px;line-height:1;color:#09112d;margin-bottom:5px}.balances-tabs .content .item .left .code{font-size:14px;line-height:20px;color:rgba(9,17,45,0.6)}.balances-tabs .content .item .middle{width:190px;text-align:right;padding-right:75px}@media (min-width: 320px) and (max-width: 1023px){.balances-tabs .content .item .middle{padding-right:0;flex:1;width:auto}}.balances-tabs .content .item .middle .amount{font-size:16px;line-height:1;color:#09112d;font-weight:600}.balances-tabs .content .item .middle .currency{font-size:16px;line-height:1;margin-left:3px;color:#09112d}.balances-tabs .content .item .middle .mobile-amount .amount,.balances-tabs .content .item .middle .mobile-amount .currency{font-size:14px !important;line-height:1;color:rgba(9,17,45,0.6) !important;font-weight:400}.balances-tabs .content .item .right{flex:1;text-align:right}.balances-tabs .content .item .right .amount{font-size:16px;line-height:1;color:#09112d;font-weight:600}.balances-tabs .content .item .right .currency{font-size:16px;line-height:1;margin-left:3px;color:#09112d}@media (min-width: 320px) and (max-width: 1023px){.balances-tabs .content .item .right{display:none}}.balances-tabs-footer{border-top:solid 1px rgba(206,209,220,0.5);padding:24px 0}.balances-tabs-footer a{display:block;text-align:center;font-size:20px;line-height:20px;color:#4eb7ff}.asset-list-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center}.asset-list-empty-state .icon{width:40px;height:40px;border-radius:100%;color:#fff;display:flex;align-items:center;justify-content:center;background:#CED1DC}.asset-list-empty-state .step-name{font-weight:500;font-size:14px;line-height:20px;text-align:center;color:rgba(9,17,45,0.3);margin-bottom:30px}.asset-list-empty-state .text{font-weight:400;font-size:18px;line-height:25px;text-align:center;color:rgba(9,17,45,0.6)}.header-logo{width:165px;height:55px}@media (min-width: 320px) and (max-width: 1023px){.header-logo{width:111px;height:40px}}.site-header{position:fixed;top:0;left:0;width:100%;z-index:998;transition:all 0.3s;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;background-color:#2847b2;padding:25px 40px}.site-header.home{position:static}.site-header .main-menu{padding-top:8px;text-align:right;display:flex;align-items:center;justify-content:flex-end}@media (min-width: 320px) and (max-width: 1023px){.site-header .main-menu{display:none}}.site-header .main-menu ul{margin:0;z-index:99}.site-header .main-menu ul li{list-style:none;display:inline-block;margin-left:50px;vertical-align:middle}.site-header .main-menu ul li.menu-item{margin-right:100px}@media (min-width: 991px) and (max-width: 1279.9px){.site-header .main-menu ul li.menu-item{margin:0}}.site-header .main-menu ul li a{font-size:20px;font-weight:700;color:#fff;text-decoration:none}@media (min-width: 991px) and (max-width: 1279.9px){.site-header .main-menu ul li a{font-size:18px}}.site-header .main-menu ul li a:hover{color:#fff;text-decoration:underline}.site-header.loggedin{background-color:#fff;height:100px;padding:25px 40px;border-bottom:solid 3px #2947b3}@media (min-width: 320px) and (max-width: 1023px){.site-header.loggedin{height:80px;padding:20px}}.site-header.loggedin .header-logo{width:140px}@media (min-width: 320px) and (max-width: 1023px){.site-header.loggedin .header-logo{width:84px;height:30px;margin-bottom:20px}}.site-header.loggedin .main-menu:not(:first-child)>ul>li{margin-left:30px}.site-header.loggedin .main-menu ul li{margin-left:30px}.site-header.loggedin .main-menu ul li a{color:#09112d}.site-header.loggedin .main-menu ul li a:hover{color:#2947b3}.site-header.loggedin .main-menu ul li a.active{text-decoration:underline;color:#2947b3}.site-header.loggedin .header-balance-link{z-index:101;position:relative}.site-header.loggedin .header-balance-link span{font-weight:400}.site-header.loggedin .header-balance{width:250px;position:absolute;left:50%;left:50%;width:300px !important;transform:translateX(-50%);padding:30px 0 0 0;display:flex;align-items:center;justify-content:center}.site-header.loggedin .header-balance-info{width:300px !important;background:#fff;text-align:left;border-radius:10px;box-shadow:0 10px 30px 0 rgba(206,209,220,0.5)}.site-header.loggedin .header-balance-info .menu-body{padding:0 !important;padding-top:7px !important}.site-header.loggedin .header-balance-info ul{padding:0}.site-header.loggedin .header-balance-info ul li{margin:0 !important}.site-header.loggedin .header-balance-info ul li a{display:flex !important;width:100%;padding:15px 30px !important;justify-content:space-between}.site-header.loggedin .header-balance-info ul li a img{width:30px;margin-right:12px}.site-header.loggedin .header-balance-info ul li a .currency-name,.site-header.loggedin .header-balance-info ul li a .amount{font-size:20px;font-weight:700;font-stretch:normal;font-style:normal;line-height:0.9;letter-spacing:normal;color:#09112d}.site-header.loggedin .header-balance-info ul li a:hover{text-decoration:none !important}.site-header.loggedin .header-balance-info ul li a:hover .currency-name{text-decoration:underline;color:#2947b3}.site-header.loggedin .header-balance-info ul li:not(:last-child) a{border-bottom:1px solid rgba(206,209,220,0.5)}.site-header.loggedin .header-balance-info .menu-footer{padding:15px 30px;border-top:solid 1px rgba(206,209,220,0.5)}.site-header.loggedin .header-balance-info .menu-footer a{color:#2947b3}.site-header.loggedin .user-section{display:inline-block;z-index:100;vertical-align:middle;margin-left:30px;position:relative}.site-header.loggedin .user-section .user{cursor:pointer}.site-header.loggedin .user-section .user .photo{width:40px;height:40px;margin-right:10px;border-radius:100%;overflow:hidden;display:inline-block;vertical-align:middle}@media (min-width: 320px) and (max-width: 1023px){.site-header.loggedin .user-section .user .photo{width:30px;height:30px;display:inline-block;margin-right:10px}}.site-header.loggedin .user-section .user .arrow{display:inline-block;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #bec7e8}.site-header.loggedin .user-section.opened .user .arrow{border-bottom:7px solid #fff;border-top-color:transparent}.site-header.loggedin.opened .user-menu{display:block}@media (min-width: 320px) and (max-width: 1023px){.site-header{padding:20px}}.sub-balance-menu{margin:0 !important;padding:0 !important;max-height:0;overflow:hidden;transition:all 0.25s ease-in-out}.sub-balance-menu.sub-menu-open{max-height:500px;transition:all 0.25s ease-in-out}.sub-menu-balance-li .currency-icon{width:30px;height:30px;margin-right:15px}.sub-menu-balance-li:last-child{border-bottom:none !important}.menu-balance-info-amount{font-weight:400}.balance-mobile-menu:hover{text-decoration:none !important}.menu-chevron-icon{color:#4eb7ff;transition:all 0.25s}.user-menu{display:none;text-align:left;z-index:111;position:absolute;background-color:#fff;width:280px;border-radius:10px;box-shadow:0 10px 30px 0 rgba(29,29,29,0.15);right:0;top:60px}@media (min-width: 320px) and (max-width: 1023px){.user-menu{width:100%;position:fixed;top:120px;border-top-left-radius:0;border-top-right-radius:0}}.user-menu .menu-header{padding:20px 30px;border-bottom:solid 1px rgba(206,209,220,0.5)}.user-menu .menu-header .title{font-size:20px;font-weight:600;color:#09112d}.user-menu .menu-header .info{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:16px;line-height:1.56}.user-menu .menu-body{padding:15px 30px}.user-menu .menu-body a{font-size:20px;font-weight:700;line-height:1.5;padding:10px 0;color:#09112d;display:flex;align-items:center}.user-menu .menu-body a:hover{color:#2947b3;text-decoration:none !important}.user-menu .menu-body a:hover span.text{text-decoration:underline}.user-menu .menu-body ul{padding:0;margin:0}.user-menu .menu-body ul li{list-style:none}.user-menu .menu-footer{padding:15px 30px;border-top:solid 1px rgba(206,209,220,0.5)}.user-menu .menu-footer .item{font-size:20px;font-weight:600;color:#ff6d72;line-height:1.5}@media (min-width: 320px) and (max-width: 1023px){.mobile-user-section{display:block}.mobile-user-section .user{display:block;position:relative}.mobile-user-section .user .mail{display:inline-block;font-size:14px;font-weight:600;color:#09112d}.mobile-user-section .user .arrow{display:block;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #bec7e8;position:absolute;right:0;top:12px}.mobile-user-section .user .photo{width:30px;height:30px;display:inline-block;margin-right:10px}}.mobile-main-menu{display:none}.mobile-menu-bg{position:fixed;display:none;top:0;left:0;width:100%;height:100%;background-color:rgba(9,17,45,0.3)}.mobile-menu-bg.show{display:block}.mobile-main-menu{background-color:#fff;position:fixed;display:block;width:90%;height:100%;z-index:1000;right:-150%;top:0;transition:right 0.3s;-moz-transition:right 0.3s;-webkit-transition:right 0.3s}.mobile-main-menu-content{height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow:auto}.mobile-main-menu-login-link{font-size:20px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:normal;padding:15px}.mobile-main-menu .menu .menu-item .arrow-down{border-color:#2947b3}.mobile-main-menu ul{padding:0 20px;margin:0 -15px 35px}.mobile-main-menu ul li{list-style:none;margin:0}.mobile-main-menu ul li a{display:block;color:#09112d;font-size:20px;font-weight:600;padding:20px 0}.mobile-main-menu .user-links{margin:20px 0 40px 0}.mobile-main-menu .social{border:none;display:flex;justify-content:space-around}.mobile-main-menu .social li{list-style:none;display:inline-block;margin:0;border:none}.mobile-main-menu .social li a{background-color:#d3d6e1;color:#2a47b3;font-size:27px;margin:0;padding:0 !important;display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:100%}.mobile-main-menu-header .icon{color:#2947b3;font-size:22px}.mobile .mobile-main-menu{right:0}.header-mobile-logo{width:111px}.nav-toggle{display:none;width:22px;position:absolute;right:15px;top:13px;cursor:pointer;padding:10px 25px 16px 0;z-index:100}@media (min-width: 320px) and (max-width: 1023px){.nav-toggle{display:block}}.nav-toggle.mobile-menu{left:0;top:0;background:#fff;width:100%;z-index:0;padding:20px}.nav-toggle span{transition:all 500ms ease-in-out;cursor:pointer;height:3px;width:22px;background:#fff;position:absolute;display:block;content:"";border-radius:5px}.nav-toggle span:before{cursor:pointer;height:3px;width:22px;background:#fff;position:absolute;display:block;content:"";border-radius:5px;top:-8px;transition:all 500ms ease-in-out}.nav-toggle span:after{cursor:pointer;height:3px;width:15px;background:#fff;position:absolute;display:block;content:"";border-radius:5px;bottom:-8px;transition:all 500ms ease-in-out}.nav-toggle.active span{background-color:transparent}.nav-toggle.active span:before{top:0;background-color:#2947b3;transform:rotate(45deg)}.nav-toggle.active span:after{top:0;width:22px;background-color:#2947b3;transform:rotate(-45deg)}.site-header.loggedin .nav-toggle span,.site-header.loggedin .nav-toggle span:before,.site-header.loggedin .nav-toggle span:after{background:#2947b3}.site-header.loggedin .nav-toggle.active span{background-color:#fff}.my-info{border-bottom:1px solid rgba(206,209,220,0.5);padding-bottom:25px;margin-bottom:25px}.my-info h3{font-weight:600;font-size:18px;line-height:22px;text-align:center;margin-top:15px;color:#09112d}.mobile-menu-footer{border-top:1px solid rgba(206,209,220,0.5);position:absolute;bottom:0;width:100%;left:0;background-color:#fff}.mobile-menu-footer a{padding:15px 0;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:18px;line-height:30px;color:#ff6d72}#footer-wrapper{padding-top:100px}@media (min-width: 320px) and (max-width: 1023px){#footer-wrapper{padding-top:0 !important}}#footer-wrapper.contact-page{margin-top:-6px;padding-top:0 !important}.site-footer .fi,.business-footer .fi{height:120px;position:absolute;width:100%;top:-115px}.site-footer{background:#09112d;position:relative;padding-top:100px}.site-footer .fi{background:url(../img/footer-bg.940fc94d.png) 0px 100%/100% no-repeat}.site-footer .footer-menu{margin-bottom:30px}@media (min-width: 320px) and (max-width: 1023px){.site-footer .footer-menu .col-6{margin-bottom:30px}}.site-footer .footer-menu .title{font-size:20px;font-weight:700;color:#fff;line-height:2}.site-footer .footer-menu ul{margin:0 0 10px;padding:0}.site-footer .footer-menu ul li{list-style:none;margin:0;padding:0}.site-footer .footer-menu ul li a{color:#fff;font-size:16px;font-weight:500;line-height:1.88}.site-footer .copy{padding:30px;border-top:solid 1px #ffffff20;font-size:13px;margin-bottom:30px;line-height:1.67;color:rgba(255,255,255,0.25)}@media (min-width: 320px) and (max-width: 1023px){.site-footer .copy{padding:18px;word-break:break-all}}.site-footer .copy .text{font-size:14px;font-weight:600;line-height:1.92}.site-footer .copy .payment{text-align:right}@media (min-width: 320px) and (max-width: 1023px){.site-footer .copy .payment{width:190px}}@media (min-width: 320px) and (max-width: 1023px){.site-footer .copy .payment ul img{min-width:45px;height:35px}}.site-footer .copy .logo-sgv.logged{background:url(../img/logo-footer-logged.cc0f9a1c.svg) no-repeat;background-size:88px auto;display:block;width:88px;height:40px}@media (min-width: 320px) and (max-width: 1023px){.site-footer .payment{margin:30px 0}}.site-footer.loggedin{background:#fff;border-top:solid 1px rgba(206,209,220,0.5);margin-top:0}@media (min-width: 320px) and (max-width: 1023px){.site-footer.loggedin{padding-top:35px}}.site-footer.loggedin .footer-menu{margin-bottom:20px}.site-footer.loggedin .footer-menu .title{color:#09112d}.site-footer.loggedin .footer-menu li a{color:rgba(9,17,45,0.6)}.site-footer.loggedin .copy{border-top:solid 1px rgba(206,209,220,0.5)}.site-footer.loggedin .copy .text{color:rgba(9,17,45,0.3)}.business-footer .fi{background:url(../img/footer-bg.940fc94d.png) no-repeat 0 100%;background-size:100% auto}.footer-sgv-logo{width:87px;height:40px}@media (min-width: 320px) and (max-width: 1023px){.footer-sgv-logo{width:63px;height:auto}}.footer-social{display:flex;justify-content:flex-end;margin:0 0 40px}@media (min-width: 320px) and (max-width: 1023px){.footer-social{justify-content:center;padding:0}}.footer-social li{list-style:none}.footer-social li a{background-color:#232a43;width:40px;height:40px;display:flex;border-radius:100%;align-items:center;justify-content:center;color:#fff;font-size:22px}.footer-social li:not(:first-child) a{margin-left:30px}.footer-apps{margin-bottom:40px;width:35%}.footer-apps a{display:block;margin-right:30px}.border-horizontal{display:block;height:70px;background:rgba(255,255,255,0.1);width:1px;margin-left:15px;margin-right:15px}.border-horizontal.logged{background-color:#E7E8ED}@media (min-width: 320px) and (max-width: 1023px){.border-horizontal{height:40px}}.footer-crypto-valley-logo{width:115px}@media (min-width: 320px) and (max-width: 1023px){.footer-crypto-valley-logo{width:100px}}@media (min-width: 320px) and (max-width: 1023px){.footer-crypto-uk-logo{width:70px}}.footer-memberof{font-weight:600;font-size:13px;line-height:16px;margin-right:15px;letter-spacing:0.4px;color:#464D61}@media (min-width: 320px) and (max-width: 1023px){.footer-memberof{display:block;font-size:10px;margin-bottom:10px}}.footer-memberof.logged{color:rgba(9,17,45,0.5)}.home-hero{margin-bottom:100px;min-height:850px;overflow:hidden;padding-top:169px;background:#2947B3}@media (min-width: 320px) and (max-width: 1023px){.home-hero{background-color:#2947b3;min-height:auto;padding:65px 20px 0}.home-hero-maintenance{padding-top:202px}}.home-hero-bg{position:absolute;right:0;top:0;z-index:0}.home-hero .hero-start{margin-bottom:50px}.home-hero .hero-start .form-group{width:100%}.home-hero .hero-start .form-group input{flex:1 auto;border-radius:50px !important;max-width:324px}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-start .form-group input{max-width:100%;width:100% !important}}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-start .form-group button{margin-top:15px;width:100% !important}}.home-hero .hero-text .title{font-size:64px;font-weight:600;line-height:72px;letter-spacing:0.1px;color:#fff;margin-bottom:30px;padding-right:15px}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .title{font-size:35px;line-height:46px}}.home-hero .hero-text .desc{font-size:20px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.33;color:#fff;margin-bottom:30px;padding-right:15px}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .desc{font-size:20px;margin-bottom:30px}}.home-hero .hero-text .coins{display:inline-flex;margin-bottom:30px;border-bottom:solid 1px #697ec9;padding:0 0 25px}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .coins{display:flex;overflow-x:auto;padding-bottom:20px;margin-bottom:20px;justify-content:space-between}}.home-hero .hero-text .coins li{list-style:none}.home-hero .hero-text .coins li img{width:50px;height:48px}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .coins li img{min-width:40px;height:40px}}.home-hero .hero-text .coins li:not(:last-child){margin-right:10px}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .coins li:not(:last-child){margin-right:0}}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .coins li:not(:first-child){margin-left:-10px !important}}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .payment{margin-bottom:30px}}.home-hero .hero-text .payment ul{overflow-x:auto}.home-hero .hero-text .payment ul li{margin-right:20px}.home-hero .hero-text .payment ul li:last-child{margin-right:0}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .payment ul li:last-child{margin-right:15px}}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .payment ul li img{min-width:45px}}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .payment ul li{margin-right:10px}}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text{margin-top:40px}}.home-calculator .badge{z-index:99998;font-weight:700;background:url(../img/badge.afc790c2.png) no-repeat;background-size:254px auto;padding-top:75px;width:254px;height:254px;text-align:center;position:absolute;top:-60px;left:-170px;color:#fff;line-height:1.18;font-size:16px}.btn-changer{display:inline-block;width:30px;height:30px;padding-top:2px;text-align:center;border-radius:3px;border:solid 2px rgba(41,71,159,0.3)}.box-tab-content-rounded{border-radius:10px !important}.home-infoboxes{background-size:contain;padding-bottom:350px;margin-top:180px}.home-infoboxes .infobox{padding:30px;margin-bottom:30px;border-radius:10px;box-shadow:5px 10px 30px 0 rgba(9,17,45,0.1);-moz-box-shadow:5px 10px 30px 0 rgba(9,17,45,0.1);-webkit-box-shadow:5px 10px 30px 0 rgba(9,17,45,0.1)}.home-infoboxes .infobox.box-1{background-color:#192c6e}.home-infoboxes .infobox.box-2{background-color:#2947b3}.home-infoboxes .infobox.box-3{background-color:#4eb7ff}.home-infoboxes .infobox.box-4{background-color:#4ccb83}.home-infoboxes .infobox img{display:block;margin-bottom:30px;width:60px;height:60px}.home-infoboxes .infobox .title{color:#fff;font-size:3rem;margin-bottom:10px;font-weight:600}.home-infoboxes .infobox p{margin-bottom:0;color:#fff;font-size:2rem}@media (min-width: 320px) and (max-width: 1023px){.home-infoboxes{padding-bottom:100px;margin-top:80px}}.home-app-info-bg{position:absolute;right:0;bottom:-455px;width:600px}@media (min-width: 320px) and (max-width: 1023px){.home-app-info-bg{position:absolute;right:0;bottom:-68px;width:600px;z-index:-1}}:root{--scale: 1;--animate-duration: 0.5s}.md-modal{width:440px}.top-0{top:0}.left-0{left:0}.trade-header{display:flex;width:100%;margin-left:0;margin-bottom:0;padding:0;justify-content:space-between}.trade-header li{list-style:none}.trade-header li a{display:flex;flex-direction:column;align-items:center;font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.43;color:rgba(9,17,45,0.6);border-bottom:2px solid transparent;padding:0 10px}.trade-header li a span{margin-bottom:5px}.trade-header li a img{width:40px;height:40px;margin-bottom:7px}.trade-header li a:hover{text-decoration:none;color:#4eb7ff}.trade-header li a.active{color:#4eb7ff;border-bottom:2px solid #4eb7ff}.trade-header li a.disabled{opacity:0.5;pointer-events:none}.trade-box{overflow:hidden;display:flex;flex-direction:column;height:auto}.trade-box-header{height:90px;padding:20px 55px 0 55px !important;border-bottom:1px solid rgba(206,209,220,0.5)}.trade-box .box-body{height:100% !important;min-height:454px}.trade-step{height:100%}@media (min-width: 320px) and (max-width: 1023px){.trade-step{height:100%}}.trade-step-header{padding-top:15px;padding-bottom:15px;border-bottom:1px solid rgba(206,209,220,0.5);justify-content:center;position:relative}.trade-step-header .icon{color:#b5b7bf;font-size:20px;padding:0 0 0 30px;cursor:pointer;position:absolute;top:15px;left:0}.trade-step-header h3{text-align:center;font-size:25px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:normal;text-align:center;color:#09112d;margin:0 auto}@media (min-width: 320px) and (max-width: 1023px){.trade-step-content{display:flex;flex-direction:column;justify-content:space-between;height:100%}}.trade-step-content .alert-step{position:absolute;width:100%;top:60px;left:0;box-shadow:0 0 0 1px rgba(9,17,45,0.05);background-color:#fffcfc;border-top:3px solid #ff6d72;padding:25px 20px 10px 20px}.trade-step-content .alert-step-header{display:flex;align-items:center}.trade-step-content .alert-step-header .icon{color:#ff6d72;font-size:22px;margin-bottom:5px;margin-right:10px}.trade-step-content .alert-step-header h2{font-size:20px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#09112d}.trade-step-content .alert-step-content{margin-top:5px;display:flex;justify-content:space-between}.trade-step-content .alert-step-content span{font-size:16px;color:#09112d}.trade-step-content .buy-current-rate{font-size:12px;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:normal;text-align:center;color:#09112d;margin-top:10px;margin-bottom:10px}@media (min-width: 320px) and (max-width: 1023px){.trade-step-content .buy-current-rate{margin-bottom:50px}}.trade-step-content .buy-calc{margin-top:0;display:flex;padding:0 65px;justify-content:space-between;align-items:center;margin-bottom:5px}@media (min-width: 320px) and (max-width: 1023px){.trade-step-content .buy-calc{padding:0}}.trade-step-content .buy-calc .left,.trade-step-content .buy-calc .right{cursor:pointer;min-width:40px;width:40px;display:flex;flex-direction:column;align-items:center}.trade-step-content .buy-calc .left img,.trade-step-content .buy-calc .right img{width:100% !important}.trade-step-content .buy-calc .left span,.trade-step-content .buy-calc .right span{font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:center;color:#4eb7ff;margin-top:5px}.trade-step-content .buy-calc .left{margin-right:50px}@media (min-width: 320px) and (max-width: 1023px){.trade-step-content .buy-calc .left{margin-right:0}}.trade-step-content .buy-calc .right{margin-left:50px}@media (min-width: 320px) and (max-width: 1023px){.trade-step-content .buy-calc .right{margin-left:0}}.trade-step-content .buy-calc-fiat{font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:right;color:#909295}.trade-step-content-preview-items{padding:30px 30px 0 30px}@media (min-width: 320px) and (max-width: 1023px){.trade-step-content-preview-items{padding:0}}.trade-step-content-preview-items .item{display:flex;justify-content:space-between;margin-bottom:10px}.trade-step-content-preview-items .item strong{font-size:18px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:normal}.trade-step-content-preview-items .item span{font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;color:rgba(9,17,45,0.6)}.trade-step-content-preview-items .item span.black{color:#09112d}.trade-step-content-preview-items .item:first-child{margin-bottom:20px}.trade-step-content-preview-items hr{margin-top:20px;margin-bottom:20px}.trade-step-content-preview-items .checkterms{margin-top:40px}.trade-alert{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:center;color:#ff6d72}@media (min-width: 320px) and (max-width: 1023px){.trade-alert span{word-break:break-word;display:block;padding:0 45px}}.trade-selected-currency{padding:0 30px;margin-top:10px;margin-bottom:10px}@media (min-width: 320px) and (max-width: 1023px){.trade-selected-currency{padding:0}}.trade-selected-currency:last-child{margin-top:0}.trade-selected-currency-title{font-size:14px;font-weight:600;font-stretch:normal;font-style:normal;line-height:2.14;letter-spacing:normal;color:rgba(9,17,45,0.6)}.trade-selected-currency .selected{border:solid 2px #ced1dc;border-radius:5px;display:flex;justify-content:space-between;align-items:center;padding:13px 20px;cursor:pointer}.trade-selected-currency .selected .left{display:flex;align-items:center;font-size:16px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal}.trade-selected-currency .selected .left img{width:25px;height:25px;margin-right:10px}.trade-selected-currency .selected .right span{font-size:14px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:right;color:#09112d}.trade-selected-currency .selected .right .icon{margin-left:20px;color:#b5b7bf;margin-top:1px}.trade-submit-content{padding:20px 55px}@media (min-width: 320px) and (max-width: 1023px){.trade-submit-content{padding:20px 0 0}}.trade-submit-content .icon{color:#4eb7ff;font-size:30px;font-weight:600}.trade-submit-content .desc{font-size:16px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;color:#09112d;padding:0 20px;margin-bottom:10px}.trade-submit-content .content{background-image:url(../img/trade-submit-bg.d08efc93.png);background-size:cover;background-repeat:no-repeat;height:250px;padding:30px 45px}@media (min-width: 320px) and (max-width: 1023px){.trade-submit-content .content{height:292px;background-size:cover;background-repeat:no-repeat;padding:30px 42px}}.trade-submit-content .content .item{display:flex;justify-content:space-between;margin-bottom:10px}.trade-submit-content .content .item.wd-crypto{margin-bottom:5px}.trade-submit-content .content .item strong{font-size:18px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:normal}.trade-submit-content .content .item span{font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;color:rgba(9,17,45,0.6)}.trade-submit-content .content .item span.black{color:#09112d;font-weight:500}.trade-submit-content .content .item:first-child{margin-bottom:20px}.trade-submit-content .content .item:first-child.wd-crypto{margin-bottom:5px}.trade-submit-content .content hr{margin:20px 0}.trade-mobile-flat-btn{cursor:pointer;background-color:#4eb7ff;z-index:99;bottom:20px;left:20px;position:fixed;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:100%}.trade-card-list-items{padding:20px;max-height:450px;overflow:auto}.trade-card-list-items .item{padding:20px;border:1px solid rgba(41,71,179,0.2);border-radius:5px;margin-bottom:15px;cursor:pointer}.trade-card-list-items .item.new-card .left{display:flex;align-items:center}.trade-card-list-items .item.new-card .left img{margin-right:15px}.trade-card-list-items .item.new-card .left span{display:block;margin-top:5px;font-weight:700;font-size:16px;line-height:20px;color:#4eb7ff}.trade-selected-footer{margin-bottom:20px}.trade-deposit{width:100%;height:100%}.trade-deposit-header{padding:15px 0;font-weight:700;font-size:25px;line-height:30px;text-align:center;width:100%;color:#09112D;border-bottom:1px solid rgba(206,209,220,0.5)}.trade-deposit-content{padding:15px 30px 30px 30px}@media (min-width: 320px) and (max-width: 1023px){.trade-deposit-content{padding:0}}.trade-deposit-content-network-info{display:flex;margin:-15px -30px 0 -30px;align-items:flex-start;padding:16px 30px;background:rgba(78,183,255,0.1)}.trade-deposit-content-network-info .left{margin-right:12px}.trade-deposit-content-network-info .left .icon{background:#4EB7FF;width:24px;height:24px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;border-radius:100%}.trade-deposit-content-network-info .right{font-size:13px;line-height:16px;color:#414244}.trade-deposit-content-qr{display:flex;align-items:center;justify-content:center}.trade-deposit-content-qr img{width:140px;height:140px}.trade-deposit-content-wallet-address{margin-bottom:15px}.trade-deposit-content-wallet-address span{font-size:14px;line-height:30px;color:rgba(9,17,45,0.6)}.trade-deposit-content-wallet-address-selected{display:flex;background:#FFFFFF;border:2px solid #CED1DC;border-radius:5px;padding:15px 20px;justify-content:space-between;align-items:center;font-weight:500;font-size:16px;line-height:20px;color:#09112D}.trade-deposit-content-wallet-address-selected .copy{display:flex;align-items:center;margin-left:0;color:#4EB7FF !important}.trade-deposit-content-wallet-address-selected .copy span{margin-left:10px;font-weight:600;font-size:18px;line-height:14px;color:#4EB7FF !important}@media (min-width: 320px) and (max-width: 1023px){.trade-deposit-content-wallet-address-selected .copy span{font-size:14px;line-height:16px}}.trade-deposit-content-currency{border-top:1px solid rgba(206,209,220,0.5);padding-top:15px}.trade-deposit-content-currency span.label{font-weight:400 !important;font-size:14px !important;line-height:30px;color:rgba(9,17,45,0.6)}.trade-deposit-content-currency-selected{cursor:pointer;background:#FFFFFF;border:2px solid #CED1DC;border-radius:5px;padding:15px 20px;display:flex;justify-content:space-between;align-items:center}.trade-deposit-content-currency-selected .left{display:flex;align-items:center}.trade-deposit-content-currency-selected .left .currency-icon img{width:25px;height:25px}.trade-deposit-content-currency-selected .left .currency-name{margin-left:10px;font-weight:400;font-size:16px;line-height:20px;color:#09112D}.trade-deposit-content-currency-selected .right{display:flex;align-items:center}.trade-deposit-content-currency-selected .right .currency-amount{font-weight:500;font-size:16px;line-height:20px;margin-right:20px;text-align:right;color:#09112D}.trade-deposit-content-currency-selected .right .icon{color:#B5B7BF}.trade-deposit-content-fiat-detail{background:rgba(41,71,179,0.03);border:1px solid rgba(41,71,179,0.2);border-radius:5px;padding:10px 10px 10px 10px}.trade-deposit-content-fiat-detail ul{padding-left:20px}.trade-deposit-content-fiat-detail ul li{font-weight:400;font-size:16px;line-height:25px;color:#09112D;margin-bottom:10px}.calc-input{border:none !important;height:48px;padding-bottom:0 !important;flex:none !important;min-width:119px;font-size:25px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:normal;text-align:right;color:#09112d}@media (min-width: 320px) and (max-width: 1023px){.calc-input{max-width:150px}}.calc-input:focus{color:#09112d;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:none}.calc-input-text{background-color:transparent;border:none;padding:0;font-size:16px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.88;letter-spacing:normal;color:#09112d;margin-left:2px}.cloneSpan{font-size:25px;font-weight:500}.input-suffix{margin-top:2px;font-size:16px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.88;letter-spacing:normal;color:#09112d}.input-content{flex:1 1 0%;max-width:137px;display:flex;justify-content:flex-end;align-items:center;transform:scale(var(--scale))}@media (min-width: 320px) and (max-width: 1023px){.input-content{max-width:100%}}.trade-currency-list-search-bar{padding-left:20px;margin-top:20px;padding-right:20px}.trade-currency-list-search-bar .form-group{position:relative;margin-bottom:0}.trade-currency-list-search-bar .search-icon{position:absolute;right:10px;top:50%;margin-top:3px;transform:translateY(-50%);color:rgba(144,146,149,0.6);font-size:22px}.trade-currency-list{background-color:#fff;left:0;top:0;width:100%;height:100%;z-index:9}@media (min-width: 320px) and (max-width: 1023px){.trade-currency-list{overflow:auto}}.trade-currency-list .header{padding:0 40px 0 15px;display:flex;align-items:center;border-bottom:1px solid rgba(206,209,220,0.5)}@media (min-width: 320px) and (max-width: 1023px){.trade-currency-list .header{padding:15px 0 20px 0}}.trade-currency-list .header .icon{cursor:pointer;color:#b5b7bf;font-size:19px;margin-top:2px;padding:15px}.trade-currency-list .header .title{text-align:center;width:100%;font-size:25px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:normal;text-align:center;color:#09112d;margin-bottom:0}.trade-currency-list-body{overflow:auto}@media (min-width: 320px) and (max-width: 1023px){.trade-currency-list-body{height:100%;max-height:100%}}.trade-currency-list-body .currency-list{padding:20px}@media (min-width: 320px) and (max-width: 1023px){.trade-currency-list-body .currency-list{padding:20px 10px}}.trade-currency-list-body .currency-list .item{display:flex;justify-content:space-between;padding:10px;cursor:pointer;margin-bottom:10px;align-items:center;border-radius:5px}.trade-currency-list-body .currency-list .item img{width:30px;height:30px;margin-right:15px}.trade-currency-list-body .currency-list .item .name{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.25;color:#09112d}.trade-currency-list-body .currency-list .item .amount{font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:right;color:#09112d}.trade-currency-list-body .currency-list .item:hover,.trade-currency-list-body .currency-list .item.active{transition:all 0.3s;background-color:rgba(78,183,255,0.1)}.balances-trade-header-mobile{padding:10px 20px}.balances-trade-header-mobile ul.trade-header li a{padding:0 !important}@media (min-width: 320px) and (max-width: 1023px){.p-m-0{padding:0}}.alertSwipper .pan-area{background-color:#fff8f8;border-radius:10px 10px 0 0}.alert-step-mobile .alert-step-mobile-header{box-shadow:0 0 0 1px rgba(9,17,45,0.05);background-color:#fff8f8;border-bottom:1px solid #ff6d72;padding:0 0 10px 20px;display:flex;align-items:center}.alert-step-mobile .alert-step-mobile-header .icon{color:#ff6d72;font-size:22px;margin-bottom:5px;margin-right:10px}.alert-step-mobile .alert-step-mobile-header h2{font-size:20px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#09112d}.alert-step-mobile-content{margin-top:20px;display:flex;flex-direction:column;align-items:center}.alert-step-mobile-content span{font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.39;letter-spacing:normal;text-align:center;margin-bottom:20px;color:#09112d}.customer-alert-wrapper{position:absolute;top:0;left:0;background-color:#fff;height:100%;width:100%;max-height:492px;z-index:10}.customer-alert-header{box-shadow:0 0 0 1px rgba(9,17,45,0.05);background-color:#fff8f8;border-bottom:1px solid #ff6d72;padding:10px 0;display:flex;align-items:center;justify-content:center}.customer-alert-header .icon{color:#ff6d72;font-size:22px;margin-bottom:5px;margin-right:10px}.customer-alert-header h2{font-size:25px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#09112d}.customer-alert-content{display:flex;flex-direction:column;align-items:center;margin-top:50px}.customer-alert-content .desc{width:50%;text-align:center;font-family:HKGrotesk;font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.39;letter-spacing:normal;text-align:center;color:#09112d;margin-top:30px;margin-bottom:50px}.payment-method-list{padding:15px;overflow:auto}.payment-method-list-item{margin-bottom:10px;padding:10px;border-radius:5px;cursor:pointer}.payment-method-list-item .left{display:flex;align-items:center}.payment-method-list-item .left .icon{margin-right:15px;width:32px}.payment-method-list-item .left .title{font-weight:400;font-size:16px;line-height:20px;color:#09112d}.payment-method-list-item .right .amount{font-weight:600;font-size:16px;line-height:20px;text-align:right;color:#09112d;margin-right:5px}.payment-method-list-item .right .currency{font-size:16px;font-weight:16px;color:#09112d}.payment-method-list-item:hover,.payment-method-list-item.selected{background-color:rgba(78,183,255,0.1)}.payment-method-list-item:hover .left .title,.payment-method-list-item.selected .left .title{font-weight:600;color:#24459f;transition:all 0.3}.payment-method-list-item:hover .right .amount,.payment-method-list-item:hover .right .currency,.payment-method-list-item.selected .right .amount,.payment-method-list-item.selected .right .currency{color:#24459f}#presentation{width:480px;height:120px;padding:20px;margin:auto;background:#fff;margin-top:10px;box-shadow:0 3px 15px -5px rgba(0,0,0,0.1);transition:all 0.3s;border-radius:10px}#presentation h1{font-weight:400}#presentation h3{font-weight:400;color:#666}#floating-button{width:55px;height:55px;border-radius:50%;background-color:#4eb7ff;position:fixed;bottom:30px;left:30px;cursor:pointer;box-shadow:0px 2px 10px rgba(0,0,0,0.2)}.plus{color:white;position:absolute;top:0;display:block;bottom:0;left:0;right:0;text-align:center;padding:0;margin:0;line-height:55px;font-size:38px;font-family:"Roboto";font-weight:300;animation:plus-out 0.3s;transition:all 0.3s}#container-floating{position:fixed;width:70px;height:70px;bottom:30px;left:30px;z-index:99}#container-floating.open{height:400px;width:90px;padding:30px}#container-floating.open .plus{animation:plus-in 0.15s linear;animation-fill-mode:forwards}#container-floating.open .edit{animation:edit-in 0.2s;animation-delay:0.1s;animation-fill-mode:forwards}#container-floating.open .nds{animation:bounce-nds 0.1s linear;animation-fill-mode:forwards}#container-floating.open .nd3{animation-delay:0.08s}#container-floating.open .nd4{animation-delay:0.15s}#container-floating.open .nd5{animation-delay:0.2s}.edit{position:absolute;top:0;display:block;bottom:0;left:0;display:block;right:0;padding:0;opacity:0;margin:auto;line-height:65px;transform:rotateZ(-70deg);transition:all 0.3s;animation:edit-out 0.3s}@keyframes edit-in{from{opacity:0;transform:rotateZ(-70deg)}to{opacity:1;transform:rotateZ(0deg)}}@keyframes edit-out{from{opacity:1;transform:rotateZ(0deg)}to{opacity:0;transform:rotateZ(-70deg)}}@keyframes plus-in{from{opacity:1;transform:rotateZ(0deg)}to{opacity:0;transform:rotateZ(180deg)}}@keyframes plus-out{from{opacity:0;transform:rotateZ(180deg)}to{opacity:1;transform:rotateZ(0deg)}}.nds{width:40px;height:40px;border-radius:50%;position:fixed;z-index:300;transform:scale(0);cursor:pointer}.nd1{background:#4eb7ff;left:40px;bottom:97px;animation-delay:0.2s;animation:bounce-out-nds 0.3s linear;animation-fill-mode:forwards}.nd3{background:#4eb7ff;left:40px;bottom:145px;animation-delay:0.15s;animation:bounce-out-nds 0.15s linear;animation-fill-mode:forwards}.nd4{background:#4eb7ff;left:40px;bottom:196px;animation-delay:0.1s;animation:bounce-out-nds 0.1s linear;animation-fill-mode:forwards}@keyframes bounce-nds{from{opacity:0}to{opacity:1;transform:scale(1)}}@keyframes bounce-out-nds{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.letter{font-size:23px;font-family:"Roboto";color:white;position:absolute;left:0;right:0;margin:0;top:0;bottom:0;text-align:center;line-height:40px}.reminder{position:absolute;left:0;right:0;margin:auto;top:0;bottom:0;line-height:40px}.profile{border-radius:50%;width:40px;position:absolute;top:0;bottom:0;margin:auto;right:20px}.price-expired-modal{position:relative;top:0;left:0;width:100%;display:flex;height:100%;justify-content:center;align-items:center}.price-expired-modal .content{background-color:#fff;border-radius:5px;width:100%}.price-expired-modal .content header{display:flex;align-items:center;padding:20px !important;width:100% !important;border-bottom:1px solid #ced1dc}.price-expired-modal .content header h3{font-weight:600;font-size:20px;line-height:25px;text-align:center;width:100%;margin-bottom:0;padding-bottom:0;color:#09112d}.price-expired-modal .content .body{display:flex;align-items:center;justify-content:center;padding:20px;flex-direction:column}.price-expired-modal .content .body .icon{color:#ff5359;font-size:32px;margin:0 !important}.price-expired-modal .content .body .icon.info-icon{color:#4EB7FF}.price-expired-modal .content .body .desc{margin:15px 0;font-weight:400;font-size:18px;line-height:25px;text-align:center;color:#09112d}.price-expired-modal .content .body .desc ul{padding-left:20px}.price-expired-modal .content .body .desc ul li{font-size:16px;line-height:25px;color:#09112D}.price-expired-modal.desktop{position:absolute;top:0;left:0;width:100%;display:flex;height:100%;background-color:rgba(9,17,45,0.3);z-index:4;justify-content:center;align-items:center}.price-expired-modal.desktop .content{background-color:#fff;width:320px;box-shadow:0px 20px 40px rgba(9,17,45,0.2);border-radius:5px}.price-expired-modal.desktop .content header{display:flex;align-items:center;padding:20px !important;width:100% !important;border-bottom:1px solid #ced1dc}.price-expired-modal.desktop .content header h3{font-weight:600;font-size:20px;line-height:25px;text-align:center;width:100%;margin-bottom:0;padding-bottom:0;color:#09112d}.price-expired-modal.desktop .content .body{display:flex;align-items:center;justify-content:center;padding:20px;flex-direction:column}.price-expired-modal.desktop .content .body .icon{color:#ff5359;font-size:32px;margin:0 !important}.price-expired-modal.desktop .content .body .icon.info-icon{color:#4EB7FF}.price-expired-modal.desktop .content .body .desc{margin:15px 0;font-weight:400;font-size:18px;line-height:25px;text-align:center;color:#09112d}.price-expired-modal.desktop .content .body .desc ul{padding-left:20px}.price-expired-modal.desktop .content .body .desc ul li{font-size:16px;line-height:25px;color:#09112D}.mobile-swipper-error-title{font-weight:600;font-size:20px;line-height:25px;color:#09112d;padding:15px 0;border-bottom:1px solid #ced1dc}.mobile-swipper-error-icon{margin-top:20px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;color:#ff5359;font-size:28px}.mobile-swipper-error-text{font-weight:400;font-size:18px;line-height:25px;display:flex;justify-content:center;text-align:center;padding:0 30px;word-break:break-word}.mobile-swipper-error-button{margin-top:20px;margin-bottom:20px;display:flex;justify-content:center;align-items:center}.position-static{position:static !important}.new-card{padding:20px}@media (min-width: 320px) and (max-width: 1023px){.new-card{padding:0}}.deposit-bank-items{margin-top:20px}.deposit-bank-items .item{display:flex;justify-content:space-between;border:1px solid rgba(41,71,179,0.2);border-radius:5px;padding:10px 20px;align-items:center;margin-bottom:10px}.deposit-bank-items .item .left{display:flex;flex-direction:column}.deposit-bank-items .item .left .title{font-weight:400;font-size:14px;line-height:20px;color:rgba(9,17,45,0.6)}.deposit-bank-items .item .left .desc{font-weight:600;font-size:14px;line-height:20px;color:#09112D}@media (min-width: 320px) and (max-width: 1023px){.deposit-bank-items .item .left .desc{width:200px}}.deposit-bank-items .item .right{width:104px}.deposit-bank-items .item .right .copy{display:flex;align-items:center;justify-content:flex-end;flex:1;font-weight:600;font-size:18px;line-height:14px;color:#4EB7FF;cursor:pointer;margin-left:15px}.deposit-bank-items .item .right .copy span{margin-left:10px}.word-break{word-break:break-word}.trade-withdraw-content{width:100%}.trade-withdraw-content-header{width:100%;padding:15px 0;border-bottom:1px solid rgba(206,209,220,0.5)}.trade-withdraw-content-header h3{font-weight:600;font-size:25px;line-height:30px;text-align:center;color:#09112D}.trade-withdraw-content .withdraw-calc{display:flex;margin-top:35px;padding-left:55px;padding-right:55px}@media (min-width: 320px) and (max-width: 1023px){.trade-withdraw-content .withdraw-calc{margin-top:105px}}.trade-withdraw-content .withdraw-calc .calc-input{width:137px}.trade-withdraw-content .withdraw-calc .left{align-items:center;display:flex;flex-direction:column;width:75px;margin-right:25px}.trade-withdraw-content .withdraw-calc .left img{width:40px;height:40px}.trade-withdraw-content .withdraw-calc .right{flex:1;display:flex;justify-content:flex-end}.trade-withdraw-content .withdraw-calc .right .icon{font-size:18px;color:#4EB7FF}.trade-withdraw-content .withdraw-bottom{padding:30px 30px 10px}@media (min-width: 320px) and (max-width: 1023px){.trade-withdraw-content .withdraw-bottom button{margin-top:120px}}.trade-withdraw-content .withdraw-bottom .currency-list-wrapper{padding-top:20px;border-top:1px solid rgba(206,209,220,0.5)}.trade-withdraw-content .withdraw-bottom .currency-list-wrapper .label{font-size:14px;line-height:30px;color:rgba(9,17,45,0.6)}.withdraw-selected-currency{cursor:pointer;border:2px solid #CED1DC;padding:15px 20px;border-radius:5px;display:flex;justify-content:space-between;align-items:center}.withdraw-selected-currency .left{display:flex;align-items:center}.withdraw-selected-currency .left img{width:25px;height:25px;margin-right:10px}.withdraw-selected-currency .right{display:flex;align-items:center;font-weight:500;font-size:16px;line-height:20px;text-align:right;color:#09112D}.withdraw-selected-currency .right .amount{margin-right:5px}.withdraw-selected-currency .right .icon{margin-left:20px;color:#B5B7BF}.withdraw-button{margin-top:40px}.select-wallet{top:0;left:0;width:100%;height:100%;background:#ffff}.select-wallet .header{padding:15px;display:flex;align-items:center;border-bottom:1px solid rgba(206,209,220,0.5)}.select-wallet .header .icon{color:#B5B7BF}.select-wallet .header .title{margin:0 auto;display:inline-flex;text-align:center;font-size:25px;line-height:30px;color:#09112D}.select-wallet .content{padding:30px}.select-wallet .content .label{font-weight:500;font-size:16px;line-height:20px;color:#09112D;margin-bottom:5px}.select-wallet .content .info-text{font-weight:400;font-size:16px;line-height:20px;text-align:center;color:rgba(9,17,45,0.6)}.select-wallet .content .new-address-btn{font-weight:500;font-size:20px;line-height:20px;color:#4EB7FF}.select-wallet .content .bottom{margin-top:30px}.trade-input-code-header{padding:15px 0;border-bottom:1px solid #E7E8ED}.trade-input-code-header h3{font-weight:500;font-size:25px;line-height:30px;text-align:center;color:#09112D}.trade-input-code .content{display:flex;flex-direction:column;align-items:center}.trade-input-code .content .icon{margin-top:44px;font-size:48px;color:#DDAE19}.trade-input-code .content .desc{margin-top:20px;font-size:18px;line-height:25px;text-align:center;color:#09112D}.trade-input-code .code-input-content{margin-top:20px;margin-bottom:32px}.trade-input-code .code-input{width:100%}.trade-input-code .code-input .react-code-input{display:flex;justify-content:center}.trade-input-code .code-input .vue-pincode-input{box-shadow:none;font-family:"HK Grotesk", sans-serif !important;border-width:2px !important;border-radius:0 !important;border-left:none !important;border-right:none !important;border-top:none !important;border-bottom:1px solid #a8adb7;margin-right:10px;width:34px !important;font-weight:400 !important;font-size:18px !important;line-height:25px !important;text-align:center !important;color:#09112D !important}.trade-input-code .code-input .vue-pincode-input:focus{border-color:#4EB7FF !important;caret-color:#4EB7FF !important}.trade-input-code .code-input .vue-pincode-input:last-child{margin-right:0}.trade-input-code .code-input.has-error input{border-color:#E94B35 !important}.trade-input-code .code-input.has-error input:focus{border-color:#E94B35 !important}.modal-dialog-scrollable .modal-content{max-height:100vh !important;height:100vh !important}.withdraw-bank-account-wrapper{padding:20px;height:100%;display:flex;flex-direction:column;justify-content:space-between}@media (min-width: 320px) and (max-width: 1023px){.withdraw-bank-account-wrapper{padding:0}}.withdraw-bank-account-wrapper .info-title{font-weight:500;font-size:18px;line-height:30px;color:#09112D}.withdraw-bank-account-wrapper .last-use-title{margin-top:30px;font-weight:400;font-size:16px;line-height:20px;color:rgba(9,17,45,0.6)}.withdraw-bank-account-wrapper .last-use-items{padding-bottom:20px;border-bottom:2px dashed rgba(206,209,220,0.5)}.withdraw-bank-account-wrapper .last-use-item{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.withdraw-bank-account-wrapper .last-use-item .item-title{font-weight:400;font-size:14px;line-height:30px;color:rgba(9,17,45,0.6)}.withdraw-bank-account-wrapper .last-use-item .item-desc{font-weight:700;font-size:14px;line-height:30px;text-align:right;color:#09112D}.withdraw-bank-account-wrapper .changeSort{font-weight:500;font-size:16px;line-height:20px;text-decoration:none;color:#4EB7FF}.withdraw-bank-account-wrapper .changeSort:hover{text-decoration:none}.withdraw-bank-account-wrapper .withdraw-bank-account-bottom{display:flex;flex-direction:column;align-items:center}.withdraw-bank-account-wrapper .withdraw-bank-account-bottom a{display:inline-block;margin-bottom:30px;font-weight:500;font-size:20px;line-height:20px;margin-top:30px;color:#4EB7FF}.success-step .icon{color:#4CCB83 !important;font-size:18px}.success-step p{font-weight:400;font-size:18px;line-height:25px;margin-top:25px;margin-bottom:25px;text-align:center;color:#09112D}.withdraw-bank-account-header{padding:0 40px 0 15px;display:flex;align-items:center;border-bottom:1px solid rgba(206,209,220,0.5)}.withdraw-bank-account-header .icon{cursor:pointer;color:#b5b7bf;font-size:19px;margin-top:2px;padding:15px}.withdraw-bank-account-header .title{text-align:center;width:100%;font-size:25px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:normal;color:#09112d;margin-bottom:0}.all-asset-search{flex-wrap:wrap}.all-asset-search .form-group{width:224px}.all-asset-search .form-group .search-icon{top:50%;left:20px;transform:translateY(-50%)}@media (min-width: 320px) and (max-width: 1023px){.all-asset-search .form-group{width:100%;margin-top:20px;margin-bottom:20px !important}}.alert-content .title{font-size:24px;color:#000000}.alert-content .desc{color:#000000;word-break:break-word}.delete-all-icon{font-weight:500;font-size:14px;line-height:20px;color:#FF6D72}.delete-all-icon{width:90px}@media (min-width: 320px) and (max-width: 1023px){.delete-all-icon{width:125px}}.pointer-none{pointer-events:none !important}.preview-trade-countdown{font-size:14px;color:rgba(9,17,45,0.6)}.countdown-btn-bg{background:#4eb7ff;border-radius:25px;position:absolute;top:-2px;height:100%;left:-2px;display:block;z-index:2;transition:all 0.3s ease;border:2px solid #4eb7ff;box-sizing:content-box}.countdown-btn-text{z-index:9;display:block;position:relative}.countdown-btn:hover{background-color:initial !important;border-color:initial !important}.transaction-list-header{align-items:center;padding:25px 30px;border-bottom:1px solid rgba(206,209,220,0.5)}.transaction-list-header .icon{cursor:pointer}.transaction-list-header img{width:40px;height:40px;margin-left:15px}@media (min-width: 320px) and (max-width: 1023px){.transaction-list-header img{width:30px;height:30px}}.transaction-list-header h3{margin-bottom:0;padding-bottom:0;margin-left:13px;font-weight:700;font-size:25px;line-height:30px;color:#09112d}.transaction-list-header h3 span{font-weight:400}@media (min-width: 320px) and (max-width: 1023px){.transaction-list-header h3 span{display:block}}@media (min-width: 320px) and (max-width: 1023px){.transaction-list-header h3{font-size:18px;line-height:20px;margin-bottom:0;padding-bottom:0}}.transaction-list-header .right{display:flex;align-items:center}@media (min-width: 320px) and (max-width: 1023px){.transaction-list-header .right{flex-direction:column}}.transaction-list-header .right .amount{font-size:25px;line-height:30px;color:#09112d}@media (min-width: 320px) and (max-width: 1023px){.transaction-list-header .right .amount{font-size:14px;line-height:20px}}.transaction-list-header .right .usd-amount{margin-left:15px;font-size:18px;line-height:30px;color:rgba(9,17,45,0.6)}@media (min-width: 320px) and (max-width: 1023px){.transaction-list-header .right .usd-amount{font-size:10px;line-height:10px}}.transaction-list-header .right .usd-amount strong{color:rgba(9,17,45,0.6)}.transaction-list-item{padding:20px 30px;cursor:pointer;border-bottom:1px solid rgba(206,209,220,0.5)}.transaction-list-item:hover{background-color:#f5f6f8;transition:all 0.5s}.transaction-list-item .left{display:flex;align-items:center}.transaction-list-item .left .status{height:10px;width:10px;border-radius:100%;margin-right:15px}.transaction-list-item .left .status.rejected{background-color:#ff6d72}.transaction-list-item .left .status.pending{background-color:#ffae53}.transaction-list-item .left .status.completed{background-color:#4ccb83}.transaction-list-item .left .status.failed{background-color:#ff6d72}.transaction-list-item .left .status.in_progress{background-color:#ffae53}.transaction-list-item .left .status.completed{background-color:#4ccb83}.transaction-list-item .left .item-desc .title{font-weight:600;font-size:16px;line-height:20px;margin-bottom:0;color:#09112d}.transaction-list-item .left .item-desc .desc{font-weight:400;font-size:14px;line-height:20px;color:rgba(9,17,45,0.6)}.transaction-list-item .right{display:flex;flex-direction:column;align-items:flex-end}.transaction-list-item .right .amount{font-weight:700;font-size:16px;line-height:20px;text-align:right}.transaction-list-item .right .amount.withdraw,.transaction-list-item .right .amount.sell,.transaction-list-item .right .amount.fiat-buy,.transaction-list-item .right .amount.fiat-withdraw{color:#ff6d72}.transaction-list-item .right .amount.buy,.transaction-list-item .right .amount.deposit,.transaction-list-item .right .amount.fiat-sell,.transaction-list-item .right .amount.fiat-deposit{color:#4CCB83}.transaction-list-item .right .date{font-weight:400;font-size:14px;line-height:20px;color:rgba(9,17,45,0.6)}.transaction-detail-filter{padding:20px 30px;align-items:center;border-bottom:1px solid rgba(206,209,220,0.5)}.transaction-detail-filter .left h3{font-size:20px;line-height:30px;color:#09112D}.transaction-detail-filter .right .item{width:126px}.transaction-detail-filter .right .item:not(:last-child){margin-right:10px}.transaction-detail-filter-list{padding:20px 30px 10px;border-bottom:1px solid rgba(206,209,220,0.5);display:flex;align-items:center}@media (min-width: 320px) and (max-width: 1023px){.transaction-detail-filter-list{padding:20px 20px 10px 20px}}.transaction-detail-filter-list .item{border:1px solid #CED1DC;border-radius:5px;padding:6px 12px;display:flex;align-items:center;margin-right:10px;font-size:14px;line-height:24px;margin-bottom:10px;font-weight:500;text-align:center;color:rgba(9,17,45,0.5)}@media (min-width: 320px) and (max-width: 1023px){.transaction-detail-filter-list .item{padding:6px}}.transaction-detail-filter-list .item .icon{cursor:pointer;margin-top:1px;font-weight:400;margin-left:5px;font-size:10px;line-height:10px}.privacy-page{margin-top:100px;margin-bottom:150px}@media (min-width: 320px) and (max-width: 1023px){.privacy-page{margin-bottom:75px}}.privacy-page-title{font-size:30px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:1px;color:#2947b3;margin-bottom:15px;padding-bottom:0;text-align:center;text-transform:uppercase}.privacy-page-desc{font-size:16px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.56;letter-spacing:normal;text-align:center;display:block;margin-bottom:15px}.privacy-page-item{margin-bottom:50px}@media (min-width: 320px) and (max-width: 1023px){.privacy-page-item{margin-bottom:30px}}.privacy-page-item .title{font-size:22px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.36;letter-spacing:normal;color:#2947b3;margin-bottom:20px}.privacy-page-item .sub-title{font-weight:700;color:#000;margin-left:75px;margin-bottom:15px}@media (min-width: 320px) and (max-width: 1023px){.privacy-page-item .sub-title{margin-left:25px}}.privacy-page-item .sub-title span{margin-right:15px}@media (min-width: 320px) and (max-width: 1023px){.privacy-page-item .sub-title span{margin-left:5px}}.privacy-page-item .list-item{color:#09112d;display:flex}.privacy-page-item .list-item span{display:block;margin-right:15px;margin-left:75px}@media (min-width: 320px) and (max-width: 1023px){.privacy-page-item .list-item span{margin-left:40px}}.privacy-page-item .desc{margin-bottom:15px;font-size:15px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;line-height:30px;letter-spacing:normal;color:#09112d;word-break:normal;margin-left:45px}.privacy-page-item .desc .underline{display:block;text-decoration:underline;margin-bottom:0}@media (min-width: 320px) and (max-width: 1023px){.privacy-page-item .desc{margin-left:10px}}.privacy-page-item-list{padding:0;margin-left:75px;margin-bottom:30px}@media (min-width: 320px) and (max-width: 1023px){.privacy-page-item-list{margin-left:45px}}.privacy-page-item-list li{margin-bottom:5px;font-size:15px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;line-height:40px;letter-spacing:normal;color:#09112d;word-break:keep-all}html{height:100%;padding-bottom:env(safe-area-inset-bottom)}body{height:100vh;padding-bottom:env(safe-area-inset-bottom)}html,body{min-height:100%;font-size:62.5%}body{font-family:"HKGrotesk", sans-serif;height:100%;min-height:100%;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:auto;overflow-x:hidden;background-color:#f8f9fc;font-size:16px;color:rgba(9,17,45,0.6)}body{padding-bottom:env(safe-area-inset-bottom)}.icon-24 .icon{font-size:24px}.text-black{color:#09112d}.font-weight-bold{font-weight:600}.ssl-info{text-align:center;color:rgba(255,255,255,0.5);font-size:14px;font-weight:500;position:fixed;background:#2847b2;bottom:0px;width:100%;padding:20px;left:0}@media (min-width: 320px) and (max-width: 1023px){.ssl-info{width:100%;text-align:center;color:rgba(255,255,255,0.5);font-size:14px;font-weight:500;position:absolute;bottom:-50px;left:50%;transform:translateX(-50%)}}.twofa-items{padding:0;margin:0;margin-top:15px}.twofa-items li{list-style-type:none;padding-bottom:1.5rem;border-left:1px solid #abaaed;position:relative;padding-left:15px;margin-left:10px;padding-top:0;display:flex;justify-content:space-between}.twofa-items li span.number{position:absolute;color:#fff;left:-5px;top:1px;font-weight:600;font-size:18px}.twofa-items li img{margin-left:30px;width:50px;height:50px}.twofa-items li h3{padding-left:25px;margin-bottom:25px}.twofa-items li::before{content:"";width:30px;height:30px;background:#2947b3;border-radius:50%;position:absolute;left:-15px;top:0px}.twofa-items li:last-child{border:0}.text-primary-blue{color:#4eb7ff}a{color:#4eb7ff}.toast{font-size:1.5rem}strong{color:#09112d;font-weight:700}.overlay.active{top:0;display:block}.page-section{position:relative;width:100%}.shaft-arrow{width:64px;background-color:#999;display:block;height:3px;position:relative}.shaft-arrow:after{background-color:#999;content:"";display:block;height:3px;position:absolute;top:0;right:0;transform:rotate(-40deg);width:8px}.shaft-arrow:before{transform:rotate(40deg);background-color:#999;content:"";display:block;height:3px;position:absolute;top:-3px;right:0;width:12px}.shaft-arrow{width:40px;background-color:#2947b3;display:block;height:3px;position:relative}.shaft-arrow:before{transform:rotate(40deg);background-color:#2947b3;content:"";display:block;height:3px;position:absolute;top:-3px;right:-1px}.shaft-arrow:after{background-color:#2947b3;content:"";display:block;height:3px;position:absolute;top:3px;right:-1px;transform:rotate(-40deg);width:12px}.passive-text{color:rgba(9,17,45,0.3) !important}.koinal-modal .modal-body{padding:30px}@media (min-width: 320px) and (max-width: 1023px){.koinal-modal .modal-body{padding:20px}}.balance-history-type{width:5px;height:5px;display:none;border-radius:100%;margin-right:7px}.balance-history-type.rejected{background-color:#ff6d72}.balance-history-type.process{background-color:#ffd54e}.balance-history-type.progress{background-color:#ffd54e}.balance-history-type.completed{background-color:#4ccb83}.select-text{font-size:20px;margin-bottom:-3px;font-weight:500;line-height:1.5;color:#000000;margin-left:16px !important}.store-btns{display:flex;align-items:center}@media (min-width: 320px) and (max-width: 1023px){.store-btns{flex-direction:column}}.address-verification-info-title{font-weight:bold;font-size:16px;line-height:25px;color:#09112d;margin-bottom:10px}.address-verification-info-list{padding:0;margin-bottom:30px}.address-verification-info-list li{list-style-type:none;margin-bottom:10px;display:flex}.address-verification-info-list li .icon{color:#4ccb83;margin-right:9px}.id-status-title{color:#09112d}.balances-history-item{font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:normal;color:#09112d}@media (min-width: 320px) and (max-width: 1023px){.balances-history-item{justify-content:space-between !important}}@media (min-width: 991px) and (max-width: 1279.9px){.balances-history-item{flex-wrap:nowrap}}@media (min-width: 991px) and (max-width: 1279.9px){.balances-history-item .col-item-date-conent{width:102px;max-width:102px}}@media (min-width: 991px) and (max-width: 1279.9px){.balances-history-item .col-desc-content{width:139px}}.col-pn{width:150px}@media (min-width: 320px) and (max-width: 1023px){.col-pn{width:auto}}@media (min-width: 991px) and (max-width: 1279.9px){.col-pn{width:112px}}.col-2-pn{width:120px}@media (min-width: 320px) and (max-width: 1023px){.col-2-pn{width:auto}}@media (min-width: 991px) and (max-width: 1279.9px){.col-2-pn{width:105px}}.col-desc{width:266px}@media (min-width: 991px) and (max-width: 1279.9px){.col-desc{width:149px}}.col-curr{width:140px}.col-amount{width:136px;text-align:right;padding-right:31px !important}.col-dn{width:250px;padding-left:16px !important}.header-logo{width:165px;height:55px}@media (min-width: 320px) and (max-width: 1023px){.header-logo{width:111px;height:40px}}.site-header{position:fixed;top:0;left:0;width:100%;z-index:998;transition:all 0.3s;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;background-color:#2847b2;padding:25px 40px}.site-header.home{position:static}.site-header .main-menu{padding-top:8px;text-align:right;display:flex;align-items:center;justify-content:flex-end}@media (min-width: 320px) and (max-width: 1023px){.site-header .main-menu{display:none}}.site-header .main-menu ul{margin:0;z-index:99}.site-header .main-menu ul li{list-style:none;display:inline-block;margin-left:50px;vertical-align:middle}.site-header .main-menu ul li.menu-item{margin-right:100px}@media (min-width: 991px) and (max-width: 1279.9px){.site-header .main-menu ul li.menu-item{margin:0}}.site-header .main-menu ul li a{font-size:20px;font-weight:700;color:#fff;text-decoration:none}@media (min-width: 991px) and (max-width: 1279.9px){.site-header .main-menu ul li a{font-size:18px}}.site-header .main-menu ul li a:hover{color:#fff;text-decoration:underline}.site-header.loggedin{background-color:#fff;height:100px;padding:25px 40px;border-bottom:solid 3px #2947b3}@media (min-width: 320px) and (max-width: 1023px){.site-header.loggedin{height:80px;padding:20px}}.site-header.loggedin .header-logo{width:140px}@media (min-width: 320px) and (max-width: 1023px){.site-header.loggedin .header-logo{width:84px;height:30px;margin-bottom:20px}}.site-header.loggedin .main-menu:not(:first-child)>ul>li{margin-left:30px}.site-header.loggedin .main-menu ul li{margin-left:30px}.site-header.loggedin .main-menu ul li a{color:#09112d}.site-header.loggedin .main-menu ul li a:hover{color:#2947b3}.site-header.loggedin .main-menu ul li a.active{text-decoration:underline;color:#2947b3}.site-header.loggedin .header-balance-link{z-index:101;position:relative}.site-header.loggedin .header-balance-link span{font-weight:400}.site-header.loggedin .header-balance{width:250px;position:absolute;left:50%;left:50%;width:300px !important;transform:translateX(-50%);padding:30px 0 0 0;display:flex;align-items:center;justify-content:center}.site-header.loggedin .header-balance-info{width:300px !important;background:#fff;text-align:left;border-radius:10px;box-shadow:0 10px 30px 0 rgba(206,209,220,0.5)}.site-header.loggedin .header-balance-info .menu-body{padding:0 !important;padding-top:7px !important}.site-header.loggedin .header-balance-info ul{padding:0}.site-header.loggedin .header-balance-info ul li{margin:0 !important}.site-header.loggedin .header-balance-info ul li a{display:flex !important;width:100%;padding:15px 30px !important;justify-content:space-between}.site-header.loggedin .header-balance-info ul li a img{width:30px;margin-right:12px}.site-header.loggedin .header-balance-info ul li a .currency-name,.site-header.loggedin .header-balance-info ul li a .amount{font-size:20px;font-weight:700;font-stretch:normal;font-style:normal;line-height:0.9;letter-spacing:normal;color:#09112d}.site-header.loggedin .header-balance-info ul li a:hover{text-decoration:none !important}.site-header.loggedin .header-balance-info ul li a:hover .currency-name{text-decoration:underline;color:#2947b3}.site-header.loggedin .header-balance-info ul li:not(:last-child) a{border-bottom:1px solid rgba(206,209,220,0.5)}.site-header.loggedin .header-balance-info .menu-footer{padding:15px 30px;border-top:solid 1px rgba(206,209,220,0.5)}.site-header.loggedin .header-balance-info .menu-footer a{color:#2947b3}.site-header.loggedin .user-section{display:inline-block;z-index:100;vertical-align:middle;margin-left:30px;position:relative}.site-header.loggedin .user-section .user{cursor:pointer}.site-header.loggedin .user-section .user .photo{width:40px;height:40px;margin-right:10px;border-radius:100%;overflow:hidden;display:inline-block;vertical-align:middle}@media (min-width: 320px) and (max-width: 1023px){.site-header.loggedin .user-section .user .photo{width:30px;height:30px;display:inline-block;margin-right:10px}}.site-header.loggedin .user-section .user .arrow{display:inline-block;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #bec7e8}.site-header.loggedin .user-section.opened .user .arrow{border-bottom:7px solid #fff;border-top-color:transparent}.site-header.loggedin.opened .user-menu{display:block}@media (min-width: 320px) and (max-width: 1023px){.site-header{padding:20px}}.sub-balance-menu{margin:0 !important;padding:0 !important;max-height:0;overflow:hidden;transition:all 0.25s ease-in-out}.sub-balance-menu.sub-menu-open{max-height:500px;transition:all 0.25s ease-in-out}.sub-menu-balance-li .currency-icon{width:30px;height:30px;margin-right:15px}.sub-menu-balance-li:last-child{border-bottom:none !important}.menu-balance-info-amount{font-weight:400}.balance-mobile-menu:hover{text-decoration:none !important}.menu-chevron-icon{color:#4eb7ff;transition:all 0.25s}.user-menu{display:none;text-align:left;z-index:111;position:absolute;background-color:#fff;width:280px;border-radius:10px;box-shadow:0 10px 30px 0 rgba(29,29,29,0.15);right:0;top:60px}@media (min-width: 320px) and (max-width: 1023px){.user-menu{width:100%;position:fixed;top:120px;border-top-left-radius:0;border-top-right-radius:0}}.user-menu .menu-header{padding:20px 30px;border-bottom:solid 1px rgba(206,209,220,0.5)}.user-menu .menu-header .title{font-size:20px;font-weight:600;color:#09112d}.user-menu .menu-header .info{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:16px;line-height:1.56}.user-menu .menu-body{padding:15px 30px}.user-menu .menu-body a{font-size:20px;font-weight:700;line-height:1.5;padding:10px 0;color:#09112d;display:flex;align-items:center}.user-menu .menu-body a:hover{color:#2947b3;text-decoration:none !important}.user-menu .menu-body a:hover span.text{text-decoration:underline}.user-menu .menu-body ul{padding:0;margin:0}.user-menu .menu-body ul li{list-style:none}.user-menu .menu-footer{padding:15px 30px;border-top:solid 1px rgba(206,209,220,0.5)}.user-menu .menu-footer .item{font-size:20px;font-weight:600;color:#ff6d72;line-height:1.5}@media (min-width: 320px) and (max-width: 1023px){.mobile-user-section{display:block}.mobile-user-section .user{display:block;position:relative}.mobile-user-section .user .mail{display:inline-block;font-size:14px;font-weight:600;color:#09112d}.mobile-user-section .user .arrow{display:block;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #bec7e8;position:absolute;right:0;top:12px}.mobile-user-section .user .photo{width:30px;height:30px;display:inline-block;margin-right:10px}}.mobile-main-menu{display:none}.mobile-menu-bg{position:fixed;display:none;top:0;left:0;width:100%;height:100%;background-color:rgba(9,17,45,0.3)}.mobile-menu-bg.show{display:block}.mobile-main-menu{background-color:#fff;position:fixed;display:block;width:90%;height:100%;z-index:1000;right:-150%;top:0;transition:right 0.3s;-moz-transition:right 0.3s;-webkit-transition:right 0.3s}.mobile-main-menu-content{height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow:auto}.mobile-main-menu-login-link{font-size:20px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:normal;padding:15px}.mobile-main-menu .menu .menu-item .arrow-down{border-color:#2947b3}.mobile-main-menu ul{padding:0 20px;margin:0 -15px 35px}.mobile-main-menu ul li{list-style:none;margin:0}.mobile-main-menu ul li a{display:block;color:#09112d;font-size:20px;font-weight:600;padding:20px 0}.mobile-main-menu .user-links{margin:20px 0 40px 0}.mobile-main-menu .social{border:none;display:flex;justify-content:space-around}.mobile-main-menu .social li{list-style:none;display:inline-block;margin:0;border:none}.mobile-main-menu .social li a{background-color:#d3d6e1;color:#2a47b3;font-size:27px;margin:0;padding:0 !important;display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:100%}.mobile-main-menu-header .icon{color:#2947b3;font-size:22px}.mobile .mobile-main-menu{right:0}.header-mobile-logo{width:111px}.nav-toggle{display:none;width:22px;position:absolute;right:15px;top:13px;cursor:pointer;padding:10px 25px 16px 0;z-index:100}@media (min-width: 320px) and (max-width: 1023px){.nav-toggle{display:block}}.nav-toggle.mobile-menu{left:0;top:0;background:#fff;width:100%;z-index:0;padding:20px}.nav-toggle span{transition:all 500ms ease-in-out;cursor:pointer;height:3px;width:22px;background:#fff;position:absolute;display:block;content:"";border-radius:5px}.nav-toggle span:before{cursor:pointer;height:3px;width:22px;background:#fff;position:absolute;display:block;content:"";border-radius:5px;top:-8px;transition:all 500ms ease-in-out}.nav-toggle span:after{cursor:pointer;height:3px;width:15px;background:#fff;position:absolute;display:block;content:"";border-radius:5px;bottom:-8px;transition:all 500ms ease-in-out}.nav-toggle.active span{background-color:transparent}.nav-toggle.active span:before{top:0;background-color:#2947b3;transform:rotate(45deg)}.nav-toggle.active span:after{top:0;width:22px;background-color:#2947b3;transform:rotate(-45deg)}.site-header.loggedin .nav-toggle span,.site-header.loggedin .nav-toggle span:before,.site-header.loggedin .nav-toggle span:after{background:#2947b3}.site-header.loggedin .nav-toggle.active span{background-color:#fff}.my-info{border-bottom:1px solid rgba(206,209,220,0.5);padding-bottom:25px;margin-bottom:25px}.my-info h3{font-weight:600;font-size:18px;line-height:22px;text-align:center;margin-top:15px;color:#09112d}.mobile-menu-footer{border-top:1px solid rgba(206,209,220,0.5);position:absolute;bottom:0;width:100%;left:0;background-color:#fff}.mobile-menu-footer a{padding:15px 0;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:18px;line-height:30px;color:#ff6d72}#footer-wrapper{padding-top:100px}@media (min-width: 320px) and (max-width: 1023px){#footer-wrapper{padding-top:0 !important}}#footer-wrapper.contact-page{margin-top:-6px;padding-top:0 !important}.site-footer .fi,.business-footer .fi{height:120px;position:absolute;width:100%;top:-115px}.site-footer{background:#09112d;position:relative;padding-top:100px}.site-footer .fi{background:url(../img/footer-bg.940fc94d.png) 0px 100%/100% no-repeat}.site-footer .footer-menu{margin-bottom:30px}@media (min-width: 320px) and (max-width: 1023px){.site-footer .footer-menu .col-6{margin-bottom:30px}}.site-footer .footer-menu .title{font-size:20px;font-weight:700;color:#fff;line-height:2}.site-footer .footer-menu ul{margin:0 0 10px;padding:0}.site-footer .footer-menu ul li{list-style:none;margin:0;padding:0}.site-footer .footer-menu ul li a{color:#fff;font-size:16px;font-weight:500;line-height:1.88}.site-footer .copy{padding:30px;border-top:solid 1px #ffffff20;font-size:13px;margin-bottom:30px;line-height:1.67;color:rgba(255,255,255,0.25)}@media (min-width: 320px) and (max-width: 1023px){.site-footer .copy{padding:18px;word-break:break-all}}.site-footer .copy .text{font-size:14px;font-weight:600;line-height:1.92}.site-footer .copy .payment{text-align:right}@media (min-width: 320px) and (max-width: 1023px){.site-footer .copy .payment{width:190px}}@media (min-width: 320px) and (max-width: 1023px){.site-footer .copy .payment ul img{min-width:45px;height:35px}}.site-footer .copy .logo-sgv.logged{background:url(../img/logo-footer-logged.cc0f9a1c.svg) no-repeat;background-size:88px auto;display:block;width:88px;height:40px}@media (min-width: 320px) and (max-width: 1023px){.site-footer .payment{margin:30px 0}}.site-footer.loggedin{background:#fff;border-top:solid 1px rgba(206,209,220,0.5);margin-top:0}@media (min-width: 320px) and (max-width: 1023px){.site-footer.loggedin{padding-top:35px}}.site-footer.loggedin .footer-menu{margin-bottom:20px}.site-footer.loggedin .footer-menu .title{color:#09112d}.site-footer.loggedin .footer-menu li a{color:rgba(9,17,45,0.6)}.site-footer.loggedin .copy{border-top:solid 1px rgba(206,209,220,0.5)}.site-footer.loggedin .copy .text{color:rgba(9,17,45,0.3)}.business-footer .fi{background:url(../img/footer-bg.940fc94d.png) no-repeat 0 100%;background-size:100% auto}.footer-sgv-logo{width:87px;height:40px}@media (min-width: 320px) and (max-width: 1023px){.footer-sgv-logo{width:63px;height:auto}}.footer-social{display:flex;justify-content:flex-end;margin:0 0 40px}@media (min-width: 320px) and (max-width: 1023px){.footer-social{justify-content:center;padding:0}}.footer-social li{list-style:none}.footer-social li a{background-color:#232a43;width:40px;height:40px;display:flex;border-radius:100%;align-items:center;justify-content:center;color:#fff;font-size:22px}.footer-social li:not(:first-child) a{margin-left:30px}.footer-apps{margin-bottom:40px;width:35%}.footer-apps a{display:block;margin-right:30px}.border-horizontal{display:block;height:70px;background:rgba(255,255,255,0.1);width:1px;margin-left:15px;margin-right:15px}.border-horizontal.logged{background-color:#E7E8ED}@media (min-width: 320px) and (max-width: 1023px){.border-horizontal{height:40px}}.footer-crypto-valley-logo{width:115px}@media (min-width: 320px) and (max-width: 1023px){.footer-crypto-valley-logo{width:100px}}@media (min-width: 320px) and (max-width: 1023px){.footer-crypto-uk-logo{width:70px}}.footer-memberof{font-weight:600;font-size:13px;line-height:16px;margin-right:15px;letter-spacing:0.4px;color:#464D61}@media (min-width: 320px) and (max-width: 1023px){.footer-memberof{display:block;font-size:10px;margin-bottom:10px}}.footer-memberof.logged{color:rgba(9,17,45,0.5)}.home-hero{margin-bottom:100px;min-height:850px;overflow:hidden;padding-top:169px;background:#2947B3}@media (min-width: 320px) and (max-width: 1023px){.home-hero{background-color:#2947b3;min-height:auto;padding:65px 20px 0}.home-hero-maintenance{padding-top:202px}}.home-hero-bg{position:absolute;right:0;top:0;z-index:0}.home-hero .hero-start{margin-bottom:50px}.home-hero .hero-start .form-group{width:100%}.home-hero .hero-start .form-group input{flex:1 auto;border-radius:50px !important;max-width:324px}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-start .form-group input{max-width:100%;width:100% !important}}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-start .form-group button{margin-top:15px;width:100% !important}}.home-hero .hero-text .title{font-size:64px;font-weight:600;line-height:72px;letter-spacing:0.1px;color:#fff;margin-bottom:30px;padding-right:15px}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .title{font-size:35px;line-height:46px}}.home-hero .hero-text .desc{font-size:20px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.33;color:#fff;margin-bottom:30px;padding-right:15px}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .desc{font-size:20px;margin-bottom:30px}}.home-hero .hero-text .coins{display:inline-flex;margin-bottom:30px;border-bottom:solid 1px #697ec9;padding:0 0 25px}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .coins{display:flex;overflow-x:auto;padding-bottom:20px;margin-bottom:20px;justify-content:space-between}}.home-hero .hero-text .coins li{list-style:none}.home-hero .hero-text .coins li img{width:50px;height:48px}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .coins li img{min-width:40px;height:40px}}.home-hero .hero-text .coins li:not(:last-child){margin-right:10px}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .coins li:not(:last-child){margin-right:0}}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .coins li:not(:first-child){margin-left:-10px !important}}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .payment{margin-bottom:30px}}.home-hero .hero-text .payment ul{overflow-x:auto}.home-hero .hero-text .payment ul li{margin-right:20px}.home-hero .hero-text .payment ul li:last-child{margin-right:0}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .payment ul li:last-child{margin-right:15px}}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .payment ul li img{min-width:45px}}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text .payment ul li{margin-right:10px}}@media (min-width: 320px) and (max-width: 1023px){.home-hero .hero-text{margin-top:40px}}.home-calculator .badge{z-index:99998;font-weight:700;background:url(../img/badge.afc790c2.png) no-repeat;background-size:254px auto;padding-top:75px;width:254px;height:254px;text-align:center;position:absolute;top:-60px;left:-170px;color:#fff;line-height:1.18;font-size:16px}.btn-changer{display:inline-block;width:30px;height:30px;padding-top:2px;text-align:center;border-radius:3px;border:solid 2px rgba(41,71,159,0.3)}.box-tab-content-rounded{border-radius:10px !important}.home-infoboxes{background-size:contain;padding-bottom:350px;margin-top:180px}.home-infoboxes .infobox{padding:30px;margin-bottom:30px;border-radius:10px;box-shadow:5px 10px 30px 0 rgba(9,17,45,0.1);-moz-box-shadow:5px 10px 30px 0 rgba(9,17,45,0.1);-webkit-box-shadow:5px 10px 30px 0 rgba(9,17,45,0.1)}.home-infoboxes .infobox.box-1{background-color:#192c6e}.home-infoboxes .infobox.box-2{background-color:#2947b3}.home-infoboxes .infobox.box-3{background-color:#4eb7ff}.home-infoboxes .infobox.box-4{background-color:#4ccb83}.home-infoboxes .infobox img{display:block;margin-bottom:30px;width:60px;height:60px}.home-infoboxes .infobox .title{color:#fff;font-size:3rem;margin-bottom:10px;font-weight:600}.home-infoboxes .infobox p{margin-bottom:0;color:#fff;font-size:2rem}@media (min-width: 320px) and (max-width: 1023px){.home-infoboxes{padding-bottom:100px;margin-top:80px}}.home-app-info-bg{position:absolute;right:0;bottom:-455px;width:600px}@media (min-width: 320px) and (max-width: 1023px){.home-app-info-bg{position:absolute;right:0;bottom:-68px;width:600px;z-index:-1}}.marketing-mail-setting{font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.39;letter-spacing:normal;color:#09112d}.table-cookie{box-shadow:0 10px 20px 0 rgba(9,17,45,0.05);border-color:rgba(206,209,220,0.5)}.table-cookie .table-bordered{border:none}.table-cookie thead th{border-color:rgba(206,209,220,0.5);border-top:none;border-bottom:none;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.88;letter-spacing:normal;color:#09112d}.table-cookie thead th.category{min-width:250px}.table-cookie thead th.cookie-name{min-width:330px}.table-cookie thead th.retention{min-width:197px}.table-cookie thead th.desc{padding-right:15px !important;min-width:300px}.table-cookie thead th:first-child{border-left:none}.table-cookie thead th:last-child{border-right:none}.table-cookie tr td{border-color:rgba(206,209,220,0.5);font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:normal;color:#09112d}.table-cookie tr td.category{min-width:250px}.table-cookie tr td.cookie-name{min-width:330px}.table-cookie tr td.retention{min-width:197px}.table-cookie tr td.desc{padding-right:15px !important;min-width:300px}.table-cookie tr td:first-child{border-left:none}.table-cookie tr td:last-child{border-right:none}.table-cookie tr:last-child td{border-bottom:none}.table-cookie thead th,.table-cookie tbody td{padding:30px 0 30px 30px}.alert-danger.text-danger{color:#721c24 !important}.countdown-status{font-size:25px;line-height:30px;margin-top:35px;color:#09112d}.countdown-status .icon{margin-right:10px;color:rgba(18,44,136,0.5)}.loading{background:#ffffff;height:97%;width:100%;position:absolute;top:0;left:0;right:0;bottom:0;position:absolute}.pin{top:0;left:0;right:0;bottom:0;position:absolute}.text-sub-title{font-size:20px;line-height:30px;color:#09112d;font-weight:600}.fixedLoading{background:rgba(255,255,255,0.59) !important;height:100%;width:100%;position:fixed;z-index:99999}.loading-bg{background-color:#f8f9fc !important}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.text-primary{color:#09112d !important}.font-bold{font-weight:600}.address-verification-info-title{font-weight:bold;font-size:16px;line-height:25px;color:#09112d;margin-bottom:10px}.address-verification-info-list{padding:0;margin-bottom:30px}.address-verification-info-list li{list-style-type:none;margin-bottom:10px;display:flex}.address-verification-info-list li .icon{color:#4ccb83;margin-right:9px}.id-status-title{color:#09112d}.single-chart{width:100px;justify-content:space-around}.circular-chart{display:block;margin:10px auto;width:100%;max-height:250px;transform:rotate(180deg)}.circle-bg{fill:none;stroke:#fff;stroke-width:3.8}.circle{fill:none;stroke-width:2.8;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:0}@keyframes progress{0%{stroke-dasharray:0 100}}.circular-chart.blue .circle{stroke:#3c9ee5}.percentage{fill:#09112d;font-family:sans-serif;font-size:8px;text-anchor:middle;transform:rotate(-180deg)}::-webkit-scrollbar{background-color:#fff;width:16px}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{background-color:#babac0;border-radius:16px;border:4px solid #fff}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-thumb{min-height:45px}.terms-modal-preview div[class^="col"]{flex:0 0 100%;max-width:100%;padding:0}.terms-modal-preview{max-height:230px;overflow-x:auto;border:1px solid #dddddd;border-radius:5px;padding:15px 18px;margin-top:20px}@media (min-width: 320px) and (max-width: 1023px){.terms-modal-preview .preview-item-block{margin-top:20px !important}.terms-modal-preview .preview-tc-title{font-size:24px !important}.terms-modal-preview .preview-tc-desc{font-size:13px !important}.terms-modal-preview .preview-tc-block{margin-top:20px !important}.terms-modal-preview .preview-tc-block:nth-child(n)+div{margin-left:0 !important}.terms-modal-preview .preview-tc-item-block{margin-top:20px !important}.terms-modal-preview .preview-tc-item-title{font-size:16px !important;margin-bottom:10px !important}.terms-modal-preview .preview-tc-item-sub-title{font-size:14px !important;margin-left:10px !important;line-height:2 !important;margin-bottom:10px !important}.terms-modal-preview .preview-tc-item-desc{font-size:14px !important;line-height:2 !important;margin-bottom:10px !important;margin-left:15px !important}.terms-modal-preview .preview-tc-privacy-desc{margin-left:10px !important;font-size:14px !important;line-height:2 !important;margin-bottom:10px !important}.terms-modal-preview .preview-tc-privacy-desc-item{font-size:14px !important;margin-left:10px !important;font-size:14px !important;line-height:2 !important;margin-bottom:10px !important}}.previouses-terms{padding:20px 30px;border-top:1px solid rgba(206,209,220,0.5)}.previouses-terms-title{font-size:16px;line-height:20px;margin-bottom:10px;text-align:left;color:#2947b3}.previouses-terms ul{padding:0;margin-left:20px}.previouses-terms ul li{list-style-type:disc;margin-top:5px}.previouses-terms ul li a{font-size:15px;line-height:20px;color:#09112d;text-decoration:none}.previouses-terms ul li a .icon{color:rgba(9,17,45,0.3);margin-left:4px}.previouses-terms ul li a:hover{opacity:0.7}.verify-status-items{margin-top:30px}.verify-status-items .item{border:1px solid rgba(215,216,219,0.7);box-sizing:border-box;box-shadow:1px 1px 5px #ebecee;border-radius:6px;margin-bottom:20px}.verify-status-items .item-header{padding:30px;border-bottom:1px solid #e3e4e6}.verify-status-items .item-header-right{margin-left:20px}.verify-status-items .item-header-right h2{font-size:20px;color:#09112d;padding:0;margin:0}.verify-status-items .item-header-right p{color:rgba(9,17,45,0.5);font-size:16px;padding:0;margin:0}.verify-status-items .item-header-right p.verifying{color:#ffb11a}.verify-status-items .item-header-right p.unable{color:#ff5359}.verify-status-items .item-header-right p.verified{color:#4ccb83}.verify-status-items .item-header-icon{color:#4ccb83;font-size:22px}.verify-status-items .item-body{margin:30px}.verify-status-items .item-body .verify-section{font-size:15px;line-height:20px;color:#09112d}.verify-status-items .item-body .error-section p{font-size:16px;line-height:25px;color:#09112d;margin-bottom:10px}.verify-status-items .item-body .error-section ul{padding:0;margin-left:15px}.verify-status-items .item-body .error-section ul li{margin-bottom:10px}.map{margin-top:-50px;margin-bottom:0}@media (min-width: 320px) and (max-width: 1023px){.map{margin-top:0}}.count-time{position:absolute;top:50%;margin-top:3px;right:10px}.success-icon{color:#4ccb83;position:absolute;top:48%;right:15px;font-size:24px}.badge{font-size:14px;font-weight:700;line-height:1.79;letter-spacing:1px;border-radius:5px;color:#fff;margin-left:7px;padding:0 7px;display:flex;align-items:center;background-color:#ff6d72;text-decoration:none !important}.badge.verify{background-color:#4ccb83}.mobile-trade-menu-backdrop{background-color:#0000004D;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999}.mobile-trade-menu-content{position:fixed;overflow:hidden;left:0;bottom:0;width:100%;border-top-left-radius:20px;border-top-right-radius:20px;height:auto;min-height:100px;max-height:100vh;z-index:999;background-color:#fff}.mobile-trade-menu-content ul{padding:0;margin:0}.mobile-trade-menu-content ul li{list-style:none;border-bottom:1px solid rgba(206,209,220,0.5)}.mobile-trade-menu-content ul li a{display:flex;align-items:center;padding:16px}.mobile-trade-menu-content ul li a span{display:block}.mobile-trade-menu-content ul li a img{margin-right:12px}.mobile-trade-menu-content ul li a .title{font-weight:500;font-size:18px;line-height:28px;color:#09112D}.mobile-trade-menu-content ul li a .desc{font-size:14px;line-height:16px;color:#09112D;opacity:0.6}.trade-empty-status{font-size:18px;line-height:25px;color:rgba(9,17,45,0.6);min-height:397px;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 90px}@media (min-width: 320px) and (max-width: 1023px){.trade-empty-status{padding:0 0}}@media (min-width: 991px) and (max-width: 1279.9px){.trade-empty-status{padding:0 0}}

