:root {
    --bodyWidth: 428px;
}

html {
    font-family: 'Ubuntu', sans-serif;
    background: #2b2b2b;
    transition: all .3s linear;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-size: 14px;
    background: var(--footerBg) no-repeat bottom center, var(--ribbonBg) no-repeat center 110px;
    background-color: var(--mainBgColor);
    transition: all .3s linear;
    color: #2b2b2b;
    max-width: var(--bodyWidth);
    margin: 0px auto;
    min-height: 100vh;
    padding-bottom: 24px;
    position: relative;
}

.bottom-button-map {
    width: 60px;
    height: 60px;
    border: #fff solid 3px;
    border-radius: 50%;
    text-align: center;
    padding: 5px!important;
    position: absolute;
    bottom: 5px;
    background-color: var(--bottomMenuBgColor);
    font-size: 30px!important;
}

.bodyNoRibbon {
    background: var(--footerBg) no-repeat bottom center!important;
}

.borderRadius24 {
    border-radius: 24px;
}

.favoriteJob {
    cursor: pointer;
}

.bgWhite {
    background: var(--whiteAreaBgColor);
    border-radius: 24px;
    width: 100%;
}

body.darkMode {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-size: 14px;
    background: #1b1b1b;
    transition: all .3s linear;
    color: #c4c4c4;
    max-width: var(--bodyWidth);
    margin: 0px auto;
    min-height: 100vh;
    padding-bottom: 24px;
}

body.darkMode .bgWhite {
    background: rgb(66, 66, 66);
    border:0px solid rgb(83, 83, 83)!important;
    margin-bottom: 24px;
}

body.darkMode .btn-primary {
    background: rgb(124, 124, 124);
    border: none;
}

body.darkMode header {
    background: #1b1b1b url('../images/dark-mode/top-dark-mode.png') no-repeat bottom center!important;
}

body.darkMode .accounts div.accountBox .accountName {
    background: rgb(66, 66, 66)!important;
}

body.darkMode .accounts div.accountBox {
    border-bottom: 0px!important;
}

body.darkMode #bottomButtons .container {
    background: #5c5c5f !important;
}

a {
    text-decoration: none !important;
    transition: all .3s linear;
    font-family: 'Ubuntu', sans-serif;
    color: #444445;
}

header {
    margin-left: 0px;
    margin-right: 0px;
    background: var(--mainBgColor) var(--headerBg) no-repeat bottom center;
    background-size: var(--bodyWidth)!important;
    background-position: center bottom!important;
    height: 100px;
}

header.theme {
    background: var(--mainBgColor) var(--headerBg) no-repeat bottom center;
    background-size: var(--bodyWidth)!important;
    background-position: center bottom!important;
    height: 100px;
}

header a {
    color: #fff;
    padding: 10px;
}

.jobAllFiles {
    width: 100%;
}

.jobAllFiles .mediaIkon {
    font-size: 48px;
    margin: 0px 20px 0px 20px;
    position: relative;
    display: block;
    width: 25%;
    text-align: center;
    overflow: hidden;
}

.jobAllFiles .mediaIkon form {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 100%;
    background: #000;
    z-index: 500;
    opacity: 0;
}

.jobAllFiles .fileBox {
    position: relative;
    width: 100%;
    background: #fafafa;
}

.jobAllFiles .fileBox .deleteIcon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 13px;
    background: #ff0000;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
}

.jobAllFiles h2 {
    border-radius: 24px 24px 0px 0px;
    font-size: 18px;
    margin: -18px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    color: var(--textTitleColor);
    display: block;
}

#profile {}

#profile .bgWhite.noRibbon {}

#profile .bgWhite {
    border-radius: 0px;
    height: 130px;
    background-size: var(--bodyWidth)!important;
    background-position: center bottom!important;
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

#profile .profilePhoto {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    margin-right: 20px;
}

#profile .profilePhoto img {
    padding: 3px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profilePhotoEditIcon {
    position: absolute;
    bottom: 0px;
    right: 10px;
    z-index: 500;
}

