#sirv-save-options a {
    text-decoration: none;
}

#sirv-save-options a:hover {
    text-decoration: underline;
}

.sirv-block-hide {
    display: none;
}

.optiontable.form-table input[type="text"],
.optiontable.form-table input[type="number"] {
    /* max-width: 100%; */
    min-width: 360px;
}

.optiontable.form-table tr {
    border: 0px;
}

.show-result,
.sirv-show-result {
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}

nav.nav-tab-wrapper {
    margin: 0 0 1em;
    border-bottom: 1px solid #ccc;
    flex-basis: 100%;
}

.sirv-tab-content {
    display: none;
    margin-top: 25px;
}

.optimize-cache{
    line-height: 1.5 !important;
    min-height: 20px !important;
}

.sirv-limits-reset-local, .sirv-grey {
    color: #6A6666;
}

.sirv-tab-content.sirv-tab-content-active {
    display: block;
    max-width: 872px;
}

.sirv-tab-content .show-result {
    margin: 10px 0 0 0;
}

.sirv-tab-content .form-table th,
.sirv-tab-content .form-table td {
    padding: 10px;
}


.sirv-tab-content .form-table th.no-padding{
    padding: 3px 0 0 0 !important;
}

/* .sirv-tab-content label { display: block; } */
.sirv-tab-content label {
    display: inline-block;
}

.sirv-miscellaneous-wrapper label,
.sirv-lazy-loading-wrapper label,
.sirv-profiles-wrapper label,
.sirv-network-wrapper label {
    display: block;
}

.sirv-tab-content p,
.sirv-tab-content li {
    font-size: 14px;
}

.sirv-toogle-pass {
    background: 0 0 !important;
    border: 1px solid transparent !important;
    box-shadow: none;
    font-size: 14px !important;
    line-height: 2 !important;
    width: 1.9rem;
    height: 1.8rem;
    min-width: 20px;
    min-height: 20px !important;
    margin: 0 !important;
    padding: 4px 5px !important;
    position: absolute;
    right: 10px;
    top: 10px;
}

.sirv-toogle-pass:hover {
    background: 0 0 !important;
}

.sirv-error-title {
    font-weight: 600;
}

.sirv-error-solution {
    font-size: 13px;
    /* font-weight: 300; */
}

#woo-content.sirv-optiontable-holder table{
    table-layout: fixed;
}

.sirv-optiontable-holder {
    padding: 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    display: inline-block;
    margin-bottom: 10px;
}

.sirv-optiontable-holder table {
    min-width: 300px;
    width: 850px;
}

.sirv-optiontable-holder table input[type="text"],
.sirv-optiontable-holder table input[type="password"],
.sirv-optiontable-holder table input[type="number"] {
    width: 100%;
}

.sirv-optiontable-holder th > label {
    cursor: default;
}

.form-table th {
    min-width: 160px;
}

.small-padding th {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
}

.small-padding td {
    padding-top: 6px !important;
    padding-bottom: 0px !important;
}

.small-padding th,
.small-padding td {
    height: 20px;
}

.cache-button-wrapper {
    padding-top: 10px;
}

.required::after {
    content: '*';
    color: #fb0a0a;
}

.sirv-status{
    font-size: 18px;
    font-weight: 600;
}

.sirv-status--enabled{
    color: #55B676;
}
.sirv-status--enabled::before{
    content: 'Enabled';
}

.sirv-status--disabled{
    color: #F04E28;
}

.sirv-status--disabled::before{
    content: 'Disabled';
}

.sirv-font-monospace{
    font-family: Consolas, Monaco, Courier, monospace;
}

.sirv-css-sync-bg-img-txtarea-wrap{
    display: none;
}

