@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=DM+Sans:300,400,500,700&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: DM Sans, sans-serif;
}

p, label, b, i, small {
    font-family: roboto, sans-serif;
}

html, body {
    height: 100%;
}

a {
    color: #2680eb;
}

#dash-nav a {
    font-family: DM Sans, sans-serif;
    color: #003057;
    padding: 0 0 16px;
}

body {;
    min-height: 1000px
}

html {
    scroll-behavior: smooth;
}

.f800 {
    font-weight: 800;
}

.f700 {
    font-weight: 700 !important;
}

.f500 {
    font-weight: 500;
}

.f400 {
    font-weight: 400;
}

.f300 {
    font-weight: 300;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f24 {
    font-size: 24px;
}

.f34 {
    font-size: 34px;
}

.f100 {
    font-size: 100px;
}

.brad5 {
    border-radius: 5px;
}

.brad10 {
    border-radius: 10px;
}

#sa-mobile-btn {
    position: relative;
    top: 2px;
    right: -5px;
}

#sa-logo {
    max-width: 360px;
    width: 100%;
}

.sa-text-dark {
    color: #003057 !important;
}

.sa-text-light {
}

.card-sa {
    box-shadow: 0 4px 30px #dddddd;
    border: 1px solid #eeeeee;
}

.sa-form-control {
    outline: #2680eb;
    padding: .6rem .75rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}

.sa-form-control::-webkit-input-placeholder { /* Edge */
    color: #cccccc;
}

.sa-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
}

.sa-form-control::placeholder {
    color: #cccccc;
}

.sa-btn-primary {
    background: #2680eb;
    border-radius: 5px;
    font-family: roboto, sans-serif;
    font-size: 20px;
    color: #ffffff;
    padding: 8px 42px;
    border: 2px solid #2680eb !important;
    cursor: pointer;
}

.sa-btn-primary:active, .sa-btn-primary:focus, .sa-btn-primary:hover {
    color: #2680eb !important;
    background: #ffffff;
}

.sa-btn-disabled {
    background: #f4f6f8;
    border: 2px solid #f4f6f8;
    color: #aaaaaa;
    cursor: not-allowed;
    font-family: roboto, sans-serif;
    font-size: 20px;
    padding: 8px 42px;
}

.sa-btn-outline-primary {
    border: 2px solid #2680EB !important;
    background: #ffffff;
    color: #2680EB;
    font-family: roboto, sans-serif;
}

.sa-btn-outline-primary:hover, .sa-btn-outline-primary:focus, .sa-btn-outline-primary:active {
    background: #2680EB;
    color: #ffffff;
}

.modal-backdrop {
    background: #00172d !important;
}

.modal-backdrop.show {
    opacity: .9 !important;
}

.modal-close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #cccccc;
}

.sa-modal-title {
    width: 100%;
    line-height: 1.4;
}

.modal-header {
    border: 0 !Important;
}

.z-top {
    z-index: 2 !important;
}

#dash-footer a {
    color: #003057 !important;
}

.fa-info-circle {
    cursor: pointer;
}

.carousel-control-next {
    border-radius: 10px 0 0 10px;
}

.carousel-control-prev {
    border-radius: 0 10px 10px 0;
}

.carousel-control-next, .carousel-control-prev {
    background: #003057 !important;
    opacity: 1 !important;
    color: #000000 !important;
    width: 22px;
    height: 61px;
    top: 30%;
}

.nav-link {
    margin: 0 30px;
}

.card-container {
    width: 50rem;
}

.five-stars {
    max-width: 222px;
    width: 100%;
}

.hidden {
    display: none;
}

.alert-primary {
    background: #003057;
    color: #ffffff;
    border: 1px solid #003057;
}

.alert-primary-ascent {
    background: #ffffff;
    color: #003057;
    border: 1px solid #003057;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
}

.blueStar {
    position: relative;
    top: -4px;
}

#dash-nav .nav-link {
    color: #EB7100;
    box-shadow: inset 0 -6px #EB7100;
}

#dash-nav .collapsed {
    color: #003057;
    box-shadow: inset 0 0 #EB7100;
    background: none !important;
    outline: none !important;
}

.pointer {
    cursor: pointer;
}

th, tr, table {
    color: #003057;
}

.new-sa-inbox {
    width: 130px;
}

