/*!
 *   Sphere Main Styles
 *   Mainly used for authentication process
 *   -----------------------------------------
!*/

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

a {
    color: #0073ff;
    text-decoration: none;
}

/* visited link */
a:visited,
a:focus,
a:hover,
a:active {
    text-decoration: none;
    color: #0066ff;
    transition: all 0.2s linear;
}

/*Center aligned block*/

.block-centered {
    margin: 0 auto;
}

/* Default buttons override */

.btn {
    transition: all 0.2s linear;
}

.btn-primary,
.uploadcrop .modal .modal-footer .btn-success {
    background-color: #0073ff;
    border-color: #0073ff;
    color: #fff !important;
    border-radius: 4px;
}

.btn-primary:hover,
.uploadcrop .modal .modal-footer .btn-success:hover {
    background-color: #0066ff;
    border-color: #0066ff;
    color: #fff;
    outline: none;
}

.btn-lg,
.btn-group-lg > .btn,
.input-group-lg .input-group-btn > .btn {
    font-size: 16px;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    border-color: transparent;
    background-color: #2c6fe4;
    color: fff;
    outline: none;
}

.inverse {
    background-color: #f9f9f9;
}

/* Login Panel */

#login-panel.panel,
#signup-success-panel {
    margin-top: 100px;
    box-shadow: none;
}

#login-panel .img-responsive,
#signup-success-panel .img-responsive {
    margin: 0 auto;
    margin-bottom: 30px;
}

#login-panel .panel-footer,
#signup-success-panel .panel-footer {
    border-top: none;
    margin-top: 30px;
    padding: 0px;
}

#login-panel .panel-title {
    text-align: center;
    font-size: 18px;
}

#login-panel .form-group {
    font-size: 16px;
}

.panel-small .panel-footer-extra {
    margin-top: 25px;
    font-size: 15px;
    color: #666;
}

.panel-small .panel-footer-extra .form-group,
.panel-small .panel-footer-extra .form-group a {
    font-size: 15px !important;
}

.panel-small .panel-footer-extra a {
    font-weight: 600;
}

.panel-small .help-block {
    font-size: 14px;
}

.panel-title p {
    margin-bottom: 30px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: transparent;
    margin-top: 30px;
}

#signup-success-panel h1 .fa {
    color: #2d9636;
}

/* Default FORM override */

.form-control {
    border: 1px solid #ccc;
    font-size: 16px;
    color: #666;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

.input-group-addon {
    background-color: #edeff0;
}

.form-control:focus {
    border-color: rgb(51, 124, 253);
    box-shadow: none !important;
}

.has-error .form-control {
    border-color: #fd3333;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #fd3333;
}

.has-success .form-control {
    border-color: #ccc;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: inherit;
}

.has-success .form-control:focus {
    border-color: #66afe9;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);*/
    outline: 0 none;
}

.label-nobold {
    font-weight: 400;
}

a.input-group {
    font-size: 16px;
    font-weight: 400;
    outline: none;
    position: absolute;
    right: 50px;
    margin-top: 12px;
    z-index: 3;
    vertical-align: middle;
    color: #0073ff;
}

.form-group a {
    color: #0073ff;
    font-weight: 600;
}

.form-group a:hover {
    color: #2c6fe4;
}

.form-control:focus {
    box-shadow: none;
    border-color: #0073ff;
}

.hidenoimp {
    display: none;
}

/*#signup-panel #step3 .file-input .upload img.img-loaded {    
    margin-top:5px;
}*/

.inner-addon {
    position: relative;
}

/* style glyph fa*/

.inner-addon img {
    position: absolute;
    right: 15px;
    pointer-events: none;
}

/* align glyph fa*/

.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

/* Step Wizard
------------------------------------- */

.step-wizard {
    margin: 40px 0px;
    background: #fff;
}

.step-wizard .nav-tabs {
    position: relative;
    margin: 20px auto;
    margin-bottom: 0;
    border-bottom: none;
    width: 60%;
}

.step-wizard > div.step-wizard-inner {
    position: relative;
}

.step-wizard > div.step-wizard-heading {
    text-align: center;
}

.step-wizard > div.step-wizard-heading > a {
    display: inline-block;
}

.step-wizard .step-wizard-instruction span {
    color: #304756;
    font-size: 16px;
    padding-right: 20px;
    line-height: 1.3333333;
}

.step-wizard .step-wizard-instruction {
    background-color: #f5f0ff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    margin-top: 30px;
    border-radius: 6px;
    border: 1px solid #e6daff;
    color: #304756;
}

.step-wizard .step-wizard-instruction p {
    margin: 10px 0;
}

.step-wizard .step-wizard-instruction span img {
    vertical-align: middle;
    margin-left: 0;
    display: inline-block;
    margin-right: 0px;
}

.step-wizard .step-wizard-info {
    color: #999;
    text-align: center;
    padding: 40px 0;
    font-size: 16px;
}

.step-wizard .step-wizard-info p {
    margin-bottom: 5px;
}

.step-wizard #websiteinfo-about_desc {
    height: 464px;
    resize: none;
    width: 100%;
}