.sirv-css-sync-data-theme{
    width: 100%;
    height: auto;
    max-height: 96px;
    resize: none;
    border: none;
    background-color: transparent !important;
    overflow: auto;
    outline: none;
    color: rgba(44,51,56,1) !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.sirv-css-images-sync-data td{
    padding-right: 0 !important;
}

/*-------------------------------*/
.sirv-switch {
    /* height: 0;
    width: 0;
    visibility: hidden; */
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.sirv-switch+label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 23px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.sirv-switch+label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    width: 17px;
    height: 17px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.sirv-switch:checked+label {
    background: #0085ba;
}

.sirv-switch:checked+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.sirv-switch+label:active:after {
    width: 130px;
}
/*-------------------------------*/

a.sirv-switch-acc-login {
    vertical-align: middle;
    text-decoration: underline !important;
    font-weight: 400;
}

.sirv-progress-bar-holder{
    position: relative;
}

.sirv-progress-bar > DIV{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #55b676;
    background: -moz-linear-gradient(left, #55b676 0%, #f1603e 100%);
    background: -webkit-linear-gradient(left, #55b676 0%, #f1603e 100%);
    background: linear-gradient(to right, #55b676 0%, #f1603e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55b676', endColorstr='#f1603e', GradientType=1);
}

.sirv-progress-bar > DIV > DIV {
    border-radius: 0 5px 5px 0;
    position: absolute;
    height: 100%;
    max-width: calc(100% - 3px);
    right: 0;
    background: #b7dec4;
}

.sirv-progress-bar {
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    height: 100%;
    width: 100%;
    position: absolute;
    min-height: 10px;
    top: -5px;
}


/* ============================================================
  COMMON
============================================================ */
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.cmn-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round+label {
    padding: 2px;
    width: 30px;
    height: 15px;
    background-color: #dddddd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
}

input.cmn-toggle-round+label:before,
input.cmn-toggle-round+label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.cmn-toggle-round+label:before {
    right: 1px;
    background-color: #f1f1f1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

input.cmn-toggle-round+label:after {
    width: 17px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}

input.cmn-toggle-round:checked+label:before {
    background-color: #8ce196;
}

input.cmn-toggle-round:checked+label:after {
    margin-left: 15px;
}

input.cmn-toggle-round+label+span:before {
    content: 'Disabled';
    color: red;
    margin-left: 5px;
    top: -2px;
    font-weight: bold;
}

input.cmn-toggle-round:checked+label+span:before {
    content: 'Enabled';
    color: green;
}

.s3access-image {
    margin: 0 0 10px 20px;
    max-width: 100%;
}

@media only screen and (max-width: 1199px) {
    .s3access-image {
        float: none;
    }
}

.sirv-get-error-data[target="_blank"]::after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
    margin: 0px 3px 0px 5px;
}

.sirv-get-error-data{
    line-height: 25px;
}

.sirv-dis-text{
    opacity: 0.5;
}

.sirv-show-result {
    display: inline-block;
    padding-top: 8px;
}

.custom-domain {
    display: none;
}

.sirv-responsive-msg{
    display: none;
}


.sirv-responsive-msg > div{
    display: inline-block;
    width: 340px;
    font-size: 13px;
}

/* .sirv-sync-images-progress-block {
    margin-top: 10px;
    display: flex;
}

.sirv-sync-images-progress-bar-wrapper {
    flex-grow: 1;
    border: 1px solid #ccc;
    display: block;
    height: 28px;
    position: relative;
}

.sirv-sync-images-progress-bar {
    background-color: #B3D4E5;
    width: 0%;
    height: 100%;
    transition: 0.5s;
} */

.sync-errors a:hover {
    text-decoration: none !important;
    color: #000;
}

/* .sirv-progress-bar-animated {
    background-image: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(bottom left, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(to top right, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);

    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;


    animation: progress 1s linear infinite;
}

@keyframes progress {
    from {
        background-position: 0px;
    }

    to {
        background-position: 40px;
    }
}

@-webkit-keyframes progress {
    from {
        background-position: 0px;
    }

    to {
        background-position: 40px;
    }
} */
.sirv-progress-bar-animated {
    /* background-image: -moz-linear-gradient(left, #347cbb 8%, #c9def3 18%, #347cbb 33%);
    background-image: -webkit-linear-gradient(left, #347cbb 8%, #c9def3 18%, #347cbb 33%);
    background-image: linear-gradient(to right, #347cbb 8%, #c9def3 18%, #347cbb 33%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8db6d8', endColorstr='#347cbb', GradientType=1); */
    background-image: -moz-linear-gradient(left, #4594d8 8%, #c9def3 18%, #4594d8 33%);
    background-image: -webkit-linear-gradient(left, #4594d8 8%, #c9def3 18%, #4594d8 33%);
    background-image: linear-gradient(to right, #4594d8 8%, #c9def3 18%, #4594d8 33%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8db6d8', endColorstr='#4594d8', GradientType=1);

    background-size: 250%;
    animation: progress 3s linear infinite;
}

@keyframes progress {
    0%{background-position:100% 50%}
    50%{background-position:50% 50%}
    100%{background-position:-50% 50%}
}

@-webkit-keyframes progress {
    0%{background-position:100% 50%}
    50%{background-position:50% 50%}
    100%{background-position:-50% 50%}
}

.sirv--grey{
    font-size: 15px;
    color: #a1a1a1;
}

.sirv-sync-images-progress-text {
    position: absolute;
    left: 0%;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    line-height: 28px;
    display: inline-block;
}

.sync-cache-button-wrapper {
    flex-grow: 0;
    padding-left: 5px;
    /* display: none; */
}

.sync-cache-button-wrapper input {
    height: 30px;
}

.disabled-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 43%;
    height: 100%;
    z-index: 9999999999;
    background-color: rgba(0, 0, 0, 0.4);
}

#sirv-cache {
    position: relative;
}

.invalidate-cache-button-wrapper,
.purge-cache-button-wrapper {
    margin-top: 5px;
}


.sirv-traffic-loading {
    position: relative;
    text-align: center;
}

.sirv-traffic-loading-ico {
    /* margin-left: 22px; */
}

.sirv-traffic-loading-ico::before {
    content: '';
    display: inline-block;

    border: 2px solid rgba(0, 0, 0, 0.3);
    border-left: 2px solid rgba(0, 0, 0, 1);
    border-top: 2px solid rgba(0, 0, 0, 1);
    border-bottom: 2px solid rgba(0, 0, 0, 1);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    -webkit-animation: load 1.1s infinite linear;
    animation: load 1s infinite linear;
    z-index: 1;
    margin: auto;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

.sirv-hide {
    display: none !important;
}

.sirv-failed-imgs-bar {
    background-color: #ea9ca3 !important;
}

.sirv-complited{
    /* background-color: #347cbb; */
    background-color: #4594d8;
}

.sirv-queued{
    background-color: #FBD16B;
}

.sirv-unsynced{
    background-color: #cfdfec;
    /* border: 1px solid #000; */
}

.sirv-failed{
    background-color: #F37152;
}

.sirv-tf-loading-error {
    padding: 5px;
}

.optiontable.form-table tr:first-child td h2:first-child {
    margin-top: 0px;
}

.optiontable.form-table h2 {
    margin-bottom: 10px;
}

.optiontable.form-table h3 {
    margin: 5px 0 10px 0;
}

.sirv-form-table th {
    width: 115px !important;
}

.sirv-st-total {
    font-weight: bold;
}

.sirv-st-used span,
.sirv-st-available span {
    color: #818a91;
}

.graph-bar-wrapper {
    width: 100%;
    height: 18px;
    border-top: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    vertical-align: top;
}

.sirv-api-usage .sirv-form-table td{
    border-bottom: 1px solid #eaedef;
}

.graph-bar {
    background-color: #E0F2B5;
    height: 18px;
    display: block;
}

.traffic-wrapper>tr:last-child .graph-bar-wrapper {
    border-bottom: 1px solid #D1D1D1;
}

.traffic-wrapper tr>td:nth-child(3) {
    min-width: 68px;
    max-width: 85px;
}

/* .traffic-wrapper tr:first-child td { padding-left: 10px !important; } */
.traffic-wrapper tr td:last-child {
    padding-left: 0;
}

.traffic-wrapper tr>td:nth-child(2) {
    padding-right: 1px;
    padding-left: 0;
    min-width: 65px;
    max-width: 75px;
    width: 75px;
}

.sirv-v-align label{
    display: block;
}


.sirv-optiontable-holder select,
.sirv-optiontable-holder textarea,
.sirv-optiontable-holder input[type=text],
.sirv-optiontable-holder input[type=password]{
    width: 100%;
    max-width: 100%;
}

.sirv-optiontable-holder textarea::placeholder{
    color: #8b8f93;
}

.sirv-optiontable-holder textarea{
    padding: 10px;
    color: #000;
}

.sirv-width-max {
    width: 100% !important;
}

/* .sirv-profiles-wrapper table th { padding: 20px 10px 20px 0 !important; } */

.sirv-option-responsive-text {
    font-size: 13px;
    /* margin-top: 9px; */
    vertical-align: middle;
    padding-bottom: 5px;
}

.sirv-backdrop {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: rgb(248 244 244 / 50%);
}


div.sirv-loading {
    position: relative;
}

.sirv-loading:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid rgb(0, 138, 189, 0.1);
    border-top-color: rgba(0, 138, 189, 0.1);
    border-top-style: solid;
    border-top-width: 4px;
    border-top: 4px solid #008abd;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    animation: spin 2s linear infinite;
    z-index: 101;
}

.sirv-loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
}

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

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

.sirv-beta-text {
    color: orange;
}

.sync-errors {
    max-height: 600px;
    display: none;
    /*color: white;*/
    /*background-color: #e57272;*/
    border-radius: 0px;
    /*padding: 10px;*/
    overflow-y: auto;
}

.sync-errors hr {
    border-top: none;
    margin: 12px -10px;
    opacity: 0.3;
}

.sync-errors a{
    color: #fff;
}

.sync-errors hr:first-child {
    display: none;
}

.sirv-error-list-images-wrap {
    width: auto;
    max-height: 250px;
    margin-bottom: 5px;
    font-weight: normal;
    display: none;
    margin-top: 15px;
    overflow-y: auto;
}

.sirv-error-list-images-title {
    width: auto;
    height: 20px;
    text-align: center;
    border: 1px solid;
    cursor: pointer;
    display: none;
}


.sirv-show-hide-list {
    border: 1px solid white;
    background-color: white;
    color: #e57272;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    /* margin-left: 20px;
    font-weight: normal;
    text-decoration: underline; */
    margin-top: 5px;
}

/*.sirv-error-list-images {
}*/

.sirv-error-list-images a {
    color: #FFF;
}

.sirv-error-list-images a:hover {
    font-weight: bold;
}

.sirv-flat {
    display: inline-block !important;
}

#sirv-instructions {
    max-width: 100%;
}

#sirv-instructions h2 {
    margin-top: 1.5em;
    font-size: 1.5em;
}

#sirv-instructions img {
    width: 100%;
}

#sirv-instructions img.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 24px;
    height: auto;
    padding: 0;
    max-width: 650px;
}

/* #sirv-instructions ul { list-style-type: circle; padding-left: 5%; }*/

.sirv-s3-info-icon {
    cursor: pointer;
    margin-left: 5px;
}

.sirv-s3-info-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(45, 45, 45, 0.9);
    text-align: center;
    z-index: 10000;
}