.profilePhotoEditIcon i {
    font-size: 16px;
    color: #000 !important;
    opacity: 0.8;
    background: #fff;
    border-radius: 10px;
    padding: 5px;
}

#profile .profilePhoto form {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 500;
    opacity: 0;
}

#profile .profilePhoto form input {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

#profile h1 {
    color: var(--textTitleColor);
    font-size: 22px;
    font-weight: 400!important;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    font-weight: 500;
}

#profile .tags {
    color: #3d4953;
    font-size: 16px;
}

#bio {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

#bio h2 {
    font-size: 18px;
    margin-top: 10px;
}

#bio a {
    font-size: 18px;
    background: var(--themeColor);
    color: #fff;
}

.accounts {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.accounts h2 {
    border-radius: 24px 24px 0px 0px;
    font-size: 18px;
    margin: -18px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    color: var(--textTitleColor);
    display: block;
}

.accounts div.accountBox {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
}

.accounts div.accountBox .icon {
    height: 100%;
    width: 30px;
    height: 30px;
}

.accounts div.accountBox .accountName {
    height: 100% !important;
    font-weight: bold;
    padding: 10px;
    color: #7c7c7c;
}

.accounts div.accountBox .arrow {
    color: #7c7c7c;
}

.accounts div.accountBox .updateAccountIcon {
    color: #7c7c7c;
    padding: 10px;
}

.accounts a.createAccount {
    display: block;
    padding: 10px;
    text-align: center;
    color: #7c7c7c;
    font-size: 24px;
}

.deleteAccountIcon {
    width: 100%;
    background: #ff0000;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
}

.deleteAccountIcon i {
    margin-right: 5px;
}

.deleteAccountIcon:hover {
    color: #fff;
}

.accounts .job {
    margin: 15px 0px 15px 0px;
    border-bottom: 1px solid var(--themeColor);
    position: relative;
}

.accounts .job .kartvizitteGoster {
    position: absolute;
    bottom: 60px;
    right: 0px;
    font-size: 12px;
    background: var(--themeColor);
    border-radius: 10px;
    color: #fff;
    padding: 5px 15px;
}

.accounts .job .kartvizitteGoster.active {
    background: #ff0000;
}

.accounts .job .isBilgisiKaldir {
    position: absolute;
    bottom: 10px;
    right: 0px;
    font-size: 18px;
    background: #ff0000;
    border-radius: 10px;
    color: #fff;
    padding: 5px 15px;
}

#statistics {
    margin-top: 24px;
}

#statistics h2 {
    border-radius: 24px 24px 0px 0px;
    font-size: 18px;
    margin: -18px -18px 0px -18px;
    padding: 10px 20px 10px 20px;
    background: var(--themeColor);
    color: #fff;
    display: block;
}

#statistics span.title {
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
}

#statistics span.text {
    font-size: 28px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
}

#IDCard {
    display: none;
    width: 100%;
    height: 100vh;
    background: #fff;
    position: absolute;
    top: 0;
    margin: 0;
    z-index: 9999;
}

#IDCard h2 {
    color: #fff;
    font-size: 24px;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    font-weight: 500;
}

#IDCard span.profileLink {
    display: block;
    color: #fff;
    font-size: 12px;
    margin: 10px 0px 0px 0px;
    font-weight: 300;
    text-align: center;
    background: red;
    padding: 5px;
    border-radius: 5px;
}

#IDCard span.companyName {
    display: block;
    color: #fff;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    font-weight: 500;
}

#IDCard span.title {
    color: #fff;
    font-size: 16px;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    font-weight: 300;
}

#IDCard span.line {
    display: block;
    background: red;
    width: 50px;
    height: 2px;
    margin: 10px 0px;
}

#IDCard span.address {
    display: block;
    margin: 10px 0px 30px 0px;
    color: #fff;
    font-size: 1.1em;
}

#IDCard a.businessLink {
    display: block;
    font-size: 1.2em;
    margin: 10px 0px;
    color: #fff;
}

#IDCard a.businessLink i {
    background: red;
    padding: 5px;
    border-radius: 5px;
}

#selectDirectAccountWrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fafafa;
    overflow: auto;
}