.tooltip-inner {
    max-width: 236px !important;
    font-size: 14px;
    padding: 10px 15px 15px 20px;
    background: #003057;
    color: rgba(255, 255, 255, 1);
    border: 1px solid #003057;
    text-align: left;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2680EB;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2680EB;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 6px;
}

.slider.round:before {
    border-radius: 14%;
}

#need-help-container li label {
    margin-bottom: 16px;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 2px solid #003057;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #e4e6e8;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #003057;
    border: 2px solid #003057;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .container {
        max-width: 100% !important;
    }

    .card-container {
        width: 100%;
    }

    #dash-nav .nav-link {
        font-size: 16px;
        margin: 0 20px;
    }

    #dash-nav {
        padding: 0 !important;
    }
}

@media (max-width: 576px) {
    #dash-nav .nav-item {
        width: 100%;
    }

    #dash-nav .nav-link {
        box-shadow: none !important;
    }

    #sa-logo {
        width: 80%;
    }
}

.sa-card {
    max-width: 1000px !important;
}

.big-width-modal {
    max-width: 1200px !important;
}


.toplevel_page_shopperapproved_main_menu .wp-first-item {
    display: none;
}

.menu-top.toplevel_page_shopperapproved_main_menu .wp-menu-image {
    position: relative
}

.menu-top.toplevel_page_shopperapproved_main_menu .wp-menu-image img {
    padding: 2px 0 !important;
    width: 26px
}

.folded .menu-top.toplevel_page_shopperapproved_main_menu .wp-menu-image img {
    padding: 3px 0 !important;
}

.text-highlighted {
    color: #c9c9c9;
    font-size: smaller;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

#open-history { transition: .3s all ease; }

.rotate180 {
    transform: rotate(180deg);
}

#sa-loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(55, 55, 55, .5);
    z-index: 999999998;
}

#sa-loader-container::after {
    content: '';
    display: block;
    background-image: url(../../assets/images/loader.gif);
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background-position: center;
    background-repeat: no-repeat;
}

/*#summaryRow { display: none; }*/

.carousel-control-next, .carousel-control-prev {
    top: 40% !important;
    width: 7% !important;
}

.new-sa-seals .preset-pages{
    border:1px solid #ccc;
    display:flex;
    margin: 0px 30px;
}

.preset-sidebar{
    flex-basis:25%;
    border-right:1px solid #ddd
}

.preset-sidebar ul{
    padding:0;
    list-style:none;
    margin:0
}

.preset-sidebar ul li{
    border-bottom:1px solid #ddd
}
.option{
    width: 50%;
}
.new-sa-seals .preset-pages
.preset-sidebar ul li.create-preset{
    padding:10px 20px
}
.new-sa-seals .preset-pages
.preset-sidebar ul li.create-preset a{
    background:#069;
    display:block;
    color:#fff;
    text-align:center;
    padding:10px;
    margin:10px 0
}
.new-sa-seals .preset-pages
.preset-sidebar ul li.create-preset a i{
    margin-right:5px
}

.preset-sidebar ul li a{
    display:block;
    padding:15px 20px;
    color:#0e253a;
    font-weight:500
}

.preset-sidebar ul li a:hover{
    background:#01669a;
    color:#fff
}
.new-sa-seals .preset-pages
.preset-content{
    flex-basis:75%;
    background:#f3f2f3
}
.new-sa-seals .preset-pages
.preset-content .preset-header{
    padding:22px 27px;
    border-bottom:1px solid #ddd;
    font-size:18px;
    font-weight:500;
    line-height:26px;
    background:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center
}
.new-sa-seals .preset-pages
.preset-content .preset-header
a.remove-preset{
    background:#c11b1c;
    color:#fff;
    font-size:14px;
    display:block;
    padding:5px 10px;
    border-radius:5px
}
.new-sa-seals .preset-pages
.preset-content .preset-header
a.remove-preset i{
    margin-right:3px
}

.option-wrap{
    display:flex;
    align-items:flex-start;
    margin:20px 0px
}
.range{
    flex-direction:column!important;
    align-items:flex-start!important
}
.option-label{
    width: 50%;
    margin-bottom:15px
}
.range .option{
    width:70%
}