.sirv-s3-info-title {
    color: red;
    font-size: 30px;
    padding-bottom: 10px;
}

.sirv-s3-info {
    position: relative;
    display: inline-block;
    top: 35%;
}

.sirv-s3-info img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    max-width: 100%;
    width: 90%;
}

.sirv-no-select-text {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

.sync-errors table thead td:nth-child(n+2) {
    text-align: center;
}

.sirv-fetch-errors td:nth-child(n+2) {
    text-align: center;
}

.form-table .sirv-fetch-errors td:nth-child(3){
    width: 25%;
}

.sirv-wrapped-nav .nav-tab {
    font-size: 18px;
    font-weight: 500;
}

.nav-tab-wrapper .dashicons {
    display: none;
}

.sirv-plugdata-options-php .wrap {
    margin: 20px 20px 0 10px;
}

.sirv-plugdata-options-php .sirv-options-title-wrap {
    position: relative;
}

.sirv-plugdata-options-php .sirv-options-logo {
    position: absolute;
    top: 0;
    right: 1rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.sirv-plugdata-options-php .sirv-options-logo img {
    width: 68px;
    height: 68px;
}

.sirv-plugdata-options-php .sirv-options-title-h1 {
    margin: .5em 10px 0 0;
    padding: 0 !important;
    color: #32373c !important;
    line-height: 1.89em !important;
    font-size: 2.8em !important;
    font-weight: 400 !important;
}

p.sirv-options-desc {
    max-width: 700px;
}

.sirv-storage-traffic-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.sirv-storage-traffic-wrapper .sirv-optiontable-holder {
    flex-basis: calc(50% - 5px);
    flex-grow: 0;
    box-sizing: border-box;
}

.sirv-storage-traffic-wrapper .sirv-optiontable-holder table {
    max-width: 700px;
    width: 100%;
}

#sirv-stats .sirv-optiontable-holder {
    display: block;
}

.sirv-no-lmargin {
    margin-left: 0;
}

.sirv-network-wrapper label,
.sirv-miscellaneous-wrapper label,
.sirv-profiles-wrapper label,
.sirv-lazy-loading-wrapper label,
.sirv-woo-settings label {
    padding-bottom: 5px;
}

.sirv-help-wrapper {
    display: flex;
    flex-direction: row;
}

.sirv-help-menu {
    flex-basis: 250px;
}

.sirv-help-data {
    flex-basis: 100%;
    padding-left: 90px;
    border-left: 1px solid #cdcdcd;
}

.sirv-help-menu ul {
    list-style-type: none !important;
    width: 220px;
    /*margin-right: 10px; */
}

.sirv-help-menu ul li {
    padding: 6px;
}

.sirv-help-menu-fixed {
    position: fixed;
    top: 30px;
}

/* .sirv-help-menu-fixed ul { width: 220px; } */

.sirv-help-data-margin {
    margin-left: 220px;
}

.sirv-anchor-help {
    padding-top: 55px;
    margin-top: -55px;
    display: inline-block;
}

.sirv-help-menu ul li a {
    text-decoration: none;
    color: #646a6f;
    display: block;
}

.sirv-help-menu ul li a:hover {
    text-decoration: underline;
}

.sirv-help-menu ul li a:focus {
    box-shadow: none !important;
}

.sirv-help-menu ul li.active {
    border-right: 3px solid black;
}

.sirv-help-menu ul li.active a {
    font-weight: 600;
    font-size: 1.2em;
    text-decoration-line: none;
    color: #0073aa;
}

@media only screen and (max-width: 767px) {
    .sirv-wrapped-nav {
        background-image: none;
    }

    .optiontable.form-table input[type="text"] {
        min-width: 300px;
        width: 100%;
    }

    .sirv-optiontable-holder table {
        max-width: 100%;
        width: 100%
    }

    .sirv-optiontable-holder {
        display: block;
    }

    .form-table th {
        width: auto;
    }

    #sirv-stats .form-table th,
    #sirv-stats .form-table td {
        display: table-cell;
    }

    .sirv-storage-traffic-wrapper {
        flex-direction: column;
    }

    .sirv-storage-traffic-wrapper .sirv-optiontable-holder {
        flex-basis: 100%;
        box-sizing: none;
    }

    .sirv-tab-content .form-table th {
        padding: 0;
    }

    .sirv-tab-content .form-table td {
        padding: 5px 0 10px 0;
    }

    .sirv-sync-images-progress-text {
        font-size: 0.9em;
    }

    #sirv-cache .form-table td,
    #sirv-cache .form-table th {
        display: table-cell;
    }

    .sirv-tab-txt {
        display: none;
    }

    .nav-tab-wrapper .dashicons {
        display: inherit;
        width: 25px;
        height: 25px;
        font-size: 25px;
    }

    .sirv-plugdata-options-php .nav-tab {
        margin: 0 0 -1px 0;
    }

    .sirv-plugdata-options-php .sirv-options-title {
        margin: 0;
    }

    .sirv-help-wrapper {
        display: block;
    }

    .sirv-help-menu ul {
        width: 200px;
    }

    .sirv-help-data {
        border-left: none;
        padding-left: 0;
    }
}

