.container {
    max-width: 450px;
}


/* body {
    background-color: #1d1d1d !important;
    font-family: "Asap", sans-serif;
    color: #989898;
    margin: 10px;
} 
body {
    margin: 0;
}
*/

#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.green {
    background-color: #6fb936;
}

.thumb {
    margin-bottom: 30px;
}

.page-top {
    margin-top: 85px;
}

img.zoom {
    width: 100%;
    max-height: 150px;
    max-width: 150px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    min-height: 70px;
    min-width: 70px;
}

img.img-fluid {
    border-radius: 15px !important;
    height: 100px;
    width: 140px;
}

p {
    /*overflow: scroll;
    white-space: nowrap;*/
    /*width: 100%;*/
}

.transition {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    /*display:none;  */
}

.item .item-content {
    padding: 30px 35px
}

.image-upload {
    width: 100%;
    height: 100%;
    border: 1px dashed #ddd;
    border-radius: 5px;
    /*margin-bottom: 20px;*/
    position: relative;
    text-align: center;
    background: #f8f8f9;
    color: #666;
    /*overflow: hidden;*/
}

.item-wrapper form img {
    margin-bottom: 20px;
    width: auto;
    height: auto;
    max-height: 400px;
    width: auto;
    border-radius: 5px;
    overflow: hidden
}

.image-upload img {
    height: 100% !important;
    width: auto !important;
    border-radius: 0px;
    margin: 0 auto
}

.image-upload i {
    font-size: 6em;
    color: #ccc
}

.image-upload input {
    cursor: pointer;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0
}

.item-wrapper input {
    height: 43px;
    line-height: 43px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px
}

#image {
    width: 50%;
}

#imagefile {
    width: 50%;
}

.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 50%; */
}

.modal-dialog {
    width: 98%;
    max-width: 600px;
    min-width: 200px;
    min-height: 200px;
    max-height: 400px;
    /* margin: 10px; */
}

.imgrest {
    border: dotted;
    margin: 10px;
}

canvas {
    width: 45%;
    /*border: dotted;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#result {
    /*max-width: 50%;*/
    display: table-row;
    vertical-align: middle;
    margin: 0;
    /*position: absolute;*/
    top: 50%;
    left: 50%;
    margin-right: -50%;
    /*border: dotted;*/
    min-width: 300px;
    /*transform: translate(-50%, -50%);*/
}

.margin {
    margin: 20px;
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: right;
}

.containerdd {
    /*background-color: #f8f8f9;*/
    padding: 1rem;
    margin-top: 1rem;
}

.draggable {
    padding: 1rem;
    background-color: white;
    border: 1px solid black;
    cursor: move;
}

.draggable.dragging {
    opacity: .5;
}

.title_line {
    white-space: normal;
    word-break: break-all;
}

.background_trans {
    background-color: transparent !important;
}

#uploadfileModal {
    overflow-y: hidden;
    padding-left: 0px;
}

.thumbnail {
    padding-bottom: 4px;
    border-radius: 3px;
    line-height: 13px;
    border: 1px solid #EEE;
    position: relative;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.034);
    transition: all 0.25s ease;
}

.thumbnail a:hover {
    text-decoration: none;
}

.thumbnail:hover {
    box-shadow: 1px 2px 15px rgba(116, 189, 226, 0.25);
    transition: all 0.35s ease;
}

.thumbnail h3 {
    font-size: 90%;
    /* margin: 0 0 0 3px; */
    /* padding: 8px 10px 0 0; */
    /* text-overflow: ellipsis; */
    white-space: nowrap;
    overflow: hidden;
    /* font-weight: 600; */
    /* line-height: 18px; */
}

.thumbnail h3 a {
    color: #444;
}

.thumbnail h3 a:hover {
    color: #EF6644;
}

.thumbnail img.img-rounded {
    border-radius: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    /* margin: 4px 4px 0 0; float: left; border-radius: 3px; */
}

.thumbnail small {
    font-size: 85%;
    color: #999;
    padding: 0 0 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.thumbnail small a {
    color: #999;
    text-decoration: none;
}

.thumbnail small a:hover {
    color: #EF6644;
}

.thumbnail .stats {
    /* line-height: 14px; 
  bottom: 60px;  
*/
    right: -3px;
    top: 10px;
    position: absolute;
    /* background-color: #FFF; */
}

.thumbnail .selectbox {
    left: 6px;
    top: 10px;
    position: absolute;
}

.thumbnail .stats a {
    font-size: 95%;
    color: #BBB;
    text-decoration: none;
}

.thumbnail .stats span {
    margin-left: 3px;
}

.filelist {
    margin: 5px !important;
}

.filelist img {
    padding: 5px;
}

.accordion.width {
    display: flex;
}

.accordion.width .card {
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    min-width: min-content;
}

.accordion.width .card .card-header {
    cursor: pointer;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
}

.accordion.width .card .card-header:not(.collapsed) {
    pointer-events: none;
}

.collapsing.width {
    transition: width 0.35s ease;
    height: auto;
    width: 0;
}

.dropbtn {
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #399cc4;
}

.image-parent {
    max-width: 40px;
    display: ruby;
    margin-right: 40px;
}

.li-items {
    margin: 2px;
}

.list_view_ul {
    border: 0px;
}