/*
   dark grey blue: 333a49
   light grey: 93939b
   hot pink: ec2f9a
   another pink: c516a2
   yet another pink: e72d9e
   lightpink: f7c8e3
   aqua: 82dacc
   darker-aqua: 75c4b7
 */

@font-face {
    font-family: 'denverregular';
    src: url("fonts/denver/denverregular-webfont.fa1b1dab176b.woff2") format('woff2'),
         url("fonts/denver/denverregular-webfont.6b14760f5aaf.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Dankita';
  src: url("fonts/Dankita.31da79af3abb.eot") format('embedded-opentype'),
       url("fonts/Dankita.f9e81605ba73.woff") format('woff'),
       url("fonts/Dankita.adaecbf53374.ttf") format('truetype'),
       url("fonts/Dankita.dd594d05e70e.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    background-color: white;
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    color: #000;
}

* {
    font-family: 'Muli', sans-serif;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

a:hover {
    text-decoration: none;
    color: #333a49;
}

h1, h2 {
    color: #333a49;
    font-family: 'Muli', sans-serif;
}

h3 {
    color: #333a49;
    font-family: 'Muli', sans-serif;
}

h5 {
    color: #93939b;
}

h4, h6 {
    font-family: 'Muli', sans-serif;
    font-weight: 600;
}

.mainblock {
    background-color: white;
    margin-top: 15px;
}

html {
    scroll-margin-top: 100px;
    scroll-padding-top: 75px;
    overflow: auto;
    font-size: 16px;
}

.monospace {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

#the-nav-row li > a {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    background-color: transparent;
    border: 1px solid transparent;
    color: #333a49;
}

#the-nav-row a.btn {
    font-size: inherit !important;
}

.body {
    padding-top: 75px;
}

/* flex utilities */
.str-flex-container {
    display: flex;
    align-items: center;
}

.str-flex-fit {
    flex: 0 0 auto;
}

.str-flex-fill {
    flex: 1 1 auto;
}

.str-linebreaksbr {
    white-space: pre-line;
}

.homebkphoto {
    background-image: url("../images/backgroundhome/homebackgroundimage.29707667fb7d.jpg");
    margin-top: -15px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: -100px;
}

.active2 {
    border: 1px solid #333a49 !important;
}

.navbar-nav {
    margin: 0;
}

.homenav {
    color: #82dacc;
}

.welcomeintro {
    background-color: #333a49;
    /* #333a49 */
    text-align: center;
    padding-bottom: 30px;
}

.hometext {
    color: white;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    padding-bottom: 20px;
}

.grow {
    text-align: center;
    color: white;
    padding-top: 40px;
    position: relative;
    padding-bottom: 20px;
    font-family: 'Muli', sans-serif;
}

.planbutton {
    text-align: center;
    background-color: white;
    padding: 10px;
    border: grey solid 1px;
    width: 100%;
    font-family: 'Muli', sans-serif;
    color: #000;
    font-size: 17px;
}

.planbutton:hover {
    text-align: center;
    padding: 10px;
    border: #75c4b7 solid 1px;
    background-color: white;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}



.fade {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
    opacity: 1;
}

.planbuttons {
    text-align: center;
    position: relative;
}


.joinothers {
    background-color: white;
    margin-bottom: 50px;
}

#joinmore {
    color: #333a49;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 200;
    font-family: 'Lobster', cursive;
}

.joincaptions {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
}

.homenumbers {
    font-family: 'Lobster', sans-serif;
    font-size: 30px;
    color: #333a49;
}

.homeicon {
    text-align: right;
    color: #82dacc;
}

.str-hero {
    background: #949aa7;
    color: white;
    width: 100%;
}

.str-hero h1, .str-hero h2, .str-hero h3, .str-hero h4, .str-hero h5, .str-hero h6, .str-hero a {
    color: white;
}

.str-hero a {
    text-decoration: underline;
}

.text-smaller {
    font-size: smaller;
}

.text-larger {
    font-size: larger;
}

.text-tiny {
    font-size: 10px;
}

.text-small {
    font-size: small;
}

.text-strong {
    font-weight: bold;
}

#the-nav-row {
    background-color: transparent;
    padding: 0;
    margin-bottom: 15px;
}

#the-nav-actions-row .navbar-nav>.active>a, #the-nav-actions-row .navbar-nav>.active>a:focus, #the-nav-actions-row .navbar-nav>.active>a:hover {
    background-color: transparent;
    border-radius: 0px;
    border-bottom: #75c4b7 3px solid;
}

/*This style ensures that tabs do not change vertical height while they transition to/from 'active' .*/
#the-nav-actions-row .nav-tabs a, #the-nav-actions-row .tab-content a {
    border-bottom: rgba(0, 0, 0, 0) 3px solid;
}

#the-nav-actions-row {
    background-color: white;
    border-width: 0;
    border-bottom: solid 1px #ddd;
    padding-right: 10px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#sonlet-nav-tabs {
    border-bottom: none;
}

#the-nav-logo {
    padding-bottom: 20px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

#the-nav-logo-two {
    width: 75px;
    margin-top: -20px;
}

.loginlogo {
    padding-top: 20px;
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
}


.navbar-brand {
    margin-left: 20px;
}

.homesection {
    background-color: #f7c8e3;
    padding-bottom: 50px;
}

