a:active,
a:focus {
    outline: 0;
    border: none;
}
/* Margin Classes */
.mt-1 {
    margin-top: 4px;
}
.mt-2 {
    margin-top: 8px;
}
.mt-3 {
    margin-top: 16px;
}
.mt-4 {
    margin-top: 24px;
}
.mt-5 {
    margin-top: 48px;
}
.mb-1 {
    margin-bottom: 4px;
}
.mb-2 {
    margin-bottom: 8px;
}
.mb-3 {
    margin-bottom: 16px;
}
.mb-4 {
    margin-bottom: 24px;
}
.mb-5 {
    margin-bottom: 48px;
}
.mr-1 {
    margin-right: 4px;
}
.mr-2 {
    margin-right: 8px;
}
.mr-3 {
    margin-right: 16px;
}
.mr-4 {
    margin-right: 24px;
}
.mr-5 {
    margin-right: 48px;
}
.ml-1 {
    margin-left: 4px;
}
.ml-2 {
    margin-left: 8px;
}
.ml-3 {
    margin-left: 16px;
}
.ml-4 {
    margin-left: 24px;
}
.ml-5 {
    margin-left: 48px;
}
/* Padding Classes */
.pt-1 {
    padding-top: 4px;
}
.pt-2 {
    padding-top: 8px;
}
.pt-3 {
    padding-top: 16px;
}
.pt-4 {
    padding-top: 24px;
}
.pt-5 {
    padding-top: 48px;
}
.pb-1 {
    padding-bottom: 4px;
}
.pb-2 {
    padding-bottom: 8px;
}
.pb-3 {
    padding-bottom: 16px;
}
.pb-4 {
    padding-bottom: 24px;
}
.pb-5 {
    padding-bottom: 48px;
}
.pr-1 {
    padding-right: 4px;
}
.pr-2 {
    padding-right: 8px;
}
.pr-3 {
    padding-right: 16px;
}
.pr-4 {
    padding-right: 24px;
}
.pr-5 {
    padding-right: 48px;
}
.pl-1 {
    padding-left: 4px;
}
.pl-2 {
    padding-left: 8px;
}
.pl-3 {
    padding-left: 16px;
}
.pl-4 {
    padding-left: 24px;
}
.pl-5 {
    padding-left: 48px;
}

.slider {
    margin: 10px 0px;
}
.slider .slick-slide a {
    padding: 6px;
}
.slider .slick-slide a {
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color: #000000;
}
.slider .slick-slide a.active-item {
    background-color: #0000004a;
    color: #ffffff;
}
.slider img {
    height: 100%;
    width: 100%;
}
.sortable_list {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
#spindlestack {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* width: 60%; */
}
#spindlestack li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    /* padding-left: 1.5em; */
    font-size: 1.4em;
    /* height: 18px; */
}
#spindlestack li span {
    position: absolute;
    margin-left: -1.3em;
}
.spoolListDiv {
    /* padding: 5px; */
    border-radius: 3px;
}

.spool-button-group {
    padding-top: 7px;
}
.spool-button-btn {
    padding: 7px 0px !important;
    color: #333 !important;
}
.btn-gaelic-inverse {
    background-color: #fff;
    border-color: #ccc;
}
.btn-gaelic {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #5b0009;
    background-image: -moz-linear-gradient(top, #81141e, #fecb0b);
    background-image: -webkit-linear-gradient(top, #81141e, #5b0009);
    background-image: -o-linear-gradient(top, #81141e, #5b0009);
    background-image: linear-gradient(to bottom, #81141e, #5b0009);
    background-repeat: repeat-x;
    border-color: #fecb0b #fecb0b #a58304;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    padding: 6px 12px;
    border-radius: 4px;
}
.btn-gaelic i {
    color: #ffffff;
}
.yarnCount {
    position: absolute;
    left: 18px;
    top: 18px;
    color: white;
    opacity: 0.7;
    font-size: 13px;
}
.btn-gaelic {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #160a5a;
    background-image: linear-gradient(to bottom, #160a5a, #1033a5);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    padding: 6px 12px;
    border-radius: 4px;
}
.design_info .form-group {
    margin-bottom: 5px;
}
.dataTables_length,
.dataTables_info,
.dataTables_paginate,
#DataTables_Table_1_filter {
    display: none;
}
.saveddesigns,
.tartantemplates {
    display: none;
}
.brand-logo {
    text-align: center;
}
.brand-logo img {
    width: 35%;
}
.header {
    border-bottom: 2px solid #b5b5b5;
    padding: 10px 0;
}
.slick-regular-slider {
    display: none;
}
.yarnImage {
    width: 64px !important;
    height: 64px !important;
}
.current {
    padding: 5px;
    background: #d2d2d2;
    border-radius: 3px;
}
.footer {
    background-color: #160a5a;
    background-image: linear-gradient(to bottom, #160a5a, #1033a5);
    background-repeat: repeat-x;
    padding: 15px;
}
.copyright {
    color: #fff;
    margin: 0;
}
.gallery-title {
    font-weight: 600;
    margin-bottom: 5px;
}
.gallery-items p {
    font-size: 12px;
}
.vertical_btns .btn {
    border-radius: 4px !important;
}
.spinbox {
    display: flex;
    align-items: center;
}
.spinbox-buttons .btn {
    background: #141975;
    color: #fff;
}
.canvasHolder {
    height: 100%;
    width: 100%;
    min-height: 720px;
}
.position-relative {
    position: relative;
}
.d-inline {
    display: inline;
}
.authetivation_btns {
    position: absolute;
    top: 38%;
    right: 0;
}
.bg-block {
    background: url("../../../../bg-img.webp") rgba(23, 20, 61, 0.6);
    padding: 6rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-blend-mode: multiply;
    background-position: center;
}
.login_frm,
.register-form {
    background: #fff;
    border: 3px solid #11309f;
    border-radius: 10px;
    padding: 2rem;
}
.auth_name {
    font-weight: bold;
}
