body {
    background-color: #e8e7e3;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#wrapper {
    position: relative;
    /*z-index: 9;*/
}
#frame-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    display: block;
    min-width: 100%;
    min-height: 100%;
}
video#frame-bg  {
    height: auto !important;
}
.frame-bg-h {
    opacity: 0.5;
}
.navbar {
    position: relative;
    z-index: 999;
}
.navbar-brand img {
    width: 50px;
    /*position: absolute;
    top: 10px;*/
    filter: drop-shadow(1px 1px 1px #414141);
}
button.navbar-toggler {
    border-radius: 0px !important;
    color: #344767;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.text-primary {
    color: #ff4b00!important;
}
.btn-primary {
    background-color: #ff4b00;
    border-color: #ff4b00;
}
.bg-primary {
    background-color: #ff4b00 !important;
}
.navbar {
    box-shadow: none;
}
#content {
    position: relative;
    top: 150px;
    /*transform: translate(0, 200px);*/
}
#tableResult {
    visibility: hidden;
}
.col-up {
    z-index: 999;
}
.form-check:not(.form-switch) .form-check-input[type=radio]:after {
    background-image: linear-gradient(195deg,#ff7816,#ff5300),var(--bs-gradient);
}
.form-check:not(.form-switch) .form-check-input[type=checkbox]:checked, .form-check:not(.form-switch) .form-check-input[type=radio]:checked {
    border-color: #ff4b00;
}
.card-cog {
    overflow: hidden;
}
.accordion-button::after {
    content: "\f067";
    font-family: FontAwesome;
}
.accordion-button:not(.collapsed)::after {
    color: #ff4b00;
}
/*.container-table {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    height: 100%;
}
.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}*/
.form-check {
    padding-left: 0px;
}
.slider {
    width: 100%;
}
.accordion-button {
    font-weight: bold;
    border-radius: 5px;
    background-color: #f0f2f5 !important;
    padding: 10px;
    border-radius: 5px !important;
}
.accordion-flush .accordion-item {
    margin-bottom: 10px;
}
input[type="number"] {
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0;
    padding: 1px 10px;
    font-size: 13px;
}
input[type="number"]:focus {
    border-color: #ff4b00;
}
.select-ext {
    background-position: right 9px center;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0;
    padding: 1px 10px;
    font-size: 11px;
}
.select-ext:focus {
    border-color: #ff4b00;
}
input[type='range'] {
    display: block;
    margin: 5px auto 10px auto;
  }
  
  input[type='range']:focus {
    outline: none;
  }
  
  input[type='range'],
  input[type='range']::-webkit-slider-runnable-track,
  input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
  }
  
  input[type=range]::-webkit-slider-thumb {
    background-color: #ff4b00;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    margin-top: -9px;
  }
  
  input[type=range]::-moz-range-thumb {
    background-color: #ff4b00;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
  }
  
  input[type=range]::-ms-thumb {
    background-color: #ff4b00;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
  }
  
  input[type=range]::-webkit-slider-runnable-track {
    background-color: #7b809a;
    height: 3px;
  }
  
  input[type=range]:focus::-webkit-slider-runnable-track {
    outline: none;
  }
  
  input[type=range]::-moz-range-track {
    background-color: #7b809a;
    height: 3px;
  }
  
  input[type=range]::-ms-track {
    background-color: #7b809a;
    height: 3px;
  }
  
  input[type=range]::-ms-fill-lower {
    background-color: #7b809a;
  }
  
  input[type=range]::-ms-fill-upper {
    background-color: black;
  } 