.sectiontitle {
    text-align: center;
    color: #333a49;
    padding-top: 50px;
    padding-bottom: 30px;
    font-family: 'Lobster', sans-serif;
}

.sectionsubs {
    text-align: left;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
}

/* h4.sectionsubs { */
/*     color: white; */
/* } */

.sectionicon {
    padding-top: 20px;
    color: #333a49;
}

.sectionsubs p{
    color: #333a49;
}

.growtitle {
    background-color: #82dacc;
    /*border: #333a49 1px solid;*/
    height: 60px;
    padding-top: 13px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
    display: block;
    color: #333a49;
    font-size: 18px;
}

.growtitle2 {
    background-color: #82dacc;
    /*border: #333a49 1px solid;*/
    height: 60px;
    padding-top: 23px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
    display: block;
    color: #333a49;
    font-size: 18px;
}



.growcontent {
    background-color: #333a49;
    color: white;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    height: 100px;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.sorting_2 {
    padding-top: 2px !important;
}

@media screen and (max-device-width: 1000px) {
    #the-nav-actions-row {
        font-size: 14px;
    }
}

.mobile-claim-count-area {
    position: absolute;
    right: 0;
    top: 9px;
    z-index: 10000 !important;
    width: 70px;
    background-color: transparent;
    border-radius: 4px;
    color: #000;
    padding: 5px;
}

.mobile-claim-count-area small {
    color: #111;
}

#the-footer {
    /* margin-top: 50px; */
    padding: 15px;
    border-top: #f0f0f0 1px solid;
    background-color: #fafafa;
    font-size: 15px;
}


.footericon {
    color: #333a49;
}

.footericon:hover{
    color: white;
}

#the-footer, #the-footer a, #the-footer a:visited, #the-footer h6 {
    color: #333a49;
    font-size: 15px;
}

/* heart list: http://stackoverflow.com/a/13354689/209050 */
ul.list-heart {
    list-style: none;
    padding: 0;
}
ul.list-heart li {
    padding-left: 1.3em;
}

.heart-separator {
    position: relative;
    bottom: 3px;
    font-size: 10px;
}

.quickstatsicon {
    color: #82dacc;
}

.loginquestions {
    text-align: center;
}

.loginbutton {
    text-align: center;
}

/* should also have class=btn-primary */
.btn-dark {
    background-color: #333a49;
    border: transparent solid 1px;
}

.btn-dark:hover {
    background-color: white;
    border: #333a49 solid 1px;
    color: #333a49;
}

.dd-container {
    font-size: 14px;
}

.item-choice {
    font-size: 14px;
    border: 1px dashed #f0f0f0;
    /* margin: 5px; */
    /* padding: 5px; */
}

a.item-choice:hover, a.item-choice {
    text-decoration: none;
}

.item-choices-container {
    max-height: 400px;
    overflow-y: scroll;
}

.selected-inv-item {
    background-color: #55A8EF;
}

.selected-inv-item .caption {
    color: white;
    font-weight: bold;
}

.help-block {
    font-size: smaller;
}

.invitem-image {
    box-shadow: #a0a0a0 0 0 20px;
    padding: 5px;
}

.uni-action-pane-list {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

/* https://github.com/twbs/bootstrap/issues/18294#issuecomment-162397937 */
.consultbuttons>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.consultbuttons a{
    color: #333a49;
}

.consultbuttons {
    color: #333a49;
    height: 110px;
}

.consultbuttons:hover {
    background-color: #82dacc;
    height: 110px;
}

.uni-action-pane-list .glyphicon, .uni-action-pane-list .fa {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 36px;
}

.trend-chart {
    box-shadow: 0px 0px 30px #e0e0e0;
    margin: 0px 0px 30px 0px;
}

ul.errorlist {
    list-style: none;
    font-size: 14px;
    color: #a94442;         /* from .text-danger from bs */
    padding-inline-start: 0;
}

.nounderline {
    text-decoration: none !important;
}

.selected-image {
    background-color: #55A8EF;
}

.pointer {
    cursor: pointer;
}

tr.summary-row {
    font-weight: bold;
}

tr.net-earnings-row {
    font-size: larger;
}

.profit-loss-table tr td:first-child {
    text-align: right;
}

.you-bought-this {
    font-size: smaller;
    border: dashed 1px #a0a0a0;
    padding: 10px;
}

.you-bought-this address {
    margin-left: 30px;
}

/* http://stackoverflow.com/a/18522320/209050 */
@media screen and (min-device-width: 1000px) {
    .modal-fullscreen .modal-dialog {
        width: 60%;
        height: 80%;
    }
}

.shipping-method-label {
    font-weight: bold;
}

@media screen and (min-device-width: 1000px) {
    .shipping-method-label {
        text-align: right;
    }
}

/* spinning glyphicons! from: http://chadkuehn.com/animated-font-spinners/ */
.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.salespadding {
    padding-top: 15px;
}

.sales-table, .listings-table {
    font-size: smaller;
}

.sales-item-container {
    position: relative;
    border: 1px solid #c0c0c0;
    margin-bottom:10px;
    padding: 10px;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: #f0f0f0 2px 2px 5px;
}

.new-sales-item-container {
    min-width: 250px;
    padding-right: 40px;
}

.legacy-sales-item-container {
    margin-left: 20px;
    width: inherit;
    min-height: 150px;
    min-width: 170px;
}

.sales-item-menu-dropdown {
    position: absolute;
    top: 7px;
    right: 7px;
}

.sales-item-price {
    position: absolute;
    top: 50px;
    right: 7px;
}

table.sales-table p {
    margin: 0;
}

table.sales-table .alert {
    padding: 5px;
    margin: 5px 0;
}

table .orderInfoTd hr {
    margin: 8px 0;
}

.bottom {
    margin-top: 10px;
}

#post-to-facebook-box {
    border: solid 2px #9123A5;
    border-radius: 5px;
    padding: 10px;
}

