div#mobile-menu-container>div {
    text-align: left;
}

div#mobile-menu-container>div>.menu-item {
    width: 100%;
    height: auto;
    margin: 0;
}

div#mobile-menu-container {
    height: calc(100% - 84px);
    background: #f2f2f2;
    color: #19243a;
    z-index: 99999999999;
    display: none;
    top: 70px;
    padding-top: 10px;
    width: 100%;
    position: sticky;
}

#mobile-menu {
    display: none;
    outline: none;
}

@media screen and (max-width: 1200px) {
    body {
        margin: 24px;
    }

    .delete-btn {
        margin-left: -15px;
    }
}

@media screen and (max-width: 1126px) {
    .logo {
        width: 140px;
        margin-left: 20px;
    }

    div.menu-item>p {
        margin-top: 13px;
        font-size: 0.6em !important;
        width: 110%;
        font-weight: bold;
        padding-left: 10px;
        margin: auto;
    }

    img.logoutIcon {
        width: 18px;
        margin-top: 12px;
        margin-right: 10px;
    }

    .footer-logo-1 {
        width: 200px;
    }

    .footer-logo-2 {
        width: 140px;
    }

    .footer-content {
        background-color: #19243a;
        color: #ffffff;
        width: 100%;
        height: 70px;
        border-radius: 20px;
    }

    .footer-text-container {
        text-align: center;
        padding: 24px 0;
        font-size: 14px;
        font-size: 12px;
    }

    .dasboard-img-center-image .dashboard-btn-center-image {
        padding: 2;
        font-size: 20px;
        margin-top: 79%;
        width: 30%;
    }

    /* .dashboard-btn,
    .dasboard-img-container-top-right .dashboard-btn-top-right {
        padding: 2;
        font-size: 18px;
        margin-top: -35%;
    } */ */

    .dasboard-img-container-bottom-left .dashboard-btn {
        padding: 2;
        width: 60%;
        font-size: 18px;
        margin-top: -40%;
    }

    .dasboard-img-container-top-right .dashboard-btn-top-right {
        margin-top: 220px !important;
    }
}

@media screen and (max-width: 1170px) {
    .dasboard-img-container-bottom-right .dashboard-btn {
        font-size: 16px;
        margin-top: -85px;
        margin-left: 10x;
    }

        .rewardsTen .count {
            font-size: 50px
        }
}

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

    .dasboard-img-container-top-right .dashboard-btn-top-right {

        margin-top: 210px !important;
    }
}

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

    .dasboard-img-container-top-right .dashboard-btn-top-right {

        margin-top: 190px !important;
    }
}

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

    .dasboard-img-container-top-right .dashboard-btn-top-right {

        margin-top: 180px !important;
    }
}

@media screen and (max-width: 1090px) {
    .card-side {
        width: 130px;
        height: 130px;
    }

    .salary-calc-modal {
        min-width: 900px;
    }
}

@media screen and (max-width: 1126px) {
    .invoice-container .invoices thead td {
        font-size: 14px;
    }
}

@media screen and (max-width: 1068px) {
    section .reward-card {
        position: relative;
        width: 120px;
        height: 120px;
        margin: 20px;
        transform-style: preserve-3d;
        perspective: 1030px;
    }

    .card-side {
        border-radius: 15px;
        transition: all 0.8s ease;
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        height: 130px !important;
        width: 130px !important;
        padding: 2rem;
        color: white;
    }

    section .reward-card .reward-box .contentBox div {
        padding: 3px;
    }

    section .reward-card .reward-box .contentBox div h2 {
        color: #fff;
        font-size: 16px;
        letter-spacing: 1px;
    }

    section .reward-card .reward-box .contentBox div p {
        color: #fff;
        font-size: 12px;
    }

    .stamp-number {
        font-size: 100px;
        margin-left: -34px;
        margin-top: -8px;
    }

    .tenth-stamp {
        font-size: 100px;
        margin-left: -60px;
        margin-top: -8px;
    }

    .rewards-background {
        height: 468px;
    }
}

