@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

:root {
    /*--blueColor: #008cff;*/
    --whiteColor: #ffffff;
    --lightGray: #f7f7f7 !important;
    --textColor: #4c5258;
    --borderColor: #e4e4e4;
    --smallBorder: .5rem;
    /*--bigBorder: 2rem;
    --fs13: 1.3rem;
    --fs14: 1.4rem;
    --fs15: 1.5rem;
    --fs16: 1.6rem;
    --fs20: 2rem;
    --fs30: 3rem;*/
}
#hesabim{
    font-size: 62.5%;
    scroll-behavior: smooth;
}


body {
    background-color: var(--lightGray);
    color: var(--textColor);
    position: relative;
}

.hesabimsiparislerimcontent section {
    padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 500;
}

 ul {
    list-style: none;
    padding-left: 0;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: .8rem;
}

::-webkit-scrollbar-track {
    background: var(--lightGray);
}

::-webkit-scrollbar-thumb {
    background-color: var(--blueColor);
}

#hesabimsiparislerim {
    margin-top:50px;
    margin-bottom:50px;
}

#hesabimsiparislerim .container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    gap: 2rem;
}

/*Start Aside*/
#hesabimsiparislerim .sidebar-wrapper {
    position: relative;
    top: 0;
    left: -100rem;
    width: 100%;
    height: 100%;
    /*padding: 0 1.5rem;*/
    background-color: var(--whiteColor);
    box-shadow: 0 .2rem .6rem 0 rgb(218 218 253 / 65%), 0 .2rem .6rem 0 rgb(206 206 238 / 54%);
    z-index: 999;
    transition: all .3s ease-in-out;
}

#hesabimsiparislerim .sidebar-wrapper.active {
    left: 0;
}




@media(min-width: 992px) {
    #hesabimsiparislerim .sidebar-wrapper {
        left: 0;
    }

   
}

#hesabimsiparislerim .sidebar-wrapper .sidebar-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 6rem;
    border-bottom: .1rem solid var(--borderColor);
}





#hesabimsiparislerim .sidebar-wrapper nav ul {
    /*padding: 1rem;*/
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#hesabimsiparislerim .sidebar-wrapper nav ul li a {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .8rem 1.5rem;
    font-size: var(--fs15);
    color: var(--textColor);
    letter-spacing: .05rem;
    border: .1rem solid #ffffff00;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#hesabimsiparislerim .sidebar-wrapper nav ul li a i {
    font-size: var(--fs20);
    line-height: 1;
}

#hesabimsiparislerim .sidebar-wrapper nav ul li a .title {
    text-transform: capitalize;
}

#hesabimsiparislerim .sidebar-wrapper nav ul li a:hover {
    color: var(--blueColor);
    background: rgb(13 110 253 / .12);
}

/*End Aside*/
/*Start Main Content*/
.hesabimsiparislerimcontent {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;

}

@media(min-width: 992px) {
    .hesabimsiparislerimcontent {
        margin-left: 0;
        padding-left: 0;
    }
}



.hesabimsiparislerimmain {
    display: grid;
    gap: 2rem;
}