.post-example {
    background: #c0c0c0;
    margin: 5px 0 5px 20px;
    padding: 10px;
    font-size: smaller;
}

.post-help {
    font-size: smaller;
}

.uploaded-image {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    border: solid #c0c0c0 1px;
}

#uploaded-files button {
    margin: 5px;
}

.fbpick-create-new-album {
    margin: 10px 0;
}

.fbpick-status {
    font-size: smaller;
}

.fbpick-formatting-help {
    background: #f0f0f0;
    padding: 5px;
    border-radius: 5px;
}

.form-horizontal-compact .form-group {
    margin-bottom: 5px;
}

.upvote-count {
    font-size: 16.5px;
    vertical-align: middle;
}

.badge {
    font-family: Roboto, sans-serif;
}

.badge-inactive {
  background-color: #bbb;
}

.btn:focus,.btn:active {
   outline: none !important;
}


/* http://charliepark.org/bootstrap_buttons/ */
.btn-pink {
    background-color: hsl(312, 80%, 43%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e727c0", endColorstr="#c515a2");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#e727c0), to(#c515a2));
    background-image: -moz-linear-gradient(top, #e727c0, #c515a2);
    background-image: -ms-linear-gradient(top, #e727c0, #c515a2);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e727c0), color-stop(100%, #c515a2));
    background-image: -webkit-linear-gradient(top, #e727c0, #c515a2);
    background-image: -o-linear-gradient(top, #e727c0, #c515a2);
    background-image: linear-gradient(#e727c0, #c515a2);
    border-color: #c515a2 #c515a2 hsl(312, 80%, 40.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
    -webkit-font-smoothing: antialiased;
}

.btn-pink .badge {
    color: hsl(312, 80%, 43%) !important;
    background-color: #fff;
}

/* Really only works as a .btn-outline */
.btn-white {
    border-color: #fff;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
    -webkit-font-smoothing: antialiased;
}

.btn-white .badge {
    color: #fff !important;
    background-color: #fff;
}

.btn-default-subtle {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default-subtle .badge {
    color: #000;
    background-color: #e0e0e0;
}

.btn.btn-xs .badge {
    /* position: relative; */
    /* top: -1px; */
    margin-bottom: 2.5px !important;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px !important;
    line-height: 1.5;
    border-radius: 3px;
    margin-top: 4px;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    font-size: 16px !important;
}

.btn.btn-purple {
    color: #fff;
    background-color: rgb(92, 106, 196);
    border-color: rgb(63, 77, 151);;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Makes a btn-link flow inline within a paragraph (like an <a>) */
.btn.btn-link.btn-link-inline {
    padding: 0;
    font-size: inherit;
    border: none;
    vertical-align: baseline;
    line-height: inherit;
}


.text-purple {
    color: rgb(92, 106, 196);
}

.visible-mobile-portrait {
    display: none;
}

@media screen and (max-device-width: 1000px) and (orientation:portrait) {
    .visible-mobile-portrait {
        display: inherit;
    }
}

.copy-recent-container {
    max-height: 300px;
    overflow-y: scroll;
}

#image-area-existing .image-choices-container {
    max-height: 400px;
    overflow-y: scroll;
    border: solid 2px #e0e0e0;
    border-radius: 5px;
    padding: 15px;
}

h1 .glyphicon.glyphicon-link, h2 .glyphicon.glyphicon-link,
h3 .glyphicon.glyphicon-link, h4 .glyphicon.glyphicon-link,
h5 .glyphicon.glyphicon-link, h6 .glyphicon.glyphicon-link {
    font-size: small;
    color: #505050;
}

.the-status-table {
     width: auto;
}

.the-status-table>tbody>tr>td {
    vertical-align: middle;
}

.the-status-table>tbody>tr>td.status-number-thing {
    color: #75c4b7;
    font-size: 1.2em;
    text-align: center;
}

select[name=delete-selected-album-chooser], select[name=delete-selected-group-chooser],
select[name=cancel-selected-album-chooser], select[name=cancel-selected-group-chooser] {
    width: auto;
    min-width: 200px;
    margin-bottom: 10px;
}

form select option {
    font-size: 18px;
}

.interesting-comment {
    font-weight: bold;
}

.party-cover img {
    display: block;
    max-width:100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.party-item, .party-cover {
    border-radius: 10px;
    margin: 10px 0 30px 0;
    padding: 10px;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.13);
}

.featured-party-item {
    background: #fff3d0;
}

.featured-party-item-star {
    color: #ffc000;
    position: absolute;
    top: -6px;
    right: -8px;
    font-size: 42px;
    transform: rotate(12deg);
    z-index: 100;
}

.featured-party-item-star-back {
    color: rgba(0, 0, 0, 0.13);
    font-size: 45px;
    z-index: 99;
}

.party-album-group {
    cursor: pointer;
}

.party-album-group-item {
    background: #edffe8;
}

.party-album-group-icon {
    color: #42d500;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 42px;
    transform: rotate(12deg);
    z-index: 99;
}

.hidden-party-item {
    background-color: #e8f4ff;
    position: relative;
    padding-top: 20px;
}

.party-thumbnail {
    margin: 0 auto 15px auto;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13);
    object-fit: cover;
    height: 100px;
    width: 100px;
}

.party-big-thumbnail {
    max-width: 80%;
    max-height: 219px;
    display: block;
    margin: 0 auto 15px auto;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13);
}

/* needed to make menus work inside .table-responsive http://stackoverflow.com/a/26021872/209050 */
.table-responsive {
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .1s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-white.btn-outline {
    color: #fff;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover,
.btn-white.btn-outline:hover {
    color: #fff;
}

.profile-email-checkboxes .help-block,
.profile-email-checkboxes .checkbox{
    padding: 0;
    margin: 0;
}

#party-items-container.infinite-loading:after {
    content: '...Loading...';
    display: block;
    color: #000;
    background-color: rgba(231, 46, 158, 0.04);
    padding: 40px 10px;
    margin-top: 10px;
    text-align: center;
    font-style: italic;
}

@media screen and (max-device-width: 1000px) {
    .toast-message img {
        width: 30px;
    }
    .toast-message p {
        display: inline-block;
        font-size: 11px;
        padding-left: 5px;
    }
}

.PartyPickerV2 select,
.PartyPickerV2 input,
#remove-selected-from-party select,
#remove-selected-from-party input
{
    margin: 5px;
}

.or {
    margin-top: 15px;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     #id_party_table_wrapper {
    overflow: visible;
}

.table-responsive {
  overflow-x: visible !important;
  overflow-y: visible !important;
}


}


/************** MEDIA QUERY 900px *****************/

@media screen and (max-width: 991px)  {
    /**** TABLES ***/
    #id_party_table_wrapper {
        overflow: scroll;
    }

    .table-responsive {
        overflow-x: scroll !important;
        overflow-y: visible !important;
    }

    .hometext {
        padding-bottom: 10px;
    }

    .consultantnumbers {
        margin-left: 0px;
    }

    .growtitle {
        font-size: 1.25em;
        height: 100%;
        padding-bottom: 15px;
        padding-top: 20px;
    }

    .growtitle2 {
        font-size: 1.25em;
        height: 100%;
        padding-bottom: 15px;
        padding-top: 20px;
    }

    .growcontent {
        background-color: #333a49;
        color: white;
        padding-top: 20px;
        padding-bottom: 15px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        height: 100%;
        /* vertical-align: middle; */
        display: block;
        /* width: 100%; */
        margin: auto;
        font-size: 1.25em;
        margin-bottom: 10px;
    }

    .sectioncontent {
        text-align: center;
    }

    .sectionicon {
        text-align: center;
    }

    .sectionsubs {
        text-align: center;
    }

    .sectionsubs p{
        text-align: center;
        width: 50%;
    }

    #the-footer {
        margin-top: 40px;
        padding: 15px;
        border-top: #f0f0f0 1px solid;
        background-color: #fafafa;
        font-size: 15px;
        width: 100%;
        text-align: left;
        bottom: 0px;
    }

    .footerpadding {
        margin-bottom: 10px;
    }

    .planbutton {
        text-align: center;
        background-color: white;
        padding: 10px;
        border: grey solid 1px;
        width: 100%;
    }

    .or {
        margin-top: 20px;
    }

    .homestats {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 15px;
    }

    .homeicon {
        text-align: center;
    }


    .salespartiesbutton {
        padding-left: 15px;
    }

    .navbar-nav>li>.dropdown-menu {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 10px !important;
    }
}


/*************** MEDIA QUERY 765 PX *****************/
@media screen and (max-width: 900px)  {
    #the-nav-logo {
        display: none;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 550px;
    }

    #the-nav-row a {
        text-align: left;
    }

    .footerpadding {
        margin-bottom: 20px;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}

/* ipad-specific styles from http://stephen.io/mediaqueries/ */

/* iPad in portrait & landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
    #the-nav-row a {
        font-size: 12px;
    }
}

/* iPad in landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
}

/* iPad in portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    .footerpadding {
    margin-bottom: 30px;
}
}

/******* MOBILE DEVICES SAMSUNG + IPHONE ********/

@media screen and (max-width: 360px) and (max-height: 640px) {
    .footerpadding {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 414px) and (max-height: 736px) {
    .footerpadding {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 375px) and (max-height: 667px) {
    .footerpadding {
        margin-bottom: 80px;
    }
}

#delete-selected-fb-photos > input, .delete-photos-for-selected-confirm > input {
    margin: 10px 0;
}

.select2-container {
    width: auto !important;
}

.select2-container .select2-search__field:not([placeholder='']) {
    width: 100% !important;
}

.select2-container .select2-results__option {
    font-size: 15px;
    padding: 4px 12px;
}

.select2-container--bootstrap .select2-results>.select2-results__options {
    max-height: 480px !important;
}

.select2-container .select2-search--inline {
    float: left;
    width: 100%;
}

.party-activity-item {
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 3px;
    width: 100%;
}

.party-activity-item:hover {
    border: 1px solid #bbb;
}

.party-activity-container a {
    text-decoration: none;
    width: 100%;
}

.party-activity-item img {
    float: left;
    padding-right: 10px;
}

#filtersAccordion .panel-default>.panel-heading {
    background-color: #fafafa;
}

ul.blog-updates li span.blog-author-name {
    font-size: 12px;
}

.boostr {
    font-weight: bold;
    font-style: italic;
}

.post-slot-request-status {
    color: #d9534f;
}

table.table-bordered.dataTable tbody td {
    vertical-align: middle;
}

.table.dataTable tbody td.valign-top {
  vertical-align: top;
}

.styles-container div {
    min-height: 200px;
}

.styles-container div div {
    margin: 10px;
    padding: 5px;
    background-color: #eaeaea;
    border-color: #aaa;
}

.upload-widgets input.new-album-name {
    margin: 5px 0;
}

.smart-shortcuts button {
    padding: 0;
}

.smart-new-album-name {
    font-size: 12px;
    margin: 5px 0 0 0;
}

#id_party_chat {
    min-height: 200px;
}

ul.partyChatMessages, .chatroomsList {
    height: 400px;
    overflow-y: scroll;
    font-size: 12px;
    list-style-type: none;
    padding: 0;
    background: #f5f5f5;
    border: solid 1px #ccc;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px 0px;
}

ul.partyChatMessages > li.alert-info {
    background-color: #d9edf7;
}

ul.partyChatMessages > li {
    background: #fff;
    margin: 5px;
    padding: 5px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 8px 0px;
}

ul.partyChatMessages .str-message-bubble {
    padding: 5px;
    margin-right: 10px;
}

.partyChatFooter {
    padding: 5px 20px;
    font-size: 12px;
}

#the-user-menu-dropdown {
    padding-left: 5px;
    font-size: 13px !important;
}

