body {
    font-family: SpartanMB, sans-serif !important;
}

button {
    box-shadow: none !important;
}

#ai_writer_regenerate_modal_button,
#ai_writer_modal_button {
    background: linear-gradient(80deg, #4d70eb 0%, #4d70eb 10%, #b3241a 50%, #a63cac 70%, #4d70eb 90%, #4d70eb 100%);
    background-position: left;
    background-size: 800%;
    border: 1px solid #ffffff;
    border-radius: 3rem;
    padding: .5rem 1.5rem;
    transition: 4s;
}

.ai-writer-button {
    background: linear-gradient(80deg, #4d70eb 0%, #4d70eb 10%, #b3241a 50%, #a63cac 70%, #4d70eb 90%, #4d70eb 100%) !important;
    background-position: left;
    background-size: 800% !important;
    border: 1px solid #ffffff;
    border-radius: 3rem;
    padding: .8rem 1.5rem;
    transition: 4s;
    color: #fff;
}

#ai_writer_regenerate_modal_button.animate,
#ai_writer_modal_button.animate,
.ai-writer-button.animate {
    background-position: center !important;
}

@media (min-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #ecebeb;
    border-radius: 3rem;
}

.nav-pills .nav-link:hover {
    background: #f1f0f0;
    border-radius: 3rem;
}

.bg-gradient-sky {
    background: linear-gradient(300deg, darkviolet, blue);
}

.st0 {
    fill: #256dec;
}

.display-5 {
    font-size: 2.6rem;
}

.switch-prices {
    height: 33px !important;
}

@media (max-width: 768px) {
    .switch-prices {
        height: 170px !important;
    }
}

.radius-30 {
    border-radius: 30px !important;
}

.navbar-brand img {
    width: 160px;
}

.hover-mask-image {
    background-size: contain;
}

.my-account-avatar {
    width: 1.6rem;
    height: auto;
    font-size: 1.1rem;
}

.navbar-username {
    font-size: 11px;
    letter-spacing: 0px;
}

.navbar-nav a:hover {
    text-decoration: none !important;
}

.bg-succefy {
    background-color: #4993DF !important;
}

.home-features .material-icons-outlined {
    font-size: 48px !important;
}

.landing-subtitle {
    font-size: 1.4rem;
    font-weight: 200 !important;
}

.text-uppercase-bold-lg {
    text-transform: uppercase !important;
    font-weight: bolder !important;
    letter-spacing: 2px !important;
    font-size: .9rem !important;
}

.add-custom-field .list-group-item.disabled,
.add-custom-field .list-group-item:disabled {
    background-color: #f6f7f9 !important;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 520px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

@media only screen and (max-width: 520px) {

    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        width: 100%;
    }
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0 !important;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
    left: -520px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.right.fade .modal-dialog {
    right: -520px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal-backdrop.show {
    opacity: .40;
}

#profile-image-input {
    display: none;
}

#personal-info-add-field .modal__content {
    min-width: 600px;
}

.personal-info-add-field-button {
    display: block;
    background: #eee;
    border: 1px solid #ddd;
    padding: 8px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 1rem;
    color: #212529;
    text-decoration: none;
}

.personal-info-add-field-button:hover {
    color: #212529;
    text-decoration: none;
}

.resume-builder-side .list-item a.active {
    color: #256DEC !important;
}

.list-item.active:after {
    background: #256DEC;
}

.job-tracker-side .list-item.active:after {
    left: 0;
}

.list-item.active a.active:before {
    content: "";
    display: block;
    left: -26px;
    width: calc(100% + 36px);
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: -1;
}

.resume-builder-side .list-item a {
    height: 47px;
    display: flex;
    align-items: center;
    padding-left: 14px;
}

.resume-builder-side .list-item a .far,
.resume-builder-side .list-item a .material-icons,
.resume-builder-side .list-item a .material-icons-outlined {
    position: absolute;
    left: -20px;
    line-height: 47px;
}

.added-field {
    position: relative;
}

.added-field .delete-button {
    position: absolute;
    right: 12px;
    top: 0;
    background: #E1E6F6;
    color: #f44336;
    font-size: 12px;
    line-height: 12px;
    padding: 6px;
    border-radius: 3px;
    cursor: pointer;
    display: none;
}

.added-field:hover .delete-button {
    display: block;
}

.delete-section-line {
    display: none;
    position: absolute;
    right: 80px;
    top: 20px;
}

.tab-pane .card:hover .delete-section-line {
    display: block;
}

.delete-section-line-toast {
    height: 100px;
    padding: 50px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}

.delete-section-line-toast button {
    background: #256DEC !important;
    color: #ffffff !important;
}

.blured {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.giftCards {
    cursor: pointer;
}

.giftCardsAfter {
    box-shadow: rgb(87, 103, 224) 0px 0px 30px 5px
}

.star-cb-group {
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
}

.star-cb-group * {
    font-size: 1.8rem;
}

.star-cb-group>input {
    display: none;
}

.star-cb-group>input+label {
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1.2em;
    white-space: nowrap;
    cursor: pointer;
}

.star-cb-group>input+label:before {
    display: inline-block;
    text-indent: -9999px;
    content: '\2606';
    color: #888;
}

.star-cb-group>input:checked~label:before,
.star-cb-group>input+label:hover~label:before,
.star-cb-group>input+label:hover:before {
    content: '\2605';
    color: #e52;
    text-shadow: 0 0 1px #333;
}

.star-cb-group>.star-cb-clear+label {
    text-indent: -9999px;
    width: 0.5em;
    margin-left: -0.5em;
}

.star-cb-group>.star-cb-clear+label:before {
    width: 0.5em;
}

.star-cb-group:hover>input+label:before {
    content: '\2606';
    color: #888;
    text-shadow: none;
}

.star-cb-group:hover>input+label:hover~label:before,
.star-cb-group:hover>input+label:hover:before {
    content: '\2605';
    color: #e52;
    text-shadow: 0 0 1px #333;
}

.rating-wrapper {
    box-shadow: 2px 2px 5px rgba(198, 206, 237, .7), -2px -2px 7px rgba(255, 255, 255, .7), inset 0px 0px 2px rgba(255, 255, 255, .9), inset 2px 2px 5px rgba(198, 206, 237, .8);
    border-radius: 5rem;
    display: inline-flex;
    direction: rtl !important;
    padding: .4rem .8rem;
    margin-left: auto;
}

.rating-wrapper label {
    color: #E1E6F6;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.4rem;
    padding: .3rem .2rem;
    transition: color 0.5s;
}

.rating-wrapper svg {
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow (4px 1px 6px rgba(198, 206, 237, 1));
    filter: drop-shadow(5px 1px 3px rgba(198, 206, 237, 1));
}

.rating-wrapper input {
    height: 100%;
    width: 100%;
}

.rating-wrapper input {
    display: none;
}

.rating-wrapper label:hover,
.rating-wrapper label:hover~label,
.rating-wrapper input:checked~label {
    color: #e53;
}

.rating-wrapper label:hover,
.rating-wrapper label:hover~label,
.rating-wrapper input:checked~label {
    color: #e53;
}

.software-phrases .experience-phrases .summary-phrases {
    position: relative;
}

.software-phrases .overlay,
.experience-phrases .overlay,
.summary-phrases .overlay {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 3;
}

.software-phrases:hover .overlay,
.experience-phrases:hover .overlay,
.summary-phrases:hover .overlay {
    display: flex;
}

.software-phrases .overlay span,
.experience-phrases .overlay span,
.summary-phrases .overlay span {
    padding: 8px 18px;
    background: #256DEC;
    color: #fff;
    font-size: .8rem;
    border-radius: 3px;
    z-index: 5;
}

.dtpicker-buttonCont .dtpicker-button {
    background: #256DEC !important;
}

.dtpicker-header .dtpicker-close,
.dtpicker-header .dtpicker-value {
    color: #256DEC !important;
}

.order-button {
    cursor: pointer;
    display: inline-block;
}

.avatar-lg {
    width: 6.15rem;
    height: 6.15rem;
    font-size: 1.35rem;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-weight: 500 !important;
}

@import "https://fonts.googleapis.com/css?family=Open+Sans";

@-webkit-keyframes cookieseal-slide-in {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes cookieseal-slide-in {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes cookieseal-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes cookieseal-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#cookieseal-banner {
    z-index: 100;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #256dec;
    width: 100%;
    -webkit-animation-name: cookieseal-slide-in;
    -webkit-animation-duration: 0.4s;
    animation-name: cookieseal-slide-in;
    animation-duration: 0.4s;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

#cookieseal-banner .cookieseal-banner-body {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 2px 10px 2px 10px;
}

#cookieseal-banner .cookieseal-banner-body p {
    flex: 1;
    align-self: flex-end;
}

#cookieseal-banner button {
    background-color: #34bd91;
    border: none;
    border-radius: 3px;
    margin: 0 10px 0 10px;
    min-height: 25px;
    font: inherit;
    font-size: 13px;
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
}

#cookieseal-banner button#cookieseal-banner-close {
    align-self: flex-start;
    margin: 5px 0;
    background: none;
    font-weight: bold;
    cursor: pointer;
}

