body {
  font-family: 'Montserrat', sans-serif;
  height: 100vh;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-end;
  background: none;
  overflow: hidden;
  user-select: none;
  padding-bottom: 4.5%;
}

#sorgu1 {
  display: block;
}

#sorgu2-button {
  display: none;
}

#sorgu2 {
  display: none;
  overflow: auto;
  height: 93%;
  margin-top: 5px;
}

#sorgu-tab {display: flex;}
#olay-tab {display: none;}
#arananlar-tab {display: none;}
#cezalart-tab {display: none;}
#tablet {display: none; width: 100%;}

*:focus {outline:none !important}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #14171c;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

.container-fluid {
  background: #060606;
  background: radial-gradient(circle, #060606 0%, #1b1c1f 50%);
  padding: 0;
  height: 80vh;
  color: #ffffff;
  position: relative;
  margin: 0 60px;
  overflow: hidden;
  border: 15px solid #222;
  border-radius: 25px;
}

.bildirim {
  position: absolute;
  right: -20%;
  background: #333;
  color: #fff;
  padding: 10px 15px;
  border-radius: 2px;
  margin: 7px;
  z-index: 10;
}

.bildirim:hover {
  cursor: pointer;
  padding: 11px 16px;
  transition: padding 0.1s;
}

.top-menu {
  display: flex;
}

.sorgu-tab-menu {
  position: absolute;
  bottom: 400px;
  left: 70px;
  font-size: 20px;
}

.olay-tab-menu {
  position: absolute;
  bottom: 320px;
  left: 70px;
  font-size: 20px;
}

.arananlar-tab-menu {
  position: absolute;
  bottom: 240px;
  left: 70px;
  font-size: 20px;
}

.cezalart-tab-menu {
  position: absolute;
  bottom: 160px;
  left: 70px;
  font-size: 20px;
}

.pd-text {
  font-size: 35px;
  color: #ffffff;
  font-weight: 600;
}

.pd-text2 {
  font-size: 35px;
  color: #ffffff;
  font-weight: bold;
}

.logo {
  width: 180px;
  position: absolute;
  margin-left: 50px;
  margin-top: 10px;
  border-radius: 20px;
}

.midtxt {
  width: 67%;
  margin: 11px auto;
  border-radius: 20px;
  float: right;
}

.mid {
  width: 70%;
  margin: 11px auto;
  border-radius: 20px;
  float: right;
  margin-right: 130px;
}

.mid2 {
  width: 70%;
  margin: 11px auto;
  border-radius: 20px;
  float: right;
  margin-right: 70px;
}

.menu {
  display: flex;
}

.menu-button {
  background: #1b1c1f;
  padding: 15px;
  margin-right: 3px;
  border: 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  font-size: 20px;
}

.menu-button:hover {
  background-color: #282b32;
}

.police-bilgi {
  display: flex;
  background: #282b32;
  margin-top: 10px;
  border: 15px;
  border-radius: 10px;
  padding: 6px 5px;
}

.police-bilgi-ic {
  background: #000000;
  padding: 2px 5px;
  margin-right: 8px;
  font-size: 13px;
  border: 15px;
  border-radius: 10px;
}

.fa-sm {
  padding-right: 2px;
}

.sorgu-menu {
  background: #282b32;
  margin-top: 10px;
  padding: 20px;
  height: 48vh;
  overflow: auto;
  border-radius: 20px;
  border-color: #ffd900;
}

.sorgu-sol {
  border-right: 1px solid #282b32;
  padding-right: 15px;
  width: 40%;
}

.sorgu-sol-yazi {
  padding: 5px 0;
  font-weight: bold;
}

.sorgu-sol-yazi:first-child {
  padding-top: 0;
}

.sorgu-input {
  background: #14171c;
  outline: 0;
  border: 0;
  border-radius: 2px;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 20px;
  width: 100%;
}

.sorgu-button {
  background: #14171c;
  border: 0;
  color: #e3e7ea;
  width: 100%;
  margin-top: 6px;
  font-weight: bold;
  font-size: 15px;
  padding: 5px 0;
  border-radius: 20px;
  transition: 0.2s ease-in-out;
}

.sorgu-button:hover {
  background-color: #00815acb;
}


.kullanici {
  margin-bottom: 6px;
  display: flex;
  height: 40px;
  justify-content: space-between;
  margin-right: 5px;
}

.kullanici-sol {
  background: #14171c;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.kullanici-orta {
  background: #14171c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  padding: 0 5px;
  font-weight: 700;
  width: 100%;
}

.kullanici-sag {
  background: #14171c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

.sorgu-sag {
  width: 100%;
  padding-left: 15px;
  height: 100%;
}

.sorgu-sag-kutu {
  background: #16191e;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.sorgu-sag-ust {
  border-bottom: 1px solid #282b32;
  padding: 5px 0;
  font-weight: 600;
}

.sorgu-sag-alt {
  display: flex;
}

.bilgi {
  display: flex;
  font-size: 13px;
  padding-top: 5px;
  font-weight: 600;
  text-transform: capitalize;
}

.bilgi-sol {
  width: 40%;
  color: #9099a8;
}

.bilgi-sag {
  color: #f2fbff;
}

.sorgu-buttons {
  bottom: 10px;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  border-radius: 20px;
}

.sorgu-button-2, .sorgu-button-2-mini {
  background: #060606;
  border: 0;
  color: #e3e7ea;
  margin-top: 6px;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 0;
  margin-right: 5px;
  flex: 1 0 15%;
  border-radius: 20px;
}

.sorgu-button-2-araniyor {
  background: #d32f2f;
  border: 0;
  color: #e3e7ea;
  margin-top: 6px;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 0;
  margin-right: 5px;
  border-radius: 20px;
  flex: 1 0 15%;
}

.arac-bilgi-kutu {
  height: 100px;
  overflow: auto;
  flex-wrap: wrap;
  cursor: pointer;
  margin-top: 10px;
  display: none;
}

.arac-bilgi {
  display: flex;
  background: #030f1f;
  padding: 5px;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
  min-width: 133px;
  flex-direction: column;
  flex: 1 0 10%;
  
}

.arac-bilgi:last-child {
  margin-right: 0;
}

.arac-bilgi-plaka {
  font-weight: 600;
  font-size: 13px;

}

.arac-bilgi-isim {
  font-size: 11px;
}

.sorgu-sag-alt-sol, .sorgu-sag-alt-sag {
  width: 50%;
}

.userAvatarBox {
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}

.resim {
  width: 110px;
  height: 110px;
  overflow: hidden;
}

.resim img {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}

#sabika-menu {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #2c2d2f;
  color: #f8f9fb;
  width: 750px;
  left: 265px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px rgba(6,6,6,255);
  flex-direction: column;
  align-items: center;
}

#olaygir-menu {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #2c2d2f;
  color: #f8f9fb;
  width: 750px;
  left: 265px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px rgba(6,6,6,255);
  flex-direction: column;
  align-items: center;
}

