/* salaries-view2.php  design code */

#SalOverview,
#SalCompany,
#SalNxtview,
#SalJobview {
    scroll-margin-top: 100px;
    margin-bottom: 80px;
}

/* ***********************************************
            Salary Overview Page - Banner
************************************************** */

.salaries-banner-view {
    /* background: linear-gradient(52deg, #146d9d 21%, #065078 68%); */
    background: url(../images/Banner-0-01.jpg) center/cover no-repeat;
    height: 250px;
    border-radius: 10px;
    margin: 30px 0 20px;
}

.salaries-banner-view .salaries-vwBanner {
    /* padding: 42px 30px; */
    padding: 30px 0 0 30px;
    color: #fff;
    max-width: 1000px;
}

.salaries-banner-view .salaries-vwBanner a {
    color: #cbcbcb;
    padding: 0;
}

.salaries-banner-view .salaries-vwBanner a:hover {
    background: transparent;
    color: #fff;
}

.salaries-banner-view .salaries-vwBanner .Banner-MidCons {
    padding-top: 15px;
}

.salaries-banner-view .salaries-vwBanner .Banner-MidCons h1 {
    font-size: 30px;
    padding-top: 5px;

}

.salaries-banner-view .salaries-vwBanner .Banner-MidCons p {
    color: #dddddd;
    max-width: 800px;
}

.salaries-banner-view .salaries-vwBanner .Banner-MidCons span {
    display: inline-block;
    background: #ffd301;
    color: #333;
    /* background: #d8e1ff;
    color: #0a66c2; */
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 500;
}


/* ***********************************************
            Salary Overview Page - Tabs
************************************************** */

.salaries-Tabs {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
    padding-top: 20px;
    position: relative;
}

.salaries-TabsLeftPo {
    position: sticky;
    top: 180px;
}

.salaries-TabsLeft {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    padding: 10px 0;
    border-radius: 10px;
    position: sticky;
    top: 80px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 2px 0 #e2e8f0;
}

.salaries-TabsLeft .sal-Tabshead {
    font-size: 15px;
    color: #929191;
    padding: 8px 0 0px 20px;
    display: inline-block;
}

.salaries-TabsLeft .salaries-TabsItem {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 15px;
}

.salaries-TabsLeft .salaries-TabsItem a {
    background: transparent;
    padding: 10px 20px;
    color: #333;
}

.salaries-TabsItem a.active {
    background: #eef1fe;
    color: #0a66c2;
    font-weight: 600;
}

.salaries-TabsLeft .salaries-TabsItem a:hover {
    background: #f6f6f6;
    cursor: pointer;
}

.salaries-TabsItem a {
    padding: 0 10px;
}

.salaires-TopCons h3 {
    font-size: 23px;
    font-weight: 600;
}

.salaires-TopCons p {
    color: #898585;
    max-width: 730px;
    line-height: 20px;
    padding-top: 10px;
}

/* ***********************************************
            Salary Overview Page - Overview
************************************************** */

.salaires-bar-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 30px 0;
}

.salaires-bar-section .salaires-barLeft {
    padding-top: 30px;
}

.salaires-bar-section .salaires-barLeft h4 {
    /* color: #949393; */
    color: #6e6e6e;
    font-size: 16px;
}

.salaires-bar-section .salaires-barLeft .salaires-amount {
    display: flex;
    margin-top: 10px;
    gap: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 7px 0px;
    max-width: 300px;
    margin: 10px 0px 0 0;
    border-radius: 10px;
    align-items: center;
    /* padding: 10px 20px; */
}

.salaires-bar-section .salaires-barLeft .salaires-amount:hover {
    box-shadow: 0px 1px 9px 0px rgb(138 183 249 / 25%);
}

