/* Empty. Add your own CSS if you like */
:root{
    --main-color : #f69000;
    --second-color : #dadadf;
}

/*.bar-stable  .item-content{
  background-color: var(--second-color);
}*/

.rtl{
  direction:  rtl;
}

.name{
  float : right;
}

.code{
  float: left;
}

.clearText{
  background-color: white;
}

.item-floating-label {
  display: block;
  background-color: transparent;
  box-shadow: none; }
  .item-floating-label .input-label {
    position: relative;
    padding: 5px 10px 0 0;
    opacity: 0;
    top: 10px;
    -webkit-transition: opacity 0.15s ease-in, top 0.2s linear;
    transition: opacity 0.15s ease-in, top 0.2s linear;
  }
    .item-floating-label .input-label.has-input {
      opacity: 1;
      top: 0;
      -webkit-transition: opacity 0.15s ease-in, top 0.2s linear;
      transition: opacity 0.15s ease-in, top 0.2s linear;
    }

    .item-input > span{
      font-weight: bolder;
    } .item-input input::placeholder{
      font-weight: bolder;
    }

    .input-cb {
      border: none;
      direction: rtl;
      padding-right: 50px;
      font-weight: bold;
    }


      /*round button*/
      .btn-new{
      	position: absolute;
        width: 65px;
        height: 44px;
      	bottom:20px;
      	left:20px;
      	background-color:var(--main-color);
      	color:#FFF;
      	/* border-radius:50px; */
        border-width: 0px;
      	text-align:center;
      	box-shadow: 2px 2px 3px #999;
        font-size: 30px;
      }

      .my-float{
      	margin-top: 22px;
      }

.noBorders{
  border-width: 0px;
}

.btnSave{
  background-color: var(--main-color);
  box-shadow: 2px 2px 3px #999;
  width: 50%;
  font-weight: bold;
}

.btnCancel{
  background-color: var(--second-color);
  box-shadow: 2px 2px 3px #999;
  width: 50%;
  font-weight: bold;
}

.menu-list .item{
  /*padding-right: 10px;*/
  /*padding-bottom: 2px;*/
  /*border-bottom: 3px solid var(--main-color);*/
  /*border-top-width: 0px;*/
}
/*.menu-list .item{
  padding-right: 10px;
  padding-bottom: 2px;
  border-bottom-width: 0px;
  border-top-width: 0px;
  border: solid var(--main-color);
}*/
.menu-list .item .item-content{
  /*background-color: var(--main-color);*/
  /*border-bottom: 2px solid var(--main-color);*/
  /*padding-right: 10px;*/
  direction: rtl;
  cursor: pointer;
  color: var(--main-color);
  font-weight: bold;
  font-size: 15px;
}

.items-list .item .item-content{
  cursor: pointer;
}
.items-list .item .item-content .code{
  float: right;
  margin-left: 5px;
}
.items-list .item .item-content .name{
  float: right;
}
.items-list .item .item-content .price{
  float: left;
  font-size: 25px;
  color: var(--main-color);
}
.car-no{
  float: left;
}

.menu-item{
  direction: rtl;
  cursor: pointer;
}
.menu-item .text-img{
  float: right;
  margin-left: 5px;
  font-size: 25px;
}
.menu-item .arrow-img{
  float: left;
  cursor: pointer;
  /*width: 15%;*/
  text-align: left;
}

.menu-inner-item{
  direction: rtl;
  margin-bottom: 1px;
  margin-top: 1px;
  padding-right: 40px;
  background-color: var(--second-color);
  border-width: 0px 0px 0px 0px;
}
.menu-inner-item .text-img{
  float: right;
  margin-left: 5px;
  font-size: 25px;
}
.menu-inner-item .arrow-img{
  float: left;
  cursor: pointer;
  text-align: left;
}

.menu-inner-list .item{
  padding-right: 5px;
  padding-bottom: 2px;
  border-bottom-width: 0px;
  font-weight: bold;
  /*border-top-width: 0px;*/
}
.menu-inner-list .item .item-content{
  color: var(--main-color);
  direction: rtl;
  cursor: pointer;
  font-size: 15px;
}

/* ion-item[menu-close] *{
  font-size: 15px !important;
} */

.searchInp{
  border-radius:20px;
  direction: rtl;
  width: 100%;
  background-color: var(--second-color);
  padding-right: 15px;
}
.searchBtn{
  position: absolute;
  left: 25px;
  bottom: 18px;
  background-color: transparent;
  font-size: 30px;
  cursor: pointer;
}

