.left-sidebar ul li {
    list-style: none;
}

.link-edit {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000 !important;
    text-decoration: none;
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    min-width: 188px;
    margin-bottom: 20px;
    transition: .1s;
    opacity: 0.6;
    text-decoration: none !important;
}

.active-link-tab {
    background: #0E46A1;
    color: #FFFFFF !important;
    opacity: 1;
    pointer-events: none;
    cursor: default;
}

.company_edit_conatiner {
    max-width: 1250px;
    margin: 30px auto;
}

.link-edit-svg {
    margin-right: 10px;
}

.active-link-tab > .link-edit-svg path {
    fill: white;
}

.active-link-tab > .svg-soc > path {
    stroke: white;
    fill: unset;
}

.btn-label-edit {
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 6px -4px rgba(24, 39, 75, 0.12), 0px 8px 8px -4px rgba(24, 39, 75, 0.08);
    border-radius: 5px;
    padding: 12px 11px;
}

.cover-edit-block {
    top: 88%;
    right: 0px;
    left: -50px;
}

.company-cover, .bg-cover-company {
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: cover;
}

.unvisible-cover {
    min-height: 255px;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgb(210 210 210 / 40%);
    padding: 0px;
}

.visible-cover {
    padding: 0px;
    min-height: unset;
}

@media only screen and (max-width: 1267px) {
    .visible-cover {
        min-height: 150px;
    }
}

@media only screen and (max-width: 771px) {
    .visible-cover {
        min-height: 115px;
    }
}

@media only screen and (max-width: 600px) {
    .visible-cover {
        min-height: 70px;
    }
}

@media only screen and (max-width: 438px) {
    .visible-cover {
        min-height: 65px;
    }
}

.parent-cover-absolute-show {
    background-image: url(../companyIcons/company-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.container-cover-img {
    min-height: 254px;
    background-repeat: no-repeat;
    width: 100% !important;
    padding: 0px;
    background-size: cover;
    border-radius: 0px;
    background-position: center;
}

.box135, .span-plus-logo {
    width: 152px;
    height: 155px;
}

.icon-upload-img {
    position: absolute;
    top: 9px;
    right: -15px;
    z-index: 999;
}

.icon-upload-img-label {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.edit-prevs {
    top: -120px;
}

.text-muted-title {
    color: #000000;
    margin-left: 8px;
    margin-right: 3px;
}

.header-form-item-row {
    padding: 20px 60px;
}

.contact-tem-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #070707;
    margin-bottom: 8px;
}

.only-site-titlle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0px;
}

.fm--inner--box {
    padding: 30px 60px;
    border-radius: 0px 0px 4px 4px;
}

.fm--inner--box_advanteges {
    padding: 30px 17px;
    border-radius: 0px 0px 4px 4px;
}

.fm--inner--box .form-group {
    margin-bottom: 32px;
}

.icon-calendar {
    right: 13px;
    top: 8px;
    pointer-events: none;
}

.myselect-box {
    width: 100% !important;
}

    .myselect-box .btn {
        border: 1px solid #BDBDBD !important;
        width: 100%;
        padding: 8px 5px !important;
        outline-color: cornflowerblue !important;
    }

    .myselect-box > .dropdown-toggle::after {
        background-image: url(../companyIcons/dropdown.svg) !important;
        border: unset !important;
        width: 18.5px;
        height: 5px;
        background-repeat: no-repeat;
    }

.all-form-edit {
    margin-top: 66px;
}

.map-item {
    margin-bottom: 32px !important;
}

.cke_bottom {
    display: none !important;
}

.cke_1.cke_chrome {
    border-radius: 4px;
}

.back-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-decoration: none;
    text-decoration-thickness: 2px;
    position: relative;
    transition: .1s;
}

    .back-btn:hover {
        color: #000000 !important;
        text-decoration: underline;
        text-decoration-thickness: 2px;
    }

.btn-save {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 10px 25px;
}

.link-edit:hover {
    background: #c1c1c138;
}

.btn-save:focus {
    outline: none;
    box-shadow: none;
}

.btn-save:hover {
    color: white;
}

.btns-item {
    padding: 26px 60px;
    border-radius: 4px;
    max-width: 907px;
    margin: auto;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
}

.edit-details-btn {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
    width: 100%;
    margin-left: 0;
}

.field-validation-error {
    font-size: 12px;
}

.span-plus-logo {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

.no-com-logo-link:hover > .span-plus-logo {
    top: 0;
    left: 0;
    opacity: 1;
    font-size: 35px;
    color: white;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.4);
}

.no-com-logo-link:hover > img.span6 {
    opacity: 0;
}

.checkbox-item {
    background: #FFFFFF;
    border: 1px solid #A7A7A7;
    border-radius: 2px;
    min-width: 20px;
    height: 20px;
    margin-right: 15px;
    accent-color: #0E46A1;
}

.item--list-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
    width: 100%;
    margin-bottom: 0px;
}

.item--list {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 15px 15px;
    transition: .1s;
}

.advantages-item {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

    .advantages-item > span {
        margin-right: 8px;
        opacity: 0;
        transition: .1s;
    }

.item--list {
    max-width: 350px;
    width: 100%;
}

.addNew {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #0D66D0;
    text-decoration: none;
    position: relative;
}

.add--col {
    margin-top: 30px;
}

.input-add {
    padding: 14px 5px !important;
}

.box-form-img {
    position: relative;
    display: flex;
    justify-content: end;
    height: 80px;
    align-items: center;
    overflow: hidden;
}

.header--form-item_soc {
    position: relative;
    padding: 24px 15px;
}

.soc-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.social-box {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0px 0px;
    min-width: 125px;
    display: flex;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #000000;
    align-items: center;
    max-width: 180px;
}

.blue-shadow-soc {
    border: 1px solid #0A66C2;
    box-shadow: 0px 2px 0px #0a66c2;
}

.soc-con {
    width: 30px;
    margin-right: 12px;
    height: 30px;
}

.blue-lights-shadow-soc {
    border: 1px solid #1877F2;
    box-shadow: 0px 2px 0px #1877F2;
}

.pink-shadow-soc {
    border: 1px solid #F00073;
    box-shadow: 0px 2px 0px #F00073;
}

.blue-tw-shadow-soc {
    border: 1px solid #1D9BF0;
    box-shadow: 0px 2px 0px #1D9BF0;
}

.blue-tel-shadow-soc {
    border: 1px solid #2AABEE;
    box-shadow: 0px 2px 0px #2AABEE;
}

.green-shadow-soc {
    border: 1px solid #33F3ED;
    box-shadow: 0px 2px 0px #33F3ED;
}

.soc-title-header {
    margin-bottom: 24px;
}

.fm-social-group .form-group {
    margin-bottom: 0px !important;
}

.social-row {
    margin-bottom: 20px;
    align-items: center;
}

.mrg-lf-30 {
    margin-left: -30px;
}

.add-gallery {
    border: none;
    background: transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.46);
}

.icon-upload-box {
    width: 141px;
    height: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    line-height: 100px;
    background: linear-gradient(to right, #B4C6E2 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#B4C6E2 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #B4C6E2 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#B4C6E2 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top, right, bottom, left;
    background-repeat: repeat-x, repeat-y;
    background-size: 10px 1px, 1px 10px;
    cursor: pointer;
}

.addphtoto-video {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: -120px;
    overflow: hidden;
}

.add-gallery {
    margin-top: 10px;
}

.upload-box {
    width: 130px;
    height: 135px;
    border-radius: 4px;
}

.video-img {
    width: 130px;
    height: 135px;
    border-radius: 4px;
}

.video-img-preview {
    margin: auto;
    overflow: hidden;
}

.fm-inner-box-img {
    padding: 30px 35px;
    border-radius: 0px 0px 4px 4px;
}

.col-img {
    width: 18%;
    display: flex;
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 13px;
    height: 135px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #ededed;
    max-height: 135px;
    min-height: 135px;
    overflow: hidden;
}

.m-top {
    margin-top: 16px;
}

.thumb-see {
    top: -90px !important;
}

.final-cover {
    min-height: 256px !important;
    object-fit: fill;
}

.first__info_row {
    max-width: 531px;
    margin: auto;
}

.social-links > a {
    display: flex;
    margin-top: 10px;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
}

.socialnetworks > .form-item-box-info {
    width: 100%;
}

.subscribes-title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0E46A1;
    margin-top: 20px;
}

.information-content {
    margin-top: 50px;
    padding: 0 45px;
}

.info-address {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #000000;
    text-align: left;
    margin-bottom: 10px;
}

    .info-address > span {
        margin-right: 3px;
        color: #8A8A8A;
    }

.about-text > div {
    font-family: 'arianamu';
}

.about-text > p {
    font-family: 'arianamu';
}

.about-text > address, .about-text pre {
    font-family: 'arianamu';
}

.about-text > h1, .about-text > h2, .about-text > h3, .about-text > h4, .about-text > h5, .about-text > h6 {
    font-family: 'arianamu';
}

.about-container {
    padding: 30px 25px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
    border-radius: 4px;
}

.form-item-box-info {
    background: #FFFFFF;
    margin-bottom: 17px;
    border-radius: 4px;
}

.gallery-fluid {
    width: 100%;
}

.gal-item {
    overflow: hidden;
    padding: 10px;
}

    .gal-item .box {
        min-height: auto;
        overflow: hidden;
        width: 100%;
    }

        .gal-item .box img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            -o-object-fit: cover;
        }

.gal-container {
    margin: auto;
    padding: 30px 25px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
    border-radius: 4px;
}

.box-middle {
    height: 216px;
    margin-bottom: 19px;
}

.box-big {
    height: 287px;
}

.box-small {
    height: 145px;
}

.rows-small {
    margin: 8px -8px;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    color: #000 !important;
    background: #F0F9FF !important;
    padding: 9px 15px;
    border-left: 3px solid #0D66D0;
}

.myselect-box button.btn.dropdown-toggle.btn-light {
    padding: 8px 11px !important;
}

.fileuploader-btn {
    cursor: pointer;
    width: 27%;
}

.title-upload {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 15px;
}

.gallery {
    margin-top: 50px;
    margin-right: -48px;
    margin-left: -15px;
}

.fm--inner--box-img-row {
    padding: 0 7px !important;
}

.col-img {
    padding: 0 0px !important;
}

.bin-trash {
    width: 30px;
    height: 30px;
    display: block;
}

.field-vld-error {
    text-align: left;
    width: 200px;
    display: block;
    font-size: 12px;
    position: absolute;
    left: 45px;
    top: 117px;
}

.box135 {
    justify-content: center;
    overflow: hidden;
}

.btn-gray {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    color: white !important;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px;
}

.addBoxadv {
    display: none;
    padding: 0 0px;
    margin-top: 20px;
}

.red-shadow-soc {
    border: 1px solid #FF0000;
    box-shadow: 0px 2px 0px #FF0000;
}

