﻿html {
    /*height: 100%;*/
    margin: 0;
    background: #f5f8fa;
}

body {
    background: #f5f8fa;
}

.logoSize {
    width: 35px;
}

.x1 {
    --x: 1;
}

.x2 {
    --x: 2;
}

.x3 {
    --x: 3;
}

.x4 {
    --x: 4;
}

.x5 {
    --x: 5;
}

.x6 {
    --x: 6;
}

.x7 {
    --x: 7;
}

.loginLogo {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
}

.fa-size-1 {
    font-size: 80px;
    margin: 15px;
}

.baslik {
    color: #1f5d93;
    font-family: system-ui;
    font-size: 26px;
}

.yazi {
    color: black;
    font-size: 20px;
}

.mainMenu {
    background-color: #c8dae8;
    --bs-bg-opacity: 0.8;
}

.imageSize {
    max-width: 80%;
    height: auto;
}

.LoginImageSize {
    max-width: 50%;
    height: auto;
}

.linkImage {
    width: 250px;
}


.searchSize {
    width: 86% !important;
}

.hb {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background: rgb(255 255 255 / 50%);
}

.footer-fixed {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
}




.nav-item dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.searchbtn {
    background-color: transparent;
    border: none;
    color: DodgerBlue;
    font-size: 25px;
    cursor: pointer;
}


    .searchbtn:hover {
        background-color: transparent;
        color: RoyalBlue;
    }

.jobparticipantimg {
    height: 25px;
    width: 25px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid lightgray;
    margin: 1px 0px 0px 1px;
}

.searchlistimg {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid lightgray;
    margin: 1px 0px 0px 1px;
}

.searchlistimgOn {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid lightgray;
    margin: 1px 0px 0px 1px;
}

.searchlistimgOff {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid lightgray;
    margin: 1px 0px 0px 1px;
}

