* {
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    box-sizing: border-box;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
}
.main{
    width: 100%;
    height: 100vh;
    /* background-image: url(../assets/poduct\ bg.png);
    background-size: cover;
    background-position: top left; */
    position: relative;
}
.logo img{
    height: 40px;
}
nav{
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 30px;
    background-color: #fff;
    box-shadow: 2px 2px 20px #5a76fd21;
    z-index: 1;
    width: 100%;
    left: 0px;
    top: 0px;
}
nav ul{
    display: flex;
    margin: 0px;
    padding: 0px;
}
nav ul li a{
    height: 40px;
    line-height: 43px;
    margin: 8px;
    padding: 0px 10px;
    display: flex;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #22252e;
    letter-spacing: 1px;
}
nav ul li a:hover{
    background-color: #5a76fd;
    color: #fff;
    box-shadow: 5px 10px 30px rgba(90, 118, 253, 0.5);
    transition: all ease 0.2s;
    text-decoration: none;
}

nav .menu-btn{
    display: none;
}


/* ============================== TIER-2 CREATE START  */


.createUserForm{
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.createUserForm h3{
    color: #8b8888;
    align-self: center;

}

.createUserForm h2{
    padding-top: 40px;
    padding-bottom: 40px;
    color: #8b8888;
    align-self: center;

}

.createUserForm input{
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
    color: #ccc;
    border-radius: 8px;
    padding: 10px;

    background-color: white;
}

.createUserForm input[type=submit]{
    font-size: 20px;
    text-align: center;
    color: #000000;
    border-radius: 8px;
    padding: 10px;
    background-color: white;
    margin-top: 10px;
}

/* ============================== MODAL EDIT START  */
.modal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    border-radius: 10px;
    z-index: 10;
    background-color: #234253;
    width: 50%;
    height: 30%;
}
.modalE{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    border-radius: 10px;
    z-index: 10;
    background-color: #9e4949;
    width: 50%;
    height: 30%;
}
.modal-header{
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ffffff;
}

.modal-header .titleSuccess{
    color: rgb(255, 255, 255);
    margin: auto;
    font-size: 25px;

}


.modal-header .close-button{
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-size: 30px;
}

.modal-body{
    color: #ffffff;
    font-size: 24px;

    padding: 10px 15px;
    justify-content: center;
}
/* ============================== MODAL EDIT END  */
/* ============================== TIER-2 CREATE END  */
/* ============================== TIER-2 LIST START  */

.listForm{
    padding-top: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.listForm input{
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
}

.listForm .btn {
    margin: 15px;
    padding: 0px 20px;
}

.tableDiv{
    margin: 0 auto;
    width: 90%;
    height: 70vh;
    overflow: auto;
}
.table{
    width: 95%;
    border-collapse: collapse;
    margin: 20px auto;
}

.table thead{
    background-color: #ffffff;

}

.table thead tr th{
    font-size: 16px;
    color: #494f52;
    align-self: center;
    border: 2px solid rgb(0, 0, 0);
}

.table tbody tr td {

    letter-spacing: 0.35px;
    color: #000000;
    background-color: #ffffff;
    padding: 8px;
    text-align: center;
    border: 1px solid rgb(0, 0, 0);
}
/* ============================== TIER-2 LIST END  */
/* ============================== TIER-2 EDIT START  */

.updateDealerForm{
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    width: 100%;
    border-radius: 5px;
    margin-top: 20px;
}


.updateInfoForm{
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}
.updateInfoForm p{
    font-size: 20px;
}


.updateDealerForm h3{
    font-size: 20px;
    color: #494f52;
    align-self: center;

}

.updateDealerForm input{
    font-size: 20px;
    width: 200px;
    text-align: center;
    color: #111;
    border-radius: 8px;
    padding: 10px;

    background-color: white;
}

.updateDealerForm input[type=submit]{
    font-size: 20px;
    width: 80px;
    text-align: center;
    color: #111;
    border-radius: 8px;
    margin-top: 10px;

    background-color: white;
}


.updateH2{
    font-size: 30px;
    padding-top: 25px;
    margin-bottom: 20px;
    color: #494f52;
    align-self: center;


}
/* ============================== TIER-2 EDIT END  */


/* ============================== GROUP EDIT START  */

.GEcontainer{

margin: auto;
display: flex;
justify-content: center;
align-items: center;
background: #2d577c;
border-radius: 10px;
width: 90%;
padding: 40px;
}
.GEchart{
width: 90%;
height: 70%;
}

.groupEditDiv{
text-align: center;
background-color: #163753;
width: 100%;
}

.listGroupDiv{
width: 40%;
float: left;
background-color: #17C0EB;
}

.selectedGroupDiv{
width: 40%;
float: right;
background-color: red;
}

.delBtn{
font-size: 20px;
width: 200px;
text-align: center;
color: #111;
border-radius: 8px;
padding: 10px;
background-color: red;
}

.saveBtn{
font-size: 20px;
width: 200px;
text-align: center;
color: #111;
border-radius: 8px;
padding: 10px;
background-color: white;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.switch input {
opacity: 0;
width: 0;
height: 0;
}

.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: #021331;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
background-color: #2196F3;
}

input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
        
/* ============================== GROUP EDIT END  */




#dzn{
    width: 25px;
}