.remove-img-box {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 13px;
    top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.rmv-img {
    display: none;
}

.col-img:hover .rmv-img {
    display: block;
}

.col-img {
    position: relative
}

.remove-img-box > img {
    width: 23px;
}

.error-img-upl {
    font-size: 12px;
    color: red;
}

.col-line {
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
}

.add-video-link {
    display: flex;
    align-items: center;
    width: 100%;
}

.add-video-link-input {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 13px 12px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #B4C6E2;
    border-radius: 4px 0px 0px 4px;
    outline-color: cornflowerblue;
}

    .add-video-link-input::placeholder {
        color: rgba(0, 0, 0, 0.3);
    }

.video-link-icon {
    margin-left: 0px;
    background: #0E46A1;
    color: white;
    padding: 14px 20px;
    border-radius: 0px 4px 4px 0px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    outline: none;
}

.video-iframe {
    border-radius: 4px;
    border: 1px solid #ededed;
    padding: 0;
}

.valid-url-error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.item-done {
    border-radius: 50%;
    margin-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.done-icon {
    width: 35px;
}

.advg-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.social-links {
    margin-top: 10px;
}

.advanteges-box {
    margin-top: -16px;
}

.soc-it {
    border-radius: 50%;
    margin-right: 12.5px;
    display: block;
    width: 38px !important;
    height: 38px;
}

    .soc-it > img {
        border-radius: 50%;
        width: 38px;
        height: auto;
    }

.social-links > a:nth-child(7) {
    margin-right: unset;
}

.block-log-company {
    width: 152px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thmblogo {
    max-height: 155px;
}

.info-publish {
    margin-bottom: -13px;
    margin-top: 30px !important;
}

.details-info-1 {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 17px;
}

.edit-details-btn {
    padding: 20px 60px;
}

.soc-it:last-child {
    margin-right: 0px;
}

.container-info-dt {
    padding: 30px 25px;
}

.details-info-1 .first__info_row {
    margin-left: 165px;
}

.company-link-break {
    text-decoration: none;
    word-break: break-all;
}

.socialnetworks {
    margin-left: 0px;
    margin-right: 0px;
}

.new_before::after {
    position: absolute;
    width: 20px;
    height: 10px;
    content: '';
    background: url(../companyIcons/down-blue.svg);
    background-repeat: no-repeat;
    right: -30px;
    top: 4px;
}

.rotate-arrow::after {
    transform: rotate(180deg);
    width: 13px;
    height: 7px;
    left: 50px;
}

.social-links-preview {
    max-width: 500px;
}

.works-box-img {
    min-width: 82px;
    height: 82px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgb(210 210 210 / 40%);
    border-radius: 4px;
    margin-right: 17px;
    max-width: 82px;
    display: flex;
    align-items: center;
    overflow: hidden
}

    .works-box-img > a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .works-box-img > img {
        display: block;
        margin: auto;
    }

.final-date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.7);
}

.works-box {
    max-height: 620px;
    overflow-y: auto;
}

.moreatCompany {
    margin-bottom: 17px;
    max-height: 620px;
    overflow-y: auto;
}

.works-box-item:last-child {
    margin-bottom: 0px;
}

.works-box::-webkit-scrollbar {
    width: 6px;
}

.moreatCompany::-webkit-scrollbar {
    width: 6px;
}

.moreatCompany::-webkit-scrollbar-track {
    background: #f1f1f1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.moreatCompany::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #E6E6E6;
}

.works-box::-webkit-scrollbar-track {
    background: #f1f1f1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.works-box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #E6E6E6;
}

.soc-group-item {
    position: relative;
}

.delete-url {
    position: absolute;
    top: 7px;
    right: 8px;
    padding-left: 10px;
    cursor: pointer;
}

.delete-url-evt {
    display: none;
}

.menu-ul-bar {
    margin-bottom: 0px;
}

.left-sidebar {
    position: sticky;
    top: 90px;
    height: 100%;
}

.jobMap {
    height: 248px !important;
}

.map-item {
    overflow: hidden;
}

.jobMapDetails {
    height: 200px !important;
}

ges-item > span > img {
    cursor: grab;
}

.just-save {
    padding: 0px !important;
}

.albom-photo {
    padding-left: 8px;
    padding-right: 8px;
}

    .albom-photo > img {
        margin-bottom: 16px;
    }

.video-iframe {
    width: 100%;
    height: 100%;
}

.about-text > ul {
    margin-left: 1rem;
}

.info-all-right {
    padding-left: 16px !important;
    padding-right: 0px !important;
}

@media (max-width:768px) {
    .social-links > a:nth-child(7) {
        margin-right: 12.5px;
    }

    .info-all-right {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.about-text > ol {
    padding-left: 9px;
}
/*GalleryDetails*/

.gallery-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: repeat(1, 18vw);
    gap: 16px;
    margin-top: 25px;
}

.gallery__img-grid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.rotate {
    transform: rotate(180deg);
}

.logo-tilte {
    max-width: 150px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-left: 9px;
    display: flex;
}

.editor-form #cke_27, .editor-form #cke_54 {
    display: none !important;
}

.text-gray {
    color: rgba(0, 0, 0, 0.6);
}

.save-msg {
    color: rgba(0, 0, 0, 0.8);
}

.msg-group {
    margin: 15px 0px;
}
/*Company page*/
.subscribes-row {
    margin-left: 160px;
    min-height: 56px;
}
/*yandexMapcontrols*/
.ymaps-2-1-79-map-copyrights-promo {
    display: none;
}

.ymaps-2-1-79-copyright__wrap {
    display: none !important;
}
/**/
button.close {
    outline: none;
}

.item--list:hover {
    background: #F6F6F6;
}

.advantages-item:hover .dragg-icon {
    opacity: 1;
    cursor: grab;
}

.visible-cover {
    border: 1px solid #dee2e6;
    border-radius: 0px;
}

.works__title {
    margin-bottom: 30px;
}

.gradient-div {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, #FFFFFF 1.2%, #FFFFFF 4.15%, #2963C1 8.08%, #FFFFFF 50%, #FFFFFF 76.56%, #FFFFFF 100%);
}

.hd_step_4 > .row {
    padding: 20px 27px !important;
}

.btn-save > span {
    text-transform: lowercase;
    margin-left: 5px;
}

.gradient-div-1 {
    height: 1px;
    width: 100%;
    background: linear-gradient(2deg, #FFFFFF 1.2%, #FFFFFF 4.15%, #2963C1 8.08%, #FFFFFF 50%, #FFFFFF 76.56%, #FFFFFF 100%);
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f0f9ff;
    padding: 9px 15px;
}

.dropdown-item {
    padding: 9px 15px;
}


.company-loading {
    background-image: url(/Content/img/emd.gif);
    background-size: 100px !important;
    background-attachment: inherit !important;
}

.dropSettings {
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 25%);
    border-radius: 4px;
    padding: 4px 0px;
    max-width: 212px;
    margin-top: 5px;
    margin-left: auto;
    width: 100%;
}

.coverItem {
    background: #FFFFFF;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 25%);
    border-radius: 4px;
    cursor: pointer;
    max-width: 213px;
    margin-left: auto;
    display: flex;
}

.fileContainer [type=file] {
    min-width: unset
}

.settingsBtn {
    border: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    border-bottom: 0.2px solid #E5E5E5;
    border-radius: 0;
    font-size: 14px;
}

    .settingsBtn:last-child {
        border-bottom: none;
    }

.cover-file-input {
    right: 0 !important;
    min-height: unset !important;
    top: 0px;
    padding: 8px;
    max-width: 230px;
    min-width: 230px;
}

.settingsBtn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.settingsBtn > img {
    margin-right: 5px;
    width: 16px;
}

.settingsBtn:hover {
    background: #F0F9FF !important;
}

.editPhotocover {
    background: #FFFFFF;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 25%);
    border-radius: 4px;
    padding: 12px;
    cursor: pointer;
    max-width: 213px;
    margin-left: auto;
    display: flex;
}

.cover-form {
    padding: 12px 11px;
    width: 100%;
    cursor: pointer;
}

    .cover-form > .fileContainer {
        margin-bottom: 0px;
        white-space: nowrap;
        justify-content: center;
    }

.delete-txt {
    color: rgba(222, 53, 11, 0.8);
}

.editPhotocover > img {
    width: 20px;
}

.video-grid {
    grid-template-rows: auto;
}

.fm-inner-box-img-row-div {
    padding: 0px 0px;
}

.company-publish {
    margin-top: 40px !important;
}

.nav-icon {
    height: 26px;
    width: 26px;
    margin-right: 10px;
    filter: invert(1);
}

.active-link-tab > .nav-icon {
    filter: invert(0);
}

@media (max-width:992px) {
    .info-all-right {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .active-link-tab > .nav-icon {
        filter: invert(62%) sepia(10%) saturate(2909%) hue-rotate(211deg) brightness(87%) contrast(96%);
    }

    .nav-icon {
        margin-bottom: 5px;
        margin-right: 0px;
        height: 22px;
        width: 24px;
    }

    .left-sidebar {
        position: fixed;
        top: 70px;
        height: 70px;
        z-index: 999;
        left: 0;
    }

    .link-edit:hover {
        background: transparent;
    }

    .active-link-tab {
        background: unset;
        color: #0E46A1 !important;
        opacity: 1;
        border-bottom: 2px solid;
        border-radius: 0px;
    }

    .link-edit {
        font-size: 14px;
        white-space: nowrap
    }

    .active-link-tab > img {
        filter: invert(0);
    }

    .box-middle {
        height: 183px;
    }

    .box-small {
        height: auto;
    }

    .menu-ul-bar {
        display: flex;
        overflow-x: auto;
        z-index: 9999;
        background: #FFFFFF;
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
        top: 60px !important;
        width: 100%;
        left: 0px;
        align-items: center;
        justify-content: space-between;
    }

    .link-edit {
        flex-direction: column;
        margin-bottom: 0px !important;
        padding: 10px 24px;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-width: unset !important;
    }

    .col-img {
        width: 45%;
        padding-right: 0px;
        padding-left: 0px;
        margin: 10px auto;
        height: 164px;
        min-height: 164px;
    }

    .right-edit-container {
        margin-top: 75px;
    }

    .title-upload {
        margin-top: 25px;
    }

    .gallery {
        margin-top: 10px;
    }

    .col-line {
        margin: 0 20px;
    }

    .fm--inner--box {
        padding: 30px 30px;
    }

    .btns-item {
        padding: 15px 15px !important;
    }

    .gallery {
        margin-right: -22px;
        margin-left: -22px;
    }

    .item--list {
        padding: 15px 6px;
    }

    .mrg-lf-30 {
        margin-left: 15px;
    }

    .col-img-banner {
        display: none;
    }

    .header-form-item-row {
        padding: 20px 30px;
    }


    .works-box-img {
        margin-bottom: 10px;
    }

    .menu-ul-bar::-webkit-scrollbar {
        display: none;
    }

    .menu-ul-bar {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

@media (max-width:767px) {
    .top_pads {
        padding: 15px 15px;
        padding-bottom: 0px;
    }

    .morejobs:last-child {
        padding-bottom: 15px !important;
        margin-bottom: 3px !important;
    }

    .gallery-grid {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: repeat(1, 20vw);
    }

    .video-grid {
        grid-template-rows: auto;
    }

    .video-link-icon {
        padding: 12.5px 10px;
    }

    .gallery-item--1 {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 1;
    }

    .fm-inner-box-img-row-div {
        padding: 0 25px !important;
    }

    .mrg-lf-30 {
        margin-left: 0px;
    }

    .company_edit_conatiner {
        margin-top: 0px;
    }

    .company_edit_conatiner > .left-sidebar {
            padding: 0px
    }

    .iconLogo > img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

    .iconLogo {
        display: flex;
        align-items: center;
    }

    .slideToggle-menu {
        display: block;
    }

    .dropdowns-menu {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        background: #FFFFFF;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
        margin-bottom: 30px;
    }

    .arrow-open {
        width: 12px;
    }

    .box-small {
        height: auto;
    }

    .box-big {
        height: auto;
    }

    .soc-title {
        margin-bottom: 14px;
    }

    .works-box-item {
        flex-direction: row;
    }

    .works-box-img {
        margin-bottom: 0px;
    }

    .item--list {
        max-width: 100%;
    }

    .just-save {
        justify-content: end !important;
    }

    .fm-inner-box-img {
        padding: 0px 5px;
    }

    .fm--inner--box {
        padding: 30px 15px;
    }

    .gal-container {
        padding: 15px 15px;
    }

    .gallery {
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-top: 28px;
    }

    .about-container {
        padding: 15px 15px;
    }

    .edit-details-btn {
        padding: 20px 20px;
    }

    .header-form-item-row {
        padding: 20px 15px;
    }

    .coverbigsize {
        font-size: 10px !important;
    }
}

@media (max-width:600px) {
    .info-publish {
        margin-top: 10px !important;
    }

    .coverbigsize {
        width: 194px;
        margin-left: auto;
        font-size: 9px !important;
    }

    .cover-edit-block {
        top: 70%;
    }

    .subscribes-title {
        margin-top: 0px;
        text-align: left;
        line-height: 18px;
    }

    .text-black-50 {
        font-size: 16px !important;
    }

    .video-grid {
        grid-template-columns: auto;
        grid-template-rows: auto;
    }

    .ui-sortable-handle {
        padding: 0 9px !important;
    }

    .coverItem {
        border-radius: 50%
    }

    .advantages-item {
        margin-top: 9px;
        padding: 0 0px;
    }

    .advanteges-box {
        margin-top: 0px;
    }

    .container-cover-img {
        z-index: 99;
    }

    .item--list:hover {
        background: transparent;
    }

    .advantages-item > span {
        opacity: 0.6;
    }

    .edit-row {
        margin-left: -28px !important;
        margin-top: 28px;
    }

    .company-publish {
        margin-top: 10px !important;
    }

    .bd-top-line {
        background: rgba(0, 0, 0, 0.1);
        width: 103%;
        height: 1px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .ph-icon-txt {
        display: none;
    }

    .btn-label-edit {
        padding: 6px 11px;
    }

    .settingsBtn > img {
        margin-right: 3px;
    }

    .fm--inner--box {
        padding: 25px 15px;
    }

    .settingsBtn {
        width: 170px;
    }

    .block-log-company {
        width: 102px;
        height: 104px;
    }

    .soc-title-header {
        margin-bottom: 0px;
    }

    .soc-title-header {
        margin-bottom: 0px;
    }

    .social-box > span {
        display: none;
    }

    .social-row {
        margin-bottom: 12px;
    }

    .social-box {
        max-width: 55px;
        min-width: 53px;
        min-height: 44px;
    }

    .soc-title {
        display: none;
    }

    .box135, .span-plus-logo {
        width: 102px;
        height: 104px;
    }

    .container-cover-img, .unvisible-cover {
        min-height: 80px;
    }

    .edit-prevs {
        top: -58px;
    }

    .cover-edit-block {
        left: -12px;
    }

    .editPhotocover {
        max-width: 35px;
        display: flex;
        border-radius: 50%;
        justify-content: center;
        height: 35px;
    }

    .editPhotocover > img {
            width: 14px;
    }

    .cover-form {
        padding: 9px 9px;
        font-size: 12px;
    }

    .thmblogo {
        max-height: 98px;
        overflow: hidden;
        padding: 3px !important;
    }

    .icon-upload-img > label {
        width: 36px;
        height: 36px;
    }

    .btn-label-edit > .fontSize20 {
        font-size: 15px;
    }

    .icon-upload-img {
        height: 36px;
    }

    .fm--inner--box .form-group {
        margin-bottom: 20px;
    }

    .fm--inner--box {
        padding-bottom: 5px;
    }

    .fm-social-group {
        padding-bottom: 25px;
    }

    .just-save {
        justify-content: end !important;
    }

    .btn-save {
        padding: 10px 12px;
        white-space: nowrap;
    }
}

@media (max-width:390px) {
    .col-img {
        height: 130px;
        min-height: 130px;
    }

    .col-img {
        height: 110px;
        min-height: 110px;
    }
}

.hidden {
    display: none !important;
}

.moreImages {
    display: flex;
    width: 99%;
    justify-content: end;
    margin-top: 17px;
    color: #0E46A1;
    font-size: 14px;
    text-decoration: underline;
}

.loadAllImages {
    width: 100%;
}

.modal-title {
    font-size: 18px;
}

.modal-header {
    border-bottom: 1px solid #dee2e6 !important;
}

.month-picker-year-table tr {
    background: #0E46A1 !important;
}

.red-accept {
    background: #DE350B;
}

.suggest {
    border: unset !important;
    outline: none;
}

.search-map {
    margin-right: 15px;
    cursor: pointer;
}

.searchbox {
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    width: 100%;
    outline-color: cornflowerblue;
}

.search-map > svg {
    transition: .1s;
}

.search-map > svg:hover {
        stroke: #0E46A1;
}

.close-inp {
    margin-right: 15px;
    cursor: pointer;
}

.notice {
    color: #f33;
    display: none;
}

@media (max-width:350px) {
    .settingsBtn {
        width: 155px;
    }
}

.add--colp-1 {
    padding: 0px;
}

.cke_2.cke_chrome {
    border-radius: 4px;
}

.allworksbox {
    width: 100% !important;
}

.moreatCompany {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
}

header nav .collapse .navbar-nav li a {
    position: relative;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    width: 100px;
    display: block;
    top: 7px;
    right: 22px;
}

.right10 {
    right: 10px !important;
}

.back-white {
    background-color: white;
}

.form-item-box-info {
    margin-bottom: 17px;
}

.sort-advanteges {
    margin-top: 3px;
}

.sort-advanteges:first-child {
        margin-top: 0px;
}

.sort-advanteges:nth-child(2) {
        margin-top: 0px;
}

.job-descr > p {
    font-size: 16px !important;
    color: black;
}

.text-black-50 {
    font-size: 16px !important;
}

.top-4 {
    top: 4px !important;
}

.top-2 {
    top: 2px !important;
}

.quest-icon + .tooltip > .tooltip-inner {
    background-color: #f00 !important;
}

.phone-input::-webkit-outer-spin-button,
.phone-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.phone-input {
    -moz-appearance: textfield;
}

.works-box .input-title-name {
    margin-bottom: 12px;
}

.btn-blue-outline {
    background: #FFFFFF;
    border: 1px solid #0E46A1;
    border-radius: 4px;
    color: #0E46A1 !important;
    padding: 10px 23px;
    font-weight: 700;
}

.btn-cv {
    font-weight: 700;
}

.btn-blue-outline:hover {
    background: #0E46A1;
    color: white !important;
}

.text-brandblue {
    color: #0E46A1 !important;
}

.borderBrand {
    border: 1px solid #0E46A1;
}

.img-fillblue {
    filter: invert(80%) sepia(89%) saturate(2046%) hue-rotate(206deg) brightness(98%) contrast(93%);
}

.dropSetting {
    width: 259px;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 25%);
    border-radius: 4px;
    left: -97px;
    top: 38px;
}

.border-gray-top {
    border-top: 1px solid #E6E6E6;
}

.pd15 {
    padding: 15px !important;
}

.video-item {
    width: 50%;
    height: 220px;
    padding: 2px 2px;
}

@media (max-width:576px) {
    .video-item {
        height: 150px;
    }
}

@media (max-width:400px) {
    .video-item {
        height: 110px;
    }
}

.bootstrap-select > .dropdown-toggle:after {
    margin-top: 6px;
}

.novacancie-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-top: 25px;
}

.novacancies-content > a {
    font-weight: bold;
}

.novacancies-content {
    line-height: 23px;
}

.color-black {
    color: black !important;
}

.fit-cover {
    object-fit: cover;
}

#topBlogs {
    position: sticky;
    top: 0;
}

.img-mc {
    max-height: 80px;
}

.login-parent-div {
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.log-in-text {
    font-family: 'arianamu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.8);
    margin: unset;
    white-space: nowrap;
}

.login-submit {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.login-img-section {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.btn-login-external {
    font-family: "arianamu";
    color: #334155;
    padding: 0px 8px;
    width: 200px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}

.border-line-login {
    height: 1px;
    width: 100%;
    border: 1px solid #CED4DA;
}
/*Checkout*/
.checkout-panel {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
    border-radius: 4px;
    padding: 25px 20px;
}

.line-divider {
    height: 1px;
    background: #D9D9D9;
    width: 100%;
}

.btn-quanitity:hover {
    background: #0E46A1;
    color: white;
}

.btn-quanitity {
    border: 1px solid #B2BCCA;
    filter: drop-shadow(0px 2px 40px rgba(133, 133, 133, 0.08));
    border-radius: 4px;
    background: white;
    padding: 0;
    display: flex;
    align-items: center;
    height: 33px;
    width: 33px;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.inpnumber-btn {
    width: 33px;
    height: 33px;
    border: none;
    text-align: center;
    background: transparent;
}

.panel-quantity {
    width: 100px;
}

.product-name {
    font-weight: 700;
    color: black;
    position: relative;
}

.credit-icon {
    min-width: 69px;
    max-width: 69px;
    background: #F4F8FE;
    border-radius: 4px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

    .credit-icon > img {
        width: 100%;
    }

.close-item {
    cursor: pointer;
    right: 0;
    top: 50%;
    background: transparent;
    border: none;
}

.mb-17 {
    margin-bottom: 17px;
}

.outline-blue-btn {
    background: transparent;
    border: 1px solid #0E46A1;
    border-radius: 4px;
    color: #0E46A1
}

    .outline-blue-btn:hover {
        background: #0E46A1;
        color: white;
        border: 1px solid transparent;
        text-decoration: none !important;
    }

#form1 {
    width: 100%;
}

.credits-box {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 17px;
    padding-top: 17px;
}

.credits-items:last-child {
    border-bottom: 1px solid transparent;
}

.mb-8 {
    margin-bottom: 8px;
}

.label-btn-search {
    border: 1px solid #B2BCCA;
    border-radius: 4px;
    padding: 6px 6px;
    text-align: center;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 7px;
}

.checked-border {
    background: #F0F9FF;
    border: 1px solid #0E46A1;
    font-weight: 600;
}

.label-btn-search > input[type="radio"] {
    display: none;
}

.check-cardremmeber:checked {
    background-color: black !important;
}

.checkboxRound:checked:after {
    content: "";
    background-image: url(/Content/checkout/Mark.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 11px;
    position: absolute;
    top: 4px;
    left: 3px;
}

.transactios {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
}
/*Checkout page*/
.checkout-panel {
    box-shadow: 0px 2px 6px rgb(0 0 0 / 14%);
    border-radius: 4px;
    padding: 25px 20px;
}

.p-20 {
    padding: 20px 20px;
}

.cardname-active {
    background: #F0F9FF;
    border: 1px solid #0E46A1 !important;
    border-radius: 4px;
}

.gray-light {
    color: #4F4F4F;
}

.border-right-left {
    padding: 20px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: rgba(0, 0, 0, 0.15);
}

.border-righttopleft {
    padding: 20px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: rgba(0, 0, 0, 0.15);
}

.check-img {
    height: 51px;
}

.pay-checked {
    border-width: 3px 1px 0px 1px;
    border-style: solid;
    border-color: #0E46A1;
    padding-bottom: 18px;
}

.pay-notchecked {
    cursor: pointer;
}

.checkboxRound {
    width: 18px !important;
    height: 18px !important;
}

.color-graylight {
    color: rgba(68, 65, 80, 0.8);
}

.bank-form {
    max-width: 373px;
}

.btns-param {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-75 {
    margin-top: 75px;
}

.bluetool3 .tooltip-inner {
    background-color: #2EAADC;
    padding: 10px 8px;
    max-width: 274px;
    text-align: left
}

.bluetool3 .tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #2EAADC !important;
}

.bluetool3 .tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #2EAADC !important;
}

.bluetool3 .tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #2EAADC !important;
}

.bluetool3 .tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #2EAADC !important;
}

.bluetool4 .tooltip-inner {
    background-color: #2EAADC;
    padding: 10px 10px;
    max-width: 274px;
    text-align: left;
}

.bluetool4 .tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #2EAADC !important;
}

.bluetool4 .tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #2EAADC !important;
}

.bluetool4 .tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #2EAADC !important;
}

.bluetool4 .tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #2EAADC !important;
}