.step-wizard .intl-tel-input {
    width: 100%;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 45%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 55%;
    z-index: 1;
}

.step-wizard .nav-tabs > li.active > a,
.step-wizard .nav-tabs > li.active > a:hover,
.step-wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: pointer;
    border: 0;
    border-bottom-color: transparent;
}

/*.step-wizard span.round-tab i {
    color: #555555;
}
.step-wizard li.active span.round-tab i {
    color: #0073ff;
}
span.round-tab:hover {
    background: #0073ff;
    color: #fff;
}*/

.step-wizard .nav-tabs > li {
    width: 25%;
}

/*.step-wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.step-wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}*/

.step-wizard .nav-tabs > li > a {
    width: 48px;
    height: 48px;
    margin: 10px auto;
    border-radius: 100%;
    padding: 0;
    border: none;
}

.step-wizard .nav-tabs > li > a > span.round-tab {
    width: 48px;
    height: 48px;
    line-height: 42px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #fff;
    background: #9b9b9c;
    color: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 18px;
}

.step-wizard .nav-tabs > li > a:hover > span.round-tab {
    background: #939393;
}

.step-wizard .nav-tabs > li.active > a > span.round-tab {
    background: #0073ff;
}

.step-wizard .nav-tabs > li.active > a:hover > span.round-tab {
    background: #3876e4;
}

.step-wizard .nav-tabs > li.disabled > a > span.round-tab,
.step-wizard .nav-tabs > li.disabled > a:hover > span.round-tab {
    background: #e4e4e4;
}

.step-wizard .tab-content .tab-pane {
    position: relative;
    padding-top: 20px;
}

.step-wizard .tab-content .tab-content .tab-pane {
    padding-top: 0px;
}

.step-wizard .tab-content .tab-pane .step-wizard-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
}

.step-wizard .tab-content .tab-pane .step-wizard-title h4 small {
    font-size: 12px;
    color: #b1b1b1;
}

.step-wizard .tab-content .tab-pane .step-group {
    margin: 18px 0 25px 0;
    text-align: left;
}

.step-wizard-title h2 {
    font-size: 28px;
    font-weight: 600;
}

.step-wizard .tab-content .tab-pane .step-wizard-title h4 {
    font-weight: 700;
    font-size: 20px;
    color: #444;
}

.step-wizard .tab-content .tab-pane .help-block {
    font-size: 14px;
}

.step-wizard .tab-pane .theme-container {
    position: relative;
    overflow: hidden;
    width: 65%;
    height: 450px;
    margin: auto;
    border: 1px solid #d4d4d4;
}

.step-wizard .tab-pane .theme-container img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    -webkit-transition: all 4s ease-out;
    -moz-transition: all 4s ease-out;
    -ms-transition: all 4s ease-out;
    -o-transition: all 4s ease-out;
    transition: all 4s ease-out;
}

.step-wizard .tab-pane .theme-container:hover img {
    top: -775px;
}

.colorswatch-rad {
    display: none;
}

.step-wizard .tab-pane .tab-pane-footer,
.step-wizard .tab-pane-footer-extra {
    margin-top: 10px;
    color: #666;
}

