
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #eff4fb;
}

a {
    text-decoration: none;
}

.allBtnHover:hover .card-footer {
    background-color: #efefef;
}

.card {
    border: 1px solid #efefef !important;
}

.btn-primary {
    background-color: #871987 !important;
    color: #fff !important;
    border: 1px solid #871987 !important;
}

.btn-primary:hover {
    background-color: #6b136b !important;
    color: #fff !important;
    border: 1px solid #6b136b !important;
}

.btn-outline-primary {
    background-color: #fff !important;
    color: #871987 !important;
    border: 1px solid #871987 !important;
}

.btn-outline-primary:hover {
    background-color: #6b136b !important;
    color: #fff !important;
    border: 1px solid #6b136b !important;
}

.bg-purple {
    background-color: #630a63;
}

.bg-purple-opacity {
    background-color: rgba(99, 10, 99, .1);
}

.bg-light-v2 {
    background-color: #f1f1f1;
}

.allItemsBtn {
    border: 1px solid #871987;
    padding: 3px 20px;
    border-radius: 5px;
}

.allItemsBtn a {
    color: #871987;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-24 {
    font-size: 24px;
}

.fs-32 {
    font-size: 32px;
}

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

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.text-purple {
    color: #871987;
}

.bg-secondary-light {
    background-color: #dde0e3;
}

.border-bottom-light {
    border-bottom: 1px solid #efefef;
}

.border-top-light {
    border-top: 1px solid #efefef;
}

.border-right-light {
    border-right: 1px solid #efefef;
}

.border-left-light {
    border-left: 1px solid #efefef;
}

.card-header {
    background-color: transparent;
    padding: 25px 1rem;
}

.card-footer {
    background-color: transparent;
    transition: all .2s ease;
}


/* START PROFILE PAGE */


/* HEADER */

#header .dropdown-toggle::after {
    display: none;
}

#header .dropdown-menu[data-bs-popper] {
    top: 50px;
    right: 0;
    left: auto;
}

#header .dropdown-menu {
    width: 350px;
}

#header .profileDropdown .dropdown-menu {
    width: 250px;
}

#header .dropdown-menu i {
    font-size: 36px;
    color: #871987;
    padding: 15px;
    border-radius: 50%;
    background-color: rgba(135, 25, 135, .2);
}

#header input[type="search"] {
    background-color: #871987!important;
    border: none!important;
    border-radius: 30px!important;
    padding: 8px 20px!important;
    color: #fff!important;
}

.navbar {
    background-color: #630a63;
}

.navbar-nav .nav-link {
    color: #fff;
}

.navbar-nav .nav-link.active {
    background-color: #871987;
    border-radius: 5px;
    color: #efefef;
}

.navbar .form-control {
    background-color: #871987;
    border: none;
    border-radius: 30px;
    padding: 8px 20px;
    color: #fff;
}

.navbar ::placeholder {
    color: #c5c5c5;
}

.navbar .searchIcon {
    top: 5px;
    right: 13px;
    background-color: #af17af;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .searchIcon img {
    width: 20px;
}

.formBorder {
    position: relative;
}

.formBorder::after {
    content: "";
    height: 20px;
    width: 2px;
    background-color: #af17af;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* MAIN */

.bannerContainer {
    padding: 150px 50px 50px 50px;
    background-image: url("img/banner.jpg");
    background-size: cover;
    z-index: 0;
}

.bannerContainer:after {
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .9), transparent);
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.bannerContent .avatarImg img {
    border: 3px solid #fff;
    border-radius: 50%;
}

.color-facebook {
    color: #2f5b9c;
}

.color-twitter {
    color: #37bff1;
}

.color-instagram {
    color: #f74881;
}

.bannerSocialMedia i {
    font-size: 36px;
    cursor: pointer;
    margin-right: 15px;
}

.bannerText img {
    border: 5px solid #fff;
}

.profileTabList .nav-item {
    width: 14.25%;
    text-align: center;
    border-right: 1px solid #efefef;
}

.profileTabList .nav-item i {
    color: #888da8;
}

.profileTabList .nav-link {
    width: 100%;
    color: #888da8;
    padding: 20px 0 !important;
    font-weight: 500;
    font-size: 15px;
}