@media screen and (max-width: 2000px) and (min-width: 1068px) {

    .text-back {
        margin-top: -8px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1068px) and (min-width: 991px) {

    .text-back {
        margin-top: -10px;
        font-size: 11px;
    }
}

@media screen and (max-width: 991px) and (min-width: 800px) {

    .text-back {
        margin-top: -18px;
        font-size: 11px;
    }
}

@media screen and (max-width: 991px) {
    #totalBar {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    img.logoutIcon {
        display: none;
    }

    .logo {
        margin-top: 1px;
    }

    li .my-details-dropdown-item a {
        text-align: left;
        font-size: 16px !important;
    }

    div.menu-item {
        width: 200px;
        height: 10px;
    }

    .link p {
        margin-top: -6px;
        margin-bottom: -17px;
    }

    .main-container {
        margin-top: 80px;
    }

    body>.content:first-of-type {
        margin-top: 84px !important;
    }

    body>.content:last-of-type {
        margin-bottom: 1px !important;
    }

    body>header>div>div.pull-left {
        display: none;
    }

    body>header>div>div.pull-right.menu-item.dropdown {
        display: none;
    }

    #mobile-menu {
        display: block;
    }

    td.mobTblH {
        font-weight: bold;
    }

    .sidebar {
        position: fixed;
        z-index: 10;
        top: 84px;
        overflow: auto !important;
        height: calc(100% - 84px);
        transition: 0.25s all linear;
    }

    .sidebar.opened {
        left: 0;
        transition: 0.25s all linear;
    }

    .sidebar.closed {
        left: -100%;
        transition: 0.25s all linear;
    }

    form.referral>div>label {
        display: block;
        margin: 0;
        margin-top: 10px;
    }

    form.referral>div {
        width: 100% !important;
    }

    .row.top-space-large.align-bottom {
        position: initial;
        display: block;
    }

    div#mobile-menu-container>div>.menu-item {
        justify-content: start;
        font-size: 1.5em;
    }

    div#mobile-menu-container>div>.menu-item>a {
        color: #19243a;
        display: flex;
        align-items: center;
        padding-left: 10px;
    }

    div#mobile-menu-container>div>.menu-item>p {
        color: #19243a;
        display: flex;
        align-items: center;
        padding-bottom: 5px;
    }

    div#mobile-menu-container>div>.menu-item.active>a {
        color: var(--secondary-colour);
    }

    div#mobile-menu-container>div>.menu-item.active>a>div {
        color: var(--secondary-colour);
    }

    div#mobile-menu-container>div>.menu-item>a>div {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.125);
        color: white;
        margin-right: 20px;
        margin-bottom: 0;
        font-size: 1.5em;
    }

    div#mobile-menu-container>div>.menu-item>a>br {
        content: " ";
    }

    div#mobile-menu-container>div>.menu-item>a>br:after {
        content: " ";
        margin-right: 4px;
    }

    div.menu-item:hover:before {
        display: none;
    }

    div.menu-item.active:before {
        display: none;
    }

    div.menu-item:not(:first-of-type) {
        margin-top: 5px !important;
    }

    div#user-actions {
        margin-top: 5px !important;
    }

    div#user-actions>div {
        display: inline-flex;
        width: 100%;
    }

    div#user-actions>div:nth-child(even) {
        /* margin-left: 2.5px; */
        margin-top: 5px;
    }

    div#user-actions>div:nth-child(odd) {
        margin-right: 2.5px;
    }

    div#user-actions>div>a>div {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.125);
        color: white;
        margin-right: 20px;
        margin-bottom: 0;
        font-size: 1.5em;
    }

    div#logout {
        background: var(--primary-colour);
        color: white;
        display: inline-flex;
        justify-content: start;
        font-size: 1.25em;
    }

    div#logout>a {
        color: white;
        display: flex;
        align-items: center;
    }

    div#reports {
        display: block;
        text-align: left;
    }

    div#reports>span {
        margin-top: 5px;
        display: inline-block;
        margin-left: 0 !important;
        text-align: left;
    }

    div#reports>div {
        width: 100%;
        text-align: left;
    }

    div#reports>div>label {
        width: 50px;
    }

    div#reports>div>input {
        width: calc(100% - 50px);
    }

    img[src*="-logo.png"] {
        display: inline;
    }

    div.content {
        /* overflow: hidden; */
    }

    br.responsive {
        display: block !important;
    }

    ul.menu {
        display: inline-block;
    }

    ul.menu:hover {
        margin-left: -200px;
    }

    table.users {
        max-width: 100%;
        overflow: auto;
    }

    div.user-table>table {
        margin-top: 20px;
    }

    .st-key {
        text-align: left !important;
        font-weight: bold;
    }

    .mob4 {
        margin-bottom: 10px;
    }

    #footline {
        margin-top: 0 !important;
        margin-bottom: 5px !important;
    }

    .footer>.row>.col-md-3 {
        padding: 0;
    }

    .footer>.row>.col-md-3>p {
        text-align: center;
        margin-bottom: 1px;
    }

    .footer>.row>.col-md-6 {
        margin-top: 5px !important;
        margin-bottom: 1px !important;
    }

    .footer>.row>.col-md-6>img {
        max-width: 100px !important;
    }

    .footer>.row>.mob6 {
        width: 50%;
    }

    .footer>.row>.mob6>p {
        margin-bottom: 1px;
    }

    div.social-media {
        width: 100%;
        text-align: center;
        margin-top: 1px;
        margin-bottom: 5px;
    }

    div.box {
        font-size: 0.9em;
    }

    div.cta {
        text-align: left;
        width: 100% !important;
        display: table;
    }

    div.cta>a>center>span {
        float: left;
        margin-right: 10px;
        width: 80px;
        text-align: center;
    }

    div.cta>a>center {
        text-align: left !important;
    }

    div.cta>a>center>p>br {
        content: " ";
        display: unset;
    }

    div.cta>a>center>p>br:after {
        content: " ";
    }

    .sidebar>.mobile-button.close-menu {
        position: absolute;
        right: 10px;
        top: 10px;
        background: red;
        width: 40px;
        height: 40px;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        border-radius: 2px;
    }

    .sidebar>.mobile-button.close-menu:before {
        content: "";
        width: 60%;
        height: 4px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        background: white;
        border-radius: 4px;
    }

    .sidebar>.mobile-button.close-menu:after {
        content: "";
        width: 60%;
        height: 4px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        background: white;
        border-radius: 2px;
    }

    button.side-bar {
        width: 30px;
        height: 30px;
        margin-top: 15px;
        -webkit-appearance: none;
        appearance: none;
        background: white;
        border: 1px solid;
        color: var(--primary-colour);
        padding: 0;
        outline: none;
        border-radius: 3px;
    }

    button.side-bar {
        display: block !important;
    }

    br.responsive {
        display: block;
    }

    body>div>div.row>.sidebar.col-md-3.col-sm-4.col-xs-12.opened {
        height: 100%;
    }

    body>div>div.row>.sidebar.col-md-3.col-sm-4.col-xs-12.opened>center>img {
        /*position: inherit !important;
		transform: unset !important;*/
        margin-top: 10px;
        margin-bottom: 20px;
        bottom: 100px !important;
    }

    div.sidebar {
        padding-bottom: 0;
    }

    .page-content {
        max-width: 100%;
        overflow: auto;
    }

    div.line.responsive {
        margin-top: 10px;
    }

    div.login-button {
        display: table;
        margin-top: 10px !important;
        text-align: right;
        width: 100%;
    }

    div.login-button>input {
        float: right !important;
    }

    div.forgot {
        text-align: center;
        margin-top: 10px !important;
    }

    .no-mobile {
        display: none !important;
    }

    div.title.large {
        display: block;
    }

    div.title.large>h1 {
        white-space: normal;
        margin-right: auto;
        text-align: center;
    }

    div.title.large>.line {
        width: 100%;
        display: none;
    }

    div.box>p>b {
        display: inline-block !important;
        width: 105px !important;
    }

    button.pull-right.side-bar.closed {
        background: var(--primary-colour);
        color: white;
    }

    span.fas.mobile-icon {
        display: inline-block;
    }

    div.page-content {
        width: 100% !important;
        flex: 0 0 100%;
    }

    div.ctas {
        background: var(--primary-colour);
        /* margin: 0 0px; */
        width: calc(100% + 20px);
        max-width: calc(100% + 20px);
        margin: 0 -10px;
        color: white !important;
        padding-bottom: 10px;
    }

    div.sidebar {
        min-width: 0 !important;
    }

    .row.text>div>p {
        width: 100% !important;
        text-align: center !important;
    }
}