.blink_me {
    animation: blinker 1.2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.searchlistdiv {
    height: 35px;
    width: 35px;
    object-fit: cover;
    border-radius: 50%;
    margin: 1px 0px 0px 1px;
}

.searchliststatus {
    height: 46px;
    width: 46px;
    object-fit: cover;
    border-radius: 50%;
    background: transparent;
    margin-right: 15px;
    border: 1px solid lightgray;
    position: relative;
}

.searchliststatusOn {
    height: 46px;
    width: 46px;
    object-fit: cover;
    border-radius: 50%;
    background: transparent;
    border: 1px solid green;
    position: relative;
}

.searchliststatusOff {
    height: 46px;
    width: 46px;
    object-fit: cover;
    border-radius: 50%;
    background: transparent;
    border: 1px solid lightgray;
    position: relative;
}

.nav-item dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.containerfaq {
    max-width: 1700px !important;
}

.headImageSize {
    width: 100%;
}

.whereSize {
    position: absolute;
    bottom: 16px;
    left: 233px;
}

.profileImageOnlineBorder {
    background: white;
    padding: 2px;
    border: 1px solid green;
    margin-top: -38px;
    width: 76px;
}

.profileImageOfflineBorder {
    background: white;
    padding: 2px;
    border: 1px solid green;
    margin-top: -38px;
    width: 76px;
}


.selectlanguagesize {
    width: 40px;
    height: 30px;
}

.verifyemailhead {
    width: 100%;
    max-width: 550px;
    padding: 15px;
    margin: auto;
}

.addBannerPhoto {
    position: absolute;
    width: 65px;
    height: 65px;
    left: 270px;
    bottom: 200px;
}

.addProfilePhoto {
    position: absolute;
    bottom: 65px;
    left: 66px;
    width: 65px;
    height: 65px;
}

.shinecircle {
    border-radius: 50%;
}

.handcircle {
    position: absolute;
    left: 35px;
    bottom: 73px;
}

.profileEditppsize {
    width: 200px;
    height: 200px;
}

.profileEditpbpsize {
    width: 600px;
    height: 300px;
}

.onlineoffline {
    position: absolute;
    top: 10px;
    right: 10px;
}

.bgonn {
    background-color: white;
}

    .bgonn:hover {
        background-color: lightgreen;
        color: white;
    }

.bgoff {
    background-color: white;
}

    .bgoff:hover {
        background-color: #F08080;
        color: white;
    }

.searchOn {
    width: 10px;
    position: absolute;
    bottom: 5px;
    left: 35px;
}

.searchOff {
    width: 10px;
    position: absolute;
    bottom: 5px;
    left: 35px;
}

.profileOnlineicon {
    width: 25px;
    position: absolute;
    bottom: 40px;
    left: 170px;
}

.languageicon {
    width: 36px;
}

.avatar-img {
    background: white;
    padding: 2px;
    border: 1px solid lightgray;
    margin-top: -38px;
    min-width: 40px;
    max-width: 41px;
}
/*
.card {
    overflow:hidden;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 0.4rem;
}*/

.meetlys > span {
    display: inline-block;
    animation: flip 3s infinite;
    animation-delay: calc(0.2s * var(--x));
}

.card-hover:hover {
    background-color: #f4f8fb;
    box-shadow: 0px 0px 2px #ccc;
    /* Dilediğiniz diğer stil özelliklerini burada ekleyebilirsiniz */
}

@keyframes flip {
    0%, 80% {
        transform: rotateY(360deg);
    }
}

.searchPanel {
    width: 500px;
}

@media (min-width: 768px) {
    .container--mini {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }

    .searchPanel {
        width: 150px;
    }
}

.myResponseFilterDrp {
    display: none;
}

@media (max-width:767px) {
    .positionSettings {
        z-index: 1;
        width: 540px;
    }

    .jobContainerDiv {
    }

    .myResponseFilterDrp {
        display: block;
    }
}

.myResponseFilter {
    display: block;
}

@media(max-width:767px) {
    .myResponseFilter {
        display: none;
    }
}

.checkDeadLine {
    background: #ffdcdd;
    background-size: 400% 400%;
}

.labelsColor {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: none;
    margin: 1px 0px 0px 1px;
    display: inline-block;
    vertical-align: inherit;
}

.settingVisibilty {
    display: none !important;
}

.settingVisibilty2 {
    display: block !important;
}

.board-mobile {
    min-width: 300px !important;
    max-width: 300px !important;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    /*background-color: #d5d5d5;*/
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
    border-radius: 5px;
}



@media(max-width:768px) {
    .myResponseFilter {
        display: none;
    }

    .settingVisibilty {
        display: block !important;
    }

    .settingVisibilty2 {
        display: none !important;
    }

    .board-mobile {
        min-width: 300px !important;
        max-width: 300px !important;
    }
}

.vertical-line {
    border-left: 1px solid #827f7f;
    height: 30px;
}

.myProfileCard {
    display: block;
}

.myProfileCards {
    display: block;
}

@media(max-width: 1000px) {
    .myProfileCards {
        display: none;
    }
}

.navbar-brand.myProfileCards {
    font-size: 24px; /* İstediğiniz boyutu buraya yazın */
}

.dashboardCMBanner {
    max-height: 4rem;
}

    .dashboardCMBanner > span > img {
        max-height: 4rem;
        object-fit: cover;
        opacity: 0.7;
    }

.dashboardCMPP > span > img {
    max-width: 3.5rem;
    max-height: 3.5rem;
    background-color: white;
}


.companyCMBanner {
    max-height: 9rem;
}

    .companyCMBanner > span > img {
        max-height: 9rem;
        object-fit: cover;
        opacity: 0.7;
    }

.companyPP {
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translate(-50%, -50%); /* Ortalamak için translate kullanın */
}

/* Profil fotoğrafını ortala ve boyutunu belirle */
.companyCMPP > span > img {
    max-width: 4.5rem;
    max-height: 4.5rem;
    background-color: white;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #faefef !important;
}

.fc-event .fc-content {
    padding: 3px;
}

.fc-day-grid-event .fc-time {
    font-weight: 100;
}

.col {
    flex: 33% !important;
}

.Detail-ellipsis {
    float: right;
    position: absolute;
    right: 30px;
    top: 31px;
}

.Detail-team {
    float: right;
    position: absolute;
    right: 41px;
    top: 100px;
}

.Company-work {
    white-space: nowrap;
    /* overflow: hidden;*/
}

.SirketEkleBtn {
    font-size: 30px;
    color: gray;
    margin-top: 75px;
    margin-left: 32px;
}

.photo-container {
    display: flex;
}

.photo {
    display: block;
    border: 1px solid #00ffff;
    width: 40px;
    height: 40px;
    transition: transform 0.3s;
    background-color: #fff;
    margin-left: -15px;
}

.first-photo .photo {
    margin-left: 0;
}

.photo:hover {
    transform: scale(1.2);
}

.photo-Container {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

    .photo-Container img {
        display: block;
        width: 60px;
        height: 60px;
        object-fit: cover;
        transition: transform 0.3s;
        background-color: ^#fff
    }


@media only screen and (max-width: 768px) {
    .col {
        flex-basis: 100%;
    }

    .Company-work {
        white-space: normal;
    }

    .SirketEkleBtn {
        font-size: 30px;
        color: gray;
        margin-top: 75px;
        margin-left: 25px;
    }
    /* Ekran genişliği 767 pikselden küçük olan cihazlar için stil kuralları */
    /*.footer {
        display: none;*/ /* Footer'ı gizle */
    /*}*/
    .cardCompany {
        display: none; /* Tüm sayfayı gizler */
    }

    .mobileNone {
        display: none !important; /* Tüm sayfayı gizler */
    }

    .pcNone {
        display: block !important; /* Tüm sayfayı gizler */
    }
}

.pcNone {
    display: none; /* Tüm sayfayı gizler */
}

.border-dashed {
    border: 1px dashed blue !important;
}

.board-hover :hover {
    color: #1974fc !important;
}

.imageSettings {
    border-radius: 50%;
    width: 140px !important;
    height: 140px !important;
}

    .imageSettings > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50% !important;
    }

.site-footer {
    background-color: #26272b;
    padding: 15px 0 15px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5
    }

        .site-footer hr.small {
            margin: 20px 0
        }

    .site-footer h6 {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px
    }

    .site-footer a {
        color: #737373;
    }

        .site-footer a:hover {
            color: #3366cc;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0;
    list-style: none
}

    .footer-links li {
        display: block
    }

    .footer-links a {
        color: #737373
    }

        .footer-links a:active, .footer-links a:focus, .footer-links a:hover {
            color: #3366cc;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block
    }

.site-footer .social-icons {
    text-align: right
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        background-color: #33353d
    }

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px
    }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px
        }

    .social-icons a {
        background-color: #eceeef;
        color: #818a91;
        font-size: 16px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

        .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
            color: #fff;
            background-color: #29aafe
        }

    .social-icons.size-sm a {
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 14px
    }

    .social-icons a.facebook:hover {
        background-color: #3b5998
    }

    .social-icons a.twitter:hover {
        background-color: #00aced
    }

    .social-icons a.linkedin:hover {
        background-color: #007bb6
    }

    .social-icons a.instagram:hover {
        background-color: #FF00FF
    }

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

