*,
body {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale
}

body,
html {
    height: -moz-calc(100% + (120px));
    height: -webkit-calc(100% + (95px));
    height: calc(100% + (95px));
}

.form-body {
    height: -moz-calc(100% + (95px));
    height: -webkit-calc(100% + (95px));
    height: calc(100% + (95px));
    text-align: center;
}

.form-body>.row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: 100%
}

.form-holder {
    margin-left: 550px;
    width: 100%
}

.form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 30px 30px;
    min-height: 100%;
    flex-direction: column-reverse;
    justify-content: flex-end
}

.form-control :-moz-placeholder,
.form-control :-ms-input-placeholder,
.form-control ::-moz-placeholder,
.form-control ::-webkit-input-placeholder,
.form-holder .form-content :-moz-placeholder,
.form-holder .form-content :-ms-input-placeholder,
.form-holder .form-content ::-moz-placeholder,
.form-holder .form-content ::-webkit-input-placeholder {
    color: #526489
}

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

.form-content {
    position: relative;
}

.form-content .form-items {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    text-align: left;
}

.form-content .form-icon {
    text-align: center;
    width: 100%;
    line-height: 0;
    margin-top: calc(-42px - 35px);
    margin-bottom: 28px
}

h1,
h2,
h3 {
    color: #fff;
    margin-bottom: 10px
}

.form-content h1.form-title {
    margin-bottom: 30px
}

.form-content p {
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 30px
}

.form-content label {
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px
}

.form-content input {
    width: 100%;
    padding: 12px;
    text-align: left;
    border: 1px solid #fff;
    outline: 0;
    border-radius: 6px;
    background-color: #131722;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 11px
}

.form-content input:focus,
.form-content input:hover {
    border: 1px solid #18ffff;
    background-color: #131722;
    color: #fff
}

.form-content input[type=checkbox],
.form-content input[type=radio] {
    width: auto
}

.form-content input[type=checkbox]:checked,
.form-content input[type=checkbox]:not(:checked),
.form-content input[type=radio]:checked,
.form-content input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.form-content input[type=checkbox]:checked+label,
.form-content input[type=checkbox]:not(:checked)+label,
.form-content input[type=radio]:checked+label,
.form-content input[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    display: inline;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-left: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-content input[type=checkbox]:checked+label,
.form-content input[type=radio]:checked+label {
    color: #fff
}

.form-content input[type=checkbox]:checked+label:before,
.form-content input[type=radio]:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50px;
    border: 0 solid #fff;
}

.form-content input[type=checkbox]:not(:checked)+label:before,
.form-content input[type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: 0 0;
    border-radius: 50px;
    border: 2px solid #fff;
}

.form-content input[type=checkbox]:not(:checked)+label:after,
.form-content input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.form-content input[type=checkbox]:disabled+label,
.form-content input[type=radio]:disabled+label {
    opacity: .6
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #131722;
    opacity: 0.8;
    font-size: 16px;
    margin-bottom: 0;
    padding: 22px 12px;
}

.form-content input[type=checkbox]:checked+label:after,
.form-content input[type=checkbox]:not(:checked)+label:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 14px;
    color: #0093ff;
    line-height: 14px;
}

.form-content input[type=checkbox]:checked+label:before {
    border-radius: 4px
}

.form-content input[type=checkbox]:not(:checked)+label:before {
    border-radius: 4px
}

.form-content input[type=radio]:checked+label:after,
.form-content input[type=radio]:not(:checked)+label:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background-color: #0093ff;
}