.sync-errors table {
    border-collapse: collapse;
}
.sync-errors table thead td {
    border: 1px solid #ddd;
    background:#efefef;
    color:#000;
}
.sync-errors table td {
    border: 1px solid #ddd;
    font-weight:normal;
    color:#555;
}
.sync-errors table td a {
    text-decoration:underline !important;
    color:inherit;
}

.sirv-js-extended {
    padding-left: 20px;
}

/*------------------------TOOLTIP----------------------*/
/* Tooltip container */
.sirv-tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.sirv-tooltip-icon{
    font-size: 30px;
    /* color: #007cba; */
    color: #818486;
    width: 30px;
    height: 30px;
}

/* Tooltip text */
.sirv-tooltip .sirv-tooltip-text {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    /* text-align: center; */
    padding: 10px;
    border-radius: 6px;

  /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 25%;
    margin-left: -122px;

  /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.5s;
    cursor: pointer;
}

/* Tooltip arrow */
.sirv-tooltip .sirv-tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 48%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.sirv-tooltip:hover .sirv-tooltip-text {
    visibility: visible;
    opacity: 1;
}

.sirv-tooltip-text a{
    text-decoration: underline !important;
    color: #03A9F4;
}

.sirv-tooltip-text a:hover{
    text-decoration: none !important;
}
/*-----------------------TOOLTIP  END------------------*/

