html {
  /*background-image: linear-gradient(to left, #fafafa, #2b4e0e3b);*/
  background-image: linear-gradient(to right, #fafafa, #ffffff9f);
}
* {
  font-family: 'Barlow';
  font-size: 12px;
  font-weight: 10;
 /* text-transform: capitalize;*/
}
body {
  margin: 0;
  overflow-y: hidden;
}
#yen{
  margin-top: -1px;
    height: 30px;
    width: 30px;
  }
  #yen:hover{cursor: pointer;
  }
  .captch {
    height: 45px;
    width: 80%;
  }
.kisidetayyeni input[type=submit]{
  margin-top: 150px;
}
.aye {
  color: red;
}
.alertx {
  z-index: 999;
  position: fixed;
  min-height: 30px;
  max-height: 30px;
  width: 150px;
  background: url("../img/alert.png") no-repeat left;
  background-size: 13px 13px;
  background-position-y: 10px;
  background-position-x: -15px;
  background-color: rgb(255, 255, 255);
  top: 15px;
  right: 10px;
  border-radius: 10px 10px 10px 10px;
  border-left: 20px solid #9fc71031;
  box-shadow: 0px 1px rgb(145, 140, 140), -0.1em 0 .9em rgb(152, 172, 146);
}
.alertx h5 {
  margin-top: 8px;
  margin-left: 30px;
  font-size: 10px;
}
.alertx:before {
  /*mesajbox un üstteki tik işareti*/
  content: "";
  position: absolute;
  left: 30px;
  top: -30%;
  border-bottom: 20px solid rgb(255, 255, 255);
  border-right: 20px solid transparent;
}
.buttonara {
  margin-bottom: 30px;
  margin-top: 115px;
}
.buttonara input[type=text] {
  background: url("../img/arax.png") no-repeat left;
  max-width: 30%;
  height: 30px;
  background-size: 25px 25px;
  background-position: 5px;
  background-color: rgba(183, 207, 178, 0.192);
  border-radius: 50px;
}
.buttongd {
  /*güncelle ve detay buttonlar*/
  background-image: linear-gradient(to top, #fafafa, #2b4e0e3b);
  border: none;
  transition: all 0.5s;
  cursor: pointer;
  min-height: 25px;
  width: 100%;
  border-radius: 5px;
  margin: 0 auto;
  float: left;
}
.buttoncik,
.buttonsifredeg {
  background-image: linear-gradient(to top, #fafafa, #2b4e0e3b);
  /*background-image: linear-gradient(to right, #db060665, #7a7e7db4);*/
  border: none;
  color: #1b1919;
  text-align: center;
  padding: 10px;
  transition: all 0.5s;
  transition: 0.5s;
  cursor: pointer;
  margin-top: 15px;
  border-radius: 100px 0px 0px 100px;
  left: 0;
  position: relative;
  width: 95%;
  float: right;
}
.buttonupdate {
  background-image: linear-gradient(to right, #db060665, #7a7e7db4);
  border: none;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  width: 50%;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 15px;
  display: inline-block;
  transition: 0.5s;
  width: 14.50%;
  border-radius: 5px;
  left: 0;
}
.buttoncik {
  bottom: 0;
}
.buttongir {
  background-image: linear-gradient(to top, #fafafa, #2b4e0e3b);
  /*background-image: linear-gradient(to right, #db060665, #7a7e7db4);*/
  border: none;
  color: #1b1919;
  text-align: center;
  padding: 10px;
  transition: all 0.5s;
  transition: 0.5s;
  cursor: pointer;
  margin-top: 15px;
  border-radius: 100px 100px 100px 100px;
  left: 0;
  position: relative;
  width: 30%;
}
.buttoncik:hover,
.buttonupdate:hover,
.buttongir:hover,
.buttonsifredeg:hover,
.buttongd:hover {
  opacity: 1;
  left: 0;
  padding-left: 25px;
  background-color: #4e4e4efd;
}
.buttoncik::after,
.buttonupdate::after,
.buttongir:after,
.buttonsifredeg:after,
.buttongd::after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  left: -20px;
  transition: 0.5s;
}
.button_guncelle,
.button_sil,
.button_yenikayit {
  background-image: linear-gradient(to top, #fafafa, #2b4e0e3b);
  border: none;
  color: #1b1919;
  text-align: center;
  padding: 10px;
  max-width: 180px;
  min-width: 180px;
  transition: all 0.5s;
  transition: 0.5s;
  cursor: pointer;
  margin-top: 15px;
  width: 50%;
  border-radius: 5px;
  bottom: 10px;
  border-radius: 50px 0px 0px 50px;
  pointer-events: none;
}
.button_sil {
  background-image: linear-gradient(to top, #da0808af, #4e0e0ed8);
  color: white;
}
.button_yenikayit {
  pointer-events: auto;
}
.button_sil:hover {
  opacity: 1;
  padding-left: 25px;
  background-image: linear-gradient(to top, #4e0e0ed8, #807878);
}
.button_guncelle:hover,
.button_yenikayit:hover {
  opacity: 1;
  padding-left: 25px;
  background-color: #4e4e4efd;
}
*:focus {
  outline: none;
}
.footer {
  /*bu class silmemelisin footer dış çerçeve oluşturuldu div yazı ile div çerçeve farklı kullanıldı sketch işlemi meselesi*/
  min-height: 20px;
  max-height: 15px;
  box-shadow: 1px 1px rgb(145, 140, 140), -0.1em 0 .9em rgb(39, 39, 38);
  width: 20%;
  position: fixed;
  float: right;
  right: 0;
  bottom: 0;
  transform-origin: bottom left;
  transform: skew(-30deg, 0deg);
  background-color: rgb(255, 255, 255);
  z-index: 900;
}
.footercan h3 {
  z-index: 999;
  color: rgba(72, 71, 73, 0.781);
  letter-spacing: 0.8cap;
  position: fixed;
  margin-right: 20px;
  right: 10px;
  bottom: -8px;
}
h2 {
  text-align: center;
  display: inline-block;
  margin: 40px 8px 10px 8px;
  color: #cccccc;
}
#icon {
  width: 60%;
}
.kisidetay img,
.kisidetayyeni img {
  width: 30px;
  height: 30px;
  margin-bottom: -20px;
}
.kisidetay input[type=text] {
  background-color: #1f59a100;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 25px;
  width: 60%;
  text-overflow: ellipsis;
  max-height: 10px;
  pointer-events: none;
  border-bottom: 2px solid #98ac2425;
}
.kisidetayyeni input[type=text] {
  background-color: #ffffff;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 25px;
  width: 60%;
  text-overflow: ellipsis;
  max-height: 10px;
  border-bottom: 2px solid #98ac2425;
}
.kisidetayyeni,
.kisidetay {
  width: 100%;
  margin-top: 5%;
}
.kisidetaysol {
  background-color: rgb(150, 156, 147);
  box-shadow: rgba(117, 112, 112, 0.4) 10px 10px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-radius: 50px 5px 5px 5px;
  min-height: 60%;
  max-height: 60%;
  float: left;
  margin-top: 45px;
  position: relative;
  /*sol tarafı sağ tarafın üstüne geçiriyo*/
  margin-right: -65px;
  /*sol tarafı sağ tarafın üstüne geçiriyo*/
  width: 20%;
  margin-left: 25%;
}
.kisidetaysag {
  background-image: linear-gradient(to right, #fafafa, #0e4e3e5b);
  border-radius: 50px 5px 5px 5px;
  min-height: 70%;
  max-height: 70%;
  float: left;
  width: 35%;
}
.kisidetaysag>img {
  margin-top: 60px;
}
.kisidetaysolalt {
  background-color: rgba(128, 128, 128, 0);
  width: 100%;
  min-height: 8%;
  float: left;
}
.onay_check {
  display: inline-block;
}
.sag {
  width: 85%;
  float: right;
  height: 100%;
  z-index: 0;
}
.sagtarafust {
  width: 95%;
  border-radius: 90px 0px 0px 90px;
  /*solüst-sağüst-sağalt-solalt*/
  max-height: 40px;
  height: 40px;
  box-shadow: 1px 1px rgb(145, 140, 140), -0.1em 0 .9em rgb(39, 39, 38);
  margin-top: 10px;
  float: right;
}
.sagtarafust img{
  width: 20px;
  height: 20px;
float:right;
position: relative;
margin: -29px 10px 15px 15px;
}
.sagtarafust h3 {
  margin-left: 10px;
  color: rgba(72, 71, 73, 0.781);
  letter-spacing: 0.8cap;
  display: inline-block;
  margin-top: 13px;
}
.sagtarafhome {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  animation-direction: alternate-reverse;
  box-shadow: 1px 1px 1px 1px rgb(235, 235, 231), -0.1em 0 .9em rgb(235, 235, 231);
  background-image: linear-gradient(to top, #fafafa, #2b4e0e3b);
  margin-top: 10px;
  transition: all 0.5s;
  transition: 0.5s;
}
.sagtarafhome:hover {
  box-shadow: 1px 1px 1px 1px rgb(33, 145, 126), -0.1em 0 .9em rgb(145, 145, 30);
}
.sagtarafhome img {
  width: 40px;
  height: 40px;
  margin-top: 0px;
}
.sagtarafalt {
  width: 100%;
  text-align: center;
  margin-top: -100px;
}
.sol_orta {
  display: block;
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.sol_orta h4 {
  border-radius: 5px;
  background-color: #689ebe69;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.yazi {
  color: #fdfcff;
  margin-left: 200px;
  margin-top: 100px;
}
.wrapper {
  /* STRUCTURE */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
}
.container__box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  justify-content: space-between;
}
.box {
  background: #ebece6;
  border-radius: 5px;
  box-shadow: 5px 5px 6px #333;
  min-width: 180px;
  max-width: 180px;
  min-height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
img {
  /*LOGIN.PHP*/
  width: 80px;
  margin-top: 20px;
}
/*otomatik input doldurmalarının arkaplan rengi*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgb(246, 246, 246) inset;
  background-color: transparent;
}
input[type=text],
/*/////////giriş sayfası textboxlar*/
input[type=password] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  width: 80%;
  border: 1px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
input[type=text]:focus,
input[type=password]:focus {
  background-color: #ffffffbb;
  border-bottom: 1px solid #cf0d0d65;
}
input[type=text]:placeholder,
input[type=password]:placeholder {
  color: #cccccc;
}
#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}
h2.inactive {
  color: #cccccc;
}
h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}
.boss {
  margin-top: 250px;
}
.text-center {
  text-align: center
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: -10px;
  border-radius: 40px;
  margin-bottom: 10px;
}
.pagination>li {
  display: inline
}
.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #689ebeda;
  text-decoration: none;
  background-color: #ffffff41;
  border: 1px solid #ddd
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #689ebeda;
  background-color: #eee;
  border-color: #ddd
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #689ebeda;
  border-color: #393e4210
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}
.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  line-height: 1.3333333;
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  line-height: 1.5
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}
#sifretext1,#sifretext2,#sifrekaydetbutton{
  display: none;
}
#customers {
  /*tablo*/
  /*boş satırların etkisini kaldırır*/
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  margin-bottom: 35px;
  margin-top: -10px;
  --border: 0.01px solid rgb(214, 211, 211);
  border-radius: 10px;
  border-spacing: 0;
  border-collapse: separate;
  border: var(--border);
  overflow: hidden;
  table-layout: fixed;
  /*sabit genişlikte sütünlar*/
display:inline-block;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: auto;
 
}
#customers td,
#customers th {
  border: thin solid #68646410;
  /*tablo çizgi rengi*/
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  font-size: 13px;
}
tr:nth-child(odd) {
  background-color: rgb(254, 251, 255);
  /*tablo border*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
tr:nth-child(even) {
  background-color: rgba(181, 190, 187, 0.445);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#customers tr:hover {
  /*üstüne gelince*/
  background-color: #617272ab;
}
#customers th {
  /*tablo başlıkları*/
  text-align: left;
  background-color: #689ebeda;
  color: white;
  text-overflow: ellipsis;
}
.fadeInDown {
  /* Simple CSS3 Fade-in-down Animation */
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.underlineHover:after {
  /* Simple CSS3 Fade-in Animation */
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}
.underlineHover:hover {
  color: #0d0d0d;
}
.underlineHover:hover:after {
  width: 100%;
}
.sol {
  z-index: 998;
  left: 0;
  position: absolute;
  top: 0px;
  transition: left 0.3s linear;
min-height:515px;
  width: 15%;
  float: left;
  background-image: linear-gradient(to right, #8f9b8c, #575f56ce);
  height: 101%;
  margin-left: -8px;
  margin-top: -8px;
  display: block;
}
.sol.goster {
  left: 0px;
  transition: left 0.3s linear;
}
.sol-btn img.ters {
  transform: rotate(180deg);
  display: none;
}
.sol-btn {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 15px;
  cursor: pointer;
  margin-left: -5px;
  position: absolute;
  top: 50%;
  right: -15px;
}
.sol-btn img {
  display: none;
  height: 30px;
  width: 30px;
  z-index: 999;
}
@media only screen and (max-width: 1520px) {
  /*MEDYA AYARLARI*/
  .footer {
    width: 22%;
  }
  #customers td,
  #customers th {
    max-width: 170px;
  }
}
@media only screen and (max-width: 1500px) {
  .kisidetayyeni,
  .kisidetay {
    width: 115%;
    margin-left: -15%;
  }
  /*MEDYA AYARLARI*/
  .kisidetaysol {
    width: 25%;
  }
  .kisidetaysag {
    width: 40%;
  }
}
@media only screen and (max-width: 1445px) {
  #customers td,
  #customers th {
    max-width: 150px;
  }
}
@media only screen and (max-width: 1305px) {
  #customers td,
  #customers th {
    max-width: 140px;
  }
}
@media only screen and (max-width: 1375px) {
  /*MEDYA AYARLARI*/
  .footer {
    width: 25%;
  }
}
@media only screen and (max-width: 1280px) {
  table {
    table-layout: fixed;
  }
  #customers td,
  #customers th {
    border-collapse: separate;
    border: var(--border);
    overflow: hidden;
  }
}
@media only screen and (max-width: 1000px) {
  #customers tr td:nth-child(5),
  #customers th:nth-child(5) {
  }
}
@media only screen and (max-width: 1221px) {
  /*MEDYA AYARLARI*/
  .footer {
    width: 30%;
  }
}
@media only screen and (max-width: 1121px) {
  /*MEDYA AYARLARI*/
  .footer {
    width: 30%;
  }
}
@media only screen and (max-width: 1010px) {
  /*MEDYA AYARLARI*/
  .kisidetayyeni,
  .kisidetay {
    width: 120%;
    margin-left: -21%;
  }
  /*MEDYA AYARLARI*/
  .kisidetaysol {
    width: 30%;
  }
  .kisidetaysag {
    width: 45%;
  }
  .footer {
    width: 35%;
  }
  .sagtarafust {
    width: 90%;
  }
  .sol {
    width: 25%;
  }
  .sag {
    width: 75%;
  }
}
@media only screen and (max-width: 870px) {
  /*MEDYA AYARLARI*/
  .footer {
    width: 45%;
  }
}
@media only screen and (max-width:780px) {
  .kisidetayyeni,
  .kisidetay {
    margin-left: -25%;
width: 120%;
  }
  /*MEDYA AYARLARI*/
  .kisidetaysol {
    width: 40%;
  }
  .kisidetaysag {
    width: 44%;
  }
}
@media only screen and (max-width: 670px) {
  /*MEDYA AYARLARI*/
  .footer {
    width: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .footer {
    width: 55%;
  }
  .sagtarafust {
    width: 85%;
  }
  .sol {
    width: 30%;
  }
  .sag {
    width: 70%;
  }
  .sol-btn img {
    display: block;
  }
  .sol {
    width: 50%;
    left: -50%;
  }
  .sag {
    width: 99%;
  }
  .kisidetayyeni,
  .kisidetay {
    margin-left: -20%;
width: 110%;
  }
  /*MEDYA AYARLARI*/
  .kisidetaysol {
    width: 40%;
  }
  .kisidetaysag {
    width: 44%;
  }
}
@media only screen and (max-width: 550px) {
  .footer {
    width: 60%;
  }
  .sagtarafust {
    width: 85%;
  }
}
@media only screen and (max-width: 510px) {
  .footer {
    width: 65%;
  }
}
@media only screen and (max-width: 470px) {
  .footer {
    width: 70%;
  }
  .kisidetayyeni,
  .kisidetay {
    margin-left: -25%;
width: 120%;
  }
  /*MEDYA AYARLARI*/
  .kisidetaysol {
    width: 40%;
  }
  .kisidetaysag {
    width: 44%;
  }
}
@media only screen and (max-width: 450px) {
  .pagination>li>a,
  .pagination>li>span {
    padding: 4px 8px;
  }
}
@media only screen and (max-width: 440px) {
  .footer {
    width: 76%;
  }
}
@media only screen and (max-width: 400px) {
  .footer {
    width: 80%;
  }
  .button_yenikayit {width: 10%; min-width:150px;}
}
@media only screen and (max-width: 380px) {
  .footercan h3 {
    font-size: 11px;
    bottom: -7px;
  }
}
@media only screen and (max-width: 360px) {
  .footer {
    width: 87%;
  }
  .pagination>li>a,
  .pagination>li>span {
    padding: 3px 6px;
  }
}
@media only screen and (max-height: 840px) {
  .kisidetay h4 {
margin-top:5% !important;
  }
  .kisidetaysag>img {
    margin-top: 12px;
  }
}
@media only screen and (max-height: 810px) {
  #customers{
    width:90%;
    height: 70%;
  }
}
@media only screen and (max-height: 710px) {
  #customers{
    width:90%;
    height: 60%;
  }
}
@media only screen and (max-height: 570px) {
  .kisidetayyeni input[type=submit]{
    margin-top: 30px !important;
  }
}
@media only screen and (max-height: 520px) { 
  #customers{
    height: 50%;
  }
}
/*SMS İNPUT AYARLAMALARI*/
.input-field {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.input-field {
  flex-direction: row;
  column-gap: 10px;
}
.input-field input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd;
}
.input-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.input-field input::-webkit-inner-spin-button,
.input-field input::-webkit-outer-spin-button {
  display: none;
}

#capcap{
  border-radius: 5px;
  }