.profileTabList .nav-link.active {
    border-bottom: 3px solid #af17af;
    background-color: transparent;
    color: #000;
    border-radius: 0;
}

.profileTabList .dropdown-toggle::after {
    display: none;
}

.postName h5 {
    font-size: 16px;
}

.postName span {
    font-size: 14px;
}

.cardReaction .like i {
    background-color: #dc3545;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}

.cardReaction .comment i {
    background-color: #0d6efd;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}

.postCard .card-footer textarea {
    border-radius: 25px;
    border: none;
    background-color: #ededed;
    height: 40px;
    padding: 8px 15px;
}

.cardTitle {
    position: relative;
}

.cardTitle::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #871987;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.cardTitle::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #871987;
    position: absolute;
    bottom: -8px;
    left: 45px;
}

@media (min-width: 1200px) {
    .container {
        width: 1150px !important;
    }
}

.textShowMore {
    height: 90px;
    overflow: hidden;
}

.labelShowMore {
    position: absolute;
    top: 100%;
}

.inputShowMore {
    display: none;
}

.labelShowMore:after {
    content: "Devamını göster...";
    position: absolute;
    bottom: -30px;
    width: 150px;
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
}

.inputShowMore:checked+.labelShowMore:after {
    content: "";
}

.inputShowMore:checked~div {
    height: 100%;
}

.card-header i {
    font-size: 16px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}

.card-header i:hover {
    background-color: rgba(135, 25, 135, .2);
}

@media (max-width: 767px) {
    .bannerContainer {
        padding: 50px !important;
    }
    .bannerContent {
        text-align: center;
    }
    .bannerSocialMedia {
        justify-content: center;
    }
    .signupContainer {
        width: 100%!important;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
    .avatarImg {
        text-align: center;
    }
}

@media (max-width: 1023px) {
    .mobileMenu {
        display: none;
    }
    .hamburger-menu {
        display: block !important;
    }
}

.hamburger-menu {
    display: none;
}

#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked+.menu__btn>span {
    transform: rotate(45deg);
}

#menu__toggle:checked+.menu__btn>span::before {
    top: 0;
    transform: rotate(0deg);
}

#menu__toggle:checked+.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
    left: 0 !important;
}

.menu__btn {
    position: absolute;
    top: 35px;
    right: 25px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 2;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
    z-index: 11111;
    overflow: auto;
}

.menu__item {
    display: block;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}

.menu__item:hover {
    background-color: #CFD8DC;
}

.mobileProfileCard {
    background-color: #e3e3e3;
}

.accordion-button {
    background-color: #871987;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background-color: #871987;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("img/icons/chevron-down.png");
}

.accordion-button::after {
    background-image: url("img/icons/chevron-down.png");
}

button.mobileBtn {
    border: none;
    background-color: transparent;
}

.mobileBtn i {
    color: #fff;
    background-color: #871987;
    padding: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion i.mobileIcon {
    font-size: 20px;
    color: #871987;
    padding: 12px;
    border-radius: 50%;
    background-color: rgba(135, 25, 135, .2);
}

.profileCard2 {
    margin: 0;
    background: #fff;
    overflow: hidden;
}

.profileCard2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -90px;
    width: 140px;
    background-image: url("https://img.freepik.com/free-vector/abstract-splashed-watercolor-textured-background_53876-8753.jpg?w=2000");
    background-size: cover;
    transform: skew(30deg);
    transform-origin: top;
}


/* END PROFILE PAGE */


/* START MY COMPANY PAGE */