@media(max-width:920px) {
    .imageResponsive {
        width: 100%;
        height: auto;
    }
}


.team-photo:hover {
    border: solid 1px #ccc;
}

.hover {
}

    .hover:hover {
        background-color: #fff2dd;
        box-shadow: 0px 0px 2px #ccc;
        border: solid 1px #fff;
    }

.hover-1 {
    --c: #1095c1; /* the color */
    --s: .15em;
    line-height: 1.1em;
    padding-bottom: calc(2.1*var(--s));
    background: conic-gradient(from 135deg at top,var(--c) 90deg,#0000 0) left 0 bottom var(--s)/calc(2*var(--s)) var(--s) repeat-x, conic-gradient(from -45deg at bottom,var(--c) 90deg,#0000 0) left var(--s) bottom 0/calc(2*var(--s)) var(--s) repeat-x;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) 0/var(--_p,0%) padding-box no-repeat;
    transition: .5s;
}

    .hover-1:hover {
        --_p: 100%;
        color: var(--c);
    }



hover-2 {
}

.hover-2:hover {
    background-color: #f4f8fb;
    box-shadow: 0px 0px 2px #ccc;
    border: solid 1px #fff;
    border-radius: 8px;
}








/* Switch starts here */
.rocker {
    display: inline-block;
    position: relative;
    /*
  SIZE OF SWITCH
  ==============
  All sizes are in em - therefore
  changing the font-size here
  will change the size of the switch.
  See .rocker-small below as example.
  */
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #888;
    width: 7em;
    height: 4em;
    overflow: hidden;
    border-bottom: 0.5em solid #eee;
}

.rocker-small {
    font-size: 0.75em;
    /* Sizes the switch */
    margin: 1em;
}

.rocker::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    border: 0.5em solid #eee;
    border-bottom: 0;
}

.rocker input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-left,
.switch-right {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    width: 3em;
    transition: 0.2s;
    user-select: none;
}

.switch-left {
    height: 2.4em;
    width: 2.75em;
    left: 0.85em;
    bottom: 0.4em;
    background-color: #ddd;
    transform: rotate(15deg) skewX(15deg);
}

