﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/

    /*Sidebar, çalışmassa sil*/
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 1rem;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: .5s
}


.buttonCustom {
    cursor: pointer;
    outline: none;
    &.outline {
    position: relative;
    z-index: 3;
    background: transparent;
    color: #1172c4;
    font-size: 14px;
    border-color: #1172c4;
    border-style: solid;
    border-width: 2px;
    border-radius: 20px;
    padding: 10px 17px;
    text-transform: uppercase;
    transition: all 0.2s linear;
    a{
        text-decoration: none;
    }

}&.outline:hover {
    color: white;
    background: #1172c4;
    border-color: white;
    transition: all 0.2s linear;
}

&.outline:active {
    border-radius: 22px;
}

&.purple-white {
    font-weight: 700;
    color: #664e96;
    border-color: #664e96;
    background: transparent;
}

    &.purple-white:hover {
        color: white;
        background: #664e96;
        border-color: #664e96;
    }

&.blue-white {
    font-weight: 700;
    color: #3f5efb;
    border-color: #3f5efb;
    background: transparent;
}

    &.blue-white:hover {
        color: white;
        background: #3f5efb;
        border-color: #3f5efb;
    }
}

/*
/////
Forum css 
/////
*/
.topic-Description img {
    width: 400px;
    height:300px;
}
.topic-Description video {
    width: 400px;
    height:300px;
  }

.sectionHeader {
    /*background-color: #E0115F;*/
    background-color: rgb(236,69,103);
    padding: 8px 0 24px 24px;
}

.sectionHeading{
    color: white;
    font-size: 1.3em;
    padding: 16px 0 16px 0;
    border-bottom: 1px solid #335;
    margin-bottom: 12px;
}

.postHeading {
    color: white;
    font-size: 1.1em;
    padding: 16px 0 16px 0;
}

.sectionInfo{
    height: 400px;
    background-color:white;
}

.frontPageSplash {
    background-image: url("../images/theme/grandparent.png");
    background-repeat: no-repeat;
    background-position: right;
}

.frontPageLearn {
    padding: 12px 0 0 32px;
    height: 360px;
    color: white;
}

.sectionDescription{
    color: #EEE;
}

.frontPageHeading {
    font-size: 3.2em;
    margin: 16px 0;
}

.frontPageSubHeading{
    font-size: 2em;
}

.frontPageTopContainer{
    padding: 40px 80px 42px 40px;
    border: 1px solid #999;
    background-color: #2569D5;
}

.homeSearch{
    width:100%;
    margin-top: 8px;
    background: rgb(221, 212, 184,0.3);
    padding: 8px;
    border: 0px;
    height: 2.3em;
    font-size: 2.1em;
    font-weight: bold;
    transition: ease-in 0.2s;
}

.homeSearch:focus{
    border: none !important;
    outline: none !important;
    transition: ease-in 0.2s;
    color: #edb6b6;
    background-color: rgb(221, 212, 184,0.7);
    box-shadow: 0 5px 4px -6px #000;
}

.frontPageContent{
    background-color: rgba(255,255,255,0.9);
    
    padding: 16px;
}

#latestPosts{
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin: 4px 0 16px;
}

/* Forum Topic Page */

.searchBar{
    padding: 3px 5px 2px 12px;
    margin: 8px;
    background-color: #333;
    width: 10%;
    transition: ease .3s;
    border: none;
}

.searchBar:focus{
    color: black;
    width: 60%;
    background-color: #fff;
}


/* Post Page */
.postTitle{
    font-weight:bold;
}

.postSubTitle{
    color:#888;
    font-size: 0.8em;
}

.postData{
    display:inline-block;
}

.postDate{
    color: #888;
    font-size: 0.8em;
}

.postLogo{
    display: inline-block;
    border-radius: 3px;
    margin-right:20px;
    height:40px;
    width: 40px;
    background-color: #ddd;
}

.postAuthorImage{
    height: 80px;
    width: 80px;
    background-size: 100%;
}