.bluetool5 {
    position: relative;
}

.bluetool5 .tooltip-inner {
        background-color: #2EAADC;
        padding: 10px 10px;
        width: 200px;
        text-align: left;
}

.bluetool5 .tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #2EAADC !important;
}

.bluetool5 .tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #2EAADC !important;
}

.bluetool5 .tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #2EAADC !important;
}

.bluetool5 .tooltip.bs-tooltip-top .arrow:before {
   border-right-color: #2EAADC !important;
}

.namepackege {
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 0;
}

.hd-packagetitle {
    margin: 0 0;
    align-items: center;
    height: 33px;
}

.w80 {
    width: 80%;
}

.back-blacklight {
    background: #515151;
}

.card-checkoutbox {
    max-width: 418px;
    margin-left: auto;
}

.checkoutorderbox {
    max-width: 437px;
    margin-left: auto;
    margin-top: 12px;
}

.minheight42 {
    min-height: 42px;
}

.prod-info-block {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    padding: 25px 20px;
    z-index: 9;
    display: block;
}

.prod-info {
    width: 270px;
    margin-top: 5px;
}

.icon-check {
    cursor: pointer;
    width: 15px;
}

.prod-info li {
    margin-bottom: 15px;
    font-size: 14px;
}

.pay-methods {
    margin-top: 21px;
    margin-bottom: 50px;
    max-width: 260px;
}