.bubble-container {
    padding: 5px;
    background: #f5f5f5;
    border: solid 1px #ccc;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px 0px;
}

.bubble-container > .bubble-item {
    background: #fff;
    margin: 5px;
    padding: 5px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 8px 0px;
}

.StrLiveVideoContainer {
    min-height: 321px;
}

ul.livePartyItems {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.livePartyItems, .liveVideoItemsContainer {
    background: #f5f5f5;
}

ul.livePartyItems > li, .liveVideoItem {
    background: #fff;
    margin: 10px 5px;
    padding: 20px;
}

ul.livePartyItems > li > button.btn-primary {
    margin-right: 10px;
}

.table-cell-children {
    display: table;
    width: 98%;
}

.table-cell-children * {
    display: table-cell;
}

#HW_frame_cont {
    z-index: 10000 !important;
}

#the-nav-row #HW_badge_cont {
    top: 13px;
    width: 65px;
    font-size: 12px;
}

#the-nav-row #HW_badge {
    position: absolute;
    top: 2px;
    right: 0;
    left: auto;
}


/* only show logo on mouseover and in paused state */
.flowplayer.is-mouseout .fp-logo {
    display: none;
}

.flowplayer .fp-logo {
    left: auto; /* avoid logo being stuck on left side */
    right: 3%;
    width: 75px;
}