.btn{
  position: absolute !important;
  left: 15px;
  /* padding: 5px !important; */
  margin-left: 8px;
  background-color: var(--main-color);
  font-size: 20px !important;
  color: white;
  height: 10px !important;
}
 /* .search-bar button:hover, .search-bar button:focus{
  font-size:40px;
  color: var(--main-color);
} */

/* .des-ui-grid{
  width: 100% !important;
  height: 1000px !important;
  margin-top: 10px;
} */
.grid-delete-btn{
  color: red;
  cursor: pointer;
}

.search-bar{
}
.search-bar input{
  border-radius:5px;
  direction: rtl;
  width: 100%;
  background-color: var(--main-color);
  color: white;
  padding-right: 15px;
} .search-bar input::placeholder{
  color: white;
}
.search-bar .col-90{
  /* padding-left: 7px; */
}
.search-bar button{
  position: absolute !important;
  left: 5px;
  /* padding: 0px !important; */
  /* margin-left: 8px; */
  /* background-color: var(--main-color); */
  font-size: 10px !important;
  color: white;
  /* height: 50% !important; */
} .search-bar button:hover, .search-bar button:focus{
  color: white;
}

.inq-close{
  width: 10%;
  border: groove 1px;
} .inq-close-btn{
  color: red;
  font-size: 25px;
  padding-top: auto;
  padding-bottom: auto;
  display:block;
  margin:auto !important;
  width:50%;
  height: 100%;
  vertical-align: middle !important;
  text-align: center;
  cursor: pointer;
} .inq-search{
  width: 90%;
  padding-left: 8px;
} .inq-grid-row{
  border-top: groove 1px;
  border-bottom: groove 1px;
  padding: 0px !important;
  margin: 0px !important;
  cursor: pointer;
} .inq-grid-row:hover{
  background-color: #6592ff;
} .inq-grid-row .col{
  text-align: center;
} .inq-grid-row .row{
  padding: 0px !important;
  margin: 0px !important;
}

.ts{
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, var(--second-color)), color-stop(1,white));
  direction: rtl;
  cursor: default !important;
  padding:0px !important;
}.ts-btn{
  font-size: 15px !important;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: bold !important;
  /* color: var(--main-color); */
} .ts-separator{
  border-left: solid 1px silver;
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
}

.header-cb{
  font-size: 19px;
  vertical-align: middle;
  margin: 0px;
}

.msg-body{
  width: 30% !important;
  height: 10% !important;
  right: 35%;
  left: 35%;
  top: 30%;
  bottom: 30%;
} .msg-title{
  width: 90%;
  font-size: 20px;
} .msg-btns{
  height: 80%;
  width: 80%;
} .msg-alert{
  color: var(--main-color);
  width: 10%;
  font-size: 25px;
  cursor: pointer;
}

.pnl{
  background-color: var(--main-color);
  height: 50px !important;
  /* margin-top: 10px; */
  direction: rtl;
  padding-right: 0px !important;
  padding-top: 8px !important;
  cursor: default !important;
} .pnl-item{
  font-size: 17px;
  position: relative;
  bottom: 50%;
} .pnl-lbl{
  float: right;
  font-size: 15px;
  margin-top: 5px;
  margin-right: 5px;
  /*width: 60px;*/
  /*border-bottom: solid 2px white;*/
  /*padding-bottom: 5px;*/
  /*height: 25px;*/
  /*color: white;*/
} .pnl-inp{
  /*background-color: white;*/
  float: right;
  /*border-style: ridge;*/
  border-width: 2px;
  border-color: black;
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
}

.drop-down{
  height: 150px;
  border: groove 1px;
  border-color: inherit;
  position: absolute;
  background-color: white;
  white-space: nowrap;
  z-index: 3;
  overflow-y: scroll;
  min-width: 120px;
  margin: 0px ! important;
}

.drop-down-item{
  cursor: pointer;
  width: 100% !important;
  height: 30px;
  padding-right: 5px;
  padding-left: 5px;
} .drop-down-item:hover{
  background-color: #6592ff;
  color: white;
} .drop-down-item-highlight{
  background-color: #6592ff;
  color: white;
}

.cols-list{
  position: absolute;
  z-index: 1;
  width: 50% !important;
  overflow-y: scroll;
}

.input-item{
  display:block;
  /*border-bottom:groove 1px;*/
  /*border-top:groove 1px;*/
}

.drop-down-button{
  position: relative;
  left: 5px;
  bottom: 23px;
  float: left;
  width: 20%;
  cursor: pointer;
  direction: ltr;
}