.mb-75 {
    margin-bottom: 75px;
}

.prode-remove {
    border: none;
    padding: 0;
    display: flex;
    justify-content: end;
    margin-top: 10px;
}

.private-quant {
    font-weight: 700;
}

.first-checkcard .credits-box:last-child {
    border-bottom: 1px solid transparent;
}

.check-circle {
    border: 1px solid rgba(181, 181, 181, 0.05);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    background: #B8B8B8;
}

.check-circle.active {
        border: 1px solid #00A579;
        background: transparent;
        color: #00A579 !important;
}

.check-line {
    width: 70px;
    height: 1px;
    background: #00A579;
}

.mobilecheck-navigation {
    display: none;
}

.orderboxcheckout {
    position: sticky;
    top: 60px;
}

.mob-candsearch {
    display: none;
}

.checkout-select {
    display: flex;
}

.radiocardpay {
    display: flex;
    align-items: center;
    justify-content: center;
}

.toppay {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    .product-name {
        max-width: 175px;
    }

    .conatiner-candsearch {
        max-width: 335px;
    }
}

@media (max-width: 992px) {
    .credit-box {
        align-items: end;
    }

    .checkoutorderbox {
        max-width: unset;
    }

    .mb-75 {
        margin-bottom: 30px;
    }

    .payimg-card {
        width: 55%;
        display: flex;
        margin-bottom: 15px;
        margin-top: 15px;
        margin-left: -3px;
    }

    .desk-cartparent {
        display: none !important;
    }

    .cardsgroup-color {
        background: #F4F8FE;
    }

    .pay-methods {
        margin-bottom: 20px;
    }

    .pay-card {
        background-color: white;
        padding: 0px;
    }

    .orderboxcheckout {
        position: unset;
    }

    .title-paymethods {
        padding: 0 15px;
        margin-top: -10px;
    }

    .mob-candsearch {
        display: block;
        min-width: 150px;
    }

    .mobilecheck-navigation {
        display: flex;
        justify-content: center;
        min-height: 66px;
        background: white;
    }

    .toppay {
        display: none !important;
    }

    .full-checkcontainer {
        padding: 0 !important;
    }

    .select-ervices {
        display: none;
    }

    .checkout-panel {
        padding: 15px 15px;
    }

    .servt-mob {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #212529;
    }

    .checkout-select {
        height: 49px;
        align-items: center;
        cursor: pointer;
        padding: 0 15px;
    }

    .card-checkoutbox {
        margin-left: unset;
        max-width: unset;
    }

    .checkoutorderbox {
        background: white;
        margin-bottom: 20px;
        position: unset;
    }

    .border-right-left {
        padding: 0px;
        border: 1px solid;
    }

    .border-righttopleft {
        padding: 0px;
        border: 1px solid;
    }

    .pay-notchecked {
        border-color: #E0E0E0;
        border-radius: 4px;
        padding: 5px 15px;
    }

    .card-payments > div {
        margin-bottom: 14px;
    }

    .pay-checked {
        padding-bottom: 15px !important;
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        border-color: #0E46A1;
        border-radius: 4px;
        padding: 7px 15px;
    }

    .noreal-radio {
        background: #FFFFFF;
        border: 1px solid #E0E0E0;
        border-radius: 34px;
        width: 18px;
        height: 18px;
        display: flex;
    }

    .point-active {
        width: 10px;
        height: 10px;
        background: #0E46A1;
        border-radius: 50%;
    }

    .cardimg {
        width: 45px;
    }

    .bank-img {
        width: 40px;
    }

    .idram-img {
        width: 85px;
    }

    .desk-candsearch {
        display: none !important;
    }

    .label-btn-search {
        padding: 6px 4px;
        justify-content: start;
    }

    .selectCandsearch {
        max-width: 170px;
        min-width: 155px;
    }

    .label-btn-search {
        margin-right: 0px;
        border: none;
    }

    .cards-infobox {
        margin-top: 18px;
    }

    .checkout-panel {
        box-shadow: unset;
    }
}

@media (max-width: 500px) {
    .prodgroup {
        max-width: 170px;
    }

    .btn-add {
        margin-left: -80px;
    }

    .prod-info {
        width: 170px;
    }

    .selected-value > img {
        margin-right: 3px;
    }
}

.py-10 {
    padding: 10px 0;
}

.check-circle.open-check {
    background: #00A579;
    border: 1px solid rgba(181, 181, 181, 0.05);
    color: white !important;
}

.isDisabled {
    pointer-events: none;
}

.custom-select1 {
    position: relative;
    height: 30px;
}

.selected-value {
    width: 100%;
    height: 100%;
    padding: 0 4px;
    box-sizing: border-box;
    border: none;
    background-color: white;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-sel-ul {
    position: absolute;
    top: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
    display: none;
    z-index: 9;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    max-width: 170px;
}

.custom-sel-ul li {
        margin-top: 10px;
}

.selected-value {
    background: #F0F9FF;
    border: 1px solid #0E46A1;
    border-radius: 4px;
}

.checkout-panel > .credits-box:last-child {
    margin-bottom: unset !important;
    padding-bottom: unset !important;
}

.brd-bottom {
    border-bottom: 1px solid #E0E0E0;
}

.bdb-unset {
    border-bottom: unset !important;
}

.multiplication {
    margin-left: 11px;
}

.blueContent {
    background: #2EAADC;
    border-radius: 4px;
    width: 240px;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    color: white;
    z-index: 9;
    left: 32px;
    top: -40px;
}

.bluetool {
    cursor: pointer;
}

.blueContent::before {
    content: " ";
    width: 10px;
    height: 10px;
    background: #2EAADC;
    position: absolute;
    left: -4px;
    top: 46px;
    transform: rotate(45deg);
}

.packInfo {
    top: 2px;
    left: 26px;
}

@media (max-width: 768px) {
    .blueContent {
        left: -180px;
        top: 32px;
        width: 220px;
    }

    .blueContent::before {
        left: 100px;
        top: -4px;
    }
}

@media (max-width: 500px) {
    .packInfo {
        top: 27px;
        left: -50px;
    }
}

.bin-credit {
    width: 19px;
}

.cuponchek {
    width: 16px;
    height: 16px;
}

.promocode {
    display: none;
}

.mb-100 {
    margin-bottom: 100px;
}

.dashboard-prof-active.closed {
    border: unset !important;
    width: 38px !important;
    height: 38px !important;
    background-color: white;
    border-radius: 4px;
    margin: auto;
}

.dashboard-prof-active {
    border-left: 3px solid white;
    border-radius: 0px;
}

.t-logo-panel-img {
    display: flex;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.t-logopanel {
    width: 34px;
    height: 34px;
}

.dashboard-prof-item:hover {
    background: #0D3F91;
    opacity: 1;
    text-decoration: none;
}

.dashboard-prof-item {
    display: flex;
    padding: 10px;
    opacity: 0.6;
}

.popupmsg-notes {
    width: 100%;
    padding: 19px 25px;
    background: #00B786;
    border: 1px solid #00B786;
    border-radius: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    z-index: 99;
    max-width: 728px;
    right: 50%;
    transform: translate(50%,-50%);
    top: 50px;
    display: none;
}
/*ScoreProgress*/
@keyframes growProgressBar {
    0%, 33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

.score-progress {
    --size: 30px;
    --bg: #B3B3B3;
    --pgPercentage: var(--value);
    animation: growProgressBar 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: calc(var(--size) / 5);
    color: black;
}

.score-red {
    --red: #F96E56;
    background: conic-gradient(var(--red) calc(var(--pgPercentage) * 1%),var(--bg) 0deg);
}

.score-green {
    --green: #3CAF47;
    background: conic-gradient(var(--green) calc(var(--pgPercentage) * 1%),var(--bg) 0deg);
}

.score-blue {
    --blue: #478DFD;
    background: conic-gradient(var(--blue) calc(var(--pgPercentage) * 1%),var(--bg) 0deg)
}

.score-yellow {
    --yellow: #FDCD44;
    background: conic-gradient(var(--yellow) calc(var(--pgPercentage) * 1%),var(--bg) 0deg);
}

.score-progress::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
    font-size: 9px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    font-weight: bold;
}

.progress-toolInner {
    background: #172B4D;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    padding: 5px 12px;
    position: absolute;
    color: white;
    width: 315px;
    top: -30px;
    right: 35px;
    z-index: 9;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    min-height: 80px;
    display: none;
}

.progress-toolInner::before {
        position: absolute;
        content: "";
        width: 11px;
        height: 11px;
        transform: rotate(45deg);
        background: #172B4D;
        top: 36px;
        right: -1px;
}

.progress-tool {
    position: relative;
}

.progress-tool:hover .progress-toolInner {
   display: block;
}
/*End*/
@media(max-width: 768px) {
    .progress-tool:hover .progress-toolInner {
        display: none;
    }
    .progress-toolInner {
        border: 1px solid #DFDFDF;
        border-radius: 4px;
        padding: 5px 12px;
        position: absolute;
        color: white;
        width: 200px;
        left: unset;
        top: 37px;
        z-index: 9;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        min-height: 80px;
        display: none;
        right: 0px;
    }

    .progress-toolInner::before {
        left: unset;
        top: -3px;
        right: 11px;
    }
}

.circle-score {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    background: #478DFD;
    cursor: pointer;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.info-scores {
    width: 350px;
    top: 30px;
    z-index: 9;
    background: #FBFAF8;
    box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14);
    border-radius: 10px;
    padding: 15px 14px;
    right: 0px;
}

.score-infotext {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.scorebtn {
    color: #65ACF0 !important;
    border: 1px solid #65ACF0;
    border-radius: 4px;
    min-width: 140px;
}

.img-infoscore {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px
}

.infoScoresWrapper {
    justify-content: end;
    padding: 8px 20px;
}

@media (max-width: 768px) {
    .evt-info-scores-wrapper {
        width: 100%;
        justify-content: end;
        display: flex;
    }

    .info-scores {
        left: 0px;
        width: 100%;
    }
}

.popupalertMsg {
    left: 50%;
    transform: translateX(-50%);
    top: 88px;
}

.applicants-item {
    width: 100%;
}

.sortByScore button.btn {
    border: none !important;
    padding-top: 0;
}

.sortByScore .filter-option {
    overflow: unset !important;
    text-align: right !important;
    color: #0E46A1;
}

.sortByScore-am {
    width: 180px !important;
}

.sortByScore-en {
    width: 120px !important;
}

.sortByScore .dropdown-toggle:after {
    margin-top: 0px !important;
}

@media(max-width: 992px) {
    .sortByScore {
        margin-left: 10px !important;
    }

    .PopupMsg {
        right: unset;
        z-index: 999;
    }

    .card-label {
        padding: 10px 10px !important;
    }
}

.coverbigsize {
    font-size: 12px;
    margin-top: 6px;
    color: gray;
    display: flex;
    justify-content: flex-end;
}

.color-bluelights {
    color: #3180EF !important;
}

.blue-outlinebtn {
    border-radius: 3px;
    border: 1px solid #3180EF;
}

.text-resname {
    color: #000;
    font-size: 14px;
    font-family: "arianamu";
}

.pd-20 {
    padding: 20px;
}

.text-limit-res {
    color: rgba(0, 0, 0, 0.70);
    font-size: 14px;
    line-height: 20px;
    max-width: 318px;
}

.alert-limit-resume {
    border-radius: 4px;
    background: #FFF1EE;
    padding: 7px;
    margin: 11px;
}

.modal-res-limit {
    max-width: 390px;
    margin: auto;
}


.foreign-tool > .tooltip {
    width: 120px;
}

.foreign-tool .tooltip-inner {
    text-align: left;
    width: 210px;
}

.invoice-options {
    max-width: 373px;
}

@media (min-width: 992px) {
    .mobCheckpanel {
        display: none !important;
    }

    .selectedPanel {
        display: block !important
    }
}

.dim-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #091e42;
}

.popupMsg-save {
    width: 100%;
    padding: 19px 25px;
    background: #00B786;
    border: 1px solid #00B786;
    border-radius: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    top: 80px;
    z-index: 99;
    max-width: 728px;
    left: 50%;
    transform: translateX(-50%);
}

.proftags-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
    color: #676767;
}

.tour-modalcontent {
    box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14);
    border-radius: 10px !important;
    border-color: transparent !important;
}