.salaires-bar-section .salaires-barLeft .salaires-amount select {
    border: none;
    outline: none;
    background: #e7edff;
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.salaires-bar-section .salaires-barLeft .salaires-amount .salary-mt {
    font-size: 30px;
    font-weight: 700;
    color: #333;
}

.salaires-bar-section .salaires-barLeft p {
    color: #898585;
    max-width: 320px;
    padding-top: 15px;
}

.salaires-bar-section .salaires-barLeft .salaires-amount .salaires-amount-tops {
    position: relative;
}

.salaires-bar-section .salaires-barLeft .salaires-amount .salaires-amount-tops .sal-mondef {
    display: flex;
    gap: 5px;
    background: #e7edff;
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #454242;
    cursor: pointer;
}

.salaires-bar-section .salaires-barLeft .salaires-amount .salaires-amount-tops .sal-mondef span {
    font-size: 15px;
}

.salaires-bar-section .salaires-barLeft .salaires-amount .salaires-amount-tops .sal-monyshow {
    display: none;
    position: absolute;
    top: 63px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 2px 0 #e2e8f0;
    border-radius: 8px;
    background: #fff;
    width: 105px;
}

.salaires-bar-section .salaires-barLeft .salaires-amount .salaires-amount-tops .sal-monyshow-flex {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 5px;
}

.salaires-bar-section .salaires-barLeft .salaires-amount .salaires-amount-tops .sal-monyshow-flex span {
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.salaires-bar-section .salaires-barLeft .salaires-amount .salaires-amount-tops .sal-monyshow-flex span:hover {
    background: #eef1fe;
    color: #333;
}

.text-highlight {
    font-weight: 700;
}

/* ***********************************************
            Salary Overview Page - Bar Shape
************************************************** */

.salaires-bar-section .right-dia {
    padding-top: 60px;
    position: relative;
    box-sizing: border-box;
    max-width: 380px;
}

.salaires-bar-section .right-dia .sal-grpgroup {
    display: flex;
    align-items: baseline;
    gap: 40px;
}

.salaires-bar-section .right-dia .sal-grpgroup .sal-grpBox {
    background: linear-gradient(180deg,
            rgba(27, 118, 152, 1) 16.974052786827087%,
            rgba(0, 124, 169, 0.76) 32.5220912694931%,
            rgba(0, 121, 163, 1) 52.834850549697876%,
            rgba(0, 121, 168, 0.87) 69.35390830039978%,
            rgba(126, 200, 227, 0.93) 87.99999952316284%);
    border-radius: 20px 20px 0px 0px;
    transform: scaleY(0);
    transform-origin: bottom;
    animation: downGrow 1s ease-in-out forwards;
    flex-shrink: 0;
    overflow: hidden;
}

/* Bar grow animation */
@keyframes downGrow {
    to {
        transform: scaleY(1);
    }
}

.salaires-bar-section .right-dia .sal-grpgroup .rectangle-01 {
    width: 100px;
    height: 100px;
}

.salaires-bar-section .right-dia .sal-grpgroup .rectangle-02 {
    width: 100px;
    height: 150px;
    animation-delay: 0.2s;
}

.salaires-bar-section .right-dia .sal-grpgroup .rectangle-03 {
    width: 100px;
    height: 200px;
    animation-delay: 0.4s;
}


.salaires-bar-section .right-dia .sal-grpLine {
    position: absolute;
    left: 44px;
    top: -34px;
    transform: rotate(4deg);
    width: 284.76px;
    height: 224px;

}

/* Line draw animation */
.salaires-bar-section .right-dia .sal-grpLine path {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: lineGrow 1s linear 1.4s forwards;
}

@keyframes lineGrow {
    to {
        stroke-dashoffset: 0;
    }
}

.salaires-bar-section .right-dia .sal-circlegroup .sal-cirgrp {
    background: #87cce5;
    border-radius: 50%;
    border-style: solid;
    border-color: #ffffff;
    border-width: 3px;
    width: 18px;
    height: 18px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    transform-origin: 0 0;
    transform: rotate(4.021deg) scale(1.002, 0.998);
}

.salaires-bar-section .right-dia .sal-circlegroup .ellipse-01 {
    position: absolute;
    left: 32px;
    top: 43%;
}

.salaires-bar-section .right-dia .sal-circlegroup .ellipse-02 {
    position: absolute;
    left: 177px;
    top: 23%;
}

.salaires-bar-section .right-dia .sal-circlegroup .ellipse-03 {
    position: absolute;
    left: 84%;
    top: 5%;
}

.salaires-bar-section .right-dia .sal-numGrp .sal-vls {
    color: #737373;
    font-size: 15px;
    font-weight: 700;
}

.salaires-bar-section .right-dia .sal-numGrp .rect-01 {
    position: absolute;
    left: 2%;
    top: 30%;
}

.salaires-bar-section .right-dia .sal-numGrp .rect-02 {
    position: absolute;
    left: 40%;
    top: 11%;
}

.salaires-bar-section .right-dia .sal-numGrp .rect-03 {
    position: absolute;
    left: 77%;
    top: -7%;
}

/* Circle & Value show animation */

.salaires-bar-section .right-dia .sal-cirgrp,
.salaires-bar-section .right-dia .sal-vls {
    opacity: 0;
    animation: fadeShow 0.5s ease 2s forwards;
}

.salaires-bar-section .right-dia .ellipse-02,
.salaires-bar-section .right-dia .rect-02 {
    animation-delay: 2.5s;
}

.salaires-bar-section .right-dia .ellipse-03,
.salaires-bar-section .right-dia .rect-03 {
    animation-delay: 3s;
}

@keyframes fadeShow {
    to {
        opacity: 1;
    }
}

.salaires-bar-section .right-dia .sal-grpName {
    display: flex;
    padding-top: 10px;
    color: #737373;
    font-size: 13px;
}

.salaires-bar-section .right-dia .sal-grpName .average {
    position: absolute;
    bottom: -15px;
    animation: fadeIns 0.6s ease 3.3s forwards;
}

@media (min-width: 320px) {
    .sal-level-grp .junior_level {
        left: 8.4% !important;
    }

    .sal-level-grp .mid_level {
        left: 37.7% !important;
    }

    .sal-level-grp .senior_level {
        left: 79.5% !important;
    }
}

@media (min-width: 420px) {
    .sal-level-grp .junior_level {
        left: 8.4% !important;
    }

    .sal-level-grp .mid_level {
        left: 34.7% !important;
    }

    .sal-level-grp .senior_level {
        left: 74.5% !important;
    }
}

@media (min-width: 576px) {
    .sal-level-grp .mid_level {
        left: 35.5% !important;
    }

    .sal-level-grp .senior_level {
        left: 74.5% !important;
    }
}

@media (min-width: 768px) {
    .sal-level-grp .junior_level {
        left: 8.4% !important;
    }

    .sal-level-grp .mid_level {
        left: 38.5% !important;
    }

    .sal-level-grp .senior_level {
        left: 80.5% !important;
    }
}

@media (min-width: 992px) {
    .sal-level-grp .junior_level {
        left: 8.4% !important;
    }

    .sal-level-grp .mid_level {
        left: 39.5% !important;
    }

    .sal-level-grp .senior_level {
        left: 82.5% !important;
    }
}

@media (min-width: 1440px) {
    .sal-level-grp .junior_level {
        left: 9.2% !important;
    }
}


@keyframes fadeIns {
    to {
        opacity: 1;
    }
}

.salaires-bar-section .right-dia .sal-grpBotline {
    border-bottom: 1px solid #ececec;
    position: absolute;
    left: -9px;
    top: 96.5%;
    width: 400px;
}





/* ***********************************************
        Salary Overview Page - Company-based
************************************************** */

.SalComp_Drop .SalTabs-btns {
    display: flex;
    margin: 20px 0;
    box-shadow: 0px 2px 5px 0px rgb(41 40 40 / 25%);
    border-radius: 20px;
    width: 140px;
}

.SalComp_Drop .SalTabs-btns button {
    padding: 7px 12px;
    font-weight: 600;
    width: 70px;
}

.SalComp_Drop .SalTabs-btns .sal-mon {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: 1px solid #d3dbff;
}

.SalComp_Drop .SalTabs-btns .sal-yr {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    /* opacity: 0.3; */
    border-left: 1px solid #d3dbff;
}

.SalComp_Drop .SalTabs-btns button:hover {
    background: #f3f3f3;
    cursor: pointer;
    color: #656363;
    border: none;
}


.SalComp_Drop .SalTabs-btns button:not(:disabled) {
    opacity: 0.2;
}

.SalComp_Drop .SalTabs-btns button:not(:disabled):hover {
    background: #e7e7e7;
    color: #333;
    opacity: 1;
}

.SalComp_Drop .SalTabs-btns button:disabled {
    background: #eef1fe;
    color: #0a66c2;
    opacity: 1;
}


/* ***********************************************
        Salary Overview Page - next slary view
************************************************** */


.salaries-nxtView {
    background: #F9F9F9;
    padding: 40px 25px;
    border-radius: 20px;
}

.salaries-nv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px 0;
}

.salaries-nv-grid .salaries-nv-colle {
    background: #fff;
    box-shadow: 0px 1px 9px 0px rgb(138 183 249 / 25%);
    border-radius: 50px;
    padding: 10px 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
}


.salaries-nv-grid .salaries-nv-colle .salaries-nv-coLeft {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.salaries-nv-grid .salaries-nv-colle .salaries-nv-coLeft h2 {
    font-size: 18px;
    font-weight: 500;
    color: #0a66c2;
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.salaries-nv-grid .salaries-nv-colle .salaries-nv-coLeft-ins p {
    color: #8d8686;
    font-size: 12px;
    font-weight: 400;
}

.salaries-nv-grid .salaries-nv-colle .salaries-nv-coLeft-ins {
    line-height: 25px;
}

.salaries-nv-grid .salaries-nv-colle .salaries-nv-coLeft-ins span {
    font-size: 22px;
    font-weight: 700;
    color: #4b4b4b;
}

.salaries-nv-grid .salaries-nv-colle .salaries-nv-coLeft-ins span sub {
    bottom: -3px;
    left: -5px;
    color: #8f8f8f;
    font-weight: 400;
    font-size: 13px;
}


/* circle */

.salaries-nv-colle {
    overflow: hidden;
    transition: 0.3s all ease;
}

.salaries-nv-colle .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff2eb;
    position: absolute;
    right: 0px;
    padding: 20px;
    display: none;
    transition: right 0.3s ease;
}

.salaries-nv-colle .circle i {
    font-size: 30px;
    color: #ff8f54;
}

.salaries-nv-grid .salaries-nv-colle:hover {
    box-shadow: 0px 1px 9px 0px rgb(255 242 235);
    /* border: 1px solid #ffe9dd; */
    border: 1px solid #ffe9dd;
}

.salaries-nv-colle:hover .circle {
    display: block;
}

.salaries-nv-colle:hover .salaries-nv-coLeft-ins {
    transform: translateX(-60px);
    transition: transform 0.3s ease;

}

.salaries-nv-colle:hover .salaries-nv-coLeft h2 {
    max-width: 200px;
}


/* ***********************************************
        Salary Overview Page - Jobs
************************************************** */
/* .salaires-jobs {
    margin: 60px 0;
} */

.salaires-jobs .salaires-jobs-flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 30px;
    align-items: center;
    gap: 15px;
    padding: 30px 0 0;


}

.salaires-jobs .salaires-jobs-flex .salaires-jobs-collef {
    background: #EEF1FE;
    border-radius: 10px;
    padding: 20px 15px;
    display: flex;
    gap: 5px;
    height: 127px;
    cursor: pointer;
    border: 1px solid transparent;
}

.salaires-jobs .salaires-jobs-flex .salaires-jobs-collef:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(75 145 214 / 10%);
}

.salaires-jobs .salaires-jobs-flex .salaires-jobs-collef:hover .jobdetails__jnames {
    text-decoration: underline;
    color: #0a66c2;
}

.salaires-jobs .salaires-jobs-flex .salaires-jobs-collef img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    flex-shrink: 0;
    overflow: hidden;
}

.salaires-jobs .salaires-jobs-flex .salaires-jobs-collef .salaires-jobs-collef-ins .jobdetails__jnames {
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 20px;
}

.salaires-jobs .salaires-jobs-flex .salaires-jobs-collef .salaires-jobs-collef-ins .jobdetails__locflex {
    gap: 5px;
    font-size: 13px;
    color: #464646;
}

.salaires-jobs .salaires-jobs-flex .salaires-jobs-collef .salaires-jobs-collef-ins .jobdetails__locflex svg {
    width: 15px;
    height: 15px;
    fill: #464646;
}

.salaires-jobs .salaires-jobs-flex .salaries-nv-coRight svg {
    opacity: 0.6;
}


.salaires-jobs .salaires-jobs-flex .salaries-nv-coRight svg:hover {
    fill: #0a66c2;
    cursor: pointer;
}