.remove-button {
    position: relative;
    bottom: 15px;
}

.partyCreateButtonAreaThing {
    margin-top: 20px;
}

/* a few .panel things from avenxo */
.panel .panel-heading {
    cursor: pointer;
    display: table;
    clear: both;
    line-height: 48px;
    width: 100%;
}

.panel .panel-heading h2, .panel .panel-heading .panel-ctrls {
    height: 100%;
    width: auto;
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}

.panel.panel-success .panel-heading h2, .panel.panel-success .panel-heading .panel-ctrls {
    color: #3c763d;
}

.panel .panel-heading .panel-ctrls {
    width: auto;
    float: right;
    padding: 0;
    margin-right: 0 -8px 0 0;
    line-height: 0;
}

table.dataTable tbody tr.selected .dropdown-menu a, table.dataTable tbody tr.selected .glyphicon {
    color: #333;
}

table.dataTable tbody tr.selected div {
    color: #000;
}

.user-alert-container {
    padding: 5px;
    text-align: center;
    font-size: 13px;
    background-color: #e0e0e0;
    border-radius: 5px;
    margin: 5px auto;
    width: 899px;
    box-shadow: 0px 0px 10px 1px rgba(158, 158, 158, 0.2);
}

@media screen and (max-width: 900px)  {
    .user-alert-container {
        font-size: 10px;
        width: 100%;
        border-radius: 0;
    }
}

@media only screen
and (min-width : 768px)
and (max-width : 1100px)  {
    #the-nav-row a {
        font-size: 12px;
    }
}

/* very brief horribly small font period of time */
@media only screen
and (min-width : 768px)
and (max-width : 830px)  {
    #the-nav-row a {
        font-size: 9px;
    }
}

.enlarge img.preview-full {
    overflow: hidden;
    position: fixed;
    vertical-align: middle;
    z-index: 1000;
}