.tour-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    max-width: 375px;
    margin: auto;
}

.tourbtn {
    background: #FFFFFF;
    border: 1px solid #65ACF0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #65ACF0;
}

.customTooltip {
    background: #FFFFFF;
    box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14);
    border-radius: 10px;
    padding: 25px;
    padding-bottom: 15px;
}

    .customTooltip .introjs-button {
        background-color: transparent !important;
        box-shadow: unset !important
    }

    .customTooltip .introjs-tooltipbuttons {
        display: flex;
        justify-content: center
    }

    .customTooltip .introjs-skipbutton {
        position: absolute;
        top: 3px;
        right: 9px;
        font-size: 16px;
        color: #8A8A8A !important;
        padding: 0;
    }

    .customTooltip .introjs-tooltiptext {
        text-align: center !important;
    }

    .customTooltip .introjs-bullets ul li a.active {
        background: #65ACF0 !important;
    }

@media (max-width: 768px) {
    .popupMsg-save {
        right: unset;
    }
}

.pb-150 {
    padding-bottom: 150px;
}

.required::after {
    content: " *";
}

.text-black {
    color: #000 !important;
}

.copy-ctnr {
    margin: 30px 27px;
    padding: 0 !important;
}

.dialog-footer {
    padding: 27px
}

.dialog-header {
    padding: 17px 27px !important
}

.applicant-copy-btn .btn-text {
    margin: 0px 25px
}

.folders-drdown .select2-dropdown,
.job-list-drdown .select2-dropdown {
    z-index: 100000 !important
}

.folders-drdown .select2-results__option[aria-selected]:before,
.job-list-drdown .select2-results__option[aria-selected]:before {
    display: none;
}

.folders-drdown .select2-results__option,
.job-list-drdown .select2-results__option {
    padding: 11px 10px !important;
}

.copy-ctnr .select2-results__option:before {
    display: none !important
}

.copy-ctnr .select2-selection--single {
    height: 43px !important;
}

.copy-ctnr .select2-selection__arrow {
    top: 8px !important;
}

/*Talent pool*/
.tl-container {
    border-radius: 4px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    box-shadow: 0px 2px 5px 0px rgba(210, 210, 210, 0.40);
    padding: 20px;
}

.tl-pool-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.tl-text {
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}

.checkbox-item-tal {
    background: #FFFFFF;
    border: 1px solid #A7A7A7;
    border-radius: 2px;
    min-width: 16px;
    height: 16px;
    margin-right: 3px;
    accent-color: #0E46A1;
}

.disabled-tool {
    opacity: 0.25;
    pointer-events: none;
}

.w-85 {
    width: 85%;
}

.talentsQuestions {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F9F9F9;
    padding: 25px 30px;
}

.plusOption {
    width: 16px;
    background: gray;
    background: #ABABAB;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.modal-previewtalent {
    max-height: 80vh;
    overflow-y: auto;
}

.pd-30 {
    padding: 30px;
}

.mdh-talent {
    padding: 21px 30px;
    align-items: center;
}

.square-check {
    min-width: 15px;
    height: 15px;
}

.qrtalentpool {
    max-width: 642px;
}

.talentpool-box {
    border-radius: 4px;
    border: 1px solid #537CE5;
    background: #F1F5FE;
    box-shadow: 0px 2px 5px 0px rgba(210, 210, 210, 0.40);
    height: 160px;
    padding: 22px 25px;
    overflow: hidden;
    position: relative;
}