#aranma-menu {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #2c2d2f;
  color: #f8f9fb;
  width: 750px;
  left: 265px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px rgba(6,6,6,255);
  flex-direction: column;
  align-items: center;
}

.olaygir-menu-header {
  background-color: #353638;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px;
  font-size: 13px;
  font-weight: 600;
  cursor: move;
  width: 100%;
}

.close-drag {
  background: #ee4355;
  border-radius: 50vh;
  height: 15px;
  width: 15px;
  right: 10px;
  position: absolute;
  cursor: pointer;
}

.list-group-item {
  background: none;
  padding: 7px 15px;
}

#ceza-bilgi .badge {
  min-width: 75px;
  margin-right: 5px;
}

.cezalar-menu {
  max-height: 350px;
  overflow: auto;
  width: 100%;
}

.ceza-bilgileri {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  border-top: 1px solid #262729;
  padding: 10px;
  cursor: default;
  width: 100%;

}

.ceza-bilgileri .fa-money-bill, .ceza-bilgileri .fa-exclamation-triangle, .ceza-bilgileri .fa-broom, .ceza-bilgileri .fa-car-crash {
  padding-right: 5px;
}

#ceza-bilgi.active {
  background: #1c60a9 !important;
  border: 1px solid #104a88;
}

.olay-textarea {
  padding: 15px;
  margin: 0;
  border: 0;
  outline: 0;
  background: #212224;
  color: #fff;
}

