.toolTipLink {
    display: inline-block;
    position: relative;
    margin-left: 1px;
    color: blue;
    cursor: pointer;
}

.link44AE {
    visibility: hidden;
    width: 25rem;
    background-color: #cacfd5;
    color: black;
    padding: 11px 13px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 0.9rem;
    position: absolute;
    top: 2.1rem;
    text-align: left;
    left: -10.6rem;
    z-index: 24;
}

.toolTipLink:hover .link44AE {
    visibility: visible;
}

.toolTipLink .link44AE::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    right: 51%;
    margin-top: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #cacfd5 transparent;
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    background: rgba(255, 255, 255, 1);
}

.dashboard-loader {
    display: none !important;
}

.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.loader:after {
    background: url(../../assets/img/fintoo_loader_Green.gif) center center no-repeat;
    background-size: cover;
    height: 75px;
    content: '';
    display: block;
    width: 100%;
    margin-top: 10px;
}

.dashboard-loader.active {
    display: flex !important;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.incom-and-tax-calculator-body {
    padding: 0 6rem;
    background-color: rgba(0, 0, 0, 0.096)
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=text]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=text] {
    text-align: right;
}

input[type=number] {
    text-align: right;
}

input[type=checkbox] {
    transform: scale(0.8)
}

button {
    border: none;
}

.linkText {
    color: rgb(255, 255, 255) !important;
    text-decoration: underline;
}

.link80C {
    visibility: hidden;
    width: 465px;
    background-color: #cacfd5;
    color: black;
    padding: 11px 13px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 0.9rem;
    position: absolute;
    top: -36px;
    left: 44px;
    z-index: 24;
    margin-left: -400px;
}

/* .linkText:hover .link80C {
    visibility: visible;
} */

.link80CArrow {
    content: "";
    position: absolute;
    top: -4%;
    left: 90%;
    margin-left: -10px;
    border-width: 7px;
    border-style: solid;
    border-color: #cacfd5 transparent transparent transparent;
    transform: rotate(180deg);
}

.form-control,
.form-select:focus {
    box-shadow: none !important;
}

.form-container {
    background-color: #fff;
    border-radius: 15px;
    margin: 5rem 0;
}

.form-content-container {
    padding: 0 3.5rem;
}

.chk-large-vehicles {
    margin-top: -0.7rem !important;
}

.form-check-input {
    width: 20px !important;
    height: 20px !important;
    /* margin-top: -0.7rem !important; */
}

.label-fw-class {
    font-weight: 600;
}

.details-container {
    padding: 2rem 2.5rem;
    margin-top: 2rem;
}

.whole {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.623);
    z-index: 10;
}

.padding-div {
    padding: 0 2.3rem;
}