.switch-right {
    right: 0.5em;
    bottom: 0;
    background-color: #bd5757;
    color: #fff;
}

    .switch-left::before,
    .switch-right::before {
        content: "";
        position: absolute;
        width: 0.4em;
        height: 2.45em;
        bottom: -0.45em;
        background-color: #ccc;
        transform: skewY(-65deg);
    }

.switch-left::before {
    left: -0.4em;
}

.switch-right::before {
    right: -0.375em;
    background-color: transparent;
    transform: skewY(65deg);
}

input:checked + .switch-left {
    background-color: #0084d0;
    color: #fff;
    bottom: 0px;
    left: 0.5em;
    height: 2.5em;
    width: 3em;
    transform: rotate(0deg) skewX(0deg);
}

    input:checked + .switch-left::before {
        background-color: transparent;
        width: 3.0833em;
    }

    input:checked + .switch-left + .switch-right {
        background-color: #ddd;
        color: #888;
        bottom: 0.4em;
        right: 0.8em;
        height: 2.4em;
        width: 2.75em;
        transform: rotate(-15deg) skewX(-15deg);
    }

        input:checked + .switch-left + .switch-right::before {
            background-color: #ccc;
        }

/* Keyboard Users */
input:focus + .switch-left {
    color: #333;
}

input:checked:focus + .switch-left {
    color: #fff;
}

input:focus + .switch-left + .switch-right {
    color: #fff;
}

input:checked:focus + .switch-left + .switch-right {
    color: #333;
}

.bar-container {
    display: flex;
    width: 800px;
}

.bar-segment {
    height: 25px;
    flex-grow: 1;
}

/* Mobil cihazlar için */
@media (max-width: 767px) {
    .bar-container {
        width: 90%;
        flex-wrap: wrap;
    }
}


@media(max-width:920px) {
    .imageSettings {
        position: absolute;
        bottom: 20px;
        border-radius: 50%;
        width: 80px !important;
        height: 80px !important;
    }
}

.profilleImageOtherUser {
    background: white;
    padding: 2px;
    border: 2px solid white;
    margin-top: -38px;
    width: 76px;
}



/*Dosya yüklemek için div styl*/
#drop-area {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

    #drop-area p {
        font-size: 16px;
    }

    #drop-area button {
        margin-top: 10px;
    }

    #drop-area.highlight {
        border-color: #0087f7;
    }



.row .meetingjob {
    word-wrap: break-word;
    max-width: 80%;
}


.row .meetingjob {
    display: inline-block;
}

    .row .meetingjob a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

@media(max-width:920px) {
    .jobDropdawn {
        width: 50px;
    }
}


.dayOfWeekPasive {
    width: 24px;
    height: 24px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    background-color: rgb(241,243,244);
    color: rgb(128,134,139);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.dayOfWeekActive {
    width: 24px;
    height: 24px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    background-color: #0d6efd;
    color: rgb(128,134,139);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.disabled-time {
    pointer-events: none;
    color: #ccc;
}

.brandLogoLine {
    height: 154px;
    width: 154px;
    overflow: hidden;
}

.brandNonLogo {
    font-size: 79px;
}

.map-1 {
    height: 534px;
    width: 600px;
}

@media (max-width:767px) {
    .mapDiv {
        max-width: 100%;
    }
}






















/* Proje checkbox css i*/
#checklist {
    --background: #fff;
    --text: #414856;
    --check: #4f29f0;
    --disabled: #c3c8de;
    --width: 100px;
    --height: 180px;
    --border-radius: 10px;
    background: var(--background);
    width: var(--width);
    height: var(--height);
    border-radius: var(--border-radius);
    position: relative;
    box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05);
    padding: 30px 25px;
    display: grid;
    grid-template-columns: 30px auto;
    align-items: center;
    justify-content: start;
}

    #checklist label {
        color: var(--text);
        position: relative;
        cursor: pointer;
        display: grid;
        align-items: center;
        width: fit-content;
        transition: color 0.3s ease;
        margin-right: 20px;
    }

        #checklist label::before, #checklist label::after {
            content: "";
            position: absolute;
        }

        #checklist label::before {
            height: 2px;
            width: 8px;
            left: -27px;
            background: var(--check);
            border-radius: 2px;
            transition: background 0.3s ease;
        }

        #checklist label:after {
            height: 4px;
            width: 4px;
            top: 8px;
            left: -25px;
            border-radius: 50%;
        }

    #checklist input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        height: 15px;
        width: 15px;
        outline: none;
        border: 0;
        margin: 0 15px 0 0;
        cursor: pointer;
        background: var(--background);
        display: grid;
        align-items: center;
        margin-right: 20px;
    }

        #checklist input[type="checkbox"]::before, #checklist input[type="checkbox"]::after {
            content: "";
            position: absolute;
            height: 2px;
            top: auto;
            background: var(--check);
            border-radius: 2px;
        }

        #checklist input[type="checkbox"]::before {
            width: 0px;
            right: 60%;
            transform-origin: right bottom;
        }

        #checklist input[type="checkbox"]::after {
            width: 0px;
            left: 40%;
            transform-origin: left bottom;
        }

        #checklist input[type="checkbox"]:checked::before {
            animation: check-01 0.4s ease forwards;
        }

        #checklist input[type="checkbox"]:checked::after {
            animation: check-02 0.4s ease forwards;
        }

        #checklist input[type="checkbox"]:checked + label {
            color: var(--disabled);
            animation: move 0.3s ease 0.1s forwards;
        }

            #checklist input[type="checkbox"]:checked + label::before {
                background: var(--disabled);
                animation: slice 0.4s ease forwards;
            }

            #checklist input[type="checkbox"]:checked + label::after {
                animation: firework 0.5s ease forwards 0.1s;
            }