.form-table tr td:nth-child(3) {
    width: 80px;
}

a.sirv-hide-show-a {
    cursor: pointer;
}

.sirv-hide-show-a > span {
    text-decoration: none;
}

.sirv-crop-wrap{
    width: 100%;
    height: 100px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    border: 1px solid #8a8686;
    border-radius: 3px;
    padding: 5px;
    box-sizing: border-box;
}

.sirv-crop-wrap__desc {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}

.sirv-crop-wrap__desc span{
    padding-bottom: 5px;
}

.sirv-crop-wrap__img {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
}

.sirv-crop-wrap__img img {
    width: 280px;
}

/* .sirv-crop-row {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 5px;
} */

.sirv-crop-row {
    display: flex;
    flex-direction: row;
    width:100%;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom:1px solid #ddd;
}

span.sirv-crop-row__title {
    font-weight: 700;
    padding-bottom: 3px;
}

.sirv-crop-row__checkboxes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}



.sirv-crop-wrap {
    overflow: auto;
    height: auto;
    border:none;
    flex-direction: row;
    flex-wrap: wrap;
}

.sirv-crop-row__checkboxes {
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.sirv-crop-row__checkboxes input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.sirv-crop-row__checkboxes input+label {
    margin: 0;
    padding: .2rem 1.5rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #cecece;
    background-color: #FFF;
    line-height: 140%;
    text-align: center;
    border-right-width: 0px;
    transition: border-color .15s ease-out,
        color .25s ease-out,
        background-color .15s ease-out;
}

.sirv-crop-row__checkboxes input:hover+label {
    cursor: pointer;
    background: #efefef;
}

.sirv-crop-row__checkboxes input:checked+label {
    background-color: #007cba;
    color: #FFF;
    border-color: #007cba;
    z-index: 1;
}

.sirv-crop-row__checkboxes input:focus+label {}

.sirv-crop-row__checkboxes label.fchild {
    border-radius: .25rem 0 0 .25rem;
    border-right: none;
}

.sirv-crop-row__checkboxes label:last-child {
    border-radius: 0 .25rem .25rem 0;
    border-right-width: 1px;
}

.sirv-stat-refresh::before{
    content: "\f463";
    font-family: dashicons;
    font-weight: 100;
    padding-right: 3px;
    display: inline-block;
    transform: translateY(10%);
}

.sirv-crop-row > span { overflow: hidden; text-overflow: ellipsis; flex-basis: 100%; margin-right: 5px; white-space: nowrap;}
.sirv-crop-row .sirv-crop-row__checkboxes { white-space: nowrap; }

.sirv-crop-row__title span { font-weight: 400; font-size: 70%; display: block;}

.sirv-thumbs-sizes{
    height: 345px;
    overflow-y: scroll;
    padding-right: 10px;
}

.sirv-thumbs-sizes__desc{
    margin-bottom: 10px;
}

.sirv-thumbs-sizes .sirv-crop-row{
    justify-content:left;
}

.sirv-thumbs-sizes .sirv-crop-row__checkboxes input {
    display: none;
}

.sirv-thumbs-sizes .sirv-crop-row label{
    display: flex;
    flex-direction: row;
    align-content: space-around;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.sirv-save-prevented-sizes-wrap{
    display: none;
    float: right;
    margin-right: 40px;
}

.sirv-check-all-thumbs {
	margin-bottom:0;
}

.sirv-scrollbox-parent {
	position: relative;
}

.sirv-shadow {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 10px;
    background: red;
}

.sirv-shadow-top {
    top: 0;
    opacity: 0;
    /* background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.35), transparent);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent); */
    background: linear-gradient(transparent 30%, rgba(255, 255, 255, 0)),
            linear-gradient(rgba(255, 255, 255, 0), transparent 70%) 0 100%,
            radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)),
            radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
        background-color: transparent;
        background-size: 100% 40px, 0% 0, 0 0, 100% 14px;
        background-attachment: local, local, scroll, scroll;
}

.sirv-shadow-bottom {
    bottom: 0;
    /* background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.35), transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent); */
    background: linear-gradient(transparent 30%, rgba(255, 255, 255, 0)),
            linear-gradient(rgba(255, 255, 255, 0), transparent 70%) 0 100%,
            radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)),
            radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
        background-color: transparent;
        background-size: 100% 40px, 0% 0, 0 0, 100% 14px;
        background-attachment: local, local, scroll, scroll;
}

/* NEW SYNC PROGRESS BLOCK */
.sirv-sync-images-progress-block {
    display: flex;
    margin: 5px 0;
    flex-direction: row;
    width: 100%;
}