@media screen and (min-width: 1000px) {
    #mobile-menu-container {
        display: none !important;
    }

    .modal-dialog {
        min-width: 1000px !important;
    }
}

@media screen and (min-width: 1000px) {
    #mobile-menu-container {
        display: none !important;
    }
}

@media screen and (max-width: 990px) {
    /* section .reward-card {
        position: relative;
        width: 120px;
        height: 120px;
        margin: 20px;
        transform-style: preserve-3d;
        perspective: 1030px;
    } */

    .card-side {
        border-radius: 15px;
        transition: all 0.8s ease;
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        height: 110px !important;
        width: 110px !important;
        padding: 2rem;
        color: white;
    }

    .stamp-number {
        font-size: 100px;
        margin-left: -38px;
    }

    .tenth-stamp {
        font-size: 100px;
        margin-left: -60px;
    }

    .salary-calc-modal {
        min-width: 700px;
    }
}

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

    .salary-calc-modal {
        min-width: 300px;
    }
}

@media screen and (max-width: 850px) {
    section .reward-card {
        position: relative;
        width: 100px;
        height: 100px;
        margin: 30px;
        transform-style: preserve-3d;
        perspective: 1030px;
    }

    .text-back {
        margin-top: -15px;
        font-size: 8px;
    }

        .stamp-number {
            font-size: 80px;
            margin-left: -30px;
        }
    
        .tenth-stamp {
            font-size: 80px;
            margin-left: -50px;
        }

    .card-side {
        border-radius: 15px;
        transition: all 0.8s ease;
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        height: 90px !important;
        width: 90px !important;
        padding: 2rem;
        color: white;
    }
}

