@font-face {
  font-family: 'IRANSans';
  src: url(/fonts/IRANSans.eot);
  src: url(/fonts/IRANSans.eot?#iefix) format('embedded-opentype'),
       url(/fonts/IRANSans.otf) format('otf'),
       url(/fonts/IRANSans.svg#IRANSans) format('svg'),
       url(/fonts/IRANSans.ttf) format('truetype'),
       url(/fonts/IRANSans.woff) format('woff'),
       url(/fonts/IRANSans.woff2) format('woff2');
}
.custom-file {
    position: relative;
    display: inline-block;
    /* width: 100%; */
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
	margin-left:150px;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 50px;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border-radius: .25rem;
    width: 150px;
    height: auto;
}
.imagecontainer{
width:100%;
height:200px;
display: contents;
/*overflow:hidden;*/
}
.manage-header__actions {
    display: flex;
    align-items: flex-end;
    font-size: 16px;
}
.manage-header__actions {
    justify-content: flex-end;
}
.manage-header__headline {
    font-size: 20px;
    color: rgba(0,0,0,.87);
    opacity: 1;
}
.manage-header__status {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: .67em;
}
.manage-header__description {
    margin-bottom: 16px;
    font-weight: 300;
    color: rgba(0,0,0,.87);
    opacity: 1;
    font-size: 14px;
    white-space: pre-line;
}
.manage__tab-grid {
    padding-top: 16px;
    min-height: 500px;
}
.manage-header {
    padding-top: 1.5em;
    padding-bottom: 1em;
    font-size: 16px;
}