.pad-sides-5{
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .width-auto-xs{
        width: auto;
    }
    .display-inline-block-xs{
        display: inline-block;
    }
    .party-albums-container{
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Small Tablet */
@media (min-width:767px) and (max-width:991px){
    .width-auto-xs{
        width: auto;
    }
    .display-inline-block-xs{
        display: inline-block;
        float: none;
    }
    .party-style-container.col-sm-6:nth-child(2n + 1){
        clear: left;
    }
}

/*  Medium Desktop  */
@media (min-width:992px) and (max-width:1199px){

    /* Column clear fix */
    .party-style-container.col-md-4:nth-child(3n){
        clear: left;
    }
}

/*  Large Desktop  */
@media (min-width:1200px) and (max-width:1799px){

    .party-style-container.col-lg-3:nth-child(4n){
        clear: left;
    }
}

/*  Extra Large Desktop  */
@media (min-width:1800px){

    /* Column clear fix */
    .party-style-container.col-lg-3:nth-child(4n){
        clear: left;
    }
    .party-item .col-xl-6:nth-child(2n + 1){
        clear: left;
    }
    .col-xl-4{
        width: 33.33%;
    }
}

.consultant-subtotals {
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 5px;
    margin-bottom: 5px;
}

.done-claim-item {
    border-top: 1px solid rgb(221, 221, 221);
    padding: 5px;
    margin-bottom: 5px;
}

#str-navbar-collapse {
    margin-left: 79px;
    margin-right: -10px;
}

#str-navbar-collapse li > a, #sonlet-subnav ul li > a {
    padding-top: 11px;
    padding-bottom: 11px;
}

#sonlet-navbar-brand-mobile {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 145px;
    margin-top: -8px;
    margin-bottom: -8px;
    margin-left: -15px;
    height: 63px;
}

#sonlet-mobile-nav-button {
    border: none;
    float: left;
    margin-left: 15px;
    margin-right: 0;
}

#the-nav-logo-anchor {
    position: fixed;
    height: 93px;
    width: 94px;
    float: left;
    background-color: #ffffff !important;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-right: 0;
    margin-left: -15px;
    margin-bottom: 0;
    left: 15px;
    top: 0;
    border-right: solid 1px #ddd;
    z-index: 1;
}

#sonlet-subnav {
    display: block;
    background-color: #f5f5f5;
    margin-left: 0;
    height: 48px;
    width: 100%;
    float: left;
    margin-right: 90px;
    padding-right: 0;
    top: 0;
}

#nav-consultant-offer {
    margin-top: 11px;
    margin-left: 25px;
    font-size: 13px;
}

#sonlet-claimed-items {
    margin-top: 3px;
    margin-right: 10px;
}

.sonlet-bag {
    background-color: transparent;
    border-radius: 4px;
    margin-top: 1px !important;
    color: #fff;
    display: block;
}

.sonlet-bag:active {
    box-shadow: none;
}

.sonlet-bag i {
    font-size: 24px;
    color: #000;
}

.sonlet-bag:any-link {
    text-decoration: none !important;
}

.navcart-container .dropdown-menu {
    padding: 0;
}

/*End combined shopping cart styles */

#sonlet-shopping-cart div.dropdown-menu {
    min-width: 400px;
}

#sonlet-shopping-cart div.scrollable-menu, #sonlet-shopping-cart-mobile div.scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
}

#sonlet-shopping-cart .claimed-count, #sonlet-shopping-cart-mobile .claimed-count{
    position: relative;
    right: 10px;
    top: 7px;
    background-color: #75c4b7;
    color: #ffffff;
}

#sonlet-shoppig-cart-mobile div.dropdown-menu li {
    display: inline-block;
}

li.bag-header {
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    color: #999;
    padding-top: 15px;
}

li.done-shopping-item {
    background-color: #f2f2f2 !important;
}

#sonlet-shopping-cart div.dropdown-menu li>a, #sonlet-shopping-cart-mobile div.dropdown-menu li>a {
    display:block;
    padding:3px 20px;
    clear:both;
    font-size: 14px;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap
}

#sonlet-shopping-cart div.dropdown-menu ul.list-unstyled, #sonlet-shopping-cart-mobile div.dropdown-menu ul.list-unstyled {
  margin-bottom: 0px;
}

.item-img {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.item-img img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.item-details {
    width: 60%;
    display: inline-block;
    margin-left: 15px;
}

.item-details > span {
    display: block;
}

.bag-product-title {
    font-weight: 600;
    color: #111;
    white-space: normal;
}

.bag-product-price {
    color: #111;
}

#sonlet-shopping-cart button.btn-bag-remove, #sonlet-shopping-cart-mobile button.btn-bag-remove {
    border: none;
    background-color: transparent;
    color: #75c4b7;
}


#bag-totals, .done-shopping-totals {
    text-align: center;
    display: block;
    padding-top: 15px;
}

#bag-totals h5, .done-shopping-totals h5 {
    font-size: 22px;
    margin-top: 0;
}

#bag-totals a.btn-bag {
    background-color: #337ab7;
    border-color: #2e6da4;
    border: solid;
    border-width: 1px;
    padding: 6px 62px;
    color: #fff;
    margin: 10px auto;
}

#bag-totals a.btn-bag:hover {
    background-color: #286090;
    border-color: #204d74;
}

.done-shopping-totals a.btn-bag {
    background-color: #75c4b7;
    border:solid;
    border-width: 0px;
    padding: 6px 62px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.done-shopping-totals a.btn-bag:hover {
    background-color: #75c4b7;
}

#sonlet-subnav ul li > a {
    color: #6a6a6a;
    font-size: 15px;
    line-height: 22px;
}

#sonlet-subnav li.active {
    background-color: #fbfbfb;
}

#sonlet-navbar-right {
    height: 0;
}