#company .bannerContainer {
    padding: 150px 50px 50px 50px;
    background-image: url(img/my-comp-banner.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.groupBannerContainer {
    background-image: url(https://media-exp1.licdn.com/dms/image/C4E07AQEvbRDNPr4ieQ/group-heroimage-shrink_1125_282/0/1594284123794?e=1667242800&v=beta&t=2bpvQ45DpD8xCG1ZV1m4ol1AVGwK-_gPqztU9Bfj3lY)!important;
}

.followBtn i {
    font-size: 15px;
    margin-right: 5px;
}

.postCardImage img {
    transition: all .2s ease;
}

.postCardImage img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.btn-colorless-secondary {
    background-color: transparent;
    color: #6c757d;
}

.btn-colorless-secondary:hover {
    color: #6c757d;
    background-color: #e9e9e9;
}

.postComment {
    border-radius: 25px;
    background-color: #efefef;
    padding: 7px 100px 7px 15px;
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    outline: none;
}

.postCommentIcons {
    position: absolute;
    right: 35px;
    top: 12px;
}

.postCommentIcons i {
    font-size: 18px;
}

.jobAdsFavIcon i {
    font-size: 20px;
    cursor: pointer;
}

.personCardBanner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 75px;
}

.personCardBanner img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.personCard .card-header img {
    border: 3px solid #fff;
}

@media (max-width: 767px) {
    #company .bannerSocialMedia {
        flex-direction: column !important;
    }
    #company .bannerSocialMedia .socialMediaIcons {
        justify-content: space-evenly;
    }
    #company .profileTabList .nav {
        flex-direction: column;
    }
    #company .profileTabList .nav .nav-item {
        width: 100%;
    }
    #company .bannerContainer {
        background-size: cover !important;
    }
    #company .jobAdsFavIcon {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    #company .jobAdsCardText {
        text-align: center;
    }
    #company .companyBanner {
        /* position: absolute;
        top: 0;
        right: 0; */
        display: none;
    }
    .groupBannerContainer .companyBanner {
        display: block!important;
    }
    #company .companyBannerCompName {
        justify-content: center;
    }
    #company .companyBannerCompInfo {
        justify-content: center;
    }
    #company .followBtn {
        width: 100%;
    }
    #company .followBtn button {
        width: 100%;
    }
}


/* END MY COMPANY PAGE */


/* START ABOUT US */

#aboutUs .aboutUsBanner {
    background-color: #fff;
    padding: 115px 0 225px;
    margin-bottom: 100px;
}

#aboutUs .aboutUsBannerImage {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
}

@media(max-width: 767px) {
    #aboutUs .aboutUsBannerImage {
        display: none;
    }
    #aboutUs .aboutUsBanner {
        padding: 40px 0 40px !important;
    }
    #aboutUs .aboutUsTextImage {
        display: none;
    }
    #aboutUs .aboutUsBanner {
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .aboutUsBannerImage {
        width: 100%;
    }
}


/* END ABOUT US */


/* START CONTACT US */

.contactUsInputs input,
.contactUsInputs textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #000;
    outline: none;
}

.contactUsInputs input::placeholder,
.contactUsInputs textarea::placeholder {
    color: rgb(129, 129, 129);
}


/* END CONTACT US */


/* START BLOG DETAIL */

.blogPostComment {
    position: absolute;
    right: 20px;
}


/* END BLOG DETAIL */


/* START CREATE BLOG */

.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #871987;
    background-color: rgba(135, 25, 135, .1);
    color: #444;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.drop-container:hover {
    background-color: rgba(135, 25, 135, .2);
    border-color: #111;
}

.drop-container:hover .drop-title {
    color: #222;
}

.drop-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
}

.createBlog input[type="text"] {
    border: 1px solid #d1d1d1;
    padding: 5px 10px;
    border-radius: 5px;
}

.createBlog .descInput {
    height: 75px;
}

.createBlog input[type="file"]::file-selector-button {
    opacity: 0;
}


/* END CREATE BLOG */


/* START ALL CONNECTION */

.manageNetwork i {
    width: 30px;
}

.manageNetwork a {
    color: #6c757d;
}

.manageNetwork a .manageNetworkItem {
    transition: all .1s ease;
}

.manageNetwork a:hover .manageNetworkItem {
    background-color: #dfdfdf !important;
}

.filterSearch input {
    border: 1px solid #dedede;
    padding: 5px 5px 5px 30px;
}

.filterSearch i {
    position: absolute;
    top: 1px;
    left: 12px;
}


/* END ALL CONNECTION */


/* START SIGNUP STEP 1 */

#signup .drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 225px;
    width: 225px;
    padding: 20px;
    border-radius: 50%;
    border: 2px dashed #871987;
    background-color: rgba(135, 25, 135, .1);
    color: #444;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

#signup .drop-container:hover {
    background-color: rgba(135, 25, 135, .2);
    border-color: #111;
}

#signup .drop-container:hover .drop-title {
    color: #222;
}