.option-wrap select{
    width:160px
}
.new-sa-seals .preset-pages
.preset-content .preset-options
.color-options .option{
    display:flex;
    align-items:center;
    /* width: 70%; */
}
.new-sa-seals .preset-pages
.preset-content .preset-options
.color-options .color{
    width:25px;
    height:25px;
    background:#fff;
    border-radius:50%;
    margin-right:10px;
    border:1px solid #ccc
}
.new-sa-seals .preset-pages
.preset-content .preset-options
.color-options .color.active,
.new-sa-seals .preset-pages
.preset-content .preset-options
.color-options .color:focus{
    border:2px solid #01669a
}
.new-sa-seals .preset-pages
.preset-content .preset-options
.color-options .color.blue{
    background:#1d286b
}
.new-sa-seals .preset-pages
.preset-content .preset-options
.color-options .color.white{
    background:#fff
}
.new-sa-seals .preset-pages
.preset-content .preset-options
.color-options .color.black{
    background:#000
}
.slidecontainer{
    width:100%
}
.range-slider{
    -webkit-appearance:none;
    width:100%;
    height:10px;
    background:#ddd;
    outline:0;
    border-radius:5px;
    -webkit-transition:.2s;
    transition:opacity .2s
}
.new-sa-seals .preset-pages
.preset-content .preset-options
.range-slider:hover{
    opacity:1
}
.new-sa-seals .preset-pages
.preset-content .preset-options
.range-slider::-webkit-slider-thumb{
    -webkit-appearance:none;
    appearance:none;
    width:25px;
    height:25px;
    background:#21669a;
    cursor:pointer;
    border-radius:50%
}
.new-sa-seals .preset-pages
.preset-content .preset-options
.range-slider::-moz-range-thumb{
    width:25px;
    height:25px;
    border-radius:50%;
    background:#21669a;
    cursor:pointer
}
.new-sa-seals .preset-pages .preset-content .preview-and-code{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding:15px 20px
}
.new-sa-seals .preset-pages .preset-content .preview-and-code h4{
    margin-top:0
}
.new-sa-seals .generated-code{
    padding:15px 27px
}
.new-sa-seals .generated-code textarea{
    resize:none;
    height:190px;
    padding:15px
}
@media screen and (min-width:320px) and (max-width:767px){

    .new-sa-seals .preset-pages{
        flex-direction: column;
    }
    .new-sa-seals .preset-pages .preset-content .preset-options .option-wrap {
        display: flex;
        margin-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    a#preferredHex {
        font-size: 12px;
    }
    .new-sa-seals .preset-pages .preset-content .preset-options{
        padding: 15px;
    }
    .new-sa-seals .preset-pages .preset-content .preset-header{
        padding: 15px;
    }
    .new-sa-seals .preset-pages .preset-content .preset-options .option-wrap.range .option {
        width: 100%;
    }
}
.contemporary-seals .inline-block{
    margin-right: 30px;
}
.contemporary-seals .inline-block .seal-image{
    line-height: 100px;
}
@media screen and (min-width:320px) and (max-width:767px){
    .contemporary-seals .inline-block{
        margin: 0;
        text-align: center;
        width: 49%;
    }
}
.new-sa-seals .preset-pages .preset-content .preset-options .range-slider{
    border: none
}
.preset-pages .preset-sidebar a.active{
    background:#01669a;
    color :#ffffff !important;
}

.pointer{
    cursor: pointer;
}

.preset{
    text-align: left;
    padding: 15px 20px;
}

.row{
    display: flex;
    flex-wrap: nowrap;
    margin: 0px;
}

.color-options{
    margin: 0px;
}

.col{
    width: 50%;
}

#save_preset{
    background:#069;
    color:#fff;
    font-size:14px;
    font-weight: 500;
    display:block;
    padding:7px 20px;
    border-radius:5px
}

#revert_changes{
    color: red;
    align-self: center;
}

.form-control {
    display: block;
    width: 50%;
    /* height: 34px; */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.option-container{
    width: 50%;
    padding-left: 30px;
    padding-bottom: 50px;
    text-align: left;
}

.hide{
    display: none;
}

.un-save-btn a{
    margin-right: 25px;
}

.range-slider::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    background: #069;
}

.text-underline{
    text-decoration: underline;
}

.seals-mid-col{
    width: 55%;
    padding-top: 25px;
}

.seals-right-col{
    width: 33%;
    padding-top: 25px;
}

.wp-picker-holder{
    position: absolute;
}

.wp-color-result-text{
    display: none !important;
}

#colorCode{
    display: none !important;
}

.wp-picker-default{
    display: none !important;
}