agora/store_ai_backend/src/static/css/old/style.css [199:534]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  color: #fff; }
  .fa-btn:hover .fa {
    color: #fff; }

.btn:focus {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25); }

.form-control {
  font-size: 14px;
  border: 1px solid #e3e3e3;
  padding: 19px;
  height: 39px; }

.custom-select {
  font-size: 14px;
  height: 39px; }

.custom-select:focus,
.form-control:focus {
  box-shadow: none;
  border: 1px solid #45c2de; }

.input-group .input-group-text {
  background: #fff;
  border-left: 0px; }
  .input-group .input-group-text .fa {
    color: #0EA61A; }

#loginSection {
  background: url(../img/splash.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh; }
  #loginSection .overlay {
    position: relative;
    height: 100vh; }
  #loginSection .col {
    position: relative;
    height: 100vh; }
  #loginSection .login-box h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px; }
  #loginSection .login-box form {
    background: #fff;
    box-shadow: 0px 0px 30px -15px;
    height: 300px;
    max-width: 400px;
    margin: auto;
    padding-top: 10px;
    border-radius: 10px; }
    #loginSection .login-box form .input-group {
      height: 100px;
      border-bottom: 1px solid #e3e3e3; }
      #loginSection .login-box form .input-group .form-control {
        height: 100%;
        border: none;
        background: transparent;
        color: #555;
        font-weight: 500;
        font-size: 20px;
        padding-left: 0; }
      #loginSection .login-box form .input-group .input-group-text {
        background: #fff;
        border: none;
        padding: 30px;
        transition: .4s; }
        #loginSection .login-box form .input-group .input-group-text .fa {
          font-size: 20px;
          color: #555; }
    #loginSection .login-box form .input-group:focus-within {
      border-bottom: 1px solid #45c2de; }
      #loginSection .login-box form .input-group:focus-within .input-group-text {
        padding-left: 20px; }
        #loginSection .login-box form .input-group:focus-within .input-group-text .fa {
          color: #45c2de; }
    #loginSection .login-box form .btn {
      background: linear-gradient(180deg, #34b7e5 25%, #4bcbd8 75%);
      margin-top: 23px;
      padding: 10px 50px;
      border-radius: 30px;
      border: none;
      font-size: 16px;
      font-weight: 600; }
    #loginSection .login-box form .btn:hover {
      color: #fff;
      box-shadow: 0px 0px 30px -15px; }
    #loginSection .login-box form ::-webkit-input-placeholder {
      font-size: 18px !important;
      color: #555; }