.tl-paragraph {
    color: rgba(0, 0, 0, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 554px;
}

.btnTalenttool {
    border-radius: 100px;
    display: flex;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none !important;
    max-width: 155px;
    text-align: center;
    margin-top: 17px;
    border: 1px solid #7688EF;
    background: #7688EF;
    color: #FFF !important;
    transition: .1s;
}

.text-rstool {
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.modal-tlwidth {
    max-width: 524px !important;
}

.widthAttachres {
    width: 170px;
}

.CongratulationTitle {
    color: #000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.25px;
}

.text-modalcongrats {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.modal-contenthanks {
    max-width: 450px;
    margin: auto;
}

.hd-qrcongrats {
    background: url(/Content/companyIcons/congratsbox.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 188px;
    width: 100%;
}

.close-qrcongrats {
    position: absolute;
    top: 10px;
    right: 14px;
}

label.error {
    font-size: 12px;
    color: #ff0000;
}

.talent-qt-item.error {
    border: 1px solid red !important;
    background-color: #FEE !important;
}

@media (max-width: 992px) {
    .talentpool-box {
        height: unset;
        padding: 22px 25px !important;
        flex-direction: column-reverse;
    }

    .btnTalenttool {
        margin: auto;
    }

    .tl-paragraph {
        text-align: center;
        margin: auto;
    }

    .talentpool-box .jttl {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .tl-containerbox {
        padding: unset !important;
    }
}

.count-credit {
    border-radius: 4px;
    border: 1px solid #CBCBCB;
    background: #FFF;
    padding: 5px 10px;
    max-width: 65px;
}

.directTransver {
    top: 26px !important;
    right: -50px;
}

.trintro-title {
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
}

@media (max-width: 992px) {
    .infoBoxTrCredits {
        justify-content: start !important;
    }

    .directTransver {
        top: 23px !important;
        left: unset !important;
        width: 290px !important;
    }
}

.checkboxRoundInvite {
    width: 16px !important;
    min-width: 16px !important;
    height: 16px !important;
}

.job-bookmark .jobBookmark {
    background-image: url('/Content/jobs/heart.png');
    background-repeat: no-repeat;
    background-size: 2900%;
    background-position: left;
    height: 6px;
    cursor: pointer;
    transform: scale(4.5);
    width: 15px;
}

.evt-job-bookmark.booked .evt-mark {
    animation: heart-burst .9s steps(28) forwards;
}

.evt-job-bookmark.unbooked .evt-mark {
    animation: heart-burst-reverse .9s steps(28) forwards;
}

.booked2 > .jobBookmark {
    background-image: url('/Content/jobs/heart.png');
    background-repeat: no-repeat;
    background-size: 2900%;
    background-position: right;
    height: 6px;
    cursor: pointer;
    transform: scale(4.5);
    width: 15px;
}

@keyframes heart-burst {
    0% {
        background-position: left
    }

    100% {
        background-position: right
    }
}

@keyframes heart-burst-reverse {
    0% {
        background-position: right
    }

    100% {
        background-position: left
    }
}

.bookmark-candidate .jobBookmark {
    background-image: url(/Content/jobs/heart.png);
    background-repeat: no-repeat;
    background-size: 2900%;
    background-position: right;
    height: 6px;
    cursor: pointer;
    transform: scale(4.5);
}

.works-box-img-cp {
    min-width: 66px;
    height: 66px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgb(210 210 210 / 40%);
    border-radius: 4px;
    margin-right: 17px;
    max-width: 66px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.item-mb-16 {
    margin-bottom: 16px;
}

.item-job-mb:last-child {
    margin-bottom: 0px !important;
}

.info-item:last-child {
    margin-bottom: unset !important;
}

.applyhd-text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
    margin-top: 5px;
}

.worksbox-company {
    overflow: hidden;
}

.item-job-mb {
    display: flex;
}

.load-more-link {
    margin-bottom: 0px;
    display: flex;
}

.worksbox-company:last-child {
    margin-bottom: 0px;
}

.worksbox-company::-webkit-scrollbar {
    width: 6px;
}

.worksbox-company::-webkit-scrollbar-track {
    background: #f1f1f1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.worksbox-company::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e6e6e6;
}

.work-description {
    padding-bottom: 2px !important
}

.job-iconshare {
    margin-right: 8px;
}

.jobmore-link {
    display: flex;
    width: 30px;
    min-width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
    cursor: pointer;
    background: white;
}

    .jobmore-link.active {
        border: unset;
    }

.job-media-box {
    margin-top: 22px;
    margin-bottom: 22px;
}

.jobmore-socials {
    width: 0;
    overflow: hidden;
    transition: width 0.5s ease;
}

    .jobmore-socials.active {
        width: 166px;
        overflow: hidden;
        transition: width 0.5s ease;
    }

.more-jobshare-box {
    width: 30px;
    transition: width 0.5s ease;
}

    .more-jobshare-box.active {
        width: 168px;
        border-radius: 20px;
        border: 1px solid #CFCFCF;
        background: #FFF;
        padding: 1px;
    }

.jobmore-socials a {
    display: flex;
    align-items: center;
}

.soc-border {
    border-right: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    padding: 0 10px
}

.jobmedia-sharebox {
    align-items: center;
    min-height: 34px;
    justify-content: center;
}

.hasCover-height {
    height: 355px;
}

.close-search-talent {
    position: absolute;
    top: 10px;
    right: 8px;
    width: 20px;
}

@media (max-width: 768px) {
    .job-media-box {
        margin-bottom: 0px;
    }
}

@media (max-width: 350px) {
    .jobmedia-sharebox {
        flex-direction: column;
        align-items: start;
    }

    .more-jobshare-box {
        margin-top: 8px;
    }
}

@media (max-width: 768px) {
    .hasCover-height {
        height: unset;
    }
}

.dim-color {
    color: #6C757D;
}

.circle-black {
    width: 4px;
    height: 4px;
    background: #121416;
    border-radius: 50%;
    display: block;
    margin-right: 5px;
}

.valid-box > p {
    margin-bottom: 2px !important;
}

.valid-box img {
    margin-right: 4px;
    width: 10px;
}

.tag-icon {
    width: 13px;
    margin-right: 2px;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.stepsContent .job-media-box {
    display: none;
}

.center-slider .slick-slide {
    transform: scale(.9);
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.center-slider .slick-current.slick-active {
    transform: scale(1);
}

    .center-slider .slick-current.slick-active img {
        border: 0.7px solid #626EF5;
        border-radius: 5px;
        margin: 0 10px;
        transition: .5s;
    }

.center-slider .slick-slide img {
    border: 0.7px solid transparent;
    border-radius: 5px;
    margin: 0 10px;
    transition: .5s;
}

.center-slider {
    position: relative !important;
    left: 35px;
    top: -15px;
    height: 150px !important;
}

@media (max-width: 992px) {
    .center-slider {
        position: relative !important;
        left: 0px;
        top: -6px !important;
    }
}

@media (max-width: 600px) {
    .qr-comp-row {
        min-height: unset;
        margin-left: 90px;
        margin-top: -15px;
    }
}

.btnTalenttool:hover {
    background: #5971FB;
}

@media (max-width: 600px) {
    .qr-comp-row {
        min-height: unset;
        margin-left: 90px;
        margin-top: -15px;
    }
}

.tabforTalents {
    border-radius: 4px;
    background: #F8F9FF;
    box-shadow: 0px 2px 5px 0px rgba(210, 210, 210, 0.40);
    padding: 20px 15px;
}

.box-talteam {
    max-width: 105px;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.05));
    margin: 0 4px;
}

.tabcompany {
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    cursor: pointer;
    margin-bottom: 0px;
    transition: opacity 0.1s;
    opacity: 0.9;
    min-height: 55px;
    text-decoration: none !important;
    white-space: nowrap;
    position: relative;
}

    .tabcompany::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 0;
        height: 2px;
        background-color: #0E46A1;
        transition: width 0.3s;
    }

    .tabcompany.clicked::after {
        width: 100%;
    }

    .tabcompany.clicked {
        color: #0E46A1
    }

.filename-wrap {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    max-width: calc(100% - 50px);
}

.job-filters-height {
    height: calc(100vh - 180px);
}

.blue-outline-unhover {
    background: #FFFFFF;
    border: 1px solid #0E46A1;
    border-radius: 4px;
    color: #0E46A1 !important;
    padding: 10px 23px;
    font-weight: 700;
    min-width: 158px;
}

.overflow-unset {
    overflow: unset !important;
}

.box16 {
    width: 16px !important;
    height: 16px !important;
}

.settings-view-section {
    border: 0.5px solid #626EF5;
    background: rgba(98, 110, 245, 0.04);
    padding: 18px 10px;
    border-radius: 10px;
    margin-top: 30px;
}

.tal-line {
    width: 1px;
    height: 80px;
    background: #DDDDDD;
    margin: 0px 44px;
}

.in-view-width {
    max-width: 800px;
    margin: auto;
}

.title-line {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.6px;
    margin-bottom: 0px;
}

.tl-text {
    color: #717171;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.dropdown-download {
    position: relative;
    display: inline-block;
    margin-top: 8px;
    margin-left: -6px;
}

.dropdown-content-downloads {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
}

    .dropdown-content-downloads a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content-downloads a:hover {
            background: #F0F9FF;
        }

.dropdown-download:hover .dropbtn {
    background-color: rgba(219, 219, 219, 0.50);
}

.dropbtn {
    width: 100px;
    text-align: left;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    outline: none;
    background: transparent;
    border: none;
}

@media (max-width: 1200px) {
    .in-view-width {
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .tal-line {
        display: none;
    }

    .copybox-talent {
        margin-top: 15px;
        margin-left: -9px;
    }
}

@media (max-width: 576px) {
    .tal-line {
        margin: 0 7px;
    }
}

.blacklistmodal-content {
    padding: 12px;
    margin-bottom: 35px;
}

.cand-count {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    color: #030229;
}

.blacklist-table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    margin-top: 53px;
}

    .blacklist-table tr {
        border-bottom: 1px solid #E6E6E6;
    }

    .blacklist-table td {
        text-align: left;
        padding: 16px 24px;
    }

    .blacklist-table th {
        padding-top: 24px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 13.5px;
    }

    .blacklist-table thead tr:first-child {
        border-bottom: unset;
    }

    .blacklist-table img {
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

.name-cell {
    display: flex;
    align-items: center;
    font-weight: bold;
}

    .name-cell img {
        margin-right: 10px;
    }

.action-btn {
    color: #DE350B;
    padding: 7px 10px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #DE350B;
    background: transparent;
    text-decoration: none;
}

.blue-link {
    color: #0E46A1;
    text-decoration: none;
}

    .blue-link:hover {
        text-decoration: underline;
    }

.load-more-jobs {
    display: none;
}

.companyworks-box {
    overflow: hidden;
}

    .companyworks-box.expanded {
        max-height: unset !important;
        overflow: visible;
    }

.evt-morejobs-box.expanded {
    max-height: unset !important;
    overflow: visible;
}

.evt-morejobs-box {
    overflow: hidden
}

.partial-description {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: black;
}

@media (max-width: 768px) {
    .load-more-jobs {
        display: flex;
    }

    .moreatCompany {
        margin-bottom: 17px;
        padding-bottom: 17px;
        max-height: unset;
        overflow-y: unset;
    }
}

.payment-row {
    border-radius: 10px;
    background: #FFF;
    padding: 24px;
    max-width: 548px;
    margin: auto;
    filter: drop-shadow(0px 6px 7px rgba(0, 0, 0, 0.10));
}

.package-tr {
    margin-bottom: 12px;
}

.box-socialshare > .job-media-box {
    margin-top: 16px !important;
}

.input-title-description {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin: 24px 0;
}

.import-btn:hover .import-img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(67deg) brightness(106%) contrast(200%);
}

.advantages-display-item {
    margin-top: 14px;
}

.infoBoxTrCredits {
    position: absolute;
    right: 0;
}

.ft-setting-part {
    margin-top: 32px
}

.error-input {
    border: 1px solid red !important;
    background-color: #FEE !important;
}

.activate-candsearch {
    max-width: 400px;
    margin: 60px auto;
}

.myselect-box.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
    top: 3px;
}

.fd-mail-margin {
    margin-bottom: 18px;
}

.my-msg-forfeedback {
    color: #8A8A8A;
    border-left: 2px solid #8A8A8A;
    padding: 0 12px;
    margin-top: 20px;
}

.applypublic-container {
    padding: 30px 25px;
    box-shadow: 1px 12px 20px rgb(0 0 0 / 4%);
    border-radius: 4px;
}

.icon-imgbar {
    max-width: 150px;
    margin: auto;
    margin-bottom: 17px;
}

.explore-btn {
    color: #7688EF;
    text-decoration: underline;
}

.app-pagination > .pagination {
    float: unset;
    display: flex;
    justify-content: end;
}

.app-pagination {
    margin-bottom: 32px;
}

.chanels-box {
    max-width: 720px;
    padding: 30px;
}

.chanel-container {
    margin-top: 40px;
}

.icon-chanel {
    background: rgba(14, 70, 161, 0.10);
    border-radius: 4px;
    padding: 7px;
}

.dropSettingsCompany {
    width: 225px !important;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 25%) !important;
    border-radius: 4px !important;
    left: -66px !important;
    top: 38px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.introjs-helperLayer {
    box-shadow: unset !important;
}

.repost-box {
    padding: 17px 10px;
    height: unset !important;
    margin-bottom: 17px;
    margin-top: 15px;
}

.border-topbottom-4 {
    border-radius: 4px 4px 0px 0px;
}

.increase-boxinmodal {
    max-width: 400px;
    margin: auto
}

.fm-santa-item {
    margin-bottom: 44px;
}

.quiz-cont {
    position: relative;
    top: -65px;
}

.GiftProduct-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.inv-download > img {
    width: 20px;
    height: unset;
    border-radius: unset;
    filter: invert(19%) sepia(100%) saturate(1943%) hue-rotate(206deg) brightness(90%) contrast(91%);
}

.paym-title-box {
    border-radius: 4px;
    border: 1px solid #0E46A1;
    background: #F0F9FF;
    padding: 10px;
    color: rgba(0, 0, 0, 0.80);
    font-style: normal;
    line-height: 22px;
}

.payment-sel .btn {
    border-color: #0E46A1 !important;
}

.payment-sel button.btn.dropdown-toggle.btn-light {
    min-height: 42px !important;
}

.reportrange {
    cursor: pointer;
    padding: 10px 6px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #0E46A1;
    background: #FFF;
}

@media (max-width: 1200px) {
    .hd-payments {
        flex-direction: column;
    }

    .reportrange {
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    .daterange-text {
        white-space: nowrap
    }

    .payments-table {
        overflow-x: auto;
    }
}

.circle-score-pink {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #FF4949;
    background: #FF4949;
}

.candidate-img-circle.active-work, .invited-widhoutimg.active-work {
    border: 4px solid #63CF3D;
    border-radius: 50%;
}

.invited-user-img.active-work {
    border: 4px solid #63CF3D;
    border-radius: 50%;
}

.activate-candsearch {
    max-width: 400px;
    margin: auto;
    margin-top: 90px !important;
}

.settings-btnpart {
    position: absolute;
    top: calc(100dvh - 90px);
    width: 100%;
    left: 0;
    padding: 0 15px;
}

/*Gift*/
.box-gift {
    position: relative;
    display: flex;
    justify-content: center;
}

.box-body {
    position: relative;
    height: 98px;
    width: 130px;
    margin-top: 123.3333333333px;
    background-color: #E82E2E;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 14%);
}

    .box-body .img-gift {
        opacity: 0;
        transform: translateY(0%);
        transition: all 1.2s ease-in-out;
        margin: 0 auto;
        display: block;
    }

    .box-body.clicked .img-gift {
        opacity: 1;
        z-index: 0;
        transform: translateY(-95px);
        transition: all 1.2s ease-in-out;
    }

    .box-body.clicked .box-lid {
        animation: box-lid 1s forwards ease-in-out;
    }

    .box-body.clicked .box-bowtie::before {
        animation: box-bowtie-left 1.1s forwards ease-in-out;
    }

    .box-body.clicked .box-bowtie::after {
        animation: box-bowtie-right 1.1s forwards ease-in-out;
    }

    .box-body::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 40px;
        background: #FFEFC9;
    }

.box-lid {
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 90%;
    height: 40px;
    background-color: #E82E2E;
    height: 33px;
    width: 152px;
    border-radius: 5%;
    box-shadow: 0 8px 4px -4px rgb(0 0 0 / 19%);
}

    .box-lid::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 40px;
        background: #FFEFC9;
    }

.box-bowtie {
    z-index: 1;
    height: 100%;
}

    .box-bowtie::before, .box-bowtie::after {
        content: "";
        width: 45.333333px;
        height: 45.333333px;
        border: 16.6666666667px solid #FFEFC9;
        border-radius: 50% 50% 0 50%;
        position: absolute;
        bottom: 99%;
        z-index: -1;
    }

    .box-bowtie::before {
        left: 50%;
        -webkit-transform: translateX(-100%) skew(10deg, 10deg);
        transform: translateX(-100%) skew(10deg, 10deg);
    }

    .box-bowtie::after {
        left: 50%;
        -webkit-transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
        transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
    }

@-webkit-keyframes box-lid {
    0%, 42% {
        -webkit-transform: translate3d(-50%, 0%, 0) rotate(0deg);
        transform: translate3d(-50%, 0%, 0) rotate(0deg);
    }

    60% {
        -webkit-transform: translate3d(-85%, -230%, 0) rotate(-25deg);
        transform: translate3d(-85%, -230%, 0) rotate(-25deg);
    }

    90%, 100% {
        -webkit-transform: translate3d(-119%, 225%, 0) rotate(-70deg);
        transform: translate3d(-119%, 225%, 0) rotate(-70deg);
    }
}

@keyframes box-lid {
    0%, 42% {
        -webkit-transform: translate3d(-50%, 0%, 0) rotate(0deg);
        transform: translate3d(-50%, 0%, 0) rotate(0deg);
    }

    60% {
        -webkit-transform: translate3d(-85%, -230%, 0) rotate(-25deg);
        transform: translate3d(-85%, -230%, 0) rotate(-25deg);
    }

    90%, 100% {
        -webkit-transform: translate3d(-119%, 225%, 0) rotate(-70deg);
        transform: translate3d(-119%, 225%, 0) rotate(-70deg);
    }
}

@-webkit-keyframes box-body {
    0% {
        -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
        transform: translate3d(0%, 0%, 0) rotate(0deg);
    }

    25% {
        -webkit-transform: translate3d(0%, 25%, 0) rotate(20deg);
        transform: translate3d(0%, 25%, 0) rotate(20deg);
    }

    50% {
        -webkit-transform: translate3d(0%, -15%, 0) rotate(0deg);
        transform: translate3d(0%, -15%, 0) rotate(0deg);
    }

    70% {
        -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
        transform: translate3d(0%, 0%, 0) rotate(0deg);
    }
}

@keyframes box-body {
    0% {
        -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
        transform: translate3d(0%, 0%, 0) rotate(0deg);
    }

    25% {
        -webkit-transform: translate3d(0%, 25%, 0) rotate(20deg);
        transform: translate3d(0%, 25%, 0) rotate(20deg);
    }

    50% {
        -webkit-transform: translate3d(0%, -15%, 0) rotate(0deg);
        transform: translate3d(0%, -15%, 0) rotate(0deg);
    }

    70% {
        -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
        transform: translate3d(0%, 0%, 0) rotate(0deg);
    }
}

@-webkit-keyframes box-bowtie-right {
    0%, 50%, 75% {
        -webkit-transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
        transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
    }

    90%, 100% {
        -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
        transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
        box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.3);
    }
}

@keyframes box-bowtie-right {
    0%, 50%, 75% {
        -webkit-transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
        transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
    }

    90%, 100% {
        -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
        transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
        box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.3);
    }
}