.postAuthorContainer{
    padding: 12px;
    color: #444;
    width: 190px;
}

.postIndexTitle{
    font-size: 1.4em;
}

.postContentContainer{
    color: #222;
    padding: 22px;
    border-left: 1px, solid #ddd;
}

#postIndexContent{
    background-color: white;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2), 0 6px rgba(0,0,0,0.3);

}

.postHeader {
    background-color: #E0115F;
    padding: 8px 0px 24px 24px;
}

#replyDivider{
    height:2px;
    margin-bottom: 12px;
}

#headingBtn {
    float: right;
    margin-right: 20px;
}



/*Custom Scrollbar*/
.scrollbar::-webkit-scrollbar {
    width: 10px;
}

.scrollbar::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #d55959;
}
/*Scrollbar end*/

/* Custom Buttons*/
.btn-back {
    background-color: #555 !important;
    color: #fff !important;
    transition: ease-in 0.1s;
    border-radius: 0px !important;
    /*margin-left: 500px;*/
}

.btn-back:hover{
    transition: ease-in 0.1s;
    background-color: #1E88E5 !important;
}

.btn-newReply{
    background-color: #5C6BC0 !important;
    color: #fff !important;
    transition: ease-in 0.1s;
    border-radius: 0px !important;
}

.btn-newReply:hover{
    background-color: #9FA8DA !important;
    transition: ease-in 0.1s;
}

.btn-file {
    color: white;
    width: 50%;
    
    background-color: #4FC3F7;
    transition: ease 0.3s;
}

.btn-file:hover{
    background-color: #039BE5;
    transition: ease 0.3s;
}

.btn-newPost {
    background-color: #00695C !important;
    color: #fff !important;
    transition: ease-in 0.1s;
    border-radius: 0px, !important;
}

.btn-newPost:hover {
    transition: ease-in 0.1s;
    background-color: #00897B !important;
    color: #fff !important;
}

.btn-forumsDirect {
    background-color: rgb(198, 106, 106) !important;
    color: #fff !important;
    transition: ease-in 0.1s;
    border-radius: 0px, !important;
}

    .btn-forumsDirect:hover {
        transition: ease-in 0.1s;
        background-color: rgb(232, 124, 124) !important;
        color: #fff !important;
    }

.btn-submitPost{
    background-color: #00695C !important;
    color: #fff !important;
    transition: ease-in 0.1s;
    border-radius: 0px !important;
}

.btn-submitPost:hover{
    transition: ease-in 0.1s;
    background-color: #00897B !important;
    color: #fff !important;
}

.btn-forumSearch{
    background: none !important;
    border: none;
    padding: 0 !important;
    font: inherit;
   
}

#submitReplyBtn, #registerBtn {
    margin-top: 12px;
}


/* Forum Index */
#forumIndexTable td {
    background-color: rgba(255,255,255,0.9);
}

#forumIndexTable tr:hover{
    background-color: rgba(0,116,238,1);
}

.forumData{
    display: inline-block;
}

.forumTitle{
    font-weight: bold;
    font-size: 1.1em;
}

.forumSubTitle {
    color: #888;
    font-size: 0.8em;
}

.forumDescription{
    color:#555;
}

.forumLogo{
    border-radius: 3px;
    float: left;
    margin-right: 20px;
    height: 40px;
    width: 40px;
    background-color: #ddd;
    border: 1px solid #555;
    background-size: 100%;
}

.forumPostCount{
    color: #888;
    font-size: 0.9em;
}

.forumMemberCount{
    color: #888;
    font-size: 0.9em;
}

#forumIndexContent{
    padding-bottom: 60px;
    background-color: white;
}

.noPosts{
    text-align: center;
    padding-top: 30px;
}

/* User Profiles */
.userProfile{
    padding: 32px 0 64px 24px;
    /*background-color: #ddd;*/
}

#userProfileImage{
    display: inline-block;
    width: 200px;
    height: 200px;
    background-color: #ddd;
}

/* Replies */