#selectDirectAccountWrapper .account {
    position: relative;
}

#selectDirectAccountWrapper .accountsRow {
    background: #fff;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
}

#selectDirectAccountWrapper .account img {}

#selectDirectAccountWrapper .accountName {
    width: 100%;
    position: absolute;
    bottom: 20%;
    left: 0;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

#qrCode {
    display: none;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fafafa;
    overflow: auto;
}

#qrOnButton {
    cursor: pointer;
    color: #fff;
    padding: 0px 10px;
}

#qrOnButton i {
    margin-right: 5px;
}

#userNotification {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 899;
    background: #fafafa;
    overflow: auto;
}

#userNotificationOnButton {
    cursor: pointer;
    color: #000;
    padding: 0px 10px;
    font-size: 24px;
    position: relative;
}

#userNotificationOnButton .counter {
    position: absolute;
    top: 0;
    left: 3px;
    font-size: 8px;
    font-weight: bold;
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 2px;
}

#userNotificationOnButton i {
    margin-right: 5px;
}

#privacySettings {}

#privacySettings .linkler {
    display: block;
}

#privacySettings a {
    display: block;
    background: var(--bottomMenuBgColor);
    color: white;
    margin-bottom: 8px;
    padding: 10px;
    border-radius: 15px;
}

#privacySettings a.active {
    background: red;
}

#privacySettings .butonlar {}

#privacySettings span.circleBB {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    background: var(--themeColor);
    color: white;
    cursor: pointer;
    float: right;
    padding-top: 5px;
}

#privacySettings span.closeBB {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    background: var(--themeColor);
    color: white;
    cursor: pointer;
    display: none;
    float: right;
    padding-top: 5px;
}

#bottomButtons {
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    left: auto;
    right: auto;
    height: 50px;
    max-width: var(--bodyWidth);
    padding-right: 27px;
    padding-left: 27px;
}

#bottomButtons .container {
    background: var(--bottomMenuBgColor);
    -webkit-border-top-left-radius: 26px;
    -webkit-border-top-right-radius: 26px;
    -moz-border-radius-topleft: 26px;
    -moz-border-radius-topright: 26px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    height: 50px;
}

#bottomButtons .bottomIcon {
    display: inline-block;
    font-size: 2.2em;
    padding: 0px 12px;
    cursor: pointer;
    color: #fff;
}


/* The side navigation menu */
body.darkMode .sidenav {
    background: #505050!important;
}
body.darkMode .sidenav ul li i{
    color: #afafaf;
}
body.darkMode .sidenav ul li a{
    color: #afafaf;
}
body.darkMode .sidenav ul li.active i{
    color: #afafaf;
}
body.darkMode .sidenav ul li.active a{
    color: #afafaf;
}

.sidenav {
    min-height: 100vh;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: absolute;
    /* Stay in place */
    z-index: 999999;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    background: var(--whiteAreaBgColor);
    /* Black*/
    overflow-x: hidden;
    overflow-y: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* Disable horizontal scroll */
    padding-top: 0px;
    padding-bottom: 40px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}


/* The navigation menu links */

.sidenav ul {
    padding: 0px;
    margin: 0px;
}


/* The navigation menu links */

.sidenav ul li {
    margin: 0px;
    padding: 8px 32px 8px 32px;
    display: flex;
}

.sidenav ul li.active i{
    color: var(--textTitleColor);
}
.sidenav ul li.active a{
    color: var(--textTitleColor);
    font-weight: bold;
}

.sidenav ul li i{
    font-size: 22px;
    margin-right: 10px;
}


/* The navigation menu links */

.sidenav ul li span {
    text-decoration: none;
    font-size: 18px;
    color: #4a4a4a;
    transition: 0.3s;
}


/* The navigation menu links */

.sidenav ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #4a4a4a;
    transition: 0.3s;
    border-bottom: 1px solid rgb(235, 235, 235);
    display: block;
    flex-grow: 1;
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
    color: #f1f1f1;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    margin-left: 50px;
    color: red;
    padding: 0px;
    display: block;
}

.sidenav .profilePhoto {
    -webkit-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.71);
    box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.71);
}



/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}