.form-heading {
    display: flex;
    justify-content: start;
    height: 60px;
    width: 100%;
    border-bottom: 1.5px solid rgb(175, 175, 175);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.heading {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-top-left-radius: 15px;
    background-color: #042b62;
    font-size: 1.3rem;
    padding: 0 5px;
}

.show-hide-details-input-container {
    position: relative;
}

.input-label-class {
    text-align: left;
    /* font-weight: normal; */
}

.show-hide-details-btn {
    display: block;
    float: right;
    border-radius: 4px;
    padding: 1px 4px;
    color: #fff;
    font-weight: normal;
    background: #042b62;
    cursor: pointer;
    font-size: 11px;
    margin-top: 0.5rem;
}

.tooltip-icon {
    display: inline-block;
    position: relative;
    margin-left: 7px;
    z-index: 23;
}

.tooltip-icon-container {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #042b62;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.tooltip-content {
    display: none;
    z-index: 22;
    position: absolute;
    width: 300px;
    top: 0;
    left: 0;
    border: 1px solid #ececec;
    padding: 15px;
    margin-top: 2rem;
    border-radius: 6px;
    color: #333;
    background: #fff;
    font-size: 13px;
    text-align: left;
}

.tooltip-icon:hover .tooltip-content {
    display: block;
}

.two-inputs-row.col-sm {
    padding: 0;
}

.deleteRowOption {
    cursor: pointer;
}

.add-row-option {
    cursor: pointer;
    background-color: #042b62;
}

.thead-row {
    background-color: #042b62;
    color: white;
}

.action-buttons-container {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1rem;
}

.action-buttons-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.calculate-badge {
    cursor: pointer;
    background-color: #042b62;
    color: #ffffff;
    border-radius: 50rem;
    padding: 0.2rem 1rem;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
}

.reset-badge {
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #042b62;
    color: #042b62;
    border-radius: 50rem;
    padding: 0.2rem 1rem;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
}

.note-container {
    background-color: antiquewhite;
    width: 93%;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 15px;
}

.note-container-note {
    background-color: #fdf4f4;
}

.note-container-advisory {
    background-color: #f4fbfd;
}

/* -----------------------------------------------------------table style--------------------------------------- */
.table-coontainer {
    overflow-x: auto;
}

.div-table {
    display: table;
    width: 100%;
}

.theader {
    display: table-header-group;
    background-color: #042b62;
    color: white;
}

.div-row {
    display: table-row;
}

.total-row {
    background-color: #ddf3ff;
}

.header-cell {
    padding: 1rem;
    font-size: 1rem;
    font-weight: bold;
    width: auto;
    text-align: center;
    vertical-align: middle
}

.div-cell {
    display: table-cell;
    text-align: center;
    padding: 1rem;
    /* width: auto; */
}



.theader,
.div-row,
.div-cell {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

/* .header-cell:nth-child(1) {
    width: 5%;
} */

.no-touch {
    cursor: not-allowed;
    pointer-events: none;
}

.monthOwned {
    width: 100%;
    height: 2px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.monthOwned::-webkit-slider-thumb {
    /* -webkit-appearance: none; */
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #042b62;
    cursor: pointer;
}

.monthOwned::-moz-range-thumb {
    width: 10px;
    height: 10px;
    background: #042b62;
    cursor: pointer;
}


/* ---------------------------------------------------------media query----------------------------------------------- */
@media only screen and (max-width: 850px) {


    .form-content-container {
        padding: 0 2rem;
    }

    .incom-and-tax-calculator-body {
        padding: 0 2rem;

    }

    .heading {
        width: 70%;

    }

    .div-table {
        width: 200%;
    }

    /* .header-cell {
        padding: 1rem;
        font-size: 1rem;
        font-weight: bold;
        width: 100px;
        min-width: fit-content;
        text-align: center;
        vertical-align: middle
    } */
}

@media only screen and (max-width: 450px) {
    .link80C {
        visibility: hidden;
        width: 90%;
        background-color: #cacfd5;
        color: black;
        padding: 11px 13px;
        border-radius: 6px;
        font-weight: 400;
        font-size: 0.9rem;
        position: absolute;
        top: -36px;
        left: 20px !important;
        z-index: 24;
        margin-left: 0;
    }

    .link80CArrow {
        content: "";
        position: absolute;
        top: -3%;
        left: 80%;
        margin-left: -10px;
        border-width: 7px;
        border-style: solid;
        border-color: #cacfd5 transparent transparent transparent;
        transform: rotate(180deg);
    }

    .div-table {
        width: 400%;
    }

    .link44AD {
        width: 16rem;
        left: -6.6rem;
    }

    /* Create an active/current tablink class */
    .tab_button {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #042b62;
        border-top-left-radius: 15px;
        color: #ffffff;
        font-size: 1rem;
        padding: 0 15px;
        cursor: pointer;
    }

    /* .tab_button:nth-of-type(1) {
        border-top-left-radius: 15px;
    } */
    .table-coontainer {
        overflow-x: scroll;
    }

    .form-content-container {
        padding: 0 0.5rem;
    }

    .incom-and-tax-calculator-body {
        padding: 0 0.5rem;

    }

    .heading {
        width: 95%;

    }

    .input-label-class {

        margin-bottom: 0.5rem;
    }

    .details-container {
        padding: 1rem 0.5rem;
        margin-top: 1rem;
    }

    .padding-div {
        padding: 0 1rem;
    }

    .heading {
        font-size: 1.1rem;
    }

    .tooltip-content_1 {
        margin-left: -200px;
    }
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}


/* Create an active/current tablink class */
.tab_button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #042b62;
    border-top-left-radius: 15px;
    color: #ffffff;
    font-size: 1rem;
    padding: 0 15px;
    cursor: pointer;
}

/* .tab_button:nth-of-type(1) {
    border-top-left-radius: 15px;
} */

.tabcontent {
    display: none;
}

.tabcontent:nth-of-type(1) {
    display: block;
}

.stcgDescOther {
    width: 400px !important;
    visibility: hidden;
    width: fit-content;
    background-color: #cacfd5;
    color: black;
    padding: 13px 15px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 0.9rem;
    position: absolute;
    text-align: justify;
    /* top: 125%;
    left: -450%; */
    top: 0;
    left: 0;
    z-index: 555;
}

.linkText {
    display: inline-block;
    position: relative;
    margin-left: 7px;
    z-index: 23;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.linkText:hover .stcgDescOther {
    visibility: visible;
}

.stcgDescOther::after {
    content: " ";
    position: absolute;
    top: 20%;
    transform: rotate(-90deg);
    left: -1.5%;
    margin-left: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #cacfd5 transparent;
}

#slider_value {
    text-align: left;
    width: 100%;
    display: block;
    margin-top: 0.5rem;
    margin-left: 0.2rem;
}

.profits44AD {
    background-color: #e9ecef !important;
}

.required-msg {
    display: none;
    position: absolute;
    color: red;
    font-size: 0.8rem;
}