@-webkit-keyframes box-bowtie-left {
    0% {
        -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
        transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
    }

    50%, 75% {
        -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
        transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    }

    90%, 100% {
        -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
        transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
    }
}

@keyframes box-bowtie-left {
    0% {
        -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
        transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
    }

    50%, 75% {
        -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
        transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    }

    90%, 100% {
        -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
        transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
    }
}

.img-gift {
    width: 120px;
}

.box-body-pricing {
    margin-top: 40px;
    margin-bottom: 24px;
    width: 84px;
    height: 70px;
}

.box-lid-pricing {
    width: 106px;
    height: 25px;
}

    .box-lid-pricing > .box-bowtie::before, .box-lid-pricing > .box-bowtie::after {
        content: "";
        width: 37.333333px;
        height: 37.333333px;
        border: 12.666667px solid #FFEFC9;
    }
/*Schedule page*/
.schedule-container {
    border-radius: 4px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    box-shadow: 0px 2px 5px 0px rgba(210, 210, 210, 0.40);
    padding: 36px 38px;
    max-width: 1083px;
    margin: 100px auto;
}

.gradient-line-schedule {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, #FFFFFF 1.2%, #FFFFFF -3.85%, #2963C1 8.08%, #FFFFFF 50%, #FFFFFF 76.56%, #FFFFFF 100%);
}

.schedule-row {
    margin-top: 11px;
}

.sc-box {
    border-radius: 4px;
    border: 1px solid #537CE5;
    background: #F1F5FE;
    box-shadow: 0px 2px 5px 0px rgba(210, 210, 210, 0.40);
    padding: 16px 11px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 233px;
    margin: auto;
}

.sc-btn {
    border-radius: 100px;
    border: 1px solid rgba(118, 136, 239, 0.70);
    background: #FFF;
    color: #7688EF;
    width: 100%;
    transition: .3s;
}
.sc-btn:hover{
    color: white;
    background: rgba(118, 136, 239, 0.70);
}
.modal.scedule-moadal {
    z-index: 1050 !important
}

.sc-row {
    margin-top: 25px;
    min-height: 264px;
}
.sc-boxdsh {
    background: #FFFFFF;
    box-shadow: 8px 8px 18px -6px rgba(24, 39, 75, 0.08), 0px 5px 15px 6px rgba(24, 39, 75, 0.08);
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    display: none;
    left: 0;
    z-index: 999;
    top: 24px;
}

@media (max-width: 992px) {
    .sc-boxdsh {
        transform: translate(-60%, 10%);
        width: 225px;
    }

    .sc-boxdshTop {
        transform: translate(-90%, 10%);
    }
}

.scedule-datepicker {
    position: absolute !important;
    z-index: 99999999 !important;
}

.yellow-box {
    border-radius: 3px;
    border: 1px solid #FC0;
    background: rgba(255, 204, 0, 0.10);
    padding: 12px;
    margin-top: 16px;
}
.schedule-modal {
    padding: 27px;
    max-height: 450px;
    overflow-y: auto;
}
.boost-used {
    font-style: italic;
    color: rgba(0, 0, 0, 0.50);
    font-size: 12px;
}
.text-greenlights {
    color: #00A579;
}
.scedule-datesbox {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.03);
    padding: 12px;
    color: #172B4D;
    font-size: 14px;
    margin-bottom: 16px;
}
.sc-dateitem{
    margin-bottom: 8px;
}
.sc-dateitem:last-child{
    margin-bottom: unset;
}
.title-scdates {
    color: #172B4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.remove-filter {
    position: absolute;
    top: 8px;
    right: 10px;
}
.invite-area {
    border-radius: 4px;
    border: 1px solid #CBCBCB;
    margin-top: 30px;
}
.invite-area-text {
    padding: .375rem .75rem;
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
}
.brand-logo {
    max-width: 425px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}
.perm-text > a {
    color: #242424;
}
.status-cube {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    border-radius: 50%;
    display: inline-block;
}
.count-item {
    border-radius: 100px;
    background: #00A579;
    display: flex;
    padding: 0px 4.5px;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    color: white;
}

.iti__selected-flag {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.bluecontentTalent{
    min-height: 63px;
}
.light-white {
    color: rgba(255, 255, 255, 0.80)
}
.tour-wrapper {
    position: relative;
    display: inline-block;
}

.qucik-tourbtn {
    position: absolute;
    top: 0;
    border-radius: 20px;
    background: #FFA500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: width 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
}

.qucik-tourbtn.active {
   opacity: 1;
   padding: 4px 7px;
}

.tourbtn-hy.active {
    width: 230px;
}

.tourbtn-en.active {
    width: 140px;
}

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    background: #FFA500;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite,button-pulse 1.5s ease-in-out infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite, button-pulse 1.5s ease-in-out infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 2.2rem;
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}
@keyframes wiggle {
    0%, 100% {
        transform: rotate(0deg) ;
    }

    25% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(-5deg);
    }
}

.call-buton .cc-calto-action-ripple i {
    animation: wiggle 1s ease-in-out infinite;
}
@keyframes button-pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}
@media(max-width: 576px){
    .call-buton .cc-calto-action-ripple{
        width: 2rem;
        height: 2rem;
    }
    .call-buton .cc-calto-action-ripple i{
        font-size: 1rem;
    }
}
.point-li {
    background: black;
    border-radius: 50%;
    min-width: 4px;
    height: 4px;
    display: flex;
    margin-top: 8px;
    margin-right: 5px;
}
.iframe-modal-box {
    max-width: 700px;
    margin: auto;
    margin-top: 50px;
}
@property --a {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

@keyframes rotateBorder {
    to {
        --a: 1turn;
    }
}

.boosted-block {
    position: relative;
    z-index: 1;
    padding: 2px;
    border-radius: 8px;
    background: white;
}

.animate-border {
    --b: 1px;
    --a: 0deg;
    --l: #0e46a1 0%, #87bfff 20%, white 50%, #87bfff 80%, #0e46a1 100%;
    position: relative;
    z-index: 1;
    padding: 2px;
    border-radius: 8px;
    background: white;
}


.boosted-block::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    padding: var(--b);
    background: transparent;
    mask: transparent;
    -webkit-mask: transparent;
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
}
.animate-border::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    padding: var(--b);
    background: repeating-conic-gradient(from var(--a), var(--l)) border-box;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
}
.boosted-block.animate-border::before {
    animation: rotateBorder 1.5s linear infinite;
    animation-play-state: running;
    animation-duration: 2s;
}

.boosted-block.animate-border.paused::before {
    animation-play-state: paused;
}
.text-decoration-line-through{
    text-decoration: line-through;
}
.logo-item > a {
    width: 110px;
}

.Topjobs {
    max-width: 1168px;
    margin: auto;
    padding-top: 15px;
}
@media (max-width: 1100px) {
    .Topjobs {
        max-width: unset;
        padding-top: 0px;
        overflow-x: auto;
    }

    .Topjobs::-webkit-scrollbar {
            display: none;
    }

    .Topjobs {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .logo-item {
        width: 142px !important;
        padding: unset !important;
    }

    .Topjobs-items {
        flex-wrap: nowrap;
    }

    .logo-item a {
        display: block;
        width: 100px;
    }
}
.post-an-add {
    border-radius: 100px;
    background: #537CE5;
    color: white !important;
    padding: 8px 15px !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 131px;
    line-height: unset !important;
    margin-right: 20px;
}

@media (max-width: 992px) {
    .post-an-add {
        margin-top: 20px;
        min-width: 222px;
        white-space: nowrap;
        justify-content: center !important;
    }
}
/*Interview*/
.interview-modal {
    max-width: 640px;
    margin: 1.75rem auto;
}
.radio-group-int {
  display: flex;
  gap: 10px;
}

.radio-group-int input[type="radio"] {
  display: none;
}

.radio-group-int label {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid #CFCFCF;
  border-radius: 9999px;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0px;
  transition: all 0.2s ease;
}

.radio-group-int input[type="radio"]:checked + label {
        border-color: rgba(14, 70, 161, 0.50);
        background-color: #f0f7ff;
}
.midtextarea {
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    width: 100%;
    height: 127px;
    padding: 10px;
    outline: none;
}
/*.interview-modal .modal-body {
    min-height: 538px;
}*/
.card-interview {
    padding: 0px 20px;
}
.date-interview {
    color: #030229;
    font-weight: bold
}
.time-interview {
    color: #030229;
    font-size: 12px;
}
.block-interview::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 75%;
    border-radius: 100px;
    top: 15px;
}
.block-interview.status-pending::before {
    background: #FFA500;
}
.block-interview.status-confirmed::before {
    background: #4CAF50;
}
.block-interview.status-archived::before {
    background: #B0BEC5;
}
.block-interview.status-cancelled::before {
    background: #DE350B;
}
.block-interview.status-declined::before {
    background: #DE350B;
}
.status-point-pending{
    background: #FFA500;
}