.sirv-progress {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.sirv-progress__text {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sirv-progress__text--percents{
    /*code here*/
}

.sirv-progress__text--complited, .sirv-progress-text-complited {
    font-weight: 400;
}

.sirv-progress__text--complited span, .sirv-progress-text-complited span{
    font-weight: 600;
}

.sirv-progress__bar {
    width: 100%;
    height: 10px;
    background-color: #cfdfec;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.sirv-progress__bar--line{
}

.sirv-progress-data__complited--size{
    color: #555;
}

table.sirv-progress-data {
    width: 355px;
    font-weight: 400;
    border-collapse: collapse;
}

table.sirv-progress-data tr td:nth-child(1){
    padding: 0;
    width: 25px;
}

table.sirv-progress-data tr td:nth-child(2){
    width: 95px;
    padding: 0;
}

table.sirv-progress-data tr td:nth-child(3){
    width: auto;
    padding: 0;
}

.sirv-progress-data__label {
    width: 20px;
    height: 10px;
    border-radius: 5px;
}

.sirv-sync-button-container {
    padding-left: 10px;
    padding-top: 12px;
}

.sirv-sync-controls{
    display: flex;
    flex-direction: row;

}

.sirv-sync-button-container input[type=button]{
    min-width: 90px;
    border-radius: 15px;
    padding: 0 15px;
}

.sirv-sync-controls input[type=button] {
    margin-right: 5px;
}

.sirv-progress-data__complited--text,
.sirv-progress-data__failed--text,
.failed-images-block,
.sirv-progress-data__complited--size {  display: inline-block; }
/*-------------------------*/


table.sirv-smv-cache-table-data{
    width: 30%;
}

table.sirv-smv-cache-table-data td{
    padding: 0 0 3px 0 !important;
}

.sirv-sync-css-images-wrapper input.sync-css {
    margin-right: 6px;
}

.sirv-custom-backcss-path-text-wrap{
    /* display: none; */
}

.sirv-custom-backcss-path-text-tr{
    display: none;
}

.optiontable.form-table label {
    padding-bottom: 5px;
    margin-right: 5px;
}

.sirv-custom-backcss-path-text-wrap div{
    /* display: flex;
    flex-direction: row;
    align-items: center; */
    position: relative;
}

.sirv-input-const-text {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    padding: 5px 1px 5px 5px;
    background-color: #F1F1F1;
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #7e8993;
    border-top: 1px solid #7e8993;
    border-bottom: 1px solid #7e8993;
    line-height: 1.15rem;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.sirv-css-images-sync-data th{
    padding-left: 0 !important;
}

.sirv-option-above-text{ line-height: 20px;}

.sirv-skip-images-list{ display: none; }

.sirv-skipped-images-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.sirv-save-button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

a[target="_blank"]:not(.sirv-get-error-data):not(.sirv-no-blank-link-icon)::after {
    content: '';
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c3ZnanM9Imh0dHA6Ly9zdmdqcy5jb20vc3ZnanMiIHZlcnNpb249IjEuMSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTggMjNoLTE0Yy0xLjY1NCAwLTMtMS4zNDYtMy0zdi0xNGMwLTEuNjU0IDEuMzQ2LTMgMy0zaDhjLjU1MiAwIDEgLjQ0NyAxIDFzLS40NDggMS0xIDFoLThjLS41NTEgMC0xIC40NDgtMSAxdjE0YzAgLjU1Mi40NDkgMSAxIDFoMTRjLjU1MSAwIDEtLjQ0OCAxLTF2LThjMC0uNTUzLjQ0OC0xIDEtMXMxIC40NDcgMSAxdjhjMCAxLjY1NC0xLjM0NiAzLTMgM3oiIGZpbGw9IiMyMjcxYjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiLz48L2c+PHBhdGggeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkPSJtMjIgMWgtNmMtLjQwNCAwLS43NjkuMjQzLS45MjQuNjE3cy0uMDY5LjgwNC4yMTcgMS4wOWwyLjI5MyAyLjI5My03LjI5MyA3LjI5M2MtLjM5MS4zOTEtLjM5MSAxLjAyMyAwIDEuNDE0LjE5NS4xOTUuNDUxLjI5My43MDcuMjkzcy41MTItLjA5OC43MDctLjI5M2w3LjI5My03LjI5MyAyLjI5MyAyLjI5M2MuMTkxLjE5MS40NDcuMjkzLjcwNy4yOTMuMTI5IDAgLjI1OS0uMDI0LjM4My0uMDc2LjM3My0uMTU0LjYxNy0uNTIuNjE3LS45MjR2LTZjMC0uNTUzLS40NDgtMS0xLTF6IiBmaWxsPSIjMjI3MWIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIi8+PC9nPjwvc3ZnPgo=);
    background-size: 100% auto;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 4px 3px 0 3px;
    opacity: 0.7;
    vertical-align: top;
}
a[target="_blank"]:hover:after {
    opacity: 1;
}

.sirv-woo-pin-table-radio{
    width: 100% !important;
}

.sirv-woo-pin-table-radio th{
    font-weight: normal;
}

.sirv-woo-pin-table-radio th, .sirv-woo-pin-table-radio td{
    padding-left: 0 !important;
    padding-bottom: 1px !important;
}

.sirv-woo-pin-table-radio label{
    margin-right: 15px;
}

/*---------------------SMV content order csss--------------------*/
#sirv-smv-order-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
}

.sirv-smv-order-item{
    display: flex;
    flex-direction: column;
    width: 100px;
    height: 100px;
    margin: 0 5px 10px;
    border: 1px solid #bababa;
    border-radius: 5px;
    font-size: 20px;
    background-color: #FFF;
}

.sirv-smv-order-item-changeble{
    justify-content: space-between;
    cursor: move;
}

#sirv-smv-order-items li.sirv-smv-order-item-add{
    position: relative;
    justify-content: center;
    cursor: pointer;
    font-size: 25px;
}