.replyContent {
    display: "table";
    background-color: #fff;
    border-bottom: 1px solid #aaa;
    width: inherit;
    margin-left:10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2), 0 6px rgba(0,0,0,0.3);
}

#postReplyRow{
    
    padding:10px;
}

.replyContentContainer{
    display: table-cell;
    padding:12px;
}

.replyAuthorContainer {
    display: table-cell;
    padding: 12px;
}

.isAdmin{
    display: inline-block;
    padding: 3px;
    background-color: #FFEB3B;
    color: #000;
}

.isDeleted {
    display: inline-block;
    padding: 3px;
    background-color: #b41d1d;
    color: white;
}

.smaller{
    font-size: 0.8em;
}

#originalPost {
    background-color: #fff;
    padding: 12px;
    margin-bottom: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.4), 0 6px rgba(0,0,0,0.3);
}


#userEmailLabel, #userBioLabel, #userCreatedLabel, #userActiveLabel {
    display: block;
    color: #444;
    padding-top: 3px;
}

#userName{
    display: block;
    color: #2569d5;
    font-size: 1.7em;
}

#createReply{
    margin-top:30px;
}

/* Loading Loader Spinner */
.spinnerWrapper{
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s;
}

/* Create Post */
.createPostSection {
    background-color: #fff;
    padding: 24px;
}

.noBorder{
    border:none;
}


/* User Profile Index */

.userProfilePic{
    height: 140px;
    width: 140px;
    background-size: 100%;
}

#userProfileImage{
    background-size:100%;
}


.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.carousel-caption p{
    font-size: 20px;
    line-height: 1.4;
}





/*
/////
Forum css end
/////
*/

.btn-toggle::after {
    transform: none !important;
    transition: none !important;
}

.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle {
    outline: 0;
}

.nav-flush .nav-link {
    border-radius: 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(0, 0, 0, .85);
        background-color: #d2f4ea;
    }

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"]::before {
            transform: rotate(90deg);
        }

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: #d2f4ea;
    }

.scrollarea {
    overflow-y: auto;
}

.fw-semibold {
    font-weight: 600;
}

.lh-tight {
    line-height: 1.25;
}



.gradient-custom {
    background: rgb(63,94,251);
    background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
    position: absolute;
    width: 100vw;
    left: 0;
}

@keyframes confDialog{
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        display: none;
        opacity: 0;
    }
}


/*sidebar*/

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: #4723d9;
    --first-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100
}

*, ::before, ::after {
    box-sizing: border-box
}

/*body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 1rem;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: .5s
}*/

a {
    text-decoration: none
}

.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: var(--white-color);
    z-index: var(--z-fixed);
    transition: .5s
}

.header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer
}

.header_img {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

    .header_img img {
        width: 40px
    }

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    background: rgb(63,94,251);
    background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
    padding: .5rem 1rem 0 0;
    transition: .5s;
    z-index: var(--z-fixed)
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo, .nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 1.5rem;
    transition: .3s
}

    .nav_link:hover {
        color: var(--white-color)
    }

.nav_icon {
    font-size: 1.25rem
}

.show {
    left: 0
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem)
}

.active {
    color: var(--white-color)
}

    .active::before {
        content: '';
        position: absolute;
        left: 0;
        width: 2px;
        height: 32px;
        background-color: var(--white-color)
    }

.height-100 {
    height: 100vh
}

@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-left: calc(var(--nav-width) + 2rem)
    }

    .header {
        height: calc(var(--header-height) + 1rem);
        padding: 0 2rem 0 calc(var(--nav-width) + 2rem)
    }

    .header_img {
        width: 40px;
        height: 40px
    }

        .header_img img {
            width: 45px
        }

    .l-navbar {
        left: 0;
        padding: 1rem 1rem 0 0
    }

    .show {
        width: calc(var(--nav-width) + 156px)
    }

    .body-pd {
        padding-left: calc(var(--nav-width) + 188px)
    }
}
.tox-notification {
    display: none !important
}