.step-wizard .tab-pane .tab-pane-footer button {
    margin-bottom: 15px;
}

.step-wizard .tab-pane-footer-extra {
    font-size: 85%;
    text-align: center;
}

.step-wizard .tab-pane .tab-pane-footer a,
.step-wizard .tab-pane-footer-extra a {
    font-weight: 600;
}

.step-wizard h3 {
    margin-top: 0;
}

@media (max-width: 585px) {
    .step-wizard {
        width: 100%;
        height: auto !important;
    }
    .step-wizard .nav-tabs {
        width: 90%;
    }
    .connecting-line {
        width: 70%;
    }
}

/* Theme selection */

.step-wizard .chooser-item.active .card img {
    border-radius: 1px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 hsla(0, 0%, 100%, 0.3), 0 0 0 2px rgb(51, 124, 253);
    opacity: 1;
}

.step-wizard .swatch-list {
    margin-top: 30px;
}

.step-wizard .swatch-list.nav li {
    display: inline-block;
}

.step-wizard .swatch-list.nav li label {
    display: none;
}

.step-wizard .swatch-list .colorswatch {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
}

.step-wizard .swatch-list li.selected a {
    box-shadow: 0 0 0 3px #fff, 0 0 1px 4px currentColor;
}

.step-wizard .swatch-list .colorswatch.cyan {
    color: #00b5b5;
    background-color: #00b5b5;
}

.step-wizard .swatch-list.nav-tabs > li.active > a.cyan,
.step-wizard .swatch-list.nav-tabs > li.active > a.cyan:hover,
.step-wizard .swatch-list.nav-tabs > li.active > a.cyan:focus {
    color: #00b5b5;
    background-color: #00b5b5;
}

.step-wizard .swatch-list .colorswatch.red {
    color: #e63422;
    background-color: #e63422;
}

.step-wizard .swatch-list.nav-tabs > li.active > a.red,
.step-wizard .swatch-list.nav-tabs li.active > a.red:hover,
.step-wizard .swatch-list.nav-tabs li.active > a.red:focus {
    color: #e63422;
    background-color: #e63422;
}

.step-wizard .swatch-list .colorswatch.magenta {
    color: #bb3658;
    background-color: #bb3658;
}

.step-wizard .swatch-list.nav-tabs > li.active > a.magenta,
.step-wizard .swatch-list.nav-tabs > li.active > a.magenta:hover,
.step-wizard .swatch-list.nav-tabs > li.active > a.magenta:focus {
    color: #bb3658;
    background-color: #bb3658;
}

.step-wizard .swatch-list .colorswatch.brown {
    color: #b54e12;
    background-color: #b54e12;
}

.step-wizard .swatch-list.nav-tabs > li.active > a.brown,
.step-wizard .swatch-list.nav-tabs > li.active > a.brown:hover,
.step-wizard .swatch-list.nav-tabs > li.active > a.brown:focus {
    color: #b54e12;
    background-color: #b54e12;
}

.step-wizard .swatch-list.nav-tabs li a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
}

.step-wizard .swatch-list.nav li a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

/* Step 3 Upload Crop process */

.step-wizard .uploadcrop-solid-border {
    margin-bottom: 30px;
    padding: 0px;
}

.step-wizard .uploadcrop {
    min-height: 215px;
    font-size: 16px;
    /*text-align: center;
    min-height: 216px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 6px;
    width: 100%;
    font-size: 16px;
    color: #666;
    position: relative;
    margin-bottom: 17px;*/
}

