.preloader-label {
    padding-left: 5px;
    color: rgba(87, 87, 87, 0.51);
}

.spinner__content {
    padding-top: 5px;
    width: 80%;
    display: flex;
    align-content: center;
    justify-content: center;
}

.spinner {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(87, 87, 87, 0.51);
    border-top-color: #ffffff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

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

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    font-family: 'avenir_lt_45_bookregular', Arial, Helvetica, sans-serif;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

div.panel {
    padding: 0 0px;
    display: none;
    background-color: white;
}

.bootstrap-iso .formden_header h2, .bootstrap-iso .formden_header p, .bootstrap-iso form {
    font-family: Arial, Helvetica, sans-serif;
    color: black
}

.bootstrap-iso form button, .bootstrap-iso form button:hover {
    color: white !important;
}

.asteriskField {
    color: red;
}

.bootstrap-iso form .input-group-addon {
    color: #555555;
    background-color: #f2f0f0;
    border-radius: 4px;
    padding-left: 12px
}

.bootstrap-iso {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #f7f7f7 !important;
}

.upload-order-form {
    background-color: unset !important;
}

.bootstrap-iso .col-md-6 {
    width: 100% !important;
}

.bootstrap-iso .col-sm-6 {
    width: 100% !important;
}

.bootstrap-iso .form-control {
    height: 34px !important;
    font-size: 18px !important;
}

.styled select {
    background: transparent;
    width: 230px;
    padding: 1px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ccc;
    height: 25px;
    -webkit-appearance: none;
}

.styled {
    width: 200px;
    height: 25px;
    overflow: hidden;
    background: url(images/arrow-down.png) no-repeat right #f7f7f7;
}

#fc .fc-cart__item__options {
    color: #DC1E03;
}

.fa-arrow-right {
    color: #1ABC9C;
}

.obtn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 6px 14px 6px 14px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.obtn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.foot2 {
    background-color: #f7f7f7 !important;
}

h3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 16px !important;
}

.envelope {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.content {
    font-size: 1em;
    line-height: 1.5em;
    padding: 15px 75px 25px;
}

header, section, footer, aside, article, figure {
    display: block;
}

#main {
    width: 46%;
    margin-left: 2%;
    float: left;
}

#sidebar {
    float: left;
    margin-left: 4%;
    width: 46%;
}

.icon {
    padding: 0px 5px 0px 20px;
}

.floatleft {
    margin-right: 30px;
    float: left;
}

figcaption {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.btn-primary2 {
    color: #fff !important;
    background-color: #0066D0;
    border-color: #2e6da4;
}

.btn-primary3 {
    color: #fff !important;
    background-color: #CC6733;
    border-color: #2e6da4;
}

.btn-primary4 {
    color: #fff !important;
    background-color: #3398CC;
    border-color: #2e6da4;
}

.btn-primary5 {
    color: #fff !important;
    background-color: #019934;
    border-color: #2e6da4;
}

.btn {
    text-decoration: none !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.btn3 {
    text-decoration: none !important;
    border-radius: 8px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.floatleft1 {
    margin-right: 20px;
    float: left;
}

.columns-wrapper {
    background-color: #F7F7F7;
}

.foot2 {
    background-color: #FFF;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000;
    border-collapse: collapse;
}

h7 {
    margin: 0px 0px 0px 0px;
    color: #205692;
    font-family: source-sans-pro;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 700;
}

.order-title {
    padding-bottom: 50px;
}

#uploadReadyPdf {
    min-width: 350px;
}

.previews-container,
#previewModal {
    .location {
        width: 100%;
        height: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        background-color: white;

        img {
            position: relative !important;
        }

        p {
            margin-bottom: 0.1rem;
        }

        &.bookmarks-location {
            width: 65%;
        }
    }

    #preview-loader {
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .full-preview-img {
        width: fit-content;
        max-width: fit-content;
    }

    .preview-image {
        border: 1px solid grey;
        cursor: zoom-in;
        margin-bottom: 1.1rem;
    }

    .reminder-msg {
        color: #ed228e;
        font-size: 0.9rem;
        margin-bottom: 0.8rem;
    }

    #modalPreviewImage {
        border: 2px dashed grey;
        width: fit-content;
    }
}

.card-ref {
    color: #027988;
}

.submit-btn {
    width: 80%;

    @media screen and (max-width: 768px) {
        width: 100%;
    }
}

.disabled-checkbox-label {
    position: relative;
}

.checkbox-tooltip {
    position: absolute;
    top: -35px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.disabled-checkbox-label:hover .checkbox-tooltip {
    visibility: visible;
    opacity: 0.8;
}

.order-form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.full-preview-img {
  width: fit-content;
  max-width: fit-content;
}

.upload-order {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff !important;
    cursor: pointer;

    &:hover {
        color: #fff;
        background-color: #0069d9 !important;
        border-color: #0062cc !important;
    }
}