#cookieseal-banner a {
    color: #fff;
    margin: 0 10px;
    font-size: 13px;
}

#cs-seal-popup {
    display: none;
    position: fixed;
    z-index: 1101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-animation-name: cookieseal-fade-in;
    -webkit-animation-duration: 0.4s;
    animation-name: cookieseal-fade-in;
    animation-duration: 0.4s;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

#cs-seal-popup .cs-popup-content {
    background-color: #fefefe;
    max-height: 90%;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-brand {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    background-color: #f2f2f2;
    height: 90px;
    justify-content: space-between;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-brand h1 {
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-brand .cs-popup-content-brand-logo {
    margin-right: 20px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-brand .cs-popup-content-brand-logo img {
    height: 80px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-brand #cs-popup-close-button {
    margin-right: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #ccc;
    background-color: #f2f2f2;
    min-height: 60px;
    flex-wrap: wrap;
    padding: 8px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-bottom p {
    font-size: 12px;
    margin: 5px 0;
    flex-shrink: 1;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-bottom>div {
    flex-shrink: 0;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-bottom button {
    background-color: #ff8724;
    border: none;
    border-radius: 5px;
    height: 35px;
    font: inherit;
    font-size: 13px;
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-bottom-end {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #ccc;
    background-color: #f2f2f2;
    min-height: 60px;
    flex-wrap: wrap;
    padding: 8px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-bottom-end p {
    font-size: 12px;
    margin: 5px 10px;
    flex-shrink: 1;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-bottom-end>div {
    flex-shrink: 0;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-bottom-end button {
    background-color: #ff8724;
    border: none;
    border-radius: 5px;
    height: 35px;
    font: inherit;
    font-size: 13px;
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs {
    width: 600px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .state {
    position: absolute;
    left: -10000px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: white;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel {
    background-color: #fff;
    padding: 0 20px;
    overflow: hidden;
    max-height: 0px;
    width: 100%;
    flex-basis: auto;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cs-popup-content-tabs-flex-tabs-panel-tab-content .cs-popup-content-tabs-flex-tabs-panel-tab-content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cs-popup-content-tabs-flex-tabs-panel-tab-content .cs-popup-content-tabs-flex-tabs-panel-tab-content-header h3 {
    font-size: 14px;
    font-weight: bold;
    width: 56%;
    display: inline-block;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cs-popup-content-tabs-flex-tabs-panel-tab-content .cs-popup-content-tabs-flex-tabs-panel-tab-content-header .cs-popup-content-tabs-flex-tabs-panel-tab-content-header-setting {
    display: block;
    float: right;
    width: 20%;
    text-align: right;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cs-popup-content-tabs-flex-tabs-panel-tab-content .cs-popup-content-tabs-flex-tabs-panel-tab-content-header .cs-popup-content-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cs-popup-content-tabs-flex-tabs-panel-tab-content .cs-popup-content-tabs-flex-tabs-panel-tab-content-header .cs-popup-content-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cs-popup-content-tabs-flex-tabs-panel-tab-content .cs-popup-content-tabs-flex-tabs-panel-tab-content-header .cs-popup-content-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 20px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cs-popup-content-tabs-flex-tabs-panel-tab-content .cs-popup-content-tabs-flex-tabs-panel-tab-content-header .cs-popup-content-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 26px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cs-popup-content-tabs-flex-tabs-panel-tab-content .cs-popup-content-tabs-flex-tabs-panel-tab-content-header input:checked+.cs-popup-content-slider {
    background-color: #ff8724;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cs-popup-content-tabs-flex-tabs-panel-tab-content .cs-popup-content-tabs-flex-tabs-panel-tab-content-header input:checked+.cs-popup-content-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cs-popup-content-tabs-flex-tabs-panel-tab-content .cs-popup-content-tabs-flex-tabs-panel-tab-content-header input:focus+.cs-popup-content-slider {
    box-shadow: 0 0 1px #ff8724;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cs-popup-content-tabs-flex-tabs-panel-tab-content .cs-popup-content-tabs-flex-tabs-panel-tab-content-header .cs-popup-content-tabs-flex-tabs-panel-tab-content-header-switch-title {
    font-size: 12px;
    font-weight: bold;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cs-popup-content-tabs-flex-tabs-panel-tab-content .cs-popup-content-tabs-flex-tabs-panel-tab-content-header .cs-popup-content-tabs-flex-tabs-panel-tab-content-header-switch-title.active {
    color: #ff8724;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cs-popup-content-tabs-flex-tabs-panel-tab-content .cs-popup-content-tabs-flex-tabs-panel-tab-content-header .cs-popup-content-tabs-flex-tabs-panel-tab-content-header-switch-title.inactive {
    color: #dcdcdc;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cs-popup-content-tabs-flex-tabs-panel-tab-content p {
    font-size: 13px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .details {
    display: flex;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .description {
    width: 360px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .description p {
    margin: 0;
    text-align: justify;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cookies {
    margin-left: 20px;
    overflow: scroll;
    height: 190px;
    width: 150px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cookies h4 {
    font-size: 13px;
    font-weight: bold;
    color: #ff8724;
    margin-top: 0;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cookies span {
    font-size: 12px;
    font-weight: 300;
    color: #000;
    display: block;
    overflow: hidden;
    word-break: break-word;
    margin-bottom: 4px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs label.tab {
    font-weight: bold;
    font-size: 12px;
    width: 80px;
    word-wrap: break-word;
    flex-grow: 1;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    background-color: #eee;
    cursor: hand;
    cursor: pointer;
    border-left: 10px solid #ccc;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs label.tab:hover {
    background-color: #fff;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs #tab-1:checked~.cs-popup-content-tabs-flex-tabs #tab-1-label {
    background-color: #fff;
    cursor: default;
    border-left-color: #ff8724;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs #tab-1:checked~.cs-popup-content-tabs-flex-tabs #tab-1-panel {
    max-height: 1000px;
    padding: 20px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs #tab-2:checked~.cs-popup-content-tabs-flex-tabs #tab-2-label {
    background-color: #fff;
    cursor: default;
    border-left-color: #ff8724;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs #tab-2:checked~.cs-popup-content-tabs-flex-tabs #tab-2-panel {
    max-height: 1000px;
    padding: 20px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs #tab-3:checked~.cs-popup-content-tabs-flex-tabs #tab-3-label {
    background-color: #fff;
    cursor: default;
    border-left-color: #ff8724;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs #tab-3:checked~.cs-popup-content-tabs-flex-tabs #tab-3-panel {
    max-height: 1000px;
    padding: 20px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs #tab-4:checked~.cs-popup-content-tabs-flex-tabs #tab-4-label {
    background-color: #fff;
    cursor: default;
    border-left-color: #ff8724;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs #tab-4:checked~.cs-popup-content-tabs-flex-tabs #tab-4-panel {
    max-height: 1000px;
    padding: 20px;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs #tab-5:checked~.cs-popup-content-tabs-flex-tabs #tab-5-label {
    background-color: #fff;
    cursor: default;
    border-left-color: #ff8724;
}

#cs-seal-popup .cs-popup-content .cs-popup-content-tabs #tab-5:checked~.cs-popup-content-tabs-flex-tabs #tab-5-panel {
    max-height: 1000px;
    padding: 20px;
}

@media (max-width: 600px) {
    #cookieseal-banner {
        width: 100%;
    }

    #cookieseal-banner .cookieseal-banner-body {
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: relative;
        margin: 10px 0;
    }

    #cookieseal-banner .cookieseal-banner-body p {
        width: 100%;
        margin: 0px 0px 50px 0px;
        text-align: justify;
    }

    #cookieseal-banner .cookieseal-banner-body button {
        position: absolute;
        bottom: 0;
        padding: 0px 5px;
        width: 30%;
        height: 40px;
    }

    #cookieseal-banner .cookieseal-banner-body button:nth-child(2) {
        left: 0;
    }

    #cookieseal-banner .cookieseal-banner-body button:nth-child(4) {
        right: 0;
    }

    #cookieseal-banner button#cm-banner-customize {
        margin: 8px 16px 8px 0;
    }

    #cookieseal-banner button#cm-banner-accept-all {
        margin-right: 16px;
    }

    #cookieseal-banner button#cookieseal-banner-close {
        order: -1;
    }

    #cs-seal-popup .cs-popup-content {
        width: 100%;
    }

    #cs-seal-popup .cs-popup-content .cs-popup-content-tabs {
        width: 100%;
    }

    #cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs {
        flex-direction: row;
    }

    #cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .tab {
        background: #fff;
        border-bottom: 1px solid #ccc;
    }

    #cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .tab:last-of-type {
        border-bottom: none;
    }

    #cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs label.tab {
        width: 100%;
    }

    #cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel {
        padding: 0;
    }

    #cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cookies {
        display: none;
    }

    #cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cs-popup-content-tabs-flex-tabs-panel-tab-content .cs-popup-content-tabs-flex-tabs-panel-tab-content-header {
        justify-content: space-between;
    }

    #cs-seal-popup .cs-popup-content .cs-popup-content-tabs .cs-popup-content-tabs-flex-tabs .cs-popup-content-tabs-flex-tabs-panel .cs-popup-content-tabs-flex-tabs-panel-tab-content .details .description {
        width: 100%;
    }
}

.hover-light:hover {
    background-color: #ddf5f4 !important;
}

.tabulator,
.tabulator-row .tabulator-cell,
.tabulator .tabulator-header .tabulator-col,
.tabulator .tabulator-header {
    border: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.tabulator-table {
    width: 100%;
}

.tabulator-row {
    width: 100%;
    min-height: 55px;
    display: flex;
    align-items: center;
    /* Dikeyde ortalar */
    justify-content: space-around;
}

.tabulator-cell {
    display: flex;
    align-items: center;
    /* Dikeyde ortalar */
    justify-content: center;
    /* Yatayda ortalar */
}

.stage {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.stage .step {
    flex: 1;
    text-align: center;
    padding: 10px;
    position: relative;
    background: #fff;
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 15px 50%, 0% 0%);
    text-align: center;
    cursor: pointer;
}

.stage .step:first-child {
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 0% 0%);
    /* Okların birbirine geçmesi için */
}

.stage .step:last-child {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 15px 50%, 0% 0%);
    /* Okların birbirine geçmesi için */
}

.stage .step:not(:first-child) {
    /* margin-right: 30px; */
    margin-left: 5px;
    /* Okların birbirine geçmesi için */
}

.stage .step.active {
    background-color: #fff3e0;
    border-color: #ffcc80;
}

.stage .step.completed {
    border-color: #ccc;
}

.stage .step span {
    display: block;
    font-weight: bold;
    font-size: 1rem;
}

.stage .step .count {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Yarı transparan arka plan */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
    /* Başlangıçta gizli */
}

.stage-single-page {
    display: flex;
    justify-content: space-between;
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
}

.stage-single-page .step {
    flex: 1;
    text-align: center;
    padding: 5px;
    position: relative;
    background: #f6f9fc;
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 15px 50%, 0% 0%);
    text-align: center;
    cursor: pointer;
}

.stage-single-page .step:hover {
    background-color: #e9f4ff;
}

.stage-single-page .step:first-child {
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 0% 0%);
    /* Okların birbirine geçmesi için */
}

.stage-single-page .step:last-child {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 15px 50%, 0% 0%);
    /* Okların birbirine geçmesi için */
}