/*========================================*/
/*========================================*/
/*========================================*/
#mainSection {
  position: fixed;
  border-radius: 5px;
  height: 1200;
  width: 1390;
  top: 1.5vh;
  overflow: hidden;
  /*========================================*/
  /*========================================*/
  /*========================================*/ }
  #mainSection .col-xl-6 {
    padding: 5px 0;
    background: #ebecee;
    border: 1px solid #e3e3e3;
    border-radius: 5px; }
  #mainSection .calculation-area {
    height: 84vh;
    position: relative; }
    #mainSection .calculation-area #editable-select {
      border-radius: 3px; }
    #mainSection .calculation-area .input-group {
      background: #fff; }
    #mainSection .calculation-area option {
      font-size: 14px; }
  #mainSection .cart-table {
    position: absolute;
    top: 42px;
    width: 100%;
    overflow-x: auto; }
    #mainSection .cart-table thead {
      display: table;
      width: 100%;
      table-layout: fixed; }
    #mainSection .cart-table tbody {
      display: block;
      max-height: 548px;
      overflow-y: auto; }
    #mainSection .cart-table tr th:nth-child(1),
    #mainSection .cart-table tr td:nth-child(1) {
      width: 20%; }
    #mainSection .cart-table tr th:nth-child(2),
    #mainSection .cart-table tr td:nth-child(2) {
      width: 14%; }
    #mainSection .cart-table tr th:nth-child(3),
    #mainSection .cart-table tr td:nth-child(3) {
      width: 18%; }
    #mainSection .cart-table tr th:nth-child(4),
    #mainSection .cart-table tr td:nth-child(4) {
      width: 16%; }
    #mainSection .cart-table tr th:nth-child(5),
    #mainSection .cart-table tr td:nth-child(5) {
      width: 16%; }
    #mainSection .cart-table tr th:nth-child(6),
    #mainSection .cart-table tr td:nth-child(6) {
      width: 16%; }
    #mainSection .cart-table table td {
      vertical-align: baseline;
      padding: 0.25rem .75rem;
      border: none; }
      #mainSection .cart-table table td .form-control {
        height: 25px;
        padding: 5px;
        width: 70px; }
    #mainSection .cart-table .inc-dec {
      display: flex;
      align-items: center; }
      #mainSection .cart-table .inc-dec .form-control {
        width: 41px;
        border: none;
        background: none;
        padding: 0rem 0.75rem;
        height: calc(0em + 0.75rem + 2px); }
      #mainSection .cart-table .inc-dec .form-control:focus {
        box-shadow: none; }
      #mainSection .cart-table .inc-dec .btn {
        color: #000; }
    #mainSection .cart-table .value-button {
      background: #fff;
      border: 1px solid #e3e3e3;
      padding: 2px 7px;
      border-radius: 3px;
      cursor: pointer;
      transition: .4s; }
    #mainSection .cart-table .value-button:hover {
      background: #45c2de;
      border: 1px solid #45c2de;
      color: #fff; }
    #mainSection .cart-table .edit-btn {
      display: flex; }
      #mainSection .cart-table .edit-btn .fa-btn {
        padding: 8px 12px; }
      #mainSection .cart-table .edit-btn .fa-btn:first-child {
        margin-right: 1px; }
  #mainSection .final-calculation {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 5px;
    border-radius: 5px 5px 0px 0px;
    background: #dedfe1;
    overflow-x: auto; }
    #mainSection .final-calculation table td {
      vertical-align: baseline;
      padding: 0.3rem .75rem;
      border: none; }
      #mainSection .final-calculation table td .form-control {
        height: 25px;
        padding: 5px;
        width: 100px; }
    #mainSection .final-calculation .mini-table td {
      border-top: 0px; }
      #mainSection .final-calculation .mini-table td .fa {
        cursor: pointer; }
      #mainSection .final-calculation .mini-table td .fa:hover {
        cursor: pointer; }
  #mainSection .calculator {
    position: absolute;
    bottom: -15px;
    left: -15px;
    z-index: 1;
    width: 272px;
    overflow: hidden;
    margin: 20px;
    padding: 3px;
    display: inline-block;
    background: #dedfe1;
    border: 1px solid #a6d0e6;
    border-radius: 5px; }
    #mainSection .calculator .displayBox {
      padding: 10px;
      background: #fff;
      border: 1px solid #e3e3e3;
      margin: 3px;
      border-radius: 5px; }
      #mainSection .calculator .displayBox p {
        font-size: 24px;
        font-weight: 500; }
    #mainSection .calculator table td .btn {
      background: #fff;
      border: 1px solid #dedfe1;
      font-size: 16px;
      font-weight: 500;
      color: #666;
      border-radius: 5px;
      width: 60px !important;
      height: 50px !important;
      margin: 3px !important;
      cursor: pointer;
      transition: .4s; }
    #mainSection .calculator .btn:hover {
      background: #45c2de;
      border: 1px solid #45c2de;
      color: #fff; }
    #mainSection .calculator .equal {
      position: relative; }
      #mainSection .calculator .equal #equals {
        position: absolute;
        top: 0;
        width: 126px !important; }
  #mainSection .bottom-area-btns .btn {
    width: 100%;
    min-width: 90px;
    margin: 0 1px;
    padding: 12px 0;
    height: 60px;
    color: #fff; }
    #mainSection .bottom-area-btns .btn .fa {
      display: block;
      color: #fff; }
  #mainSection .bottom-area-btns .calculator-btn:hover,
  #mainSection .bottom-area-btns .calculator-btn.active-btn {
    color: #fff;
    background: #45c2de;
    border: 1px solid #45c2de; }
  #mainSection .top-area-btns {
    margin-bottom: 2px;
    table-layout: fixed; }
  #mainSection .right-part {
    display: flex; }
    #mainSection .right-part .btn {
      width: 100%;
      margin: 0 1px; }
  #mainSection .show-on-mob {
    display: flex;
    justify-content: center;
    margin-bottom: 2px; }
    #mainSection .show-on-mob .btn {
      display: inline-block;
      width: 100%;
      margin: 0 1px; }
    #mainSection .show-on-mob .btn.active-btn {
      color: #fff;
      background: #45c2de;
      border: 1px solid #45c2de; }
  #mainSection .product-area {
    height: 996px;
    overflow: hidden; }
    #mainSection .product-area .form-control {
      border-left: 0px; }
    #mainSection .product-area .form-control:focus {
      border: 1px solid #e3e3e3;
      border-left: 0px; }
  #mainSection .top-area {
    display: flex;
    margin-bottom: 2px; }
    #mainSection .top-area .input-group {
      width: 100%;
      margin: 0 1px; }
    #mainSection .top-area .edit-icon {
      display: flex;
      margin-left: auto; }
      #mainSection .top-area .edit-icon .btn {
        margin: 0 1px; }
    #mainSection .top-area .input-group-text {
      background: #fff;
      border: 1px solid #e3e3e3;
      border-right: 0px;
      padding-right: 0; }
  #mainSection .mob-btns {
    margin: 1px 1px 2px 1px; }
    #mainSection .mob-btns .btn {
      width: 100px;
      padding: 12px 8px; }
    #mainSection .mob-btns .btn.active-btn {
      color: #fff;
      background: #45c2de;
      border: 1px solid #45c2de; }
  #mainSection .accesories {
    display: inline-flex;
    margin-top: 2px; }
  #mainSection .side-indicator {
    width: calc(100% - 83%);
    height: 88vh;
    overflow: auto;
    margin-right: 1px; }
    #mainSection .side-indicator .btn {
      width: 100%;
      margin: 1.5px 0;
      padding: 12px 8px;
      overflow: hidden;
      font-weight: 500;
      font-size: 18px;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