#optimizer-content {
    position: relative;
}
#draggable {
    /*background: url("../../images/drag.png") no-repeat center 60px;*/
    /*border: 3px dashed lightgrey;*/
    width: 100%;
    /*min-height: 380px;*/
    /*padding: 10px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);*/
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.75rem;*/
}
.draggable-int {
    /*background: url("../../images/drop.png") no-repeat center;
    background-size: contain;
    min-height: 310px;*/
}
.fileContainer {
    background: url(../../images/plus.png) no-repeat 30px;
    background-size: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0px;
    font-size: 20px;
    font-size: 20px;
    display: block;
    padding: 5px 5px 5px 26px;
    cursor: pointer;
}
.fileContainer h4 {
    margin: 0;
}
.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    /* font-size: 999px; */
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    cursor: pointer;
}
.fileContainerHidden {
    width: 40px;
    height: 40px;
    margin: 10px auto;
}
.fileContainerHidden img {
    width: 100%;
}
.avatar-group .avatar {
    background-size: cover;
    background-position: center;
    background-color: #f0f2f5!important;
    margin-left: -10px;
}
.avatar-group .avatar+.avatar {
    margin-left: -10px;
}
.num-files {
    position: relative;
    top: -5px;
    left: 0;
    font-size: 12px;
    color: #ff4b00;
    display: block;
    text-align: center;
}
.drag-bg {
	background-image: none !important;
}
#optimier-btn {
    width: 100%;
}
.avatar-xl {
    width: 100px !important;
    height: 100px !important;
}
.avatar-lg {
    width: 56px!important;
    height: 55px!important;
}
#file-input, #file-input-hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.drop {
    /*background-image: none !important;*/
    background-color: #a8cbff!important;
    background-blend-mode: soft-light;
}
#files {
    margin-left: 16px;
    padding-left: 16px;
    overflow: auto;
    max-height: 190px;
    margin-bottom: 0px;
}
#files .file {
    position: relative;
}
#files .file:hover .remove-file {
	display: block !important;
}
.remove-file {
	position: absolute;
    right: 4px;
    top: 3px;
    color: red;
    z-index: 999;
    cursor: pointer;
}
#result {
    margin-left: 3px;
}
.img-new {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
}
.img-new img {
    width: 100%;
}
.card-header-c {
    background: #f0f2f5;
    line-height: 1;
    padding: 20px !important;
    border-bottom: 1px solid #e1e1e1;
}
.progress-bar {
    background-color: #ff4b00;
}
.col-cog {
    transition: 0.3s;
}
.card-gog-h {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    z-index: 999;
}
.title-opt {
    background: url(../../images/reload.png) no-repeat 50px;
    background-size: 30px;
    margin: 0;
    padding: 5px 5px 5px 26px;
}
.btn-block {
    width: 100%;
}
.title-like {
    background-image: url('../../images/up.png');
    padding: 5px 5px 5px 41px;
}
.card-table-res table {
    margin-bottom: 0px;
}
.table-responsive {
    max-height: 500px;
}
/*.table-responsive tbody {
    display: block;
    overflow: scroll;
}
.table-responsive thead, .table-responsive tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}*/
.badge-c {
    font-size: 10px;
    background-color: #ff4b00;
    background-image: none;
    font-weight: normal;
}
.btn-download-c i {
    font-size: 12px !important;
}
.drop-section p {
    font-size: 12px;
    font-weight: 500;
    /*text-shadow: 1px 1px #fff;*/
}
#btnAdInfo {
    position: fixed;
    width: 40px;
    display: block;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    bottom: 20px;
    right: 20px;
    z-index: 99999999;
}
#btnAdInfo img {
    width: 100%;
}
.frame-bg-gray {
    background-color: rgb(0 0 0 / 49%);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 9;
}

@media screen and (max-width: 990px){
    #header .container-fluid {
        padding: 0 10px;
    }
    .navbar-toggler {
        padding: 0px;
    }
    .navbar-collapse {
        margin-top: 10px;
    }
    #content {
        transform: none;
        top: 0;
    }
    /*.container-table {
        display: block;
        position: static;
        height: auto;
        padding: 0 15px;
    }
    .vertical-center-row {
        display: block;
        vertical-align: initial;
    }*/
}
@media screen and (max-width: 768px){
    body {
        background-image: none !important;
    }
    /*.table-responsive thead, .table-responsive tbody tr {
        display: block !important;
        width: auto;
    }*/
    #frame-bg {
        display: none;
    }
}
@media screen and (max-width: 414px){
    #content {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .card-table-res {
        margin-top: 20px;
    }
    .fileContainer {
        background-position: 17%;
    }
    /*.card-cog .card-body {
        padding-top: 20px !important;
    }*/
    /*#optimizer-content {
        display: contents;
    }*/
}