#sonlet-navbar-right li button {
    margin-top: 6px;
}

.btn-pink {
    margin-top: 0;
}

#sonlet-navbar-brand-mobile {
    font-size: 18px !important;
}

.shops-flag {
    font-family: 'Clicker Script', cursive;
    color: #000000;
    display: inline-block;
}

#recent_purchases_app .row {
    padding: 5px 0;
    border-top: 1px solid rgb(221, 221, 221);
}

#recent_purchases_app .row:last-child {
    border-bottom: 1px solid rgb(221, 221, 221);
}

#recent_purchases_app .order-status {
    margin-bottom: 5px;
}

#recent_purchases_app .label {
    font-size: 16px;
}

.label.label-light {
    color: #212529;
    background-color: #f8f9fa;
}

@media (min-width: 768px) {
    .sonlet-bag:hover i {
        color: #666;
    }
}

.shop-container .pagination a {
    height: 2.8em;
}

.shop-container .pagination a span{
    vertical-align: sub;
}

#shops-upgrade-offer .user-alert-container div {
    display: inline-block;
}

a.shops-cta, button.shops-cta, .shop-container a.shops-cta {
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 24px;
    background-color: var(--btn-color, rgb(17,149,255));
    color: #fff;
    display: inline-block;
    border: none;
}

.compact-sales-item-container {
    min-height: 150px;
    min-width: 170px;
}

.compact-sales-item-container .img-responsive {
    margin: 0 auto;
}

.down30 {
    margin-top: 30px;
}

.shops-cta:hover {
    color: inherit;
}

@media screen
    and (max-width: 991px)
    and (min-width: 768px) {
    #sonlet-subnav ul li a {
        font-size: 12px;
    }

    #the-nav-row a {
        font-size: 12px;
    }

}

@media screen
    and (max-width: 767px) {
        #str-navbar-collapse {
            margin-left: -15px;
        }

        #sonlet-navbar-right {
            float: left !important;
            height: auto;
        }

        #the-nav-actions-row {
            padding-top: 10px;
            padding-bottom: 8px;
        }

        #sonlet-shopping-cart-mobile div.dropdown-menu {
            max-width: 350px;
            min-width: 320px;
            position: absolute;
            top: 50px;
            right: 0;
            left: auto;
        }

        .nav-tabs > li {
            display:block;
            float:none;
        }

        #the-nav-row {
            margin-bottom: 0;
        }

        .sonlet-bag:active i {
            color: #666;
        }

        #recent_sales_app {
            font-size: 12px;
        }
}

/* Anything smaller than iPhone 6/7/8 (ie iPhone 5) */
@media (max-width: 374px) {
    #recent-sales-header .shops-flag {
        font-size: 18px;
    }
}

/* https://stackoverflow.com/a/34484904/209050 */
.fa-spin-slow {
  -webkit-animation: fa-spin 6s infinite linear;
  animation: fa-spin 6s infinite linear;
}

.sale-action-checkbox {
    font-size: 25px;
}

.btn-primary.btn-inverse {
    color: #333;
    background-color: #fff;
}
.btn-primary.btn-inverse:hover {
    background-color: #e6e6e6;
}
.btn-primary.btn-inverse .badge {
    color: #fff;
    background-color: #2e6da4;
}
.btn-primary.btn-inverse:active:hover {
    color: #333;
}
.open>.dropdown-toggle.btn-primary.btn-inverse:focus,
.open>.dropdown-toggle.btn-primary.btn-inverse:hover,
.open>.dropdown-toggle.btn-primary.btn-inverse:active,
.open>.dropdown-toggle.btn-primary.btn-inverse,
.open>.dropdown-toggle.btn-primary.btn-inverse,
.open>.dropdown-toggle.btn-primary.btn-inverse {
    color: #333;
    background-color: #e6e6e6;
}

button.listings.dropdown-toggle, a.listings.btn, button.listings.btn {
    margin-bottom: 5px;
}

table.dataTable tbody tr.selected div.sales-item-container a {
    color: #337ab7;
}

/* https://webdeasy.de/en/hide-google-recaptcha-badge/ */
.grecaptcha-badge { visibility: hidden; }

div.dataTables_wrapper div.dataTables_processing {
    z-index: 4;
}
.table-is-processing {
    background-color: #e6e6e6;
}

#partyAnnouncementApp {
    overflow-x: auto;
}

.shippingQuotesV2Container .predefined-package-option {
    display: flex;
    cursor: pointer;
    padding: 5px;
    border-radius: 10px;
    border: solid #fff 2px;
}

.shippingQuotesV2Container .predefined-package-option:hover {
    background-color: #e0eeff;
    border: solid #d0d0d0 2px;
}

.shippingQuotesV2Container .predefined-package-option-image {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}

.shippingQuotesV2Container .predefined-package-option-image img {
    max-width: 100%;
    max-height: 100%;
}

.shippingQuotesV2Container .predefined-package-option-body {
    flex: 1;
}

.shippingQuotesV2Container .predefined-package-option-title {
    font-size: x-large;
}

@media screen and (max-width: 700px)  {
    .shippingQuotesV2Container .predefined-package-option-image {
        width: 80px;
    }

    .shippingQuotesV2Container .predefined-package-option-title {
        font-size: large;
    }
}

.shippingQuotesV2Container .shipping-service-option {
    background-color: #f0f0f0;
    border: solid #d0d0d0 2px;
    border-radius: 3px;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 5px;
}