.form-content .custom-options {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.form-content .custom-options input[type=checkbox],
.form-content .custom-options input[type=radio] {
    width: auto
}

.form-content .custom-options input[type=checkbox]:checked,
.form-content .custom-options input[type=checkbox]:not(:checked),
.form-content .custom-options input[type=radio]:checked,
.form-content .custom-options input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.form-content .custom-options input[type=checkbox]:checked+label,
.form-content .custom-options input[type=checkbox]:not(:checked)+label,
.form-content .custom-options input[type=radio]:checked+label,
.form-content .custom-options input[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 0;
    cursor: pointer;
    display: inline;
    color: #606060;
    background-color: #f7f7f7;
    font-size: 22px;
    font-weight: 600;
    margin-left: 0;
    border-radius: 5px;
    padding: 12px;
    margin-right: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-grow: 1;
    text-align: center
}

.form-content .custom-options input[type=checkbox]:checked+label:last-child,
.form-content .custom-options input[type=checkbox]:not(:checked)+label:last-child,
.form-content .custom-options input[type=radio]:checked+label:last-child,
.form-content .custom-options input[type=radio]:not(:checked)+label:last-child {
    margin-right: 0
}

.form-content .custom-options input[type=checkbox]:checked+label:after,
.form-content .custom-options input[type=checkbox]:not(:checked)+label:after,
.form-content .custom-options input[type=radio]:checked+label:after,
.form-content .custom-options input[type=radio]:not(:checked)+label:after {
    display: none
}

.form-content .custom-options input[type=checkbox]:checked+label,
.form-content .custom-options input[type=radio]:checked+label {
    color: #fff;
    background-color: #4AAD06;
    font-weight: 400;
    -webkit-box-shadow: 0 3px 8px rgba(74, 230, 142, .35);
    box-shadow: 0 3px 8px rgba(74, 230, 142, .35)
}

.form-content .custom-options input[type=checkbox]:checked+label:before,
.form-content .custom-options input[type=radio]:checked+label:before {
    display: none
}

.form-content .custom-options input[type=checkbox]:not(:checked)+label:before,
.form-content .custom-options input[type=radio]:not(:checked)+label:before {
    display: none
}

.form-content .custom-options input[type=checkbox]:not(:checked)+label:after,
.form-content .custom-options input[type=radio]:not(:checked)+label:after {
    display: none
}

.form-content .form-button {
    margin-top: 0;
    margin-bottom: 24px
}

.form-content .form-button .ibtn {
    border-radius: 6px;
    border: 0;
    padding: 6px 28px;
    background-color: #fff;
    color: #29a4ff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
    outline: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 rgba(0, 0, 0, .16)
}

.form-content .form-button .ibtn:last-child {
    margin-right: 0
}

.form-content .form-button .ibtn:focus,
.form-content .form-button .ibtn:hover {
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 5px 6px rgba(0, 0, 0, .16)
}

.form-content .form-button .ibtn.extra-padding {
    font-size: 22px;
    padding: 10px 32px
}

.form-content .form-button a {
    font-size: 22px;
    font-weight: 700;
    color: #fff
}

.form-content .btn {
    border-radius: 6px;
    padding: 6px 28px;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    border: 0
}

.form-content .btn :last-child {
    margin-right: 0
}

.form-content form {
    margin-bottom: 10px
}

.form-content .other-links {
    color: #fff;
}

.form-content .other-links span {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-right: 20px
}

.form-content .other-links a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 0 10px
}

.form-content .other-links a:last-child {
    margin-right: 0
}

.form-content .other-links a i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #131722;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    padding-top: 5px;
    font-size: 15px;
    margin: 0 5px;
}

.form-content .other-links a i:focus,
.form-content .other-links a i:hover {
    opacity: .8
}

.form-content .row {
    margin-right: -6px;
    margin-left: -6px
}

@keyframes tick-anime1 {
    0% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tick-anime2 {
    0% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0)
    }
    100% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes tick-anime3 {
    0% {
        background-color: rgba(255, 255, 255, 0);
        -webkit-transform: rotate(35deg) scale(2);
        -moz-transform: rotate(35deg) scale(2);
        -ms-transform: rotate(35deg) scale(2);
        transform: rotate(35deg) scale(2)
    }
    100% {
        background-color: rgba(255, 255, 255, .2);
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1)
    }
}

@keyframes c-tick-anime3 {
    0% {
        background-color: rgba(233, 253, 214, 0);
        -webkit-transform: rotate(35deg) scale(2);
        -moz-transform: rotate(35deg) scale(2);
        -ms-transform: rotate(35deg) scale(2);
        transform: rotate(35deg) scale(2)
    }
    100% {
        background-color: #e9fdd6;
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1)
    }
}

.alert {
    position: relative;
    padding: 6px 12px;
    border: 1px solid #131722;
    color: #131722;
    font-size: 15px;
    font-weight: 700
}

.alert p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px
}

.alert.alert-primary {
    background-color: #e2f0ff;
    border-color: #3a86d6
}