.step-wizard .uploadcrop label.control-label,
.step-wizard .uploadcrop .preview-pane,
.step-wizard .uploadcrop .uploaded-image {
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.step-wizard .uploadcrop .preview-pane {
    z-index: 500;
}

/*.step-wizard .uploadcrop .preview-pane {
    padding-top: 0px;
    height: 75%;
}
*/

.step-wizard .uploadcrop label.control-label {
    z-index: 600;
    cursor: pointer;
    font-size: 13px;
    /*font-weight: 600;*/
    color: #999999;
    padding-top: 190px;
}

/*.step-wizard .uploadcrop .preview-pane .preview-container,
.step-wizard .upload-crop .uploaded-image {
    padding-top: 40px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}*/

.step-wizard .uploadcrop .preview-pane .preview-container {
    /*height: 100%!important;*/
    overflow: hidden;
    margin: 0 auto;
    /*margin-top: 35px;*/
    padding-top: 0px;
}

.step-wizard .uploadcrop .preview-pane {
    background-image: url("../images/upload-website-logo.png");
    background-repeat: no-repeat;
    background-position: center 40%;
}

.step-wizard #broker-img .uploadcrop .preview-pane {
    background-image: url("../images/upload-broker-image.png");
}

.step-wizard .cropper-done .preview-pane {
    background: none !important;
}

.step-wizard .uploadcrop .preview-pane img.preview_image,
.step-wizard .uploadcrop .uploaded-image img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 150px;
    margin: 0 auto;
}

.step-wizard .uploadcrop .form-group {
    margin: 0px;
}

.step-wizard .uploadcrop .help-block {
    position: absolute;
    bottom: -35px;
    left: 0;
    text-align: center;
    width: 100%;
}

.step-wizard #content-main-alert {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

.step-wizard #content-main-alert .alert {
    margin-bottom: 0px;
}

.step-wizard .step-hint {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #999;
    font-size: 14px;
}

/* START: Beta Testers
----------------------------------------------------- */

.step-wizard-beta .tab-content .tab-pane .step-wizard-title-main {
    margin-top: 20px;
    margin-bottom: 80px;
    text-align: center;
    font-size: 18px;
}

.step-wizard-beta .tab-content .tab-pane .step-wizard-title-main h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
}

.step-wizard-beta .tab-content .tab-pane .step-wizard-title {
    margin-top: 40px;
}

.step-wizard-beta .tab-content .tab-pane .step-wizard-title .step-wizard-instruction,
.step-wizard-beta .tab-content .tab-pane .step-wizard-sub-title {
    text-align: left;
}

.step-wizard-beta .tab-content .tab-pane .step-wizard-title .step-wizard-instruction p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 13px;
}

.step-wizard-beta .tab-content .tab-pane .step-wizard-sub-title {
    margin-bottom: 20px;
}

.step-wizard-beta .tab-content .tab-pane .step-wizard-sub-title h4 {
    font-size: 16px;
    /*color: #acacac;*/
    margin-bottom: 0px;
    font-weight: 600;
}

.step-wizard-beta .tab-content .tab-pane .step-wizard-sub-title p {
    margin-bottom: 0px;
}

.step-wizard-beta .tab-content .tab-pane .step-wizard-sub-title .checkbox h4 {
    margin-top: 2px;
}

.step-wizard-beta .step-wizard-instruction {
    padding: 10px 20px;
}

.step-wizard-beta .step-wizard-instruction .step-cards {
    text-align: right;
}

.spacer-xl {
    margin: 50px 0;
}

.spacer-lg {
    margin-top: 0px;
    margin-bottom: 40px;
    background: #fff;
    border: none;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-5 {
    margin-top: 5px;
}

/* END: Beta Testers
----------------------------------------------------- */

/* Theme layout dropdown */

#step2-theme-layout #signupform-theme {
    margin-bottom: 30px;
}

/* Carousel in STEP 2 */

#select-theme-layout {
    width: 70%;
    margin: 0 auto 30px auto;
}

#select-theme-layout .carousel-inner {
    height: 450px;
    border: 1px solid #d4d4d4;
}

#select-theme-layout .carousel-inner > .item {
    height: 100%;
}

#select-theme-layout .carousel-inner > .item > a {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all;
}

#select-theme-layout .carousel-inner > .item > a > .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #111;
    color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 01s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    -ms-transition: 1s all;
}

#select-theme-layout .carousel-inner > .item > a > .item-overlay > img {
    margin-top: 38%;
}

#select-theme-layout .carousel-inner > .item > a:hover > .item-overlay {
    display: block;
    opacity: 0.85;
}

#select-theme-layout .carousel-control {
    background: none;
    opacity: 1;
}