@media screen and (min-width: 970px) {
    .dashboard-small {
        display: none;
    }

    .resources-small {
        display: none;
    }

}

@media screen and (max-width: 769px) {
    .invoice-side-img {
        display: none;
    }

    .salary-calc-modal {
        min-width: 300px;
    }
}

@media screen and (max-width: 950px) and (min-width: 768px) {
    .dashboard-medium {
        display: inline;
    }

    .resources-btn {
        margin-top: -50px;
    }
}

@media screen and (max-width: 950px) {
    .form-input {
        margin-bottom: 10px;
    }

    .dashboard-medium-and-large {
        display: none;
    }

    .dasboard-img-responsive-medium {
        width: 100%;
        height: 100%;
        height: 300px;
        margin: 10px;
        object-fit: cover;
    }


    /* footer {
		position: relative;
		left: 0;
		bottom: 0;
		height: 100px;
		width: 100%;
	} */

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .page-content {
        padding-left: 0;
        padding-right: 0;
    }

    .logo {
        width: 120px;
    }

    .hamburger-box {
        width: 0;
        margin-right: 40px;
        display: inline-block;
        position: relative;
    }

    .dasboard-img-responsive {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .resources-img-responsive {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .resources-btn {
        width: 160px;
    }

    .square-desktop-img {
        top: 200px;
    }
}

@media screen and (max-width: 990px) {
    .footer-logo-1 {
        margin-top: -11px;
        width: 160px;
    }

    .footer-logo-2 {
        margin-top: -11px;
        width: 100px;
    }

    .footer-content {
        background-color: #19243a;
        color: #ffffff;
        width: 100%;
        height: 50px;
        border-radius: 20px;
        padding: 10px;
    }

    .footer-text-container {
        text-align: center;
        padding: 8px;
        margin-bottom: 8px;
    }


}


@media screen and (max-width: 575px) {
    .video-title {
        text-align: center;
    }
}

@media screen and (max-width: 990px) and (min-width: 575px) {
    .footer-content {
        background-color: #19243a;
        color: #ffffff;
        width: 100%;
        height: 60px;
        border-radius: 20px;
    }

    .footer-text-container {
        text-align: center;
        padding: 8px;
    }

    .footer-logo-1 {
        display: inline-block;
        width: 110px;
        margin: auto;
    }

    .footer-logo-2 {
        display: inline-block;
        width: 80px;
        margin: auto;
    }

    .footer-text-container {
        margin-top: 5px;
    }

    .resources-footer footer {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100px;
        width: 100%;
    }
}

@media screen and (max-width: 868px) {
    .rewards-background {
        width: 100%;
        padding-top: 30px;
        height: 100%;
        background-image: none;
        background-repeat: no-repeat;
        background-size: 600px;
        background-color: #19243a;
        height: 468px;
    }

    section .reward-card {
        position: relative;
        width: 100px;
        height: 100px;
        margin: 20px;
        transform-style: preserve-3d;
        perspective: 1030px;
        pointer-events: none;
    }

    section .reward-card .reward-box .contentBox div {
        padding: 3px;
    }

    section .reward-card .reward-box .contentBox div h2 {
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
    }

    section .reward-card .reward-box .contentBox div p {
        color: #fff;
        font-size: 10px;
    }

    .footer-text-container {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .resources-medium-and-large {
        display: none;
    }

    .salCalSubmitBtn {
        margin-top: 20px;
    }

    .manage-users-email {
        display: none;
    }

    .manage-users-action {}

    .delete-btn {
        margin-left: 16px !important;
    }

    .edit-btn {
        margin-left: 16px !important;
    }

    #totalBar {
        text-align: center;
    }

    #downloadTable {
        text-align: center;
        float: none !important;
    }
}

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

    .footer-text-container {
        font-size: 8px;
    }
}