@keyframes move {
    50% {
        padding-left: 8px;
        padding-right: 0px;
    }

    100% {
        padding-right: 4px;
    }
}

@keyframes slice {
    60% {
        width: 100%;
        left: 4px;
    }

    100% {
        width: 100%;
        left: -2px;
        padding-left: 0;
    }
}

@keyframes check-01 {
    0% {
        width: 4px;
        top: auto;
        transform: rotate(0);
    }

    50% {
        width: 0px;
        top: auto;
        transform: rotate(0);
    }

    51% {
        width: 0px;
        top: 8px;
        transform: rotate(45deg);
    }

    100% {
        width: 5px;
        top: 8px;
        transform: rotate(45deg);
    }
}

@keyframes check-02 {
    0% {
        width: 4px;
        top: auto;
        transform: rotate(0);
    }

    50% {
        width: 0px;
        top: auto;
        transform: rotate(0);
    }

    51% {
        width: 0px;
        top: 8px;
        transform: rotate(-45deg);
    }

    100% {
        width: 10px;
        top: 8px;
        transform: rotate(-45deg);
    }
}

@keyframes firework {
    0% {
        opacity: 1;
        box-shadow: 0 0 0 -2px #4f29f0, 0 0 0 -2px #4f29f0, 0 0 0 -2px #4f29f0, 0 0 0 -2px #4f29f0, 0 0 0 -2px #4f29f0, 0 0 0 -2px #4f29f0;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        box-shadow: 0 -15px 0 0px #4f29f0, 14px -8px 0 0px #4f29f0, 14px 8px 0 0px #4f29f0, 0 15px 0 0px #4f29f0, -14px 8px 0 0px #4f29f0, -14px -8px 0 0px #4f29f0;
    }
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.opacity-25:hover {
    opacity: 1 !important;
}






.accordion-button {
    padding: 5px 5px; /* Örneğin, düşük bir padding değeri */
    font-size: 12px; /* Örneğin, küçük bir font boyutu */
}

.accordion-item {
    padding: 5px; /* Örneğin, düşük bir padding değeri */
}


.list-group-item {
    border-color: #f5f8fa;
}

.card {
    border-color: #fff;
}

.card-header {
    border-bottom-color: #fff;
}

.card-footer {
    border-top-color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #fff;
}

.photoSize-xs {
    width: 8px;
    height: 8px;
}

.photoSize-sm {
    width: 16px;
    height: 16px;
}

.photoSize-md {
    width: 24px;
    height: 24px;
}

.photoSize-lg {
    width: 32px;
    height: 32px;
}

.photoSize-xl {
    width: 40px;
    height: 40px;
}

.photoSize-xxl {
    width: 48px;
    height: 48px;
}

.photoSize-auto {
    width: 100%;
    height: 100%;
}

.forward-target-row + .forward-target-row {
    margin-top: .25rem;
}

.forward-target-item {
    border-radius: .75rem;
    padding: .5rem .75rem;
    transition: background-color .15s ease, box-shadow .15s ease;
    cursor: pointer;
}

.forward-target-row:hover .forward-target-item {
    background-color: rgba(13, 110, 253, 0.08);
}

.forward-target-row input:checked + .forward-target-item,
.forward-target-item-selected {
    background-color: rgba(13, 110, 253, 0.12);
    box-shadow: inset 0 0 0 1px rgba(13, 110, 253, 0.35);
}

.forward-target-row input:focus-visible + .forward-target-item {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.border-double {
    border-style: double !important;
    border-width: 4px !important; /* İsteğe bağlı olarak kalınlığını ayarlayabilirsiniz */
}

.hideShowParent {
}

.hideShowToggle {
    display: none;
}

/* Üst elemente hover olduğunda alt element görünür hale gelsin */
.hideShowParent:hover .hideShowToggle {
    display: block;
}

.c-pointer {
    cursor: pointer;
}


.cardZone {
    /*width: 400px;*/
    /*min-width: 300px;*/
}

.tmc {
    aspect-ratio: 86 / 54;
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
    transform-origin: center center;
    /*transform:scale(0.9);*/
}


    .tmc:hover {
        transform: rotateX(10deg) rotateY(10deg) translateZ(20px) !important;
    }

.name {
    font-weight: 500;
    font-size: 1em;
    white-space: nowrap;
}

.qrcode {
    width: 22%;
    max-width: 22%;
    min-width: 22%;
    /*height: auto;*/
    aspect-ratio: 1 / 1;
}

.qrcode1 {
    width: 100px;
    aspect-ratio: 1 / 1;
}

.text-gray {
    color: rgb(222 226 230);
}


@media print {
    @page {
        size: 85cm 54cm;
    }
}
























/*plan tarihi atlatma seçim modalı*/
.jobplanning-time {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    color: #000;
    box-shadow: 0px 87px 78px -39px rgba(0,0,0,0.4);
}

.header {
    text-align: center;
    margin-top: 0.75rem;
}

.jobplanning-time .title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: rgba(0, 0, 0, 1);
}

.jobplanning-time .sub-title {
    margin-top: 0.4rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

.reset-option {
    margin-top: 1rem;
    margin-bottom: 15px;
}

    .reset-option label {
        cursor: pointer;
        overflow: hidden;
        border: 2px solid rgba(229, 231, 235, 1);
        border-radius: 0.375rem;
        background-color: #F7F7F7;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem .4rem;
        margin: 10px 0;
        transition: all .15s ease; /* Changed transform to transition */
    }

        .reset-option label .reset-info {
            display: flex;
            flex-direction: column;
            margin-left: 10px;
        }

.reset-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

.reset-sub-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.reset-option input:checked + label {
    border-color: #0C5DA5; /* Changed border color to blue */
}

.send-btn {
    text-decoration: none;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    background-color: #0C5DA5; /* Changed background color to blue */
    padding: 1rem 3rem;
    font-weight: 600;
    color: white;
    transition: all .5s ease; /* Changed transform to transition */
}

    .send-btn:hover {
        opacity: .9;
        color: white; /* Set text color to black on hover */
    }

.reset-option input {
    display: none;
}

.resend {
    color: #0C5DA5; /* Changed color to blue */
    font-weight: 600;
}






.package-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: transform 0.3s;
}

    .package-card:hover {
        transform: translateY(-5px);
    }

.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #28a745;
    color: white;
    padding: 3px 7px;
    border-radius: 20px;
    font-size: 0.8rem;
}

.uc-p1 {
    font-size: 28px;
    display: block;
    text-align: center;
    font-weight: 900;
}

.uc-p2 {
}

.uc-p3 {
    font-weight: 100;
}

.comment-pattern {
    background: url(/images/bg-pattern.png) ;
    background-repeat: repeat;
    background-size: 150px;
    
}

.hover-overflow-auto:hover {
    overflow: auto !important;
}


/* EasyMDE ana kapsayıcıdan border'ı kaldır */
.EasyMDEContainer,
.EasyMDEContainer .CodeMirror,
.EasyMDEContainer .editor-toolbar {
    border: none !important;
    box-shadow: none !important;

}

.system-comment {
    background-color: #f8f9fa;
}

.system-comment .system-comment-body {
    padding: 0.35rem 0.75rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.system-comment .system-comment-body .fw-lighter a,
.system-comment .system-comment-body .fw-lighter small {
    color: inherit;
}

.system-comment .system-comment-body .alert {
    background-color: #eef1f4;
    color: #495057;
    margin-bottom: 0.35rem;
}