.sirv-smv-order-item-title {
    display: flex;
    justify-content: center;
}

.sirv-smv-order-item-add{
    border: 1px dashed #bababa;
}

.sirv-smv-order-item-add:hover{
    border: 1px solid #bababa;
}

.sirv-smv-order-item-add .dashicons{
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #bababa;
}

.sirv-smv-order-item-add:hover .dashicons{
    width: 27px;
    height: 27px;
    font-size: 27px;
    color: #8b8989;
}

.sirv-smv-order-item-delete, .sirv-smv-order-item-dots{
    width: 25px;
    padding: 5px;
    color: #bababa;
}

.sirv-smv-order-item-delete{
    cursor: pointer;
}

.sirv-smv-order-item-delete:hover .dashicons-trash::before{
    color: #8b8989;
}

.sirv-smv-order-sortable-placeholder {
    background: #E1F6FF none repeat scroll 0 0;
    border: 1px solid #5185A6;
    box-sizing: border-box;
    margin: 0 5px;
    width: 100px;
    height: 100px;
}

.sirv-smv-order-select {
    display: none;
    position: absolute;
    background-color: #fff;
    top: -1px;
    border-radius: 5px;
    border: 1px solid #bababa;
    width: 101px;
    left: -1px;
    font-size: 20px;
}

.sirv-smv-order-select > ul{
    list-style: none;
    padding-left: 0;
}

.sirv-smv-order-select-items-title{
    font-size: 15px;
    color: #bababa;
    padding: 5px;
    margin-bottom: 0;
}

.sirv-smv-order-select-item {
    padding: 5px 0 5px 10px;
    margin-bottom: 0;
}

.sirv-smv-order-select-item:hover{
    background-color: #cce4ff7d;
}
/*-----------------END SMV content order csss--------------------*/