#select-theme-layout .carousel-caption {
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 0;
}

#select-theme-layout .carousel-caption .form-group,
#select-theme-layout .carousel-caption .radio,
#select-theme-layout .carousel-caption p {
    margin: 0px;
}

#select-theme-layout .carousel-caption input[type="radio"],
#select-theme-layout .carousel-caption .radio input {
    margin-top: 8px;
}

.pswp .pswp__caption__center {
    text-align: center !important;
}

/* Subscription Billing Cards */

.admin-sub-billing-cards .asb-card-section {
    border-width: 2px;
    border-color: #ccc;
    font-size: 16px;
    /*min-height: 240px;*/
}

.admin-sub-billing-cards .asb-card-selected {
    border-color: #3764e6;
}

.admin-sub-billing-cards .asb-card-section .panel-heading {
    background: #fff;
    border-width: 0px;
}

.admin-sub-billing-cards .asb-card-section .asb-card-details h2 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 600;
}

.admin-sub-billing-cards .asb-card-section .asb-card-details h2 span {
    display: inline-block;
    margin-right: 10px;
}

.admin-sub-billing-cards .asb-card-section .asb-card-details .asb-card-info small {
    display: block;
    color: #999;
}

.admin-sub-billing-cards .asb-card-section .asb-card-details .asb-card-info p {
    margin: 0px;
}

.admin-sub-billing-cards .asb-card-section .panel-footer .btn {
    width: 49.5%;
}

.admin-sub-billing-cards .asb-card-section .panel-footer .btn-block {
    width: 100%;
}

.admin-sub-billing-cards .asb-card-new {
    border-style: dashed;
    position: relative;
}

.admin-sub-billing-cards .asb-card-new .asb-card-new-button a {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #ccc;
    z-index: 2;
    background: #fff;
    text-align: center;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}

.admin-sub-billing-cards .asb-card-new .asb-card-new-button a:hover,
.admin-sub-billing-cards .asb-card-new .asb-card-new-button a:active {
    color: #999;
}

.admin-sub-billing-cards .asb-card-new .asb-card-new-button a .fa {
    padding-top: 18%;
}

.admin-sub-billing-cards .asb-card-new .asb-card-new-button a:hover .fa,
.admin-sub-billing-cards .asb-card-new .asb-card-new-button a:active .fa {
    padding-top: 12%;
    transform: scale(2);
    transition: all 0.2s ease-in-out;
}

.admin-sub-billing-cards .asb-card-input-checkbox {
    display: none;
}

.admin-sub-billing-cards .panel-footer {
    margin-top: 0px;
}

.admin-sub-billing-cards .asb-card-section h4 .plan-saving {
    display: block;
    margin: 5px 0 0 18px;
    color: green;
}

.admin-sub-billing-cards .asb-card-section h4 .plan-saving .ps-amount {
    color: #6cbf0d;
}

.modal-clean,
.modal-clean .btn {
    font-size: 16px;
}

.modal-clean .modal-header,
.modal-clean .modal-body,
.modal-clean .modal-footer {
    padding: 20px 50px;
}

.modal-clean .modal-body-t0 {
    padding-top: 0px;
}

.modal-clean .modal-header {
    padding: 20px 50px 0 50px;
    border-bottom: none;
}

.modal-clean .modal-footer {
    padding-bottom: 25px;
}

.modal-clean .modal-header .close {
    background: #000;
    color: #fff;
    padding: 0;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    line-height: 1px;
    font-size: 16px;
    margin-right: -20px;
}

#signup-newbroker-modal h3 {
    margin: 30px 0px 20px 0px;
}

/* Footer Styles
----------------------------------------------------- */

.footer {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 25px;
    font-size: 15px;
    color: #bbb;
    border-top: 1px solid #eae8e8;
}

#review-feedback h3 {
    font-weight: 600;
}

/* animated checkbox */
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #3d763d;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #3d763d;
    stroke-miterlimit: 10;
    margin: 20vh auto 3% auto;
    box-shadow: inset 0px 0px 0px #3d763d;
    animation: fill 0.5s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #3d763d;
    }
}