.success{
    color: green;
    font-size: large;
    font-weight: 900;


}
.error{
    color: ccc;
    font-size: large;
    font-weight: 600;

}
#chartContain{
    padding-top: 60px;
    display:flex;
    justify-content: center;
    align-items: center;
}

#chart-container2{
    width: 60vw;
    height: fit-content;
}

.titleLabel{
    font-size: 30xp;
    align-self: center;
    color: #ccc;
}


.titleDiv{    
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media(max-width:1100px){
    
    .ytb-link{
        width: 90%;
        height: 30vh;
        margin: 5vw 5%;
    }

    nav{
        justify-content: space-between;
        height: 65px;
        position: sticky;
        z-index: 1004;
    }
    .menu{
        display: none;
        position: absolute;
        top: 65px;
        left: 0px;
        background-color: #fff;
        border-bottom: 4px solid #5a76fd;
        width: 100%;
        z-index: 1002;
    }
    .menu li{
        width: 100%;
    }
    .menu li a{
        width: 100%;
        height: 40px;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 25px;
        border: 1px solid rgba(38, 38, 38, 0.03);
    }
    nav .menu-icon{
        cursor: pointer;
        float: right;
        padding: 28px 20px;
        position: relative;
        user-select: none;        
    }
    nav .menu-icon .nav-icon{
        background-color: #333333;
        display: block;
        height: 2px;
        position: relative;
        transition: background 0.2s ease-out;
        width: 18px;
    }
    nav .menu-icon .nav-icon:before,
    nav .menu-icon .nav-icon:after{
        background-color: #333333;
        content:'';
        display: block;
        height: 100%;
        position: absolute;
        transition: all ease-out 0.2s;
        width: 100%;
    }
    nav .menu-icon .nav-icon:before{
        top: 5px;
    }
    nav .menu-icon .nav-icon:after{
        top: -5px;
    }
    nav .menu-btn:checked ~ .menu-icon .nav-icon{
        background: transparent;
    }
    nav .menu-btn:checked ~ .menu-icon .nav-icon:before{
        transform: rotate(-45deg);
        top: 0;
    }
    nav .menu-btn:checked ~ .menu-icon .nav-icon:after{
        transform: rotate(45deg);
        top: 0;
    }
    nav .menu-btn{
        display: none;
    }
    nav .menu-btn:checked ~ .menu{
        display: block;
    }
    
    nav ul li a{
        color: #000000;
    }
    .home-text{
        position:absolute ;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 10px;
        background-color: transparent;
        border-radius: 20px;
    }
    .home-text h1{
        color: #000000;
        font-size: 3rem;
        border: 1px solid #fff;
        border-radius: 10px;
    }
    .home-text p{
        color: #000000;
        font-size: large;
        margin: 10px 0px 20px 0px;
        width: 50%;
    }
    .home-text p font{
        color: #000000;
        font-size: large;
        margin: 10px 0px 20px 0px;
        width: 50%;
    }

    .arrow{
        height: 70px;
    }
    .main{
        background-size: 500px;
    }
    .timing,.arrow,.scroll{
        bottom: 50px;
    }
}
@media (max-width:720px) {
.home-text p{
    width: 70%;
    text-align: center;
}
.office-number,
.office-time{
    flex-grow: 1;
    margin: 10;
}
.office-number h3,
.office-time h3{
    font-size: 1rem;
}
.office-time p,
.office-number p{
    font-size: 0.8rem;
}
.arrow,.scroll{
    display: none;
}
.home-content h1{
    font-size: 1.9rem;
    padding: 10px 10px;
    line-height: 30px;
}
.timing{
    width: 100%;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px 20px;
}
.services-heading{
    margin: 20px;
}
.services-heading h2{
    font-size: 1.7rem;
    line-height: 40px;
}
.services-heading p{
    width: 100%;
}
.box{
    width: 100%;
    margin: 20px 0px !important;
    padding: 0px 20px;
    flex-grow: 1;
}
.box img{
    height: 170px;
    width: 100%;
    object-fit: contain;
}

}

* {
box-sizing: border-box;
}

body {
background-color: #f1f1f1;
}

#regForm {
background-color: #ffffff;
margin: 100px auto;
font-family: Raleway;
padding: 40px;
width: 60%;
min-width: 300px;
}