@media screen and (max-width: 520px) {
    .footer-logo-1 {
        display: inline-block;
        width: 190px;
        margin: auto;
    }

    .footer-logo-2 {
        display: inline-block;
        width: 130px;
        margin: auto;
    }

    .footer-content {
        background-color: #19243a;
        color: #ffffff;
        width: 100%;
        height: 170px;
        border-radius: 20px;
    }

    .footer-text-container {
        text-align: center;
        font-size: 16px;
        padding: 4px;
        margin-bottom: -10px;
    }
}

@media screen and (max-width: 420px) {
    .pipe {
        display: none;
    }

    .sub-title-split {
        display: block;
    }

    .sub-title span {
        padding-top: 5px;
    }
}

@media screen and (max-width: 420px) {
    .brand {
        display: block !important;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 331px) {
    /* .footer-logo-1 {
        width: 210px;
    }
    .footer-logo-2 {
        width: 165px;
    } */

    .footer-content {
        height: 240px;
    }
}

@media screen and (max-width: 392px) and (min-width: 320px) {
    .resources-btn {
        top: 140px;
    }

    .footer-logo-1 {
        width: 150px;
    }

    .footer-logo-2 {
        width: 100px;
    }

    .footer-content {
        height: 150px;
    }
}

@media screen and (max-width: 320px) {
    .footer-logo-1 {
        width: 120px;
    }

    .footer-logo-2 {
        width: 90px;
    }

    .footer-content {
        height: 160px;
    }
}

@media screen and (max-width: 480px) and (min-width: 392px) {
    .resources-btn {
        top: 160px;
    }
}

@media screen and (max-width: 550px) and (min-width: 480px) {
    .resources-btn {
        top: 180px;
    }
}

@media screen and (max-width: 767px) and (min-width: 550px) {
    .resources-btn {
        top: 200px;
    }

    .dasboard-img-responsive-medium {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
}

/* @media screen and (max-width: 990px) and (min-width: 768px) {
    .resources-btn {
        top: 160px;
        font-size: 16px;
        padding: 2px;
        width: 50%;
    }

    .edit-btn {
        color: #fff!important;
        background-color: var(--primary-colour)!important;
        border: var(--primary-colour) 2px solid;
        margin: auto;
        font-size: 6px;
        border-radius: 10px;
        padding: 2.5px 5px !important;
        float: right;
        margin-right: 40px;
    }

    .delete-btn {
        color: #fff!important;
        background-color: red!important;
        border: red 2px solid;
        margin: auto;
        font-size: 6px;
        border-radius: 10px;
        padding: 2.5px 5px !important;
        float: right;
        margin-left: -100px;
    
    }
} */

@media screen and (max-width: 868px) {
    .rewards-background {
        height: 430px;
    }
}

@media screen and (max-width: 810px) {
    .rewards-contaner {
        width: 700px;
    }

    .rewards-background {
        height: 566px !important;
    }

    .stamp-number {
        font-size: 80px;
        margin-left: -30px;
    }

    .tenth-stamp {
        font-size: 80px;
        margin-left: -52px;
    }
}

@media screen and (max-width: 748px) {
    .rewards-contaner {
        width: 600px;
    }
}

@media screen and (max-width: 670px) {
    .rewards-contaner {
        width: 500px;
    }

    .rewards-background {
        height: 708px !important;
    }
}

@media screen and (max-width: 548px) {
    .rewards-contaner {
        width: 400px;
    }

    .rewards-background {
        height: 845px !important;
    }
}

@media screen and (max-width: 448px) {
    .rewards-contaner {
        width: 325px;
    }
}

@media screen and (max-width: 390px) {
    .rewards-contaner {
        width: 270px;
    }

    .rewards-background {
        height: 1540px !important;
    }
}

@media screen and (max-width: 318px) {
    .rewards-contaner {
        width: 210px;
    }

}

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

    .reports-table td,
    .invoices-table td {
        font-size: 10px;
    }
}

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

    .manage-user-table,
    .reports-table,
    .invoices-table {
        font-size: 12px;
    }
}

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

    .manage-user-table,
    .reports-table,
    .invoices-table {
        font-size: 10px;
    }
}