.ds-input{
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  border-bottom: 1px solid black !important;
  width: 100% !important;
  height: 22px !important;
} .ds-input:focus{
  background-color: white !important;
}

.ds-select{
  width:100%;
  background-color:var(--main-color);
  border-color:black;
} .ds-select:focus, .ds-select:hover{
  background-color: white;
}

.ds-textarea{
  background: transparent !important;
  width: 100% !important;
} .ds-textarea:focus{
  background-color: white !important;
}

.input-item-col{
  padding: 0px 10px 0px 0px !important;
  overflow: hidden !important;
  white-space: nowrap;
}

.fab-menu{
    position: absolute;
    left: 10px;
    bottom: 100px;
    width: 60px;
    li{
        width: 50px;
        height: 50px;
        margin: 10px 5px;
        button{
            position: relative;
            width: 50px !important;
            height: 50px !important;
        }
    }
}

.button-float:hover{
  -webkit-transform: translate3d(0, -1px, 0)  !important;
  transform: translate3d(0, -1px, 0) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4) !important;
}

.thumb{
  width:200px;
  height:200px;
  float:right;
  margin-right: 10px;
}
.thumb-delete{
  color: red;
  background-color: transparent;
  font-size: 30px;
  color: red !important;
  cursor: pointer;
  margin-right: 5px;
}

.ds-btn-fill1{
  background-color:var(--main-color);
  font-weight: bold;
} .ds-btn-fill1:focus{
  background-color:var(--second-color);
  font-weight: bold;
}

.ds-grid{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  table-layout: fixed;
  direction: rtl;
} .ds-grid th, .ds-grid td{
  text-align: right;
  width: 100%;
  padding: 5px;
  white-space: nowrap;
  overflow:hidden;
  border: 1px solid #ddd;
  font-size: 12px;
} .ds-grid tr:nth-child(even){
  background-color: #f2f2f2;
} .ds-grid th{
  font-weight: bold;
} .ds-grid .footer{
  white-space: normal !important;
  font-weight:bold;
}

.grid-not-approved{
  color: var(--main-color);
  font-weight: bolder;
}

.list-not-approved{
  border-bottom: 3px solid var(--main-color) ! important;
}

.ds-btn-fill2{
  background-color:var(--second-color);
  font-weight: bold;
}

.filter-col{
  padding: 0px 5px 0px 5px !important;
  margin: 0px !important;
}

.filter-cb{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 50px;
  direction: rtl;
  font-size: 15px;
  width: 100%;
  margin-top: 15px;
  border: none;
  border-bottom: solid 1px;
  z-index: 0;
}

.filter-row{
  padding: 0px 5px 0px 5px !important;
  margin: 0px !important;
  direction: rtl;
}

.errors{
  width: 100%;
  height: 100%;
  background-color: var(--second-color);
  direction: rtl;
} .errors > div{
  color: var(--main-color);
  padding-right: 5px;
} .errors + button{
  background-color: var(--main-color) !important;
  position: absolute !important;
  bottom: 0px;
}

.button-float{
  width: 65px !important;
  height: 44px !important;
  background: var(--main-color);
  color:white !important;
  z-index: 1 !important;
  position: absolute !important;
  left: 0px;
  /*border-radius: 50% !important;*/
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transition: 0.2s linear !important;
  transition: 0.2s linear !important;
  -webkit-transition-property: -webkit-transform, all !important;
  transition-property: transform, all !important;
}

/*.button-float{
  width: 65px;
  height: 50px;
  background: var(--main-color);
  color:white !important;
  float: left;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transition: 0.2s linear !important;
  transition: 0.2s linear !important;
  -webkit-transition-property: -webkit-transform, all !important;
  transition-property: transform, all !important;
}*/

.list-float{
  position:absolute;

  display: block;
  /*width:100%;*/
}

.list-float li{
  /*width: 100%;*/
  margin-top: 5px;
  display:block !important;
  /*float:left;*/
}
.tooltip {
  z-index: 1 !important;
  position: absolute !important;
  left: 65px;
  display: inline-block;
  text-align: left;
  padding: 13px 0px 0px 5px !important;
  cursor: pointer;
}
/*.tooltip {
    display: inline-block;
    text-align: left;
    padding: 15px 0px 0px 5px !important;
    float: left;
}*/

.tooltip .tooltiptext {
    /*width: 85% !important;*/
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0px 25px 0px 25px;
    position: relative;
    /*margin-top: auto !important;
    margin-bottom: auto !important;*/
    float: left;
    /*display: none;*/
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transition: 0.2s linear !important;
    transition: 0.2s linear !important;
    -webkit-transition-property: -webkit-transform, all !important;
    transition-property: transform, all !important;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    margin-left: -9px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent var(--main-color) transparent transparent;
}