agora/store_ai_backend/src/static/css/style.css [206:541]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  color: #fff; }
  .fa-btn:hover .fa {
    color: #fff; }

.btn:focus {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25); }

.form-control {
  font-size: 14px;
  border: 1px solid #e3e3e3;
  padding: 19px;
  height: 39px; }

.custom-select {
  font-size: 14px;
  height: 39px; }

.custom-select:focus,
.form-control:focus {
  box-shadow: none;
  border: 1px solid #45c2de; }

.input-group .input-group-text {
  background: #fff;
  border-left: 0px; }
  .input-group .input-group-text .fa {
    color: #0EA61A; }

#loginSection {
  background: url(../img/splash.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh; }
  #loginSection .overlay {
    position: relative;
    height: 100vh; }
  #loginSection .col {
    position: relative;
    height: 100vh; }
  #loginSection .login-box h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px; }
  #loginSection .login-box form {
    background: #fff;
    box-shadow: 0px 0px 30px -15px;
    height: 300px;
    max-width: 400px;
    margin: auto;
    padding-top: 10px;
    border-radius: 10px; }
    #loginSection .login-box form .input-group {
      height: 100px;
      border-bottom: 1px solid #e3e3e3; }
      #loginSection .login-box form .input-group .form-control {
        height: 100%;
        border: none;
        background: transparent;
        color: #555;
        font-weight: 500;
        font-size: 20px;
        padding-left: 0; }
      #loginSection .login-box form .input-group .input-group-text {
        background: #fff;
        border: none;
        padding: 30px;
        transition: .4s; }
        #loginSection .login-box form .input-group .input-group-text .fa {
          font-size: 20px;
          color: #555; }
    #loginSection .login-box form .input-group:focus-within {
      border-bottom: 1px solid #45c2de; }
      #loginSection .login-box form .input-group:focus-within .input-group-text {
        padding-left: 20px; }
        #loginSection .login-box form .input-group:focus-within .input-group-text .fa {
          color: #45c2de; }
    #loginSection .login-box form .btn {
      background: linear-gradient(180deg, #34b7e5 25%, #4bcbd8 75%);
      margin-top: 23px;
      padding: 10px 50px;
      border-radius: 30px;
      border: none;
      font-size: 16px;
      font-weight: 600; }
    #loginSection .login-box form .btn:hover {
      color: #fff;
      box-shadow: 0px 0px 30px -15px; }
    #loginSection .login-box form ::-webkit-input-placeholder {
      font-size: 18px !important;
      color: #555; }

