﻿:root {
    --sh-btn-print-pdf-background-color: #B93234;
    --sh-btn-save-background-color: #27A84A;
}


/*.sh-form-main-container {
    display: flex;
    flex-direction: column;
    width: 100%;*/
    /*background-color: gray;*/
    /*row-gap: 20px;
    padding-top: 15px;
    height: 100vh;
}*/



/*#region Inner Form*/

/*.sh-inner-form-container {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    overflow-y: auto;
}

.sh-inner-form-content {
    flex-grow: 1;
    padding-block: 10px;
    padding-inline: 10px;
}

.sh-inner-form-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
}

.sh-main-column {
    display: flex;
    flex-direction: column;
    row-gap: 4px;*/
    /*border: 1px solid gray;*/
/*}*/



/*#endregion*/

/*#region Controls reebon (الشريط السفلي للحفظ والالغاء)*/

.sh-form-btns-controls-container {
    width: 100%;
    height: 80px;
    margin-top: auto;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}

.sh-from-btn-controls-inner-container {
    display: flex;
    column-gap: 10px;
    align-items: center;
    padding-top: 20px;
    height: 100%;
    padding-bottom: 20px;
    padding-inline: 20px;
    border-top: 1px solid gray;
}

/*#endregion*/

/*#region Dialog (transaction details)*/

.sh-dialog-background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
    background-color: rgba(0,0,0,0.5);
    overflow: auto;
    z-index: 99;
}

.sh-dialog-background .container {
  height: 100vh;
  width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
}

.sh-dialog-background .container .dialog-form {
  width: 50vw;
  height: fit-content;
  border: solid 1px #ccc;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  padding-block: 20px;
  row-gap: 20px;
}


.dialog-form > div:nth-of-type(2) {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    column-gap: 15px;
    /*margin-top: 10px;*/
}

.sh-heek {
    display: none;
}

/*#endregion*/