.dat-button{
  border: 0px;
  border-bottom: 1px solid black;
  height:22px;
  width:100%;
  background:transparent;
  text-align:right;
}.dat-button:focus{
  background: white;
}

.no-padding{
  padding: 0px !important;
}
.no-padding > * {
  padding: 0px !important;
}

.print-dialog-btn{
  /*font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: var(--main-color);*/
  /*padding: 5px !important;*/
}

/*.print-dialog-item{
  padding: auto;
}
.print-dialog-item > i {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: var(--main-color);
  display: inline-block;
  float: right;
  width: 100%;
  text-align: center;
}
.print-dialog-item > p{
  font-size: 20px;
  text-align: center;
  width: 100%;
}*/
.print-dialog-buttons  i {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: var(--main-color);
  display: inline-block;
  float: right;
  width: 100%;
  text-align: center;
}
.print-dialog-buttons  p{
  font-size: 20px;
  text-align: center;
  width: 100%;
}

.col > p {
  font-weight: bold;
}

.active-tab {
  background: var(--main-color) !important;
}

.deposit-cheque{
  direction: rtl;
  padding: 0px !important;
  margin: 0px !important;
  border: 1px groove;
  cursor: pointer;
  height: 40px;
  /*padding: 0px !important;*/
}
.deposit-cheque *{
  /*direction: rtl;*/
  padding: 2px 5px 2px 0px !important;
  /*padding: 0px !important;*/
}
.deposit-cheque:hover{
  background-color: #6592ff;
}

.deposit-clear-search{
  font-size:25px;
  float:left;
  width:20%;
} .deposit-clear-search:hover, .deposit-clear-search:focus{
  font-size:30px;
  color: var(--main-color);
}

.selected-cheque, .selected-cheque:hover{
  background: var(--main-color) ;
}
.order-label{
  cursor: pointer;
  width: 100%;
  /* padding: 0px !important; */
  /* background: var(--main-color); */
  display: inline-block;
}
.order-label > span{
  font-weight: bold;
  float: right;
  /* margin-bottom: 5px; */
}
.order-label > i{
  float: left;
  position: relative;
  top: 50%;
  bottom: 50%;
  left: 5px;
}

.definition-modal{
  width: 80%;
  height: 80%;
  right: 10%;
  left: 10%;
  top: 10%;
  bottom: 10%;
} .definition-modal ion-header-bar{
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
} .definition-modal ion-header-bar *{
  text-align: center !important;
} .definition-modal .save{
  float: right;
  background: var(--main-color);
  font-weight: bold;
} .definition-modal .cancel{
  float: left;
  background: var(--main-color);
  font-weight: bold;
} .definition-modal .title{
  width: 100%;
}

.button span{
  font-weight: bold;
}

.main-screen-img{
  display:block;
  margin:2% auto 0px auto;width:50%;
  vertical-align: middle;
}

.main-screen-button{
  margin-top: 10%;
}
.main-screen-button * {
  padding: 0px !important;
}
.main-screen-button  img{
  width: 48px;
  height: 48px;
  /* display:block;
  margin: 0px auto 0px auto !important;
  vertical-align: middle; */
}

.main-screen-button .row > .col{
  text-align: center !important;
  cursor: pointer;
}

.login-screen-img{
  display:block;
  /* margin:5% auto 5% auto; */
  margin:44px auto auto auto;
  width:50%;
  /* height: 50%; */
}

.bar-stable, .bar-stable *{
  background-color: #6e6e6e !important;
  color: white !important;
}

.bar-stable * :focus{
  color: black !important;
}

.ds-footer{
  background-color: #6e6e6e;
  direction: rtl;
  padding:0px !important;
} .ds-footer i{
  font-weight:bold;margin:0px !important;font-size:12px;
} .ds-footer input{
  font-weight:bold;margin:0px !important;font-size:12px;
} .ds-footer *{
  background-color: #6e6e6e !important;
  color: white !important;
} .ds-footer * :focus{
  color: black !important;
}

.ds-summary-row{
  font-weight: bold;
  border: none !important;
  /* background-color: rgb(247, 247, 247) !important; */
   background-color: var(--second-color) !important;
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* font-size: 50px; */
  color: #fff;
  line-height: 20px;
  text-align: center;
  background: var(--main-color);
  font-weight: bold;
  z-index: 2;
  position:absolute;
  top:1%;
}

.txt-area{
  /* border: 1px groove; */
  /* border-radius: 15px; */
  padding: 15px;
  width: 100%;
}