/*========================================*/
/*========================================*/
/*========================================*/
#mainSection {
  position: fixed;
  border-radius: 5px;
  height: 1200;
  width: 1390;
  top: 1.5vh;
  overflow: hidden;
  /*========================================*/
  /*========================================*/
  /*========================================*/ }
  #mainSection .col-xl-6 {
    padding: 5px 0;
    background: #ebecee;
    border: 1px solid #e3e3e3;
    border-radius: 5px; }
  #mainSection .calculation-area {
    height: 84vh;
    position: relative; }
    #mainSection .calculation-area #editable-select {
      border-radius: 3px; }
    #mainSection .calculation-area .input-group {
      background: #fff; }
    #mainSection .calculation-area option {
      font-size: 14px; }
  #mainSection .cart-table {
    position: absolute;
    top: 42px;
    width: 100%;
    overflow-x: auto; }
    #mainSection .cart-table thead {
      display: table;
      width: 100%;
      table-layout: fixed; }
    #mainSection .cart-table tbody {
      display: block;
      max-height: 548px;
      overflow-y: auto; }
    #mainSection .cart-table tr th:nth-child(1),
    #mainSection .cart-table tr td:nth-child(1) {
      width: 20%; }
    #mainSection .cart-table tr th:nth-child(2),
    #mainSection .cart-table tr td:nth-child(2) {
      width: 14%; }
    #mainSection .cart-table tr th:nth-child(3),
    #mainSection .cart-table tr td:nth-child(3) {
      width: 18%; }
    #mainSection .cart-table tr th:nth-child(4),
    #mainSection .cart-table tr td:nth-child(4) {
      width: 16%; }
    #mainSection .cart-table tr th:nth-child(5),
    #mainSection .cart-table tr td:nth-child(5) {
      width: 16%; }
    #mainSection .cart-table tr th:nth-child(6),
    #mainSection .cart-table tr td:nth-child(6) {
      width: 16%; }
    #mainSection .cart-table table td {
      vertical-align: baseline;
      padding: 0.25rem .75rem;
      border: none; }
      #mainSection .cart-table table td .form-control {
        height: 25px;
        padding: 5px;
        width: 70px; }
    #mainSection .cart-table .inc-dec {
      display: flex;
      align-items: center; }
      #mainSection .cart-table .inc-dec .form-control {
        width: 41px;
        border: none;
        background: none;
        padding: 0rem 0.75rem;
        height: calc(0em + 0.75rem + 2px); }
      #mainSection .cart-table .inc-dec .form-control:focus {
        box-shadow: none; }
      #mainSection .cart-table .inc-dec .btn {
        color: #000; }
    #mainSection .cart-table .value-button {
      background: #fff;
      border: 1px solid #e3e3e3;
      padding: 2px 7px;
      border-radius: 3px;
      cursor: pointer;
      transition: .4s; }
    #mainSection .cart-table .value-button:hover {
      background: #45c2de;
      border: 1px solid #45c2de;
      color: #fff; }
    #mainSection .cart-table .edit-btn {
      display: flex; }
      #mainSection .cart-table .edit-btn .fa-btn {
        padding: 8px 12px; }
      #mainSection .cart-table .edit-btn .fa-btn:first-child {
        margin-right: 1px; }
  #mainSection .final-calculation {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 5px;
    border-radius: 5px 5px 0px 0px;
    background: #dedfe1;
    overflow-x: auto; }
    #mainSection .final-calculation table td {
      vertical-align: baseline;
      padding: 0.3rem .75rem;
      border: none; }
      #mainSection .final-calculation table td .form-control {
        height: 25px;
        padding: 5px;
        width: 100px; }
    #mainSection .final-calculation .mini-table td {
      border-top: 0px; }
      #mainSection .final-calculation .mini-table td .fa {
        cursor: pointer; }
      #mainSection .final-calculation .mini-table td .fa:hover {
        cursor: pointer; }
  #mainSection .calculator {
    position: absolute;
    bottom: -15px;
    left: -15px;
    z-index: 1;
    width: 272px;
    overflow: hidden;
    margin: 20px;
    padding: 3px;
    display: inline-block;
    background: #dedfe1;
    border: 1px solid #a6d0e6;
    border-radius: 5px; }
    #mainSection .calculator .displayBox {
      padding: 10px;
      background: #fff;
      border: 1px solid #e3e3e3;
      margin: 3px;
      border-radius: 5px; }
      #mainSection .calculator .displayBox p {
        font-size: 24px;
        font-weight: 500; }
    #mainSection .calculator table td .btn {
      background: #fff;
      border: 1px solid #dedfe1;
      font-size: 16px;
      font-weight: 500;
      color: #666;
      border-radius: 5px;
      width: 60px !important;
      height: 50px !important;
      margin: 3px !important;
      cursor: pointer;
      transition: .4s; }
    #mainSection .calculator .btn:hover {
      background: #45c2de;
      border: 1px solid #45c2de;
      color: #fff; }
    #mainSection .calculator .equal {
      position: relative; }
      #mainSection .calculator .equal #equals {
        position: absolute;
        top: 0;
        width: 126px !important; }
  #mainSection .bottom-area-btns .btn {
    width: 100%;
    min-width: 90px;
    margin: 0 1px;
    padding: 12px 0;
    height: 60px;
    color: #fff; }
    #mainSection .bottom-area-btns .btn .fa {
      display: block;
      color: #fff; }
  #mainSection .bottom-area-btns .calculator-btn:hover,
  #mainSection .bottom-area-btns .calculator-btn.active-btn {
    color: #fff;
    background: #45c2de;
    border: 1px solid #45c2de; }
  #mainSection .top-area-btns {
    margin-bottom: 2px;
    table-layout: fixed; }
  #mainSection .right-part {
    display: flex; }
    #mainSection .right-part .btn {
      width: 100%;
      margin: 0 1px; }
  #mainSection .show-on-mob {
    display: flex;
    justify-content: center;
    margin-bottom: 2px; }
    #mainSection .show-on-mob .btn {
      display: inline-block;
      width: 100%;
      margin: 0 1px; }
    #mainSection .show-on-mob .btn.active-btn {
      color: #fff;
      background: #45c2de;
      border: 1px solid #45c2de; }
  #mainSection .product-area {
    height: 996px;
    overflow: hidden; }
    #mainSection .product-area .form-control {
      border-left: 0px; }
    #mainSection .product-area .form-control:focus {
      border: 1px solid #e3e3e3;
      border-left: 0px; }
  #mainSection .top-area {
    display: flex;
    margin-bottom: 2px; }
    #mainSection .top-area .input-group {
      width: 100%;
      margin: 0 1px; }
    #mainSection .top-area .edit-icon {
      display: flex;
      margin-left: auto; }
      #mainSection .top-area .edit-icon .btn {
        margin: 0 1px; }
    #mainSection .top-area .input-group-text {
      background: #fff;
      border: 1px solid #e3e3e3;
      border-right: 0px;
      padding-right: 0; }
  #mainSection .mob-btns {
    margin: 1px 1px 2px 1px; }
    #mainSection .mob-btns .btn {
      width: 100px;
      padding: 12px 8px; }
    #mainSection .mob-btns .btn.active-btn {
      color: #fff;
      background: #45c2de;
      border: 1px solid #45c2de; }
  #mainSection .accesories {
    display: inline-flex;
    margin-top: 2px; }
  #mainSection .side-indicator {
    width: calc(100% - 83%);
    height: 88vh;
    overflow: auto;
    margin-right: 1px; }
    #mainSection .side-indicator .btn {
      width: 100%;
      margin: 1.5px 0;
      padding: 12px 8px;
      overflow: hidden;
      font-weight: 500;
      font-size: 18px;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