a.sirv-plan-upgrade-btn{
    display: inline-block;
    margin-top: 5px;
    /* margin-bottom: 5px; */
    padding: 7px;
    border-radius: 5px;
    background-color: rgb(191, 107, 107);
    text-decoration: none !important;
    border: 1px solid rgb(155, 68, 68);
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

a.sirv-plan-upgrade-btn:hover{
    color: #FFF !important;
    background-color: rgb(191, 79, 79) !important;
    font-weight: 400 !important;
}


/*----------------------progress bar block---------------------*/
.sirv-progress-wrapper{
    display: flex;
    width: 100%;
    padding: 10px 0;
    flex-direction: column;
    flex-grow: 1;
}

.sirv-progress-wrapper-text{
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sirv-progress-wrapper-text__percents{

}

.sirv-progress-wrapper-text__complited{
    font-weight: 400;
}

.sirv-progress-wrapper-progressbar{
    width: 100%;
    height: 10px;
    background-color: #cfdfec;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.sirv-progress-wrapper-progressbar_bar{
    background-color: #4594d8;
}

/*--------------------progress bar block END-------------------*/

.sirv-http-auth-credentials {
    display: none;
    width: 50px;
    margin-top: 10px;
}

.sirv-version-wrap {
    display: flex;
    justify-content: flex-end;
    padding-right: 27px;
    padding-top: 4px;
}

.sirv-version span {
    color: #3c434a;
}

label.sirv-acc-label {
    padding-bottom: 0 !important;
}


input[name=SIRV_EMAIL]::placeholder {
    color: #878b91;
}

input[name=SIRV_EMAIL]:focus::placeholder {
    color: transparent;
}

.sirv-compressed-js-spinner{
    display: none;
}

.sirv-account-button-wrap {
    display: flex;
    align-items: center;
}

.sirv-load-acc-spinner {
    display: none;
    margin-left: 5px;
    align-items: center;
}

.sirv-js-modules label{
    display: inline-block;
}

.sirv-wai-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.sirv-wai-button {
    margin-right: 5px;
}

.sirv-wai-button button {
    height: 33px;
}

.sirv-mail-errors-view {
    display: flex;
    flex-direction: column;
}

.sirv-font-15 {
    font-size: 15px;
}

.sirv-calc-library-size-view {
    display: flex;
}

.sirv-calc-library-size-view-column{
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    height: 40px;
}

.sirv-calc-library-size-view-column span {
    line-height: 25px;
}

.sirv-calc-library-size-view-button{
    justify-content: center;
}

.sirv-calc-library-size-show-date{
    display: block;
}


.sirv-calc-library-size-show-size {
    font-weight: bold;
}

.sirv-calc-library-size-action{
    margin-left: 5px !important;
}

.sirv-calc-library-size-show-analizing {
    display: none;
    align-items: center;
    height: 40px;
}

.sirv-media-lib-title{
    padding: 0 10px !important;
}
.sirv-media-lib-title h3{
    margin-bottom: 0 !important;
}

/*-------------------Sirv modal window component----------------------*/
.sirv-modal-window-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(84, 84, 83, 0.97);
    z-index: 999999999;
}

.sirv-modal-window {
    display: flex;
    position: relative;
    width: 900px;
    min-height: 350px;
    max-height: 400px;
    background: #FFFFFF;
    border-radius: 10px;
}

.sirv-modal-window-close-button {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 1.2rem;
    padding: 2px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.sirv-modal-window-close-button:hover{
    background-color: #bebdbd;
}

.sirv-modal-window-close-button:hover[disabled]{
    background-color: transparent;
    cursor: default;
}


.sirv-modal-window-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    width: 100%;
}

.sirv-modal-window-content > div {
    margin-bottom: 20px;
}
/*---------------------Sirv modal window component END-----------------------*/

/*--------------------Sirv progress bar component----------------------------*/
.sirv-progress-bar-component {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.sirv-progress-bar-component-text {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sirv-progress-bar-component-text__percents, .sirv-progress-bar-component-text__complited span {
    font-weight: 700;
}

.sirv-progress-bar-component-lines {
    width: 100%;
    height: 10px;
    background-color: #cfdfec;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.sirv-progress-bar-component-line__complited {
    background-color: #4594d8;
}

.sirv-progress-bar-component-line__failed {
    background-color: #F37152;
}

/*-----------------------------Sirv progress bar component END---------------------------------------*/

/*--------------------------------empty-view-cache-option--------------------------------------------*/
.sirv-view-cache-option-toolbar {
    display: flex;
    margin-top: 5px;
}

.sirv-show-view-cache-table {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}

.sirv-show-view-cache-row {
    display: grid;
    grid-template-columns: 190px 80px 100px;
    align-items: center;
    height: 20px;
}
/*--------------------------------empty-view-cache-option END----------------------------------------*/

/*--------------------------------sirv-text-to-input-option------------------------------------------*/
.sirv-ellipsis-text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sirv-editable-option {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    line-height: 38px;
}

.sirv-editable-option_full-path {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 90%;
    flex: 1;
    min-width: 0;
}
.sirv-editable-option_domain {
    min-width: 0;
    max-width: 40%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}

.sirv-editable-option_relative-path {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    min-width: 0;
}

.sirv-editable-option-text {
    display: block;
    width: 95%;
}

input.sirv-editable-option-input {
    min-width: 100% !important;
}

button.sirv-editable-option_edit {
    border: none;
    background-color: transparent;
    color: #2271b1;
    cursor: pointer;
    flex-shrink: 0;
}

button.sirv-editable-option_edit:hover {
    text-decoration: underline;
}
/*----------------------------sirv-text-to-input-option EMD------------------------------------------*/

label sup, h2 sup {
    margin-left: 5px;
}

.sirv-show-view-cache-messages .sirv-message {
    font-size: 14px;
}

/* .sirv-show-view-cache-messages button {
    margin-top: 8px !important;
} */

/*-------------------------------------------------------------push messages-----------------------------------------*/
.sirv-push-message::before{
    font-family: dashicons;
    font-size: 20px;
    line-height: 1;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-style: normal;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    vertical-align: top;
    text-align: center;
    border-radius: 50%;
}

.sirv-push-message-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    margin-bottom: 2px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
}

.sirv-push-message-container + #sirv-woo-product-ttl {
    margin-top: 5px;
}

.sirv-push-message b{
    font-weight: bold;
}

.sirv-push-message p {
    margin: 1em 0 !important;
}

.sirv-push-message p:last-child {
    margin-bottom: 0 !important;
}

.sirv-push-message a{
    text-decoration: underline !important;
    color: inherit;
    cursor: pointer;
}

.sirv-push-message a::after{
    filter: invert(1);
}

.sirv-push-message a:hover{
    text-decoration: none !important;
    font-weight: bold;
}

.sirv-push-message-error-icon::before {
    content: "\f153";
}

.sirv-push-message-error {
    background: #ffe2e4;
    color: #bf6b6b !important;
    border-left: 3px solid #eab3b7;
}

.sirv-push-message-error a{
    color: inherit;
}

.sirv-push-message-error a:hover{
    color: #b76262;
}

.sirv-push-message-warning-icon::before{
    content: "\f348";
}

.sirv-push-message-warning {
    background: #f2d99e;
    color: #c87a16 !important;
    border-left: 3px solid #f2ad28;
}

.sirv-push-message-info-icon::before{
    content: "\f348";
}

.sirv-push-message-info {
    background: #a7ddf5;
    color: #0b72a5 !important;
    border-left: 3px solid #1396e2;
}

.sirv-push-message-success-icon::before{
    content: "\f12a";
}

.sirv-push-message-success {
    background: #ddf0de;
    color: #0b7307 !important;
    border-left: 3px solid #92d097;
}

.sirv-push-message-close{
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: inherit;

}

.sirv-push-message-close:hover {
    opacity: 0.7;
}
/*--------------------------------------------------------push messages  END-----------------------------------------*/

.sirv-message-container {
    margin-bottom: 10px;
}

.sirv-smv-html-cache-management {
    display: flex;
    gap: 20px;
    align-items: center;
}

.sirv-clean-smv-html-cache-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

ul.sirv-option-folder-issues {
    color: red;
    margin-top: 0;
}

ul.sirv-option-folder-issues li {
    margin-bottom: 0;
}



