﻿

/*@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf');
}*/

body, html {
    padding: 0px;
    margin: 0px;
    height: 100%;
    /*   font-family: Roboto-Medium;
*/ font-size: 18px;
    background-color: #fafafa87;
    letter-spacing: 1px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #e70b0b;
}

label {
    margin-bottom: 0.5rem;
    color: #212529;
    font-weight: 600;
}

nav {
    border-bottom: 2px solid #dadada75;
    background-color: #fff !important;
    box-shadow: -14px -20px 12px 20px #c7c7c7;
  
}

.nav-item:hover {
    background-color: #f6f5f5 !important;
   margin-left:10px;
 
}
.nav-item {
    margin-left: 30px;
}


.dvLayout {
    height: calc(100% - 49px);
}


.dvLayout_Icerik {
    padding: 20px 25px;
}

.dvLayout_Row {
    height: 100vh;
}

.dvLayout_Menu {
    border-right: 1px solid #dadada9c;
    box-shadow: -13px 20px 20px 20px #c7c7c7;
    /* border-right: 2px solid #e8e8e8;*/
    background-color: #aa040c;
    color: #fff !important;
}

.dvLayout_Sayfa {
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 8px;
    box-shadow: -2px 3px 10px 2px #c7c7c7;
    padding: 20px;
    margin: 10px;
}




.nav-link {
    color: #dc0c15 !important;
   
}

.ancLogo {
    width: auto;
    max-height: 75px;
    height: auto;
}


.evdesLogo {
 
    width: auto;
    margin-top: 75px;
 
    height: auto;
}

.logoHover:hover {
    background-color: #f6f5f5 !important;
}

.dvPanel {
    margin-top: 20px;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    border: 1px solid #dadada;
    box-shadow: 3px 3px 20px 10px #e9e9e9;
    border-radius: 4px;
}

.YardimCss {
    padding: 0.25%;
}
.edevlet-button {
    display: inline-flex;
    align-items: center;
    background-color: #c40000;
    justify-content: center; /* Yazıyı ortaladım */
    padding: 5px 15px;
    color: white;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 18px;
}
    .edevlet-button:hover {
        background-color: #b22222;
        color: white;
    }
    .edevlet-button img {
        margin-right: 15px; /* Boşluğu kaldırdım */
    }


.giris-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #a2a2a2;
    border: 2px solid #a2a2a2;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 18px;
}
    .giris-button img {
  
        margin-right: 15px;
    }



    .giris-button:hover {
        background-color: #817c7c;
        color: white;
    }
/*@media screen and (min-width: 768px) and (max-width: 1440px) {
    
    #pie2 {
        margin-left:-75px;
    }
}*/
/*
@media screen (max-width: 1024px) {

    #pie2 {
        max-width: 100%;
    }
}*/
/**/
@media screen (max-width: 768px) {
    piecolmd6 {
        max-width: 100% !important;
    }
}