.shippingQuotesV2Container .shipping-service-option:hover, .shippingQuotesV2Container .shipping-service-option.selected-shipping-service-option {
    background-color: #e0eeff;
}

.shippingQuotesV2Container .shipping-service-option .shipping-service-header {
    display: flex;
    align-items: start;
}

.shippingQuotesV2Container .shipping-service-option .shipping-service-header > div:nth-child(1) {
    flex-shrink: 0
}

.shippingQuotesV2Container .shipping-service-option .shipping-service-header > div:nth-child(1) > img {
    width: 80px;
    border-radius: 3px;
}

.shippingQuotesV2Container .shipping-service-option .shipping-service-header > div:nth-child(2) {
    flex: 1;
    margin-left: 10px;
}

.shippingQuotesV2Container .recent-shipment:hover {
    background-color: #f5f5f5;
}

/* reponsive height
 *   https://github.com/xiaolin/react-image-gallery/issues/625
 *   https://github.com/xiaolin/react-image-gallery/issues/774
 */

.image-gallery-content:not(.fullscreen) .image-gallery-slides {
    height: 500px !important;
}

.image-gallery-content:not(.fullscreen) .image-gallery-slide,
.image-gallery-content:not(.fullscreen) .image-gallery-image {
    max-height: unset !important;
    height: 100% !important;
    object-fit: contain !important;
}

/* --- ReactModal styles lifted from app.css --- */
.ReactModal__Overlay {
  background-color: hsla(230, 25%, 11%, 0.8) !important;
  z-index: 100;
}
.ReactModal__content {
  background: white;
  padding: 2rem;
  overflow: auto;
}
@media (max-width: 63.99em) {
  .ReactModal__content {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    position: absolute;
  }
}
@media (min-width: 64em) {
  .ReactModal__content {
    padding: 4rem;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 80rem;
    max-height: 90vh;
  }
}
.ReactModal__Body--open {
  overflow: hidden;
}
.ReactModal__Body--open .closeModal {
  top: 1rem;
  right: 1rem;
  position: absolute;
}
/* --- end ReactModal styles lifted from app.css --- */

/* Bulk Add V2 Styles */
.str-bulk-header {
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.str-bulk-header:hover {
    background: #e9ecef;
}

.str-bulk-header i {
    margin-right: 12px;
    color: #6c757d;
}

.str-bulk-summary {
    flex: 1;
}

.str-bulk-summary .badge {
    margin-right: 6px;
    font-weight: normal;
    padding: 5px 8px;
}

.str-bulk-summary .badge-style {
    background: #75c4b7;
    color: white;
}

.str-bulk-summary .badge-size {
    background: #82dacc;
    color: white;
}

.str-bulk-summary .badge-price {
    background: #93939b;
    color: white;
}

.str-bulk-summary .badge-attrs {
    background: #f7c8e3;
    color: #333;
}

.str-bulk-progress-group {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.str-bulk-progress-header {
    margin: -15px -15px 15px -15px;
    padding: 10px 15px;
    background: #e9ecef;
    border-bottom: 1px solid #dee2e6;
    font-weight: bold;
}

.str-bulk-progress-item {
    display: flex;
    align-items: center;
    padding: 8px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin-bottom: 8px;
}

.str-bulk-progress-item:last-child {
    margin-bottom: 0;
}

.str-bulk-progress-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 12px;
}

.str-bulk-progress-item .progress {
    flex: 1;
    margin-bottom: 0;
    margin-right: 12px;
}

.str-bulk-preview {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 12px;
}

.str-bulk-progress-bar {
    flex: 1;
    height: 20px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 12px;
}

.str-bulk-progress-bar-inner {
    height: 100%;
    background: #75c4b7;
    transition: width 0.2s ease;
}

.str-bulk-progress-text {
    min-width: 70px;
    text-align: right;
    color: #666;
    font-size: 13px;
}

.str-image-upload {
    width: 100%;
}

.str-image-upload-dropzone {
    cursor: pointer;
    background: #f0f0f0;
    padding: 15px 30px;
    border-radius: 3px;
    border: 2px dashed #e0e0e0;
    text-align: center;
    transition: all 0.2s ease;
}

.str-image-upload-dropzone.active {
    background: #e9ecef;
    border-color: #75c4b7;
}

.str-image-upload-dropzone.native-active {
    background: #e9ecef;
    border-color: #75b4f7;
}

.str-image-upload-dropzone-content {
    color: #737373;
}

.str-image-upload-dropzone-content i {
    font-size: 40px;
    margin-bottom: 10px;
}

.str-image-upload-dropzone-content div {
    font-size: 13px;
}

.str-image-upload-status {
    margin-top: 15px;
    max-height: 200px;
    overflow-y: auto;
}

.str-image-upload-file-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.str-image-upload-file-item {
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 13px;
    color: #666;
}

.str-image-upload-filename {
    flex: 1;
    margin-right: 10px;
}

.str-image-upload-thumbnail {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-left: 10px;
    border-radius: 3px;
}

.str-image-upload-error {
    color: #dc3545;
    margin-left: 10px;
}

.str-image-upload-rejections {
    margin-top: 15px;
    padding: 10px;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 3px;
}

.str-image-upload-help-text {
    font-size: 12px;
    color: #856404;
    margin: 5px 0 0 0;
}