textarea{
  border:  1px groove;
  width: 100%  !important;
  border-radius: 10px;
  padding: 10px;
  /* margin: 5px; */
  direction: rtl;
}

.full-height .scroll{
  height:100%;
}

.duplicate-reference {
  background-color: var(--main-color) !important;
  margin-bottom: 1px !important;
}

#menu-nav-links-container {
  overflow-y: scroll;
}

.password-error {
  color: red;
  font-size: 12px;
  white-space: normal;
}
.password-error::before {
  content: '*';
  color: red;
}
.password-error::after {
  content: '*';
  color: red;
}

.maintenance-blocked {
  width: 100%;
  height: 100%;
  padding-top: 10%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.maintenance-blocked img {
  width: 400px;
  height: 400px;
  margin-bottom: 30px;
}
.maintenance-blocked h2, .maintenance-blocked h4 {
  text-align: center;
}
.maintenance-blocked button {
  margin-top: 30px;
}

.snackbar {
  visibility: hidden;
  min-width: 250px;
  transform: translate(-50%);
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
  box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.26);
  cursor: pointer;
}
.snackbar.show {
  visibility: visible;
}
.snackbar span {
  font-weight: bold;
  font-size: 15px;
}

input[type=checkbox].ng-not-empty + i.checkbox-icon::before {
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.e-grid .e-groupdroparea {
    background: var(--main-color) !important;
}

.note-grid:nth-child(even) {
  background-color: #f0f0f3;
}

#company-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}
#company-info img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: 0 0 10px 5px #6e6e6e70;
}
#company-info p[name=company] {
  margin: 12px 0;
  font-size: 16px;
}
#company-info p[name=user] {
  color: #6e6e6e;
}

.disabled-grid-cell {
  color: #9c9c9c;
}
.bold-grid-cell {
  font-weight: bold;
}
.red-bold-grid-cell {
  font-weight: bold;
  color: red;
}
.green-bold-grid-cell {
  font-weight: bold;
  color: green;
}

.item-attachment {
  width: 20vw;
}
.item-attachment img {
  width: 100%;
}
.item-attachment h3 {
  color: red;
}
.item-attachment .close {
  position: absolute;
  margin: -12px -24px;
  color: var(--main-color);
  background: #fff;
}

.item-attachment-cover {
  border: 3px solid var(--main-color);
}

.items-modal {
  top: 0;
  right: 10%;
  bottom: 0;
  left: 10%;
  min-height: 240px;
  width: 80%;
  background: #f7f7f7;
}
.items-modal .save{
  background: var(--main-color);
  font-weight: bold;
} .items-modal .cancel{
  background: var(--main-color);
  font-weight: bold;
}
.items-modal ion-header-bar{
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
}
.grid-items-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  height: calc(100% - 140px);
  overflow: scroll;
}
.grid-items-item {
  text-align: center;
  box-shadow: 0 1px 5px rgba(0,0,0,.2);
  border-radius: 5px;
  margin: 10px;
  background: #fff;
  height: fit-content;
}
.grid-items-item img {
  height: 220px;
  width: 100%;
  min-height: 150px;
  border-radius: inherit;
  overflow-clip-margin: content-box;
  overflow: clip;
}
.grid-items-item [name=check]{
  position: absolute;
  z-index: 1;
  color: var(--main-color);
  display: none;
}
.item-name {
  background: #f7f7f7;
  padding: 10px 0;
  margin: 0;
}
.item-actions {
  border-radius: inherit;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.item-price {
  background: #9ac85a;
  border-radius: inherit;
  color: #fff;
  padding: 2px 4px;
  display: block;
  height: 24px;
  font-size: 16px;
  font-weight: bold;
}
.item-attachment-selected [name=check] {
  display: block;
}
.item-attachment-selected img {
  opacity: .5;
}
.item-attachment-preview {
  display: flex;
  justify-content: space-between;
  margin: 44px 0 10px 0;
}
.item-attachment-preview img {
  width: 500px;
  height: 550px;
}

@media screen and (max-width: 600px) {
  .maintenance-blocked img {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 700px) {
  .main-screen-img{
    display:block;
    margin:5% auto 0px auto;
    width:70%;
    vertical-align: middle;
  }

  .login-screen-img{
    display:block;
    margin:15% auto 5% auto;
    width:40%;
    vertical-align: middle;
  }

  .definition-modal{
    width: 100%;
    height: 100%;
    right: 0%;
    left: 0%;
    top: 0%;
    bottom: 0%;
  }

  .item-attachment {
    width: 80vw;
  }
}
