.adres-sorgula{
    position: relative;
    width: 100%;
    margin-top: 10px;
    min-height: 230px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 1px 11px -2px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    font-family: "Montserrat",sans-serif;
    box-sizing: border-box;
}
.table-bordered thead tr th, .table-bordered tr td {
    border-bottom-width: 1px;
    border-color: #5252523d;
}
h5{
    font-family: "Montserrat",sans-serif;
    color: #CA0000;
    font-size: 20px;
    font-weight: bold;
}
#adres {
    font-family: "Montserrat",sans-serif;      
  }
  #adres td, #adres th {
    border-collapse: collapse;
    padding: 8px;
    vertical-align: middle;
  }
  #adres tr:nth-child(even){
    background-color: #f2f2f2;
  }
  #adres th {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    background-color: #CA0000;
    color: white;
  }
  
.btn-outline-danger:hover{
    color:white;
}
.adres-sorgula .btn-outline-danger{
    font-size: 20px;
}
.adres-sorgula a{
    color: unset;
    text-decoration: none;
}
.adres-sorgula a:hover{
    color:#CA0000;
    text-decoration: underline;
}
.kod{
    background-color: #CA0000;
    display: flex;
    border-radius: 16px;
}
.kod-copy{
    background-color: #CA0000;
    display: flex;
    border-radius: 16px;
    cursor: pointer;
}
.kod-text{
    font-size: 30px;
    text-align: center;
    color: white;
    font-weight: 600;
}
.kod-copy-text{
    font-size:16px;
    text-align: center;
    color: white;
    font-weight: 600;
}

.adres-sorgu-teklif{
    background: #fff;
    border-radius: 24px;
    height:55px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color:#CA0000;
    border: 1px solid #ca0000;
}

.adres-sorgu-teklif:hover{
    background-color: #CA0000;
    color:white;
}

.secBtn{
    background: transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.5px;
    color: #ca0000 !important;
    border: unset;
    height: 35px;
    border:1px solid #ca0000;
}
.secBtn:Hover{
    background: #ca0000;
    color: #ffffff !important;
}

.btn-sorgu{
    background: #CA0000;
    border-radius: 24px;
    height: 41px;
    font-size: 18px;
    font-weight: 500;
    line-height: 19.5px;
    color: #fff;
    border: 1px solid #ca0000;
    cursor: pointer;
    min-width: 200px;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.policebox{
    background: transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 100%);
    height: auto;
    border: 1px solid white;
    border-radius: 41px;
}

.policebox .card{
    border-radius: 45px;
    background: transparent;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    height:320px;
}

.policebox .card button{
    background: #fff;
    border-radius: 12px;
    font-size:14px;
    font-weight: 500;
    height: 70px;
    border: unset;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.police-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}