@media screen and (max-width: 1090px) {
    .modal-responsive {
        max-width: 900px !important;
        margin: auto;
    }
}

@media screen and (max-width: 1030px) {
    .modal-responsive {
        max-width: 600px !important;
        margin: auto;
    }
}

/* HR Videos */
@media screen and (max-width: 576px) {
    .video-links {
        margin-top: 30px !important;
    }

    .center-content-sm {
        margin-top: 20px !important;
        text-align: center;
    }
}

@media screen and (max-width: 415px) {
    .factSheetBottmParaAgency {
        margin-top: 250px;
    }

    .factSheetBottmParaNT {
        margin-top: 400px;
    }

    .factSheetBottmParaST {
        margin-top: 70px;
    }
}

@media screen and (max-width: 992px) and (min-width: 415px) {
    .hr-videos-hr {
        margin-top: 30px;
    }

    .delete-btn {
        margin-left: 0px;
        float: left;
    }

    .edit-btn {
        /* margin-left: 88px!important; */
        width: 55px;
        margin-top: 5px;
        float: left;
    }
}

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

    .salary-calc-modal {
        height: 180vh !important;
    }
}

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

    .invoice-container {
        height: 110px !important;
        margin-bottom: 20px;
    }

    .factsheet-side-img {
        margin-top: 250px;
    }
}

@media screen and (max-width: 430px) {
    .factsheet-side-img {
        margin-top: 310px;
    }
}

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

    .salary-calc-modal {
        height: 230vh !important;
    }

    .sal-modal>* td {
        font-size: 10px;
    }

    .sal-modal>* th {
        font-size: 10px;
    }

    .table-input {
        width: 40px;
    }

    #resetSalCalForm {
        margin-bottom: 10px;
    }

    .sal-cal-footer-modal {
        text-align: center;
    }
}

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

    .download {
        display: none;
    }

    .price-list-container {
        height: 250px !important;
    }

    .fact-sheet-container {
        height: 550px !important;
    }

    .employer-res-container {
        height: 350px !important;
    }

    .salary-index-container {
        height: 250px !important;
    }

    .edit-btn {
        margin-top: 5px;
        width: 55px;
        margin-left: -14px !important;
        float: left;
    }

    .delete-btn {
        margin-left: -14px !important;
        float: left;
    }
}

@media screen and (max-width: 954px) and (min-width: 768px) {
    .er-button {
        font-size: 16px;
        width: 150px !important;
    }
}