.stage-single-page .step:not(:first-child) {
    margin-left: -14px;
}

.stage-single-page .step.active {
    background-color: #fff3e0;
    border-color: #ffcc80;
}

.stage-single-page .step.passed {
    background-color: #fae6c7;
    border-color: #ffcc80;
}

.stage-single-page .step.completed {
    border-color: #ccc;
}

.stage-single-page .step span {
    display: block;
    font-size: 1rem;
}

.stage-single-page .step .count {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.text-container {
    height: 350px; /* Sabit yüksekliği ayarla */
    overflow: hidden; /* Taşan içeriği gizle */
    transition: height 0.5s ease; /* Yüksekliğin yumuşak geçişini sağla */
}

.text-container.expanded {
    height: auto; /* Tamamını göstermek için yükseklik ayarını kaldır */
}

.company-header:hover,
.people-header:hover,
.company-info:hover,
.people-contact-info:hover,
.job-application-header:hover {
    border: 1px solid #fdc724 !important;
}

.company-header:hover .company-edit-button,
.people-header:hover .people-edit-button,
.company-info:hover .company-info-edit-button,
.people-contact-info:hover .people-contact-info-edit-button,
.job-application-header:hover .job-application-edit-button {
    display: block !important;
}

.job-description-edit:hover .job-description-edit-button {
    display: inline-block !important;
}

.job-tracker-side .content{
    max-height: calc(100vh - 400px);
    overflow-y: auto;
}

.company-icon,
.people-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.company-icon .circle,
.people-icon .circle {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5rem;
    background: #f6f9fc;
    color: #256dec;
}