.hide {
    display: none !important;
}


.workflow-container {
    text-decoration: none;
    margin: 0 20px;
}

.workflow-item-tml {
    display: none;
    position: fixed;
    bottom: 0;
}

.workflow-item.processing .workflow-mask {
    display: block;
}

.workflow-arrow {
    text-align: center;
}

.workflow-param {
    text-align: center;
    border: #ccc dashed 1px;
    margin: 0 auto;
    padding: 5px 10px;
    display: inline-block;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px dashed #ccc;
    background-color: transparent;
    margin: 0 auto;
}

input,
select,
button {
    border-width: 1px;
    border-color: #333;
    border-radius: 5px;
}

select {
    padding: 10px;
}

.file-selector {
    margin: 40px 20px 0;
}

.initLoading {
    text-align: center;
    font-size: 30px;
    margin: 150px auto;
}

.file-selector-btn {
    text-align: center;
    padding: 56px 0;
    border: 1px dashed;
    margin-top: 30px;
}

.dragging {
    border: 1px solid #efd124;
}

.file-selector-btn input {
    display: inline-block;
    border: 1px solid;
    padding: 20px;
    max-width: 70%;
}

.file-selector-suffix {
    text-align: center;
    font-size: 18px;
    margin: 20px 0 0 0;
}

.workflow-item .workflow-worker {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .075);
    min-height: 100px;
    margin: 10px 0;
    padding: 10px;
    position: relative;
}


.workflow-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/assets/img/loading.gif);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
    opacity: 0.2;
    display: none;
}

.ctl-tab {
    text-align: right;
    user-select: none;
}

.ctl-tab span {
    background-color: #ccc;
    cursor: pointer;
    padding: 10px 15px;
    display: inline-block;
    margin: 4px 0 0 4px;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
}

.ctl-tab span.active {
    background-color: #e9e9e9;
}

.workflow-item .workflow-worker .ctls {
    text-align: right;
}

.workflow-item .workflow-worker .ctls .ctl-item {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    justify-content: right;
    background: #e9e9e9;
    padding: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .075);
    user-select: none;
}

.workflow-item .workflow-worker .ctls .ctl-item .ctl {

    padding: 5px 10px;
    text-align: right;
    display: none;
}

.workflow-item .workflow-worker .ctls .ctl-item .ctl.active {
    display: block;
}

.workflow-item .workflow-worker .ctls .ctl-item .ctl label {
    margin: 0 0 4px 4px;
}

.workflow-item .workflow-worker .files-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 15px 0;
    position: relative;
}

.file-item {
    min-width: 144px;
    min-height: 150px;
    max-width: 144px;
    flex-grow: 1;
    flex-basis: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .075);
    text-align: center;
    position: relative;
}

.file-item.processing {
    box-shadow: 1px 1px 5px rgba(0, 132, 27, 0.75);
}

.file-item.processing .name {
    color: rgba(0, 132, 27, 1);
}

.sortablePlaceHolder {
    width: 100px;
    height: 100px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .075);
}


.file-item .preview {
    margin: 10px;
    height: 70px;
    cursor: move;
}

.file-item .preview.image {
    background: url(/themes/default/images/transBG.jpg);
}

.file-item .preview .icon-file-o::before {
    font-size: 50px;
}


.file-item .preview * {
    max-width: 100%;
    max-height: 100%;
}

.file-item .name {
    line-height: 20px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-item .status {
    margin: 10px;
    text-align: center;
}

.pdf-img-preview-item {
    float: left;
    border: 1px dashed #ccc;
    width: 360px;
    margin: 10px;
}

.pdf-img-preview-item .param-box {
    min-height: 100px;
    padding: 10px;
    line-height: 200%;
}

.pdf-img-preview-item .img-box {
    background: url(/themes/default/images/transBG.jpg);
    max-width: 100%;
    padding: 10px;
}

.moduleTitle {
    text-align: center;
}

.pageComments li.per54{
    width: 100% !important;
}

@keyframes rotate180 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

.file-item .remove {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 14px;
    height: 14px;
    background-image: url(/assets/img/close.svg);
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
}

.file-item:hover .remove {
    animation: rotate180 0.5s;
}

.file-item .preview img {
    vertical-align: middle;
    max-width: 100px;
    max-height: 70px;
}

.file-item .size {
    display: block;
}

.file-item .download {
    margin-top: 10px;
    padding: 10px;
    background-color: #38b03f;
    border-color: #329d38;
    border-width: 1px;
}

/* .file-item:hover .size{
    display: none;
}

.file-item:hover .download{
    display: block;
} */

.compress-q {
    width: 118px;
}

.ctl-input {
    width: 98px;
    padding: 10px;
}

.convert-e {
    width: 66px;
    padding: 10px;
}

.nice2s-container button {
    font-size: 14px;
    /* color: #000; */
    padding: 10px 15px;
}

.nice2s-container button:hover {
    /* background-color: #000;
    color: #fff; */
}

.audio-settings {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
    gap: 40px;
}

.container{
    max-width: none !important;
    padding: 0 !important;
}
.icon-star {
    display: none !important;
}

*, ::after, ::before{
    box-sizing: initial;
}

.moduleTitle h3{
    margin-top: 30px;
}

.features {
    margin: 50px auto 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1400px;
  }
  
  .features .feature {
    float: left;
    margin-bottom: 30px;
    padding: 0 0px;
    box-sizing: border-box;
    width: 30%;
    margin-right: 3%;
    min-height: 150px;
  }
  
  .features .feature img{
      width: 40px;
      margin-bottom: 10px;
  }
  
  .features .feature h3{
      font-size: 16px;
      font-weight: inherit;
      margin: 0 0 10px 0;
  }
  
  .features .feature p{
      font-size: 14px;
  }
  

@media (max-width: 930px) {
    .exec-module .moduleTitle h2 {
        font-size: 30px;
    }

    .exec-module .moduleTitle h3 {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .ctl-tab span {
        padding: 10px 4px;
        margin: 4px 0 0 -2px;
        font-size: 13px;
        border-radius: 0;
    }

    .tab-cropAndResize {
        width: 48px;
    }

    .ctl-input {
        width: 60px;
    }

    .extract-f-h,
    .extract-f-m,
    .extract-f-s,
    .extract-f-mm,
    .extract-t-h,
    .extract-t-m,
    .extract-t-s,
    .extract-t-mm {
        width: 90px;
    }
}