@media(min-width: 768px) {
    .hesabimsiparislerimmain {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 1200px) {
    .hesabimsiparislerimmain {
        grid-template-columns: repeat(4, 1fr);
    }
}

.hesabimsiparislerimmain .box {
    padding: 1.5rem;
    background-color: var(--whiteColor);
    border-radius: var(--smallBorder);
    box-shadow: 0 .2rem .6rem 0 rgba(67 89 113 /.12);
}

.hesabimsiparislerimmain .box-1 {
    padding: 0;
    display: flex;
    gap: 4rem;
}

.hesabimsiparislerimmain .box .box-left {
    padding: 1.5rem;
}

.hesabimsiparislerimmain .box .box-left h4 {
    text-transform: capitalize;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #696cff;
}

.hesabimsiparislerimmain .box .box-left p {
    font-size: var(--fs15);
    margin-bottom: 3rem;
}

.hesabimsiparislerimmain .box .box-left a {
    text-transform: capitalize;
    font-size: var(--fs14);
    color: var(--blueColor);
    border: .1rem solid var(--blueColor);
    border-radius: var(--smallBorder);
    padding: .5rem 1rem;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.hesabimsiparislerimmain .box .box-left a:hover {
    background-color: var(--blueColor);
    color: var(--whiteColor);
}

.hesabimsiparislerimmain .box .box-right {
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.hesabimsiparislerimmain .box .box-right img {
    display: none;
}

@media(min-width: 768px) {
    .hesabimsiparislerimmain .box .box-right img {
        display: block;
        height: 14rem;
        margin-top: 0.8rem;
    }
}

.hesabimsiparislerimmain .box-2,
.hesabimsiparislerimmain .box-3,
.hesabimsiparislerimmain .box-4,
.hesabimsiparislerimmain .box-5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: .2rem solid var(--blueColor);
    height: 16rem;

}

.hesabimsiparislerimmain .box-2,
.hesabimsiparislerimmain .box-3,
.hesabimsiparislerimmain .box-4 {
    background: var(--whiteColor);
    background: linear-gradient(to right, var(--blueColor) 50%, var(--whiteColor) 50%) right;
    background-size: 200%;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.hesabimsiparislerimmain .box-2:hover,
.hesabimsiparislerimmain .box-3:hover,
.hesabimsiparislerimmain .box-4:hover {
    background-position: left;
    color: var(--whiteColor);
}

.hesabimsiparislerimmain .box-5 {
    background-color: var(--blueColor);
    color: var(--whiteColor);
}

.hesabimsiparislerimmain .box .box-details {
    text-align: center;
}

.hesabimsiparislerimmain .box .box-details h4 {
    font-size: var(--fs30);
    font-weight: 600;
    margin-bottom: 1rem;
}

.hesabimsiparislerimmain .box .box-details span {
    text-transform: capitalize;
    font-size: var(--fs20);
}

.hesabimsiparislerimmain .box .box-icon i {
    font-size: 4rem;
    color: var(--blueColor);
    transition: all .6s ease-in-out;
}

.hesabimsiparislerimmain .box-5 .box-icon i {
    color: var(--whiteColor);
}

.hesabimsiparislerimmain .box-2:hover .box-icon i,
.hesabimsiparislerimmain .box-3:hover .box-icon i,
.hesabimsiparislerimmain .box-4:hover .box-icon i {
    color: var(--whiteColor);
}

@media(min-width: 768px) {
    .box-1 {
        grid-column: span 2;
    }

    .box-6,
    .box-7 {
        grid-column: span 2;
    }

    .box-8 {
        grid-row: 4;
        grid-column: span 2;
    }
}

@media(min-width: 1200px) {
    .box-1 {
        grid-column: 1 / span 2;
    }

    .box-4 {
        grid-column: 3;
    }

    .box-5 {
        grid-column: 4;
    }

    .box-6 {
        grid-column: 1 / span 4;
        grid-row: 1;
    }

    .box-7 {
        grid-column: 3 / span 2;
    }

    .box-8 {
        grid-column: 1 / span 2;
        grid-row: 3;
    }

    .box-9 {
        grid-row: 4;
    }

    .box-10 {
        grid-column: 2;
        grid-row: 4;
    }
}

.box .box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: .1rem solid rgb(13 110 253 / .12);
}

.box .box-header h4 {
    text-transform: capitalize;
    font-size: var(--fs20);
}

.box .box-header a {
    padding: .5rem 1rem;
    text-transform: capitalize;
    font-size: var(--fs16);
    background-color: var(--blueColor);
    color: var(--whiteColor);
    border-radius: var(--smallBorder);
    border: .1rem solid transparent;
    transition: all .3s ease-in-out;
}

.box .box-header a:hover {
    background-color: var(--whiteColor);
    color: var(--blueColor);
    border-color: var(--blueColor);
}

.box .box-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.box .box-container .customer {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1rem 0;
    border-bottom: .1rem solid rgb(13 110 253 / .12);
}

.box .box-container .customer img {
    width: 4rem;
    border-radius: 50%;
}

.box .box-container .info h5 {
    font-size: var(--fs16);
    text-transform: capitalize;
}

.box .box-container .contacts {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.box .box-container .contacts i {
    font-size: var(--fs14);
    color: var(--blueColor);
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.box .box-container .contacts i:hover {
    opacity: .5;
}

.hesabimsiparislerimmain .box-6 {
    white-space: nowrap;
    overflow-x: auto;
}

.box .box-body table {
    width: 100%;
    border-collapse: collapse;
}

.box .box-body table thead {
    background-color: var(--lightGray);
}

.box .box-body table thead tr th {
    text-transform: capitalize;
    font-size: var(--fs14);
    padding: .5rem;
    text-align: left;
}

.box .box-body table tbody tr {
    border-bottom: .1rem solid var(--borderColor);
}

    .box .box-body table tbody tr td {
        font-size: var(--fs14);
        padding: 1rem .5rem;
        vertical-align: middle;
    }

.box .box-body table tbody tr td .badge {
    display: block;
    border-radius: var(--bigBorder);
    text-align: center;
    text-transform: capitalize;
    color: var(--whiteColor);
    width: 100%;
}

.box .box-body table tbody tr td .badge-1 {
    background: linear-gradient(45deg, #42e695, #3bb2b8);
}

.box .box-body table tbody tr td .badge-2 {
    background: linear-gradient(45deg, #ffdf40, #ff8359);
}

.box .box-body table tbody tr td .badge-3 {
    background: linear-gradient(45deg, #f54ea2, #ff7676);
}

.box .box-body table tbody tr td .progress {
    background-color: #e9ecef;
    border-radius: var(--bigBorder);
    width: 100%;
    height: .6rem;
}

.box .box-body table tbody tr td .progress .progress-bar {
    height: .6rem;
    border-radius: var(--bigBorder);
}

.box .box-body table tbody tr td .progress .bar-1 {
    background: linear-gradient(45deg, #42e695, #3bb2b8);
}

.box .box-body table tbody tr td .progress .bar-2 {
    background: linear-gradient(45deg, #ffdf40, #ff8359);
}

.box .box-body table tbody tr td .progress .bar-3 {
    background: linear-gradient(45deg, #f54ea2, #ff7676);
}

.box-8 {
    display: flex;
    align-items: center;
    height: 16rem;
}

.box .box-left .year {
    display: block;
    text-transform: uppercase;
    font-size: var(--fs13);
    padding: .5rem;
    width: fit-content;
    border-radius: var(--bigBorder);
    background-color: #fff2d6;
    color: #ffab00;
}

.box .box-left .percentage {
    display: block;
    color: #71dd37;
    padding: .5rem;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1.2rem;
}

.box .box-left h3 {
    font-size: var(--fs30);
}

.box-8 .box-right {
    margin-left: auto;
}

.box-8 .box-right i {
    font-size: 6rem;
}

.box-9 .circle {
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: linear-gradient(180deg, #71dd37 20%, transparent 0%),
                linear-gradient(230deg, #ffdf40 25%, transparent 0%),
                linear-gradient(360deg, #f54ea2 60%, transparent 0%),
                linear-gradient(155deg, var(--blueColor) 50%, transparent 0%);
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.box-9 .circle .inner-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17rem;
    height: 17rem;
    border-radius: 50%;
    background-color: var(--whiteColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs30);
}

.box-9 .box-bottom {
    margin-top: 3rem;
}

.box-9 .box-bottom .list {
    padding: 1rem 0;
    margin-bottom: 1rem;
    border-bottom: .1rem solid var(--borderColor);
    display: flex;
}

.box-9 .box-bottom .list span {
    text-transform: capitalize;
    font-size: var(--fs14);
    font-weight: 600;
}

.box-9 .box-bottom .list span:last-child {
    padding: .5rem 1rem;
    border-radius: 1rem;
    background-color: #71dd37;
    width: 4rem;
    text-align: center;
    margin-left: auto;
    color: var(--whiteColor);
}

.box-9 .box-bottom .list:nth-child(2) span:last-child {
    background-color: #ffdf40;
}

.box-9 .box-bottom .list:nth-child(3) span:last-child {
    background-color: #f54ea2;
}

.box-9 .box-bottom .list:nth-child(4) span:last-child {
    background-color: var(--blueColor);
}

.box-10 .box-body {
    display: flex;
    flex-direction: column;
}

.box-10 .box-body .project {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 0;
    border-bottom: .1rem solid var(--borderColor);
}

.box-10 .box-body .project .project-left {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.box-10 .box-body .project .project-left h5 {
    text-transform: capitalize;
    font-size: var(--fs16);
}

.box-10 .box-body .project .project-left span {
    text-transform: capitalize;
    font-size: var(--fs13);
    color: #cccccc;
}

.box-10 .box-body .project .project-right i {
    cursor: pointer;
    font-size: var(--fs16);
    color: var(--blueColor);
}

.hesapdetay {
    font-size:15px;
}

@media only screen and (max-width:576px) {
    #hesabimsiparislerim .sidebar-wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* padding: 0 1.5rem; */
        background-color: var(--whiteColor);
        box-shadow: 0 0.2rem 0.6rem 0 rgb(218 218 253 / 65%), 0 0.2rem 0.6rem 0 rgb(206 206 238 / 54%);
        z-index: 999;
        transition: all .3s ease-in-out;
    }
    .hesabimsiparislerimcontent {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .hesabimsiparislerimmain {
        display: grid;
        gap: 2rem;
        margin-top: 30px;
    }
    #hesabimsiparislerim .sidebar-wrapper nav ul li a {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 0.8rem 1.5rem;
        font-size: var(--fs15);
        margin-bottom: 20px;
        color: var(--textColor);
        letter-spacing: .05rem;
        border: 0.1rem solid #ffffff00;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

    .mtopbosluk {
        margin-top:25px;
    }
    .mtopbosluk me-5 {
            float:left;
     }
        .mtopbosluk .text-center {
            text-align:inherit !important;
        }
    .mkargotakipbosluk {
        text-align:left !important;
        margin-top:25px;
    }
    .bg-body .ms-5 {
        margin-left: inherit !important;
    }
    .mbottombosluk .gx-5 {
        --bs-gutter-x: 1rem;
    }
    .msbosluk {
        margin-top:15px;
    }
    .adresgenel .table > tbody {
        vertical-align: inherit !important;
        line-height: inherit !important;
    }

}




@media only screen and (max-width:800px) {
    #no-more-tables tbody, #no-more-tables tr, #no-more-tables td {
        display:block;
    }
    #no-more-tables thead tr {
        position:absolute;
        top:-9999px;
        left:-9999px;
    }
    #no-more-tables td {
        position:relative;
        padding-left:50%;
        border:none;
        border-bottom:1px solid #eee;
    }
        #no-more-tables td:before {
            content: attr(data-title);
            position: absolute;
            left: 6px;
            font-weight:bold;
        }
    #no-more-tables tr {
        border-bottom:1px solid #ccc;
    }
}




/*End Main Content*/