.status-point-confirmed {
    background: #4CAF50;
}

.status-point-archived {
    background: #B0BEC5;
}

.status-point-cancelled {
    background: #DE350B;
}

.status-point-declined {
    background: #DE350B;
}

.int-details-link {
    padding: 10px 11px;
    border-left: 2px solid transparent;
    width: 100%;
}
.interview-details{
    right: 0px !important;
    padding: 0px !important;
}
.int-details-link:hover {
    text-decoration: none;
    background: #F0F9FF;
    border-left: 2px solid #0056b3;
}
.show-interviewicon {
    position: absolute;
    top: -8px;
    left: -35px;
}
.rangedate {
    cursor: pointer;
    padding: 8px 11px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ced4da;
    background: #FFF;
}
.customselect-class .select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}
.customselect-class {
    padding: 0 5px;
}
.block-interview {
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    box-shadow: 0px 2px 5px 0px rgba(210, 210, 210, 0.40);
    padding: 20px; 
    margin-bottom: 16px;
}
.user-img-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    min-width: 50px;
    min-height: 50px;
    object-fit: cover;
}
.jobposting-name {
    color: #030229;
    font-weight: bold;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.title-interviewname {
    display: block;
    position: absolute;
    width: 6px;
    height: 100%;
    background: transparent;
    left: 0;
}
.confirmed-icon {
    border-radius: 100px;
    background: #E5F8E0;
    padding: 4px 20px;
}
.select2-results__option {
    padding: 12px 17px !important;
}
.info-candidate{
    width: 100%
}
.incard-interview {
    width: 30%
}
@media (max-width: 768px) {
    .block-interview {
        flex-wrap: wrap;
        padding: 16px 16px;
    }
    .info-candidate {
        flex-direction: row-reverse;
        width: 100%;
        position: relative;
        margin-left: 5px;
    }
    .settings-interview-desk{
        display: none;
    }
    .incard-interview {
        width: 100%
    }
}
@media (max-width: 576px){
    .confirmed-icon {
        display: none;
    }
    .block-interview{
        border-radius:0px;
        border: none;
    }
}
.icon-calendar-int {
    right: 8px;
    top: 8px;
    pointer-events: none;
    background: white;
}
.moreoptions {
    width: 100%;
    background: white;
    position: absolute;
    top: 50px;
    height: 100vh;
    z-index: 999;
    margin-top: 20px;
    padding-top: 20px;
}
.evt-moreoptions {
    position: fixed;
    right: 0; 
    transform: translateX(100%);
    transition: transform 0.3s ease;
    will-change: transform;
}

.evt-moreoptions.show {
        transform: translateX(0);
 }
.user-img-name {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    min-width: 50px;
    min-height: 50px;
    background: #d5eef8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    padding: 10px;
    font-size: 14px;
}
.note-box-cand {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    box-shadow: 0 2px 12px -4px rgba(24, 39, 75, .1);
    padding: 20px 15px;
    z-index: 9;
    position: absolute;
    width: 335px;
    right: 0;
}
.status-interview {
    color: black;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 5px 12px;
    border-radius: 100px;
}
.status-interview-pending {
    background: #FFEAC5;
}
.status-interview-confirmed {
    background: #E5F8E0;
}
.status-interview-archived {
    background: #EDEAEA;
}
.status-interview-declined {
    background: #FAE1DA;
}
.status-interview-cancelled {
    background: #FAE1DA;
}
.detailsStatus-box {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0 2px 12px -4px rgba(24, 39, 75, 0.10);
    padding: 20px 16px;
    position: absolute;
    z-index: 9;
    min-width: 335px;
}
.confirmed-icon > img {
    margin-right: 5px;
}
.gray-archived-color {
    color: #B0BEC5;
}
.show-interviewicon-dashboard {
    position: absolute;
    top: 7px;
    left: 160px;
}
.select2-container .select2-selection {
    cursor: pointer !important;
}
.inviteToolbox {
    min-width: 400px;
    right: 0;
    top: 12px;
}

@media (max-width: 768px) {
    .inviteToolbox {
        min-width: unset;
    }
    .status-title{
        padding: 0px 15px;
    }
    .user-img-name {
        width: 28px;
        height: 28px;
        min-width: 28px;
        min-height: 28px;
        font-size: 12px;
        margin-right: 10px !important;
    }
    .user-img-circle {
        width: 28px;
        height: 28px;
        min-width: 28px;
        min-height: 28px;
        margin-right: 10px !important;
    }
}

.interview-link {
    max-width: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.reason-cancel {
    top: 35px;
}
.status-title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}
@media (max-width: 1270px){
    .reason-cancel{
        top: 50px;
        white-space: nowrap;
    }
}
@media (max-width: 768px) {
    .interview-nameinfo {
        align-items: start !important;
        margin-top: 7px;
    }
    .jobposting-name {
        top: 15px;
        margin-left: 40px;
        position: absolute;
        color: #8A8A8A !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18.568px;
    }
    .interview-nameinfo > a {
        line-height: 13px;
    }
    .datetime-info{
        display: flex;
        align-items: center;
    }
    .interview-nameinfo{
        min-height: unset !important
    }
    .jobposting-name {
        -webkit-line-clamp: 1;
        top: 25px;
    }
}
@media (hover: hover) {
    .submenu:hover .calendar-links {
        display: block;
    }
}
.calendar-links {
    top: 0px;
    left: 0px;
    z-index: 1000;
}
.submenu.is-open .calendar-links {
    display: block;
}
@media (max-width:992px){
    .calendar-links {
        right: 0px;
        left: unset;
        top: 58px;
    }
}
.interview-history .block-interview{
    box-shadow: none ;
    border: none;
}
.email-row {
    min-height: 100px;
    display: flex;
    flex-direction: column;
}
.email-row .tagsinput{
    margin-top: 10px;
}
.early-access-btn {
    border-radius: 100px;
    border: 0.7px solid rgba(98, 110, 245, 0.40);
    background: #F1F2FA;
    padding: 2px 8px;
}
.int-location {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.jc-wrap {
    border-radius: 12px;
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
    background: #FFF;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
    border: 1px solid #EAEAEA;
}

.jc-header {
    background: linear-gradient(91deg, #0E2D6B -4.57%, #0E46A1 39.04%, #1B63CC 100.13%);
    padding: 20px 28px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden
}

    .jc-header::after {
        content: '';
        position: absolute;
        right: -40px;
        top: -40px;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background: rgba(255,255,255,0.07)
    }

    .jc-header::before {
        content: '';
        position: absolute;
        right: 60px;
        bottom: -60px;
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background: rgba(255,255,255,0.05)
    }

.jc-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 5px 13px;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.15);
    color: #FCD34D;
    text-transform: uppercase;
}

    .jc-badge svg {
        width: 12px;
        height: 12px
    }

.jc-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px
}

.jc-subtitle {
    font-size: 14px;
    color: rgba(255,255,255,0.75)
}

.jc-body {
    display: grid;
    grid-template-columns: 348px 1fr;
}

.jc-left {
    padding: 24px 38px;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.jc-price {
    font-size: 40px;
    font-weight: 700;
    color: #111827;
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 6px
}

.jc-price-label {
    font-size: 13px;
    color: #9CA3AF;
    font-weight: 400
}

.jc-checks {
    margin: 18px 0 22px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.jc-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #374151;
}

.jc-check-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #DBEAFE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px
}

    .jc-check-icon svg {
        width: 10px;
        height: 10px
    }

.jc-trial-box {
    ;
    padding: 12px 14px;
    margin-bottom: 24px;
    border-radius: 10px;
    border: 1px solid #BFDBFE;
    background: linear-gradient(110deg, #EFF6FF 0%, #F0FDF4 100%);
}

.jc-trial-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #1D4ED8;
    margin-bottom: 5px
}

    .jc-trial-header svg {
        width: 14px;
        height: 14px;
        color: #1a56db
    }

.jc-trial-desc {
    font-size: 12px;
    line-height: 16px;
    color: #4B5563;
}

.jc-sales-link {
    text-align: center;
    font-size: 12px;
    color: #9CA3AF;
}

    .jc-sales-link a {
        color: #0E46A1;
    }

.jc-right {
    padding: 24px 38px
}

.jc-right-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.jc-everything-title {
    font-size: 15px;
    font-weight: 600;
    color: #040404;
}

.jc-everything-sub {
    font-size: 14px;
    color: #9CA3AF;
    margin-top: 2px
}

.jc-free-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 6px;
    border: 1px solid #FFA500;
    background: #FFF7E7;
    color: #FFA500;
}

.jc-tools-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
    margin-bottom: 20px
}

.jc-tool-card {
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    width: 185px;
}

.jc-tool-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 18px
}

.jc-tool-name {
    font-size: 12px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 3px;
    line-height: 17px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.jc-tool-desc {
    font-size: 12px;
    color: #9CA3AF;
    line-height: 14px;
}

.jc-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    margin-top: 38px;
}

.jc-bottom-checks {
    display: flex;
    gap: 20px
}

.jc-bottom-check {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #6B7280;
}

.jc-bottom-check svg {
        width: 12px;
        height: 12px;
        color: #1a56db
}

.jc-learn {
    font-size: 12px;
    color: #0E46A1;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 3px
}

@media (max-width: 992px) {
    .jc-right {
        display: none;
    }

    .jc-body {
        grid-template-columns: none;
    }

    .jc-left {
        border-right: none;
    }

    .jc-wrap {
        margin-left: 20px;
        margin-right: 20px;
    }
}
.allapp-p {
    padding: 24px;
}
.ul-p-premium {
    padding: 5px 15px;
}
.ul-p-premium > ul {
    width: 200px;
    margin-right: 60px;
}
.white-fill {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(238deg) brightness(107%) contrast(101%);
}
.premium-foremployers .jc-tool-card{
    width: unset !important;
}
.jc-premium {
    margin-bottom: 126px;
    margin-top: 40px;
}
@media (max-width: 1250px) {
    .premium-foremployers .jc-tools-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 992px) {
    .premium-foremployers {
        flex-wrap: wrap;
        margin-bottom: 100px !important
    }

        .premium-foremployers .jc-wrap {
            margin-left: 0px;
            margin-right: 0px;
        }

    .jc-premium {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .cd-1, .cd-2 {
        display: none;
    }
}
@media (max-width: 576px){
    .premium-foremployers .jc-tools-grid {
        display: flex;
        overflow-x: auto;
    }
    .premium-foremployers .jc-bottom-checks {
        flex-direction: column;
    }
    .premium-foremployers .jc-tool-card {
        min-width: 220px;
    }
}
.cd-1 {
    max-width: 193px;
    position: absolute;
    z-index: 9;
    top: 20px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
    border-radius: 10px;
    right: -57px;
}
@media (max-width: 1600px) {
    .cd-1 {
        right: -25px;
    }
}

@media (max-width: 1440px) {
    .cd-1 {
        right: -16px;
    }
}

@media (max-width: 1400px) {
    .cd-1 {
        right: 0px;
    }
}
.cd-2 {
    left: -57px;
    max-width: 193px;
    position: absolute;
    z-index: 9;
    bottom: 190px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
    border-radius: 10px;
}
.cd-1 > img,.cd-2 > img{
    width: 100%
}
.selected-app-box {
    width: 50px;
    height: 50px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #0E46A1;
    font-weight: bold;
    border: 1px solid #0E46A1
}
.btn-insert {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.70);
    padding: 4px 10px;
}
.msg-insert {
    border-radius: 3px;
    border: 1px dashed #3E9EFF;
    background: #F7FBFF;
    padding: 14px;
}