*{
    box-sizing: border-box;
    margin: 0;
    font-family: "Poppins", serif;
}

body{
    backdrop-filter: blur(15px);
    transform: scale(1);
    background: #fff7dc;
    transition: .8s ease all;
}

nav{
    padding: 10px 0;
    max-width: 90%;
    margin: auto;
}
.nav-links{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 10px;
}
.link-button{
    background: #fff7dc;
    box-shadow: 0 0 15px #29547730;
    border: 1px solid #29547780;
    border-radius: 12px;
    padding: 5px 10px;
}
.square-team-squads{
    display: flex;
    gap: 5px;
    flex-direction: column;
    border-radius: 15px;
    border: 1px solid #29547780;
    background: #00000020;
    padding: 7px;
}
.link-button a{
    text-decoration: none;
    color: #000;
}
.bank-table-container{
    display: flex;
    align-items: center;
   
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 25px;
}
.banktable{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding:5px 10px;
    
    border-bottom: 2px solid #00000020;
}
.red-color{
    color: red !important;

}

.aktif{
    background: rgb(255, 196, 0);
    color: #000 !important;
}
.eksi{
    color:red ;
}
.table-item-status{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.table-item-status span{
    background: #fff7dc;
    border-radius: 5px;
    box-shadow: 0 0 15px #29547730;
    border: 1px solid #29547780;
    width: 32%;
}
nav ul ul {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
}
nav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}
nav ul {
    background: #00000020;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid #29547780;
    list-style: none;
    position: relative;
    z-index: 99;
    font-style: italic;
}
nav ul:after {
    content:"";
    clear: both;
    display: block;
}
*{
    font-style: italic;
    font-family: "Poppins", serif;
}
nav ul li {
    float: left;
}
nav ul li:hover {
    background: #fff7dc;
}
nav ul li:hover a {
    color: #000;
}
nav ul li a {
    display: block;
    padding: 20px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.alt-li{
    width: 300px;
}
nav ul ul {
    background: #fff7dc;
    border-radius: 0px;
    padding: 0;
    font-style: italic;
    position: absolute;
    top: 100%;
}
nav ul ul li {
    float: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
}
nav ul ul li a {
    padding: 15px 40px;
    color: #fff;
}
nav ul ul li a:hover {
    background: #dfd8c0;
}
nav ul ul ul {
    position: absolute;
    left: 100%;
    top:0;
}
.container-table{
    max-width: 1000px;
    margin: auto;
    margin-top: 25px;
}
 .header-nav-container {
     display: flex;
     align-items: center;
     gap: 20px;
 }
 select{
    color: #000 !important;
 }
.header-list{
    
    padding: 10px;
    box-shadow: 0 0 15px #29547799;
    border-radius: 15px;
    border: 1px solid #29547780;
    text-align: center;
    max-width: 550px;
    margin: auto;
    font-weight: 500;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 20px;
}
.title-box-l{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
    padding: 10px;
    box-shadow: 0 0 15px #29547799;
    border-radius: 15px;
    border: 1px solid #29547780;
    text-align: center;
    max-width: 250px;
    margin: auto;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 20px;
}
.filter-container-details{
    display: flex;
    align-items: end;
    gap: 20px;
    justify-content: start;
    margin:20px auto ;
}
.table-name{
    display: flex;
    
    align-items: center;
    gap: 10px;
    padding-left: 15px !important;
}
.table-name input{
    width: auto !important;
}
.table-list{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    
}
.table-item{
    text-align: center;
    padding: 8px 5px;
    background: #fff7dc;
    box-shadow: 0 0 15px #29547730;
    border: 1px solid #29547780;
    border-radius: 12px;
    margin:0;
    width: 100px;
}
.rotated-item{
    
    display: flex;
    align-items: start;
}
.rotated-item-div{
    position: relative;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
    background: #fff7dc !important;
}
.new-set{
    position: relative;
    left: -7px;
    display: flex;
    align-items: center;
    gap: 6px;
   
}
.rotated-item-text{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: start;
    top: -50px;
    transform: rotate(-90deg);
    text-align: start;
    width: 100px;
    padding-left: 10px;
    height: 40px;
    text-wrap: nowrap;
     background: #fff7dc;
    border: 1px solid #29547780;
    box-shadow: 0 0 15px #29547730;
    border-radius:8px 15px 15px 8px;
    transition: .3s ease all;
}
.rotated-item-text:hover{
    box-shadow: inset 0 0 15px #fff7dc;
    transition: .3s ease all;
}
.list-item{
    height: 40px;
    width: 40px;
    border: 1px solid #29547780;
    margin: 0 5px;
    background: #00000020;
    border-radius: 10px;
    box-shadow: 0 0 15px #29547730;
   padding: 7px;
}
.table-item:hover{
    box-shadow: inset 0 0 15px #29547780;
}
.list-item:hover{
    background: #29547780;
    cursor: pointer;
}
.list-item img{
    width: 100%;
    height: 100%;
}
.list-table{
    padding: 3px 0;
    border-radius: 15px;
    box-shadow: 0 0 15px #29547730;
}

.table-container-fluid{
    overflow:auto;
    max-height: 480px;
    
    padding-top: 10px;
    padding-left: 5px;
    border-radius: 15px;
    box-shadow: 0 0 10px #29547780;
}
.container-fluid{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: url(https://logo9.net/userfiles/images/828z4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.porfessional-item{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.login-page-buttons{
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff7dc;
    box-shadow: 0 0 15px #29547730;
    border: 1px solid #29547780;
    padding: 20px;
    border-radius: 15px;
}
.left-sidebar-container{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}

input[type="radio"] {
    appearance: none;
    /* Varsayılan stil kaldırılır */
    width: 20px;
    height: 20px;
    border: 2px solid black;
    border-radius: 50%;
    /* Daire şekli */
    background-color: #fff7dc;
    /* Varsayılan kırmızı */
    cursor: pointer;
    transform: scale(1.1);
}

input[type="radio"]:checked {
    background-color: #1e1e1e;
    
}
.flex-items-warranty-card-item-porfessional{
    display: flex;
}
.login-page-buttons a{
    padding: 10px 15px;
    background: #fff7dc;
    box-shadow: 0 0 15px #29547730;
    border: 1px solid #29547780;
    border-radius: 12px;
    text-shadow: 0;
    text-decoration: none;
    font-size: 18px;
    color: #000;
}
 ::-webkit-scrollbar {
     width: 10px;
 }


 ::-webkit-scrollbar-track {
     
     width: 5px;
 }

 
 ::-webkit-scrollbar-thumb {
     background: #29547720;
     border-radius: 15px;
 }

 ::-webkit-scrollbar {
     width: 5px;
     height: 5px;
     
 }
 

 .table-buttons-container{
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 20px 0;
    gap: 10px;
 }
.header-list a{
    color: #000;
    text-decoration: none;
}
 .table-button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    padding: 10px 15px;
    color: #000;
    background: #00000020;
    box-shadow: 0 0 15px #29547730;
    border: 1px solid #29547780;
    border-radius: 12px;
    transition: .3s ease all;
    cursor: pointer;
    text-align: center;
 }
 .orke{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 1000px;
    border-radius: 15px;
    padding: 25px;
 }
 .yetkili-ekle{
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
     background: #fff7dc;
    box-shadow: 0 0 15px #29547730;
    border: 1px solid #29547780;
    width: auto;
    border-radius: 15px;
    padding: 25px;
 }
 .yetkili-ekle .form-first-container{
    width: 173px;
 }
 .yetkili-ekle .form-first-container-input{
    width: 200px;
 }
 .yetkili-ekle .form-first-container-input input{
    width: 100% !important;
 }
 .yetkili-ekle .flex-phone-input{
    display: flex;
    width: 200px;
 }
 
 .table-button:hover{
    background: #fff7dc;
    color: #000;
 }
 
 .disabled-form-i{
    color: red;
 }
 .table-form{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 8px;
 
 }
 .table-form-container{
    display: flex;
    flex-direction: column;
    
    gap: 10px;
    overflow: hidden;
 }
 .form-first-container{
    flex: 1;
    padding: 10px 15px;
    background: #fff7dc;
    font-size: 16px;
    box-shadow: 0 0 15px #29547730;
    border: 1px solid #29547780;
    border-radius: 12px;
    
 }
 .form-first-container-input-delete{
    padding: 10px 15px;
        background: #fff7dc;
        font-size: 16px;
        box-shadow: 0 0 15px #29547730;
        border: 1px solid #29547780;
        border-radius: 12px;
 }
.form-first-container-input input, .form-first-container-input select, .upload-file-btn-c{
    
    width: 200px;
    height: 47px;
    font-size: 16px;
    background: #fff7dc;
    box-shadow: 0 0 15px #29547730;
    border: 1px solid #29547780;
    border-radius: 12px;
    outline: none;
}
.upload-file-btn-c{
   
    position: relative;
    width: 120px;
}
.upload-btn-f{
    display: flex;
    align-items: center;
    
    gap: 5px;
   text-align: center;
}
.upload-file-butn {
    display: none;
}
.eksi-bakiye{
    color: red;
}
 .form-first-container-input input:focus {
    outline: none;
     box-shadow: inset 0 0 15px #29547780;
 }
 .form-first-container-input input:hover,.form-first-container:hover {
    outline: none;
     box-shadow: inset 0 0 15px #29547780;
 }

.form-first-container-input{
    display: flex;
    gap: 4px;
    height: 50px !important;
  
}

.table-form-column{
    display: flex;
    gap: 10px;
}
.square{
    width: 64px !important;
    text-align: center;
}
.year{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.disabled-form{
    opacity: .5;
}
.square-p{
    width: 30%;
}
.flex-phone-input{
    display: flex;
    gap: 5px;
}
.flex-phone-input select{
    width: 80px;
    font-size: 14px;
}
.disabled-form-i{
    cursor: no-drop;
    user-select: none;
    
}
.gonder-button-top-absolute{
    position: absolute;
    right: -60px;
}

.modal-overlay{
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000050;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.flex-items-warranty-card-item-porfessional-s2{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}
.flex-items-warranty-card-item-porfessional-s2 .pro-container-start{
    width: 50%;
}
.modal-box{
    width: 600px;
    
    background: #fff7dc;
    border-radius: 15px;
}
.hesapla-header{
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.hesapla-content{
    padding: 15px 0;
}

.name-sec{
    display: flex;
    gap: 10px;
    padding: 3px 20px;
}
.head-hesapla-sec{
    width: 200px;
    background: #fff7dc;
        box-shadow: 0 0 15px #29547730;
        border: 1px solid #29547780;
        border-radius: 12px;
        padding: 8px 15px;
}
.alt-hesapla-sec{
    width: 350px;
    background: #fff7dc;
        box-shadow: 0 0 15px #29547730;
        border: 1px solid #29547780;
        border-radius: 12px;
        padding: 8px 15px;
}

.hr-line{
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
}


.form {
    background: #ffffff;
    padding: 40px;
    max-width: 600px;
    margin: 40px auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    border-radius: 15px;
    overflow: hidden;
}

.tab-group:after {
    content: "";
    display: table;
    clear: both;
}

.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: #29547720;
    color: #000;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
}

.tab-group li a:hover {
    background: #295477;
    color: #ffffff;
}

.tab-group .active a {
    background: #295477;
    color: #ffffff;
}

.tab-content>div:last-child {
    display: none;
}

h1 {
    text-align: center;
    color: #000;
    font-weight: 300;
    margin: 0 0 40px;
}

label {
    position: absolute;
    transform: translateY(10px);
    left: 13px;
    color: #35353599;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 18px;
}

label .req {
    margin: 2px;
    color: #295477;
}

label.active {
    transform: translateY(50px);
    left: 2px;
    font-size: 14px;
}

label.active .req {
    opacity: 0;
}

label.highlight {
    color: #000;
}

input,
textarea {
    font-size: 22px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    background: none;
    background-image: none;
    border: 1px solid #a0b3b0;
    color: #000;
    border-radius: 10px;
    background: #fff7dc;
        box-shadow: 0 0 15px #29547730;
        border: 1px solid #29547780;
    transition: border-color .25s ease, box-shadow .25s ease;
}

input:focus,
textarea:focus {
    outline: 0;
    border-color: #295477;
}
.flex-area-inspect input::placeholder{
    font-size: 18px;
}
select {
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    padding:8px;
    background: none;
    background-image: none;
    border: 1px solid #a0b3b0;
    color: #00000099;

    background: #fff7dc;
        box-shadow: 0 0 15px #29547730;
        border: 1px solid #29547780;
    transition: border-color .25s ease, box-shadow .25s ease;
    border-radius: 10px;
}
.flex-area-inspect{
    display: flex;
    gap: 25px;
}
.select-item{
    padding: 0;
    border: none;
    box-shadow: 0 0 0 #00000000 !important
}
.select-item select{
    font-size: 16px;
    color: #000;
    box-shadow: 0 0 0 #00000000 !important  ;
}

select:focus {
    outline: 0;
    border-color: #295477;
}

textarea {
    border: 2px solid #a0b3b0;
    resize: vertical;
}

.field-wrap {
    position: relative;
    margin-bottom: 40px;
}

.top-row:after {
    content: "";
    display: table;
    clear: both;
}

.top-row>div {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.top-row>div:last-child {
    margin: 0;
}

.button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 15px 0;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #295477;
    border-radius: 15px;
        box-shadow: 0 0 15px #29547730;
        border: 1px solid #29547780;
    color: #ffffff;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}

.button:hover,
.button:focus {
    background: #179b77;
}

.button-block {
    display: block;
    width: 100%;
}

.forgot {
    margin-top: -20px;
    text-align: right;
}

.sigorta-tarihi-container {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #00000099;
    z-index: 99999;
}
.sigorta-tarihi-content{
    
    background: #fff7dc;
    
    width: 500px;
    border-radius: 14px;
}
.sigorta-tarihi-container_sigortabedeli {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #00000099;
    z-index: 100000;
}
.sigorta-tarihi-content_sigortabedeli{
    
    background: #fff7dc;
    
    
    border-radius: 14px;
}
.req-st{
    color: red;
}


#bankname{
    height: 43px;
}
#aliciadi{
    height: 43px;
}
#iban{
    height: 43px;
}
#havale{
    height: 43px;
}
.container-bank-detail{
    display: flex;
    align-items: start;
    justify-content: space-between;
    max-width: 1280px;
    gap: 20px;
    margin: auto;
}
.container-bank-details{
    display: flex;
    align-items: start;
    justify-content: space-between;
    max-width: 980px;
    gap: 20px;
    margin: auto;
}

.form-bank{
    background: #fff7dc;
    box-shadow: 0 0 15px #29547730;
    border: 1px solid #29547780;
    padding: 15px;
    border-radius: 15px;
    margin-top: 25px;
    width: 300px;
}

.form-bank input,.form-bank select{
    font-size: 16px;
    margin-bottom:10px ;
}
.sigorta-flex{
    display: flex;
    align-items: center;
    gap: 10px;
    padding:0 10px;
}

.buttoninput{
    
    position: fixed;
    top: 0;
    left: 0;

    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

#percentageInput {
    width: 80px;
    height: 40px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    border: none;
    border-radius: 0 ;
    font-size: 16px;
    outline: none;
}
.buttoninput-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
}
.span-in{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #ccc;
    cursor: pointer;
}

.delete-button-hover{
    transition: .3s ease all;
}

.delete-button-hover:hover{
    background: #f00 !important;
    color: #fff !important;
    transition: .3s ease all !important;
}