@keyframes zoom-in-img {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

body,
.form-body,
.form-content {
    background-color: #131722
}

.alert,
.alert a,
.alert a.alert-link,
.form-content .form-button a,
.form-content .other-links a,
.form-content .other-links span,
.form-content input[type=checkbox]:checked+label,
.form-content input[type=radio]:checked+label {
    color: #fff
}

.form-holder {
    margin-left: 0
}

.form-holder .form-content :-moz-placeholder,
.form-holder .form-content :-ms-input-placeholder,
.form-holder .form-content ::-moz-placeholder,
.form-holder .form-content ::-webkit-input-placeholder {
    color: #fff !important
}

.form-content .form-items {
    max-width: 440px;
    text-align: center
}

.form-content .form-icon {
    margin-top: calc(-42px - 35px)
}

.form-content .form-icon .icon-holder {
    background-color: #4a77f7
}

.form-content h1,
.form-content label,
.form-content p {
    color: #fff;
    text-align: center
}

.form-content input[type=checkbox]:checked+label,
.form-content input[type=checkbox]:not(:checked)+label,
.form-content input[type=radio]:checked+label,
.form-content input[type=radio]:not(:checked)+label {
    color: #fff;
    font-weight: 700
}

.form-content input[type=checkbox]:checked+label:before,
.form-content input[type=radio]:checked+label:before {
    background: #fff;
    border: 0 solid #fff
}

.form-content input[type=checkbox]:not(:checked)+label:before,
.form-content input[type=radio]:not(:checked)+label:before {
    background: 0 0;
    border: 2px solid #fff
}

.form-content input[type=checkbox]:checked+label:after,
.form-content input[type=checkbox]:not(:checked)+label:after {
    color: #131722
}

.form-content input[type=radio]:checked+label:after,
.form-content input[type=radio]:not(:checked)+label:after {
    background-color: #131722
}

.form-content .custom-options input[type=checkbox]:checked+label,
.form-content .custom-options input[type=checkbox]:not(:checked)+label,
.form-content .custom-options input[type=radio]:checked+label,
.form-content .custom-options input[type=radio]:not(:checked)+label {
    color: #606060;
    background-color: #f7f7f7
}

.form-content .custom-options input[type=checkbox]:checked+label,
.form-content .custom-options input[type=radio]:checked+label {
    color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .16)
}

.form-content .custom-options input[type=checkbox]:checked+label.long,
.form-content .custom-options input[type=radio]:checked+label.long {
    background-color: #4AAD06
}

.form-content .custom-options input[type=checkbox]:checked+label.short,
.form-content .custom-options input[type=radio]:checked+label.short {
    background-color: red
}

.form-content .form-button .ibtn {
    background-color: #4AAD06;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 0 rgba(0, 0, 0, .16)
}

.form-content .form-button .ibtn:focus,
.form-content .form-button .ibtn:hover {
    background-color: #4AAD06;
    color: #fff;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 5px 6px rgba(0, 0, 0, .16)
}

@keyframes tick-anime3 {
    0% {
        background-color: rgba(14, 30, 41, 0);
        -webkit-transform: rotate(35deg) scale(2);
        -moz-transform: rotate(35deg) scale(2);
        -ms-transform: rotate(35deg) scale(2);
        transform: rotate(35deg) scale(2)
    }
    100% {
        background-color: #0e1e29;
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1)
    }
}

.alert.alert-primary {
    background-color: rgba(226, 240, 255, 0);
    border-color: #3a86d6
}

.alert.alert-success {
    background-color: rgba(247, 255, 240, 0);
    border-color: #4AAD06
}

.alert.alert-danger {
    background-color: rgba(247, 255, 240, 0);
    border-color: #cb5757
}

@media (max-width:992px) {
    .form-holder {
        margin-left: 0
    }
    .form-holder .form-content {
        -webkit-align-items: center !important;
        align-items: center;
        padding: 5px 30px 30px
    }
}

.alert.result {
    font-size: 18px
}

.other-links {
    margin-bottom: 10px
}

.sharable-link,
.save-link-size,
.save-link-risk,
.save-link-leverage {
    --height: 47px;
    display: flex;
    max-width: 440px
}

.sharable-link {
    margin-bottom: 15px
}

.sharable-link-input,
.save-link-input-size,
.save-link-input-risk,
.save-link-input-leverage {
    flex-grow: 1;
    padding: 0 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 6px 0 0 6px !important;
    outline: 0
}

.sharable-link-button,
.save-link-button-size,
.save-link-button-risk,
.save-link-button-leverage {
    flex-shrink: 0;
    width: var(--height);
    height: var(--height);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddd;
    color: #333;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    font-size: 22px
}

.sharable-link-button:hover,
.save-link-button-size:hover,
.save-link-button-risk:hover,
.save-link-button-leverage:hover {
    background: #aaa;
    color: #fff;
}

.sharable-link.form {
    margin: 0;
}

.form {
    position: relative;
}

.form-control,
.form-control:hover {
    border-color: #b9f8f8;
}

.form-control:focus {
    border-color: #18ffff;
}

.form__label {
    position: absolute;
    left: 1rem;
    top: 0.8rem;
    padding: 0 0.5rem;
    color: #fff;
    cursor: text;
    transition: top 200ms ease-in left 200ms ease-in font-size 200ms ease-in;
    background-color: #131722;
}

.form-control:focus~.form__label,
.form-control:not(:placeholder-shown).form-control:not(:focus)~.form__label {
    top: -0.5rem;
    font-size: 0.8rem;
    left: 0.8rem;
}

.hide-it {
    display: none;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    height: 120px;
    text-align: center;
    color: #fff;
}