#olaygir-menu ::-webkit-scrollbar, .sabika-row::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#olaygir-menu ::-webkit-scrollbar-track, .sabika-row::-webkit-scrollbar-track {
  background: #212224;
}

/* Handle */
#olaygir-menu ::-webkit-scrollbar-thumb, .sabika-row::-webkit-scrollbar-thumb {
  background: #333;
}

/* Handle on hover */
#olaygir-menu ::-webkit-scrollbar-thumb:hover , .sabika-row::-webkit-scrollbar-thumb:hover {
  background: #2c2d2f;
}

.inputlar-olay {
  display: flex;
  width: 100%;
}

#search-ceza, #search-ceza-t {
  background: #272829;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #212224;
  outline: 0;
  padding: 8px 15px;
  width: 75%;
  text-transform: capitalize;
}

#indirim-ceza {
  background: #272829;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #212224;
  outline: 0;
  padding: 8px 15px;
  width: 25%;
  text-transform: capitalize;
  border-left: 1px solid #212224;
}

#search-ceza-t {
  width: 100%;
  background: #14171c;
  border-bottom: 1px solid #060606;
}

.autocomplete {
  position: relative;
}

.autocomplete-items {
  position: absolute;
  height: 150px;
  overflow: auto;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 5px 10px;
  cursor: pointer;
  background-color: #272829;
  border-bottom: 1px solid #222324;
}

.autocomplete-items div:hover {
  background-color: #212224;
}

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.ceza-secim {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #212325;
  width: 100%;
}

.ceza-secim-sol {
  width: 50%;
  border-right: 1px solid #212325;
}

.ceza-secim-sag {
  width: 50%;
}

.ceza-input, .esya-input {
  background: #272829;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #212224;
  outline: 0;
  padding: 8px 15px;
  width: 100%;
  text-transform: capitalize;
}

.esya-input {
  width: 200px;
  border-right: 1px solid #212224;
  height: 100%;
}

.ceza-secim .badge {
  margin-right: 5px;
}

.polisIsimleri, .zanliIsimleri {
  padding: 5px;
}

.ceza-kayit {
  border: 0;
  outline: 0;
  background: var(--teal);
  font-weight: 600;
  margin: 10px 0;
  border-radius: 3px;
  padding: 5px 15px;
}

.olaylar {
  width: 100%;
}

.olay {
  background: #14171c;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}

.olay-aciklama {
  font-size: 15px;
  padding: 5px 15px;
}

.olay-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 5px solid #16191e;
}

.olay-no {
  background: #16191e;
  border-radius: 2px;
  padding: 5px 10px;
  font-weight: 600;
  margin-right: 5px;
}

.olay-saat {
  background: #16191e;
  border-radius: 2px;
  padding: 5px 10px;
  font-weight: 600;
}

.olay-sil {
  background: var(--red);
  border-top: 5px solid var(--red);
  padding: 5px 15px;
  font-weight: 600; 
  color: #fff;
  margin-top: -5px;
}

.olay-bilgi {
  display: flex;
  background: #16191e;
  padding: 5px 15px;
  flex-wrap: wrap;
}

.olay-yazar {
  background: #16191e;
  border-radius: 2px;
  padding: 5px 10px;
  font-weight: 600;
}