#regForm2 {
    background-color: #ffffff;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    width: 60%;
    min-width: 300px;
}
#regForm3 {
    background-color: #ffffff;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    width: 60%;
    min-width: 300px;
}
#regForm4 {
    background-color: #ffffff;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    width: 60%;
    min-width: 300px;
}

h1 {
text-align: center;  
}

input {
padding: 10px;
width: 80%;
font-size: 18px;
font-family: Raleway;
border: 1px solid #aaaaaa;
}

.miktar-container {
display: flex;
align-items: center;
margin-bottom: 10px;
}

.miktar-heading {
font-size: 17px;
font-family: Raleway;
margin-right: 10px;
}

.sayac {
width: 100px;
margin-left: 10px;
padding: 10px;
font-size: 17px;
font-family: Raleway;
border: 1px solid #dbdee4;
}
.sayac2 {
    width: 300px;
    margin-left: 10px;
    padding: 10px;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #dbdee4;
}

.sec {
margin-left: 10%;
padding: 10px;
width: 200PX;
font-size: 17px;
font-family: Raleway;
border: 1px solid #aaaaaa;
}

.notes {
margin-left: 10%;
padding: 10px;
width: 80%;
font-size: 18px;
font-family: Raleway;
border: 1px solid #aaaaaa;
}
.notes2 {
    margin-left: 10%;
    padding: 10px;
    width: 100%;
    font-size: 18px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

.toplam {
width: 100px;
margin-left: 10px;
padding: 10px;
font-size: 17px;
font-family: Raleway;
border: 1px solid #dbdee4;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
display: none;
}

button {
background-color: #04AA6D;
color: #ffffff;
border: none;
padding: 10px 20px;
font-size: 17px;
font-family: Raleway;
cursor: pointer;
}

h3, h5{
    margin-left: 10%;
}

button:hover {
opacity: 0.8;
}

#prevBtn {
background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbbbbb;
border: none;  
border-radius: 50%;
display: inline-block;
opacity: 0.5;
}

.step.active {
opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
background-color: #04AA6D;
}

.formContainer{
    height: 50vh;
}

.formContainer2{
    height: 100px;
}



.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
    text-align: center;
    letter-spacing: 0.35px;
    white-space: nowrap;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.updateBTN {
    margin-left: 30px;
}
.updateBTN2 {
    margin-left: 10%;
}

.updateBTN3 {
    margin-left: 5%;
    background-color: #e5200f;
}

.checkboxTable{
    transform : scale(2);
}
.checkboxTableList{
    transform : scale(1.5);
}
.control-buttons2{
    margin-top: 5%;
    margin-left: 15%;
}

#amountLabel{
    color: #B4886B;
    font-weight: bold;
    width: 130px;
    margin-left: 20px;
}
#totalLabel{
    color: #B4886B;
    font-weight: bold;
    width: 130px;
    margin-left: 20px;
}
#totalLabelInvoice{
    color: #B4886B;
    font-weight: bold;
    width: 130px;
    margin-left: 20px;
}

input[type="date"]{
    background-color: #0080ff;
    padding: 5px;
    font-family: "Roboto Mono",monospace;
    color: #ffffff;
    font-size: 16px;
    border: none;
    outline: none;
    width: 200px;
    border-radius: 5px;
}
::-webkit-calendar-picker-indicator{
    background-color: #ffffff;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}


.detayFilter{
    display: none;
}
.detayFilter2{
    display: block;
}