input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.history {
  display: none;
}

.history__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history__title h2 {
  margin: auto;
  margin-left: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 30px;
}

.history__title img {
  margin: auto;
  margin-right: 0;
  padding-right: 50px;
  display: block;
  float: right;
  /*height: 25px;
  width: 25px;
   cursor: pointer; */
}

.history table {
  border-collapse: collapse;
}

.history table tr th {
  font-size: 22px;
}

.history table tr td {
  font-size: 18px;
}

.history table tr th,
.history table tr td {
  font-family: 'Montserrat', sans-serif;
  width: 250px;
}

.history table tr {
  height: 60px;
  text-align: center;
  margin: auto;
  border-bottom: 1.5px solid #ECECEC;
}

/*.history table tr:nth-child(1) {*/
/*  border: none;*/
/*}*/

.history #desktop_table {
  display: block;
}

.history #mobile_table {
  display: none;
}

.history #desktop_navigation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  margin-top: 50px;
}

.history #mobile_navigation {
  display: none;
}

.history__page-navigation {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*.history__page-navigation input:nth-child(1) {*/
/*  margin-right: 28px;*/
/*  border: 1px solid #8D1E5A;*/
/*  background: white;*/
/*  color: #8D1E5A;*/
/*}*/

/*.history__page-navigation input {*/
/*  width: 220px;*/
/*  height: 40px;*/
/*  border-radius: 5px;*/
/*  border: none;*/
/*  cursor: pointer;*/
/*  font-size: 18px;*/
/*  background: #75155C;*/
/*  color: white;*/
/*}*/

.history__page-navigation button {
  width: 220px;
  height: 40px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  margin-right: 28px;
  background: #75155C;
  color: white;
}

.history__page-navigation button:disabled {
  border: 1px solid #8D1E5A;
  background: white;
  color: #8D1E5A;
  cursor: auto;
}

.history__page-search {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto;
  margin-right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.history__page-search p,
.history__page-search input {
  font-size: 14px;
}

.history__page-search p {
  display: block;
  width: 40px;
  margin: auto 7px;
}

.history__page-search input[type=number] {
  width: 40px;
  height: 30px;
  text-align: center;
}

/*.history__page-search input[type=submit] {*/
/*  width: 40px;*/
/*  height: 30px;*/
/*  text-align: center;*/
/*  color: white;*/
/*  border: none;*/
/*}*/

.history__page-search button {
  width: 40px;
  height: 30px;
  text-align: center;
  color: white;
  border: none;
}

.history__page-search button:disabled {
  background: #5C134A;
  cursor: auto;
}

.history__page-left {
  border-radius: 5px 0px 0px 5px;
  background: #75155C;
  cursor: pointer;
}

.history__page-right {
  border-radius: 0px 5px 5px 0px;
  background: #75155C;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .history #desktop_navigation {
    display: block;
    width: 90%;
    margin: auto;
    margin-top: 50px;
  }

  .history__page-navigation input {
    width: 150px;
  }

  .history__page-navigation {
    margin: 0;
    transform: translateX(0);
  }

  .history__page-search {
    margin: 0;
    transform: translateX(0);
    float: right;
  }
}



/* 
█▀█ █   ▄▀▄ █▄ █ █▀▀ █▄█ █▀▀ ▀█▀ 
█▀▀ █▄▄ █▀█ █ ▀█ ▄██ █ █ ██▄  █   
*/
@media (max-width: 850px) {
  .history #desktop_navigation {
    display: none;
  }
  .history #mobile_navigation {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 50px 50px;
        grid-template-rows: 50px 50px;
    margin: 25px auto;
  }
  .history__page-navigation {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    margin: 0 auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .history__page-navigation input {
    width: 130px;
    font-size: 12px;
    height: 30px;
  }
  .history__page-search {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
    margin: 0 auto;
    height: 34px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .history__page-search input,
  .history__page-search p {
    font-size: 12px;
    text-align: center;
  }
  .history__page-search input {
    height: 24px;
  }
  .history__page-search input[type=number] {
    width: 35px;
  }
  .history__page-search input[type=submit] {
    width: 24px;
  }
}




/* 
█▄ ▄█ █▀█ █▄▄ ▀█▀ █   █▀▀ 
█ ▀ █ █▄█ █▄█ ▄█▄ █▄▄ ██▄  
*/
@media (max-width: 500px) {

  img#circle_button_account {
    display: none;
  }

  .history__page-navigation button {
    width: 150px;
    height: 40px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    margin-right: 28px;
    background: #75155C;
    color: white;
  }

  .history__page-navigation button:disabled {
    border: 1px solid #8D1E5A;
    background: white;
    color: #8D1E5A;
    cursor: auto;
  }

  .navigation {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  /* Изменения */

  .history #desktop_navigation {
    display: none;
  }
  .history #mobile_navigation {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 50px 50px;
        grid-template-rows: 50px 50px;
    margin: 10px auto;
  }
  
  .history__page-navigation {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    margin: 0 auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .history__page-navigation input {
    width: 130px;
    font-size: 12px;
    height: 30px;
  }
  
  .history__page-search {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
    margin: 0 auto;
    height: 34px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .history__page-search input,
  .history__page-search p {
    font-size: 12px;
    text-align: center;
  }



  .history_data_paragraph{
    font-size: small;
  }

  .history_header_mobile {
   font-size: large;
   font-weight: bold;
  }

  .history__page-search input {
    height: 24px;
  }
  .history__page-search input[type=number] {
    width: 35px;
  }
  .history__page-search input[type=submit] {
    width: 24px;
  }

  /* .history #desktop_navigation {
    display: none;
  }
  .history #mobile_navigation {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 50px 50px;
        grid-template-rows: 50px 50px;
    margin: 25px auto;
  }
  .history__page-navigation {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    margin: 0 auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .history__page-navigation input {
    width: 130px;
    font-size: 12px;
    height: 30px;
  }
  .history__page-search {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
    margin: 0 auto;
    height: 34px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .history__page-search input,
  .history__page-search p {
    font-size: 12px;
    text-align: center;
  }
  .history__page-search input {
    height: 24px;
  }
  .history__page-search input[type=number] {
    width: 35px;
  }
  .history__page-search input[type=submit] {
    width: 24px;
  } */



}
/*# sourceMappingURL=account__history.css.map */