#signup .drop-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
}

#signup .createBlogFile input[type="file"]::file-selector-button {
    opacity: 0;
}

.signupContainer {
    width: 50%;
}

.signupContainer input {
    border: 1px solid #dedede;
    height: 40px;
    border-radius: 5px;
    padding: 0 15px;
}

.signupContainer textarea {
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid #dedede;
}

.signUpAddBtn {
    position: absolute;
    right: 25px;
    top: 25px;
}

.addExpModal input {
    border: 1px solid #dedede;
    height: 40px;
    border-radius: 5px;
    padding: 0 15px;
}

.addExpModal textarea {
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid #dedede;
}


/* END SIGNUP STEP 1 */


/* START ALL MESSAGES */

.messageBoxSearch input {
    background-color: #efefef;
    padding: 5px 5px 5px 35px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
}

.messageBoxSearchIcon {
    position: absolute;
    top: 3px;
    right: 5px;
}

.messageBoxSearchIcon i {
    color: #6c757d;
}

.messageBoxTextarea {
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 10px;
    outline: none;
}

.messageBoxSendIcons i {
    font-size: 18px;
}


/* END ALL MESSAGES */


/* START SETTNGS */

.settingsTabBtns button {
    text-align: start;
}

.settingsTabBtns i {
    width: 30px;
    height: 30px;
    color: #871987;
    background-color: rgba(135, 25, 135, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50%;
}

.settingsTabBtns .nav-link {
    display: flex;
    align-items: center;
    color: #4e4e4e;
    padding: .75rem 1rem;
}

.settingsTabBtns .nav-link.active {
    background-color: rgba(135, 25, 135, .15);
    color: #4e4e4e;
}

.settingsTabs input,
.settingsTabs textarea,
.settingsTabs select {
    border: 1px solid #cfcfcf;
    padding: 7px 10px;
    border-radius: 5px;
    outline: none;
}

input,
textarea,
select {
    /* border: 1px solid #cfcfcf!important; */
    padding: 7px 10px!important;
    border-radius: 5px!important;
    outline: none!important;
}

.createBlogFile input {
    border: none!important;
}

.settingsTabs label {
    font-size: 15px;
    font-weight: 500;
}

#v-pills-dizayn .createBlogFile input[type="file"]::file-selector-button {
    opacity: 0;
}

#v-pills-dizayn .drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 225px;
    width: 225px;
    padding: 20px;
    border-radius: 50%;
    border: 2px dashed #871987;
    background-color: rgba(135, 25, 135, .1);
    color: #444;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

#v-pills-dizayn .drop-container:hover {
    background-color: rgba(135, 25, 135, .2);
    border-color: #111;
}

#v-pills-dizayn .drop-container:hover .drop-title {
    color: #222;
}

#v-pills-dizayn .drop-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
}

.notificationTab label {
    font-weight: 400 !important;
    font-size: 15px !important;
}

.myInfoIcon i {
    font-size: 22px;
    background-color: #eddded;
    width: 50px;
    color: #871987;
    border-radius: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myInfoCards .card {
    cursor: pointer;
    transition: all .1s ease;
}

.myInfoCards .card:hover {
    border: 1px solid #871987 !important;
}

.myInfoCards .card.active {
    border: 3px solid #871987 !important;
}

.settingsTabBtns .accordion-button {
    background-color: #fff !important;
    color: #4e4e4e;
    padding: 0.75rem 1rem !important;
}

.settingsTabBtns .accordion-button:not(.collapsed) {
    background-color: rgba(135, 25, 135, .15);
    color: #4e4e4e;
}

.settingsTabBtns .accordion-item {
    border: none;
}

.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.checkboxContainer:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkboxContainer input:checked~.checkmark {
    background-color: #871987;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkboxContainer input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkboxContainer .checkmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#v-pills-dogrulama .createBlogFile input[type="file"]::file-selector-button {
    opacity: 0;
}

#accordionHakkimda .accordion-button:not(.collapsed),
#accordionHakkimda .accordion-button:not(.collapsed):focus,
#accordionGuvenlik .accordion-button:not(.collapsed),
#accordionGuvenlik .accordion-button:not(.collapsed):focus {
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px;
}


/* END SETTNGS */