@font-face {
    font-family: 'Baseball';
    src: url('fonts/baseball-webfont.eot');
    src: url('fonts/baseball-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/baseball-webfont.woff2') format('woff2'),
        url('fonts/baseball-webfont.woff') format('woff'),
        url('fonts/baseball-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metroscript';
    src: url('fonts/metroscript-webfont.eot');
    src: url('fonts/metroscript-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/metroscript-webfont.woff2') format('woff2'),
        url('fonts/metroscript-webfont.woff') format('woff'),
        url('fonts/metroscript-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dense';
    src: url('fonts/dense-webfont.eot');
    src: url('fonts/dense-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/dense-webfont.woff2') format('woff2'),
        url('fonts/dense-webfont.woff') format('woff'),
        url('fonts/dense-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Decorative';
    src: url('fonts/decorative-webfont.eot');
    src: url('fonts/decorative-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/decorative-webfont.woff2') format('woff2'),
        url('fonts/decorative-webfont.woff') format('woff'),
        url('fonts/decorative-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Varsity';
    src: url('fonts/varsity-webfont.eot');
    src: url('fonts/varsity-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/varsity-webfont.woff2') format('woff2'),
        url('fonts/varsity-webfont.woff') format('woff'),
        url('fonts/varsity-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ballpark';
    src: url('fonts/ballpark_weiner-webfont.woff2') format('woff2'),
        url('fonts/ballpark_weiner-webfont.woff') format('woff'),
        url('fonts/ballpark_weiner.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Franchise-Bold';
    src: url('fonts/franchise-bold-webfont.woff2') format('woff2'),
        url('fonts/franchise-bold-webfont.woff') format('woff'),
        url('fonts/franchise-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Franchise-Bold';
    src: url('fonts/franchise-bold-webfont.woff2') format('woff2'),
        url('fonts/franchise-bold-webfont.woff') format('woff'),
        url('fonts/franchise-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Superstar';
    src: url('fonts/superstar_m54-webfont.woff2') format('woff2'),
        url('fonts/superstar_m54-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Krinkes';
    src: url('fonts/krinkes-webfont.woff2') format('woff2'),
        url('fonts/krinkes-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #0dce0db5;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
    background: rgb(217, 222, 231);
}

.view-button[data-view="front"] {
  background-image: url(images/front_icon.png);
}

.view-button[data-view="back"] {
  background-image: url(images/back_icon.png);
}

.view-button[data-view="left"] {
  background-image: url(images/left_icon.png);
}

.view-button[data-view="right"] {
  background-image: url(images/right_icon.png);
}

.view-button{
	display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 0px;
	margin: 0px 5px;
    cursor: pointer;
}

.load {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(217, 222, 231);
    padding: 200px;
    border-radius: 10px;
    margin-top: 60px;
}

.loadtext {
    text-align: center;
    margin-top: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.st10 {
    transform: translate(0px, -110px);
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 900px !important;
        margin: 30px auto;
    }
}

.hidden {
    display: none;
}

.color-toggle-button svg {
    fill: #d6dce5;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 28px;
    padding: 10px 0px 0px 10px;
}

.color-display svg {
    fill: #009115;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 28px;
}

.transformed-class {
    transform: translate(-35px, -41px);
}

.transformed-class-pocket {
    transform: translate(-28px, -28px);
}

.transformed-class-sleeve {
    transform: translate(-36px, -38px);
}

.transformed-class-secondsleeve {
    transform: rotate(8deg) translate(-17px, 70px);
}

.transformed-class-secondsleeveright {
    transform: rotate(-8deg) translate(-145px, 55px);
}

.transformed-class-leftsleeve {
    transform: translate(-57px, 171px) rotate(22deg);
}

.transformed-class-rightsleeve {
    transform: translate(-107px, 190px) rotate(-22deg);
}

.transformed-class-rightsleevetext {
    transform: translate(-9px, -13px);
}

.transformed-class-rightsecondsleevetext {
    transform: translate(-106px, 95px) rotate(-10deg);
}

.transformed-class-rightthirdsleevetext {
    transform: translate(-76px, 205px) rotate(-22deg);
}

.transformed-class-sleevetext {
    transform: translate(-9px, -13px);
}

.transformed-class-secondsleevetext {
    transform: translate(-4px, 94px) rotate(10deg);
}

.transformed-class-thirdsleevetext {
    transform: translate(-40px, 204px) rotate(22deg);
}

.transformed-class-rightsleevepatch {
    transform: translate(-45px, -51px);
}

.transformed-class-rightsecondsleevepatch {
    transform: rotate(-9deg) translate(-155px, 40px)
}

.transformed-class-rightthirdsleevepatch {
    transform: translate(-122px, 184px) rotate(-23deg);
}

.transformed-class-sleevepatch {
    transform: translate(-45px, -51px);
}

.transformed-class-secondsleevepatch {
    transform: rotate(8deg) translate(-26px, 59px);
}

.transformed-class-thirdsleevepatch {
    transform: translate(-60px, 156px) rotate(22deg);
}

.st1 {
    fill: none;
    transform: translate(-150px, -20px);
}

.Straight {
    transform: translate(70px, -35px);
}

.Straightback {
    transform: translate(100px, 38px);
}

.ruby-container .fontsi {
    font-size: 15px;
}

.Straightbackbottom {
    transform: translate(95px, 38px);
}

.backArc {
    transform: translate(-200px, -395px);
}

a {
    cursor: pointer;
}

.name-emb-tab-content {
    display: none;
}

.active.name-emb-tab-content {
    display: block;
}

.letters-emb-tab-content {
    display: none;
}

.patch-emb-tab-content {
    display: none;
}

.active.patch-emb-tab-content {
    display: block;
}

.patches svg {
    max-height: 100%;
}

.active.letters-emb-tab-content {
    display: block;
}

.toggle a.active {
    background-color: #0dce0db5;
    border: 1px solid #0dce0db5;
    color: #8089a2;
}

.toggle a.active:hover {
    color: #000000;
}

.toggle a {
    border: 1px solid #d6dce5;
    color: #8089a2;
    display: block;
    float: left;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 42px;
    text-align: center;
    text-transform: capitalize;
    width: 50%;
    border-radius: 10px;
}

.control-box-control .color-control {
    border-bottom: 1px solid rgb(214 220 229);
    position: relative;
}

.control-box .control-box-control .color-control .color-control-header a {
    display: block;
    line-height: 48px;
}

.color-control:hover {
    background-color: #fff;
}

.bomber_zip {
    transform: translate(-7px, -29px);
}

.control-box .control-box-control .color-control .color-control-header a .color-display {
    display: inline-block;
    line-height: 1;
    padding-top: 1rem;
    text-align: center;
    vertical-align: top;
    width: 3rem;
    height: 48px;
}

.control-box .control-box-control .color-control .color-control-header a .color-info {
    color: rgb(95 103 124);
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 47px;
    padding: 0;
    text-transform: capitalize;
    vertical-align: top;
}

.color-title {}

.control-box .control-box-control .color-control .color-control-header a .color-toggle-button {
    display: inline-block;
    float: right;
    height: 47px;
    line-height: 47px;
    text-align: center;
    vertical-align: top;
    width: 50px;
}

.knit-styles a {
    background-image: url(images/knit_styles.png);
    border: 1px solid #959cb0;
    color: #0dce0db5;
    display: block;
    float: left;
    height: 30px;
    margin-right: 3.215116%;
    text-indent: -9999px;
    width: 16.5697674419%;
}

.knit-styles a.plain_knit {
    background-position: 50% 0;
}

.knit-styles a.single_line_knit {
    background-position: 50% -41px;
}

.knit-styles a.single_line_with_border_knit {
    background-position: 50% -80.5px;
}

.knit-styles a.two_lines_knit {
    background-position: 50% -121px;
}

.knit-styles a.two_lines_with_border_knit {
    background-position: 50% -161px;
}

.knit-styles a.active {
    border-color: #0dce0db5;
    position: relative;
}

.control-box .control-box-control .color-control .color-control-header a .color-display span {
    border-radius: 50%;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    border: 1px solid rgb(214 220 229);
}

.step-no {
    text-align: center;
    border-right: 1px solid rgb(214 220 229);
    font-weight: 700;
    color: rgb(128 137 162);
    padding: 21px;
}

.step-title {
    text-align: center;
    font-weight: 700;
    color: rgb(128 137 162);
    padding: 10px
}

.trog-btn {
    text-align: center;
    font-weight: 700;
    color: rgb(128 137 162);
    padding: 0px 20px;
    float: right;
}

.control-box-header {
    line-height: 60px;
}

.control-box-header {
    cursor: pointer;
}

.control-box {
    background-color: #f7fafe;
}

.control-box-header:hover .step-no {
    color: #0dce0db5;
}

.control-box-header:hover .step-title {
    color: #0dce0db5;
}

.control-box-header:hover .trog-btn {
    color: #0dce0db5;
}

.control-box .control-box-control {
    display: none;
}

.control-box.active .control-box-control {
    display: block;
}

.control-box .control-box-control .form-group label {
    color: rgb(95 103 124);
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    margin-bottom: 0.25rem;
    text-transform: capitalize;
}

.control-box .control-box-control .form-group {
    margin: 20px;
}

.control-box .control-box-header {
    border-bottom: 1px solid #d6dce5;
}

.color-list .color {
    display: none;
}

.color-list .color.show {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
}

.close {
    cursor: pointer;
}

.color-control-color {
    display: none;
}

.color-control.active .color-control-color {
    display: block !important;
	visibility: visible !important;
    border: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
    border-style: solid;
    background-color: rgba(255, 255, 255, 0.322);
    border-color: rgb(196, 196, 220);
    border-width: 1px;
    z-index: 1;
}

.color-control-inner-header {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px 0px 0px;
}

.toggle-button {
    display: flex;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
    margin: 10px 25px;
}

.color-control.active .color-control-color .colors_row .color {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
}

.popup-color-control {
    display: none;
}

.popup-color-control.active {
    display: block;
}

.colors_row a {
    display: block;
    float: left;
    height: 30px;
    text-indent: -99999px;
    width: 30px;
    margin: 0px 9px 7px 0px;
    border: 1px solid rgb(217, 222, 231);
    border-image: initial;
}

.toggle-option {
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.toggle-option.active {
    background-color: #ccc;
}

.card-header {
    cursor: pointer;
}

.promo {
    padding: 20px 80px;
}

.trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    width: 10%;
}

.svg-buttons a.active:after {
    border-bottom: 5px solid #0dce0db5;
    bottom: 0;
    content: " ";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}

.svg-buttons a.active {
    border: 1px solid #e8ebf1;
    border-bottom: 0;
    position: relative;
}

.svg-buttons a {
    border: 1px solid transparent;
    display: inline-block;
    height: 53px;
    padding: 6px 10px;
    text-align: center;
    width: 60px;
}

svg {
    display: block;
    margin: 0 auto;
    max-height: 570px;
    max-width: 100%;
}

.svg-wrap {
    background-color: rgb(247 250 254);
}

.svg-buttons {
    background-color: rgb(247 250 254);
}

.svg-wrap>div {
    display: none;
}

.svg-wrap>div.active {
    display: block;
}

.emb-inner-tab-content {
    display: none;
}

.emb-inner-tab-content.active {
    display: block;
}

svg text {
    paint-order: stroke;
}

.preview_area>svg text {
    line-height: 100%;
}

.preview_area>svg {
    overflow: visible !important;
    position: relative;
}

.display-popup-color-wrap .single-display-popup-color a {
    background-color: #f9fbfe;
    color: #8089a2;
    display: block;
    font-size: 13px;
    padding: 10px 20px;
    position: relative;
}

.display-popup-color-wrap .single-display-popup-color a span {
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    margin-right: 7px;
    vertical-align: top;
    width: 20px;
    border: 1px solid #8089a2;
}

.letter {
    outline: 1px solid;
    outline-offset: 10px;
}

.emb-modal .popup-color-control-wrap {
    border: 1px solid #d6dce5;
    border-top: 0;
    margin-bottom: 23px;
    padding: 0 20px;
}

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

#front_center_emb g.name .Arc {
    transform: translate(-175px, -90px);
}

.select2 {
    font-size: 15px;
    padding: 0px;
    font-weight: 700;
	appearance: auto !important;
}

@media only screen and (max-width: 1800px) {
    .color-control.active .color-control-color {
        left: 100%;
        position: absolute;
        top: -1px;
        width: 250px;
    }
}

@media only screen and (max-width: 991px) {
    .color-control.active .color-control-color {
        position: relative;
        width: 100%;
        left: 0%;
    }

    .load {
        padding: 50%;
    }
}

.floating-tooltip {
    position: absolute;
    z-index: 9999;
    bottom: 188px;
    left: 41%;
    transform: translateX(-45%);
    background-color: #333;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0.9;
    pointer-events: none;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip-content {
    padding: 5px;
}

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

.element_select:hover,
.element_select:hover * {
    stroke-width: 2px;
    stroke: #74c143 !important;
    stroke-dasharray: 5, 5;
    cursor: pointer;
    stroke-opacity: 1;
}

.guidebutton {
    background: #0dce0db5;
    padding: 0px 20px;
    border-radius: 10px;
}

.letters_symbols g {
    cursor: pointer;
}

.patches_wrap {
    height: 400px;
    /* Set the height for the scrollable area; adjust as needed */
    overflow-y: auto;
    /* Enable vertical scrolling */
}