.olay-bilgi-sol {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.olay-bilgi-sag {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.olay-bilgi .badge {
  margin-right: 5px;
  margin-bottom: 5px;
  display: flex;
  flex: 1 0 30%;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.olay-top-sol {
  display: flex;
}

.olay-top-sag {
  display: flex;
}

.olay-top .fa-sticky-note, .olay-top .fa-pen-square, .olay-top .fa-clock {
  padding-right: 5px;
}

.sabika-row {
  background: #2c2d2f;
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  max-height: 500px;
  overflow: auto;
}

.sabika-aciklama {
  display: flex;
  padding: 7px 15px;
  justify-content: space-between;
  align-items: center;
}

.sabika-aciklama-close {
  background: #272829;
  width: 25px;
  height: 25px;
  font-size: 9px;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sabika-aciklama-ceza {
  width: 95%;
}

.sabika-bilgi {
  display: flex;
  justify-content: space-around;
  background: #272829;
  border-bottom: 1px solid #272829;
  padding: 7px 15px;
}

.sabika-bilgi .fa-sticky-note, .sabika-bilgi .fa-money-bill, .sabika-bilgi .fa-exclamation-triangle, .sabika-bilgi .fa-broom {
  padding-right: 5px;
}

.aranma-alt {
  display: flex;
  width: 100%;
  border-bottom: 15px solid #353638;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.aranmainput {
  background: #272829;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #212224;
  outline: 0;
  padding: 8px 15px;
  width: 100%;
  text-transform: capitalize;
  border-right: 1px solid #212224;
}

.aranmabutton {
  border: 0;
  outline: 0;
  background: #212224;
  color: #fff;
  font-weight: 600;
  padding: 0 12px;
}

.aranma-kutu {
  display: none;
  background: #eb2828;
  color: #fff;
  justify-content: space-between;
  padding: 5px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.aranma-neden {
  width: 45%;
}

.aranma-neden .fa-exclamation-triangle, .aranma-sag .fa-clock, .aranma-sag .fa-unlock-alt {
  padding-right: 5px;
}

.aranma-sag {
  display: flex;
  font-weight: 600;
}

.aranma-baslangic {
  padding-right: 10px;
}

.arananlar-menu {
  background: #282b32;
  margin-top: 10px;
  padding: 20px;
  height: 48vh;
  overflow: auto;
}

.cezalart-menu {
  background: #282b32;
  margin-top: 10px;
  padding: 20px;
  height: 48vh;
  overflow: auto;
  flex-direction: column;
}


.aranan-kutu {
  display: flex;
  background: #16191e;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.aranan-kutu-sol {
  display: flex;
  width: 80%;
}

.aranan-kutu-isim {
  margin-right: 10px;
  padding: 5px;
  min-width: 27%;
}

.aranan-kutu-neden {
  padding: 5px;
  width: 70%;
}

.aranan-kutu-sag {
  display: flex;
  width: 60%;
  justify-content: flex-end;
}

.aranan-kutu-baslangic {
  margin-right: 10px;
  padding: 5px;
}

.aranan-kutu-bitis {
  padding: 5px;
}

.aranan-kutu-kapat {
  padding: 5px;
  background: #d82335;
  color: #fff;
  padding: 5px 10px;
  margin-left: 20px;
  border-radius: 20px;
  transform: scale(0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.aranan-kutu .fa-user, .aranan-kutu .fa-search, .aranan-kutu .fa-clock, .aranan-kutu .fa-unlock-alt {
  margin-right: 5px;
}

#aranankisiler {
  width: 100%;
}

.pd-close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: var(--red);
  color: #fff;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  justify-content: center;
}

/* Cezalar Tab */

#cezalart-listesi {
  width: 100%;
  flex-direction: column;
}

.cezalart-col {
  background: #14171c;
  width: 100%;
  display: flex;
  padding: 5px 15px;
  margin-bottom: 1px;
}

.cezalart-adi {
  width: 70%;
  display: flex;
  align-items: center;
}

.cezalart-para, .cezalart-kamu, .cezalart-hapis {
  width: 10%;
  background: #007bff;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
}

.cezalart-hapis {
  background: #dc3545;
}

.cezalart-kamu {
  background: #ffc107;
  color: #212529;
}

.cezalart-icon {
  font-size: 15px;
  padding-left: 2px;
}

#resimurl {
  width: 110px;
  background: #060606;
  border-radius: 20px;
  color: #ffffff;
  padding: 5px 10px;
  border: 0;
  margin-top: 3px;
}

.elegecirilenesya {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.eleGecirilen {
  border-bottom: 1px solid #212224;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 5px;
}

.eleGecirilen .badge {
  margin: 2.5px;
}

.inputlar-olay-search {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}

#search-olayno {
  background: #16191e;
  border: 0;
  padding: 5px 10px;
  color: #ffffff;
  width: 100%;
}

#search-olayno-button {
  background: #010b17;
  color: #ffffff;
  border: 0;
  padding: 5px 15px;
  font-weight: bold;
  cursor: pointer;
  width: 80px;
}