﻿.vertical-align-top {
    vertical-align: top;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.no-box-shadow {
    box-shadow: none;
}

.no-border {
    border: none !important;
}

.input-field.no-margin > .select-wrapper > input.select-dropdown {
    margin: 0 !important;
}

.input-field.input-group-extended .select-wrapper {
    width: calc(100% - 3.5rem);
    margin-right: 0.5rem;
    float: left;
}

.select-wrapper input.select-dropdown:disabled {
    color: #000 !important;
}

.sidenav .bold {
    border-bottom: 1px solid #dddddd;
}

tr .highlight-row.active-row > td {
    background-color: #ffefd3 !important;
}

table.bordered tr.green.lighten-4 td {
    border: 1px solid rgb(0 0 0 / 17%) !important;
}

table.bordered-radius {
    border-collapse: separate;
}


    table.bordered-radius > tr:first-child td:first-child {
        border-top-left-radius: 10px;
    }

    table.bordered-radius > tr:first-child td:last-child {
        border-top-right-radius: 10px;
    }

    table.bordered-radius > tr:last-child td:first-child {
        border-bottom-left-radius: 10px
    }

    table.bordered-radius > tr:last-child td:last-child {
        border-bottom-right-radius: 10px
    }

table.no-border-rows > tr {
    border: 0 !important;
}

.collapsible-header-extended {
    font-size: 1.4rem;
    font-weight: 500;
    color: #484848 !important;
    background: #fafafa;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*padding: 1rem;*/
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 1rem;
}

    .collapsible-header-extended > div {
        line-height: 1;
    }

    .collapsible-header-extended > .collapsible-header-icon {
        margin-top: 0px;
        margin-right: 5px;
    }

    .collapsible-header-extended > .collapsible-header-title {
        width: 47%;
        margin-top: -5px;
    }

        .collapsible-header-extended > .collapsible-header-title h5 {
            margin-left: 15px;
        }

    .collapsible-header-extended > .collapsible-header-action {
        width: 53%;
        text-align: right;
    }

.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.line-break {
    white-space: break-spaces;
}

.spin-infinite-anticlock i {
    -webkit-animation: spin-anticlock 3s infinite linear;
    animation: spin-anticlock 3s infinite linear;
}

@-webkit-keyframes spin-anticlock {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(-360deg);
    }
}

.spin-infinite-clock i {
    -webkit-animation: spin-clock 3s infinite linear;
    animation: spin-clock 3s infinite linear;
}

@-webkit-keyframes spin-clock {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

#dvProc_mat .card-block {
    padding: 26px !important;
}

ul#quality-incident-admin-action-dropdown {
    height: 70px !important;
    padding-top: 10px;
    margin-left: 30px;
}


#dvProc_mat_setup .card-block {
    padding: 54px 0 !important;
    font-size: 2rem;
}

#dvProc_mat_setup a:hover {
    text-decoration: underline !important;
}

.close-icon {
    position: absolute;
    float: right;
    right: 0%;
}

.max-width {
    width: max-content;
}

.table-container {
    max-height: 67.5vh;
}

#card-admin-values-header {
    margin-bottom: 0;
}

.power-bi-wrapper .table-container {
    max-height: 84vh;
}

table thead {
    position: sticky;
    top: -1px;
    z-index: 1;
    background: white;
}

/* Scroll bar settings */
.modal-content .modal-body::-webkit-scrollbar, .table-container::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    padding-left: 10px;
}

/* Track */
.modal-content .modal-body::-webkit-scrollbar-track, .table-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #c1c1c1;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/* Handle */
.modal-content .modal-body::-webkit-scrollbar-thumb, .table-container::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #c1c1c1;
}
    /* Handle  Hover*/
    .modal-content .modal-body::-webkit-scrollbar-thumb:hover, .table-container::-webkit-scrollbar-thumb:hover {
        cursor: pointer !important;
        background-color: #9e9e9e;
    }


.select-dropdown [type=checkbox]:checked, .select-dropdown [type=checkbox]:not(:checked) {
    position: absolute !important;
}

.width-180 {
    width: 180px !important;
}


.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #464646;
    text-decoration: underline;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.construction-attribute .card {
    /*margin-top: 0;*/
}

    .construction-attribute .card .card-content {
        padding: 3px 10px 10px 10px;
    }

        .construction-attribute .card .card-content .card-title {
            padding-bottom: 5px;
            border-bottom: unset;
        }

    .construction-attribute .card .card-body {
        height: 200px;
        overflow: auto;
    }

.construction-attribute h5 {
    font-size: 1.2rem;
}

.construction-attribute td.action-column {
    width: 65px;
}

.construction-attribute .material-icons {
    font-size: 20px !important;
}



/*Blazor Custom Error*/
.blazor-reconnect-modal > div {
    position: fixed;
    top: 95%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    /*background-color: #fff;
    opacity: 0.8;*/
    text-align: center;
    font-weight: bold;
}

.blazor-reconnect-modal .card-alert {
    font-size: 1.2rem;
}

    .blazor-reconnect-modal .card-alert .card-content .material-icons {
        margin-right: 10px;
    }

    .blazor-reconnect-modal .card-alert .card-content a {
        margin-left: 10px;
    }

.blazor-reconnect-modal .material-icons {
    margin-right: 10px;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}

#work-pack-dd .dd-handle {
    box-shadow: none;
    font-weight: 500 !important;
}

/*#work-pack-dd{
    max-width: 100% !important;

}*/

.dd {
    max-width: 100% !important;
}

/* Hide label for unregistered select pickers*/
select + label {
    display: none !important;
}


/*#work-pack-dd .dd-handle:before {
        font-family: "Material Icons";
        content: "open_with";
        font-size: 1.5rem;
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 52%;
        margin-top: -1.3em;
        background: #87ceeb;
        height: 45px;
        width: 45px;
        line-height: 2em;
        border: .3em solid #fff;
        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        transition: all .3s ease-out;
    }

.rounded-list {
}

.rounded-list a {
    position: relative;
    display: block;
    padding: .5em .5em .5em 2em;
    margin: .6em 0;
    background: #ddd;
    color: #444;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
}

    .rounded-list a:hover {
        background: #ddddddc9;
    }

    .rounded-list a:before {
        font-family: "Material Icons";
        content: "open_with";
        font-size: 1.5rem;
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 52%;
        margin-top: -1.3em;
        background: #87ceeb;
        height: 45px;
        width: 45px;
        line-height: 2em;
        border: .3em solid #fff;
        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        transition: all .3s ease-out;
    }


li.placeholder {
    border: 1px dashed #808080;
    background: #d0e9f5;
    border-radius: .3em;
    height: 36px;
    margin-top: .6em;
}

li.dragged{
    position: absolute;*/
/*margin-left: -200px;*/
/*left: 0 !important;
    z-index: 1;
}*/
.dd-item {
    cursor: pointer;
}


/*Sorting CSS*/

table thead > tr > th.sorting_asc,
table thead > tr > th.sorting_desc,
table thead > tr > th.sorting {
    cursor: pointer;
    position: relative;
    padding-right: 26px;
}

    table thead > tr > th.sorting_asc:before,
    table thead > tr > th.sorting:before {
        opacity: .6;
        bottom: 50%;
        content: "▲";
    }

    table thead > tr > th.sorting_asc:after,
    table thead > tr > th.sorting:after {
        top: 50%;
        content: "▼";
    }

    table thead > tr > th.sorting:before,
    table thead > tr > th.sorting:after,
    table thead > tr > th.sorting_asc:before,
    table thead > tr > th.sorting_asc:after {
        position: absolute;
        display: block;
        opacity: .5;
        right: 10px;
        line-height: 9px;
        font-size: .8em;
    }

    table thead > tr > th.sorting_asc:before,
    table thead > tr > th.sorting_desc:after,
    table thead > tr > td.sorting_asc:before,
    table thead > tr > td.sorting_desc:after {
        opacity: 1;
    }


/* End Sorting */


/*#region  Page Height */

@media all and (display-mode: fullscreen) {
    #card-admin-values .table-container {
        max-height: 61vh !important;
    }

    #card-post-po-summary .table-container {
        max-height: 75vh !important;
    }

    #card-operator .table-container,
    #card-operator-type .table-container,
    #card-permissions .table-container {
        max-height: 74vh !important;
    }

    #card-workpack .table-container,
    #card-workpack-item .table-container {
        max-height: 66vh !important;
    }

    #card-workpack-detail .table-container {
        max-height: 62vh !important;
    }

    #card-pre-po .table-container,
    #card-expediting .table-container,
    #card-workpack-matching-detail .table-container,
    #card-quality-incident .table-container {
        max-height: 68vh !important;
    }
}

#card-admin-values .table-container {
    max-height: 59vh;
}

#card-post-po-summary .table-container {
    max-height: 77vh;
}

#card-operator .table-container,
#card-operator-type .table-container,
#card-permissions .table-container {
    max-height: 75vh;
}

#card-permissions .table-container {
    max-height: 74vh;
}

#card-pre-po .table-container {
    min-height: 67.5vh !important;
}

#card-matCatalog .table-container {
    min-height: 67.5vh !important;
}

#card-expediting .table-container,
#card-quality-incident .table-container {
    min-height: 67.5vh !important;
    max-height: 67.5vh;
}

#card-workpack .table-container,
#card-workpack-item .table-container {
    max-height: 65vh;
}

#card-workpack-detail .table-container {
    max-height: 61.5vh;
}

#card-workpack-matching-detail .table-container {
    max-height: 69.5vh;
}

#card-mr-doc-type .table-container {
    max-height: 69vh;
}
/*#endregion  Page Height*/
#profile-nav {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
}
    /*#profile-nav {
    position: fixed;
    bottom: -2px;
    left: 8px;
    z-index: 999;
}*/

    /*    #profile-dropdown {
        z-index: 999;
    }*/

    #profile-nav #profile-button {
        color: black;
        text-decoration: none;
        /*border-radius: 0 0 5px 5px;*/
        height: 45px;
        display: inline-flex;
        align-items: center;
        overflow: hidden;
        width: auto;
        max-width: 45px;
        transition: max-width 1.5s;
        transition-property: max-width;
        transition-duration: 1.5s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: 0s;
    }

        #profile-nav #profile-button:hover {
            max-width: 300px;
        }

        #profile-nav #profile-button .avatar-wrapper {
            margin-right: 10px;
            display: flex;
            align-items: center;
        }

            #profile-nav #profile-button .avatar-wrapper img.avatar {
                height: 45px;
                width: 45px;
            }

        #profile-nav #profile-button .text {
            white-space: nowrap;
            padding-right: 15px;
            font-size: 1.1rem;
        }


#profile-dropdown li {
    position: relative;
    padding-left: 25px;
}

    #profile-dropdown li i {
        position: absolute;
        left: 5px;
    }
/*========= Freez Table Headers ========= */
:root {
    --w-230: 227px;
    --w-109: 107px;
}

table thead th {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
}


/*====== Pre PO Column Freez =========== */

.prepo-summary-table-sticky thead tr:first-child th:nth-child(1) {
    left: -12px;
    z-index: 1;
}

/*.prepo-summary-table-sticky thead tr:first-child th:nth-child(2) {
    left: 107px;
    z-index: 1;
}
*/
.prepo-summary-table-sticky thead tr:first-child th:nth-child(3) {
    left: 108px;
    z-index: 1;
}

.prepo-summary-table-sticky thead tr:first-child th:nth-child(16) {
    left: 258px;
    z-index: 1;
}

.prepo-summary-table-sticky tbody td:nth-child(1),
.prepo-summary-table-sticky tbody td:nth-child(3),
.prepo-summary-table-sticky tbody td:nth-child(16) {
    position: -webkit-sticky;
    position: sticky;
    outline: 1px solid #e0e0e0;
}

.prepo-summary-table-sticky tbody tr:nth-child(odd) td:nth-child(1),
.prepo-summary-table-sticky tbody tr:nth-child(odd) td:nth-child(3),
.prepo-summary-table-sticky tbody tr:nth-child(odd) td:nth-child(16) {
    background: #f8f8f8;
}

.prepo-summary-table-sticky tbody tr:nth-child(even) td:nth-child(1),
.prepo-summary-table-sticky tbody tr:nth-child(even) td:nth-child(3),
.prepo-summary-table-sticky tbody tr:nth-child(even) td:nth-child(16) {
    background: #fff;
}

.prepo-summary-table-sticky tbody tr.green td {
    background: #e8f5e9 !important;
}

.prepo-summary-table-sticky tbody td:nth-child(1) {
    left: -12px;
    /*z-index: 1;*/
}

/*.prepo-summary-table-sticky tbody td:nth-child(2) {
    left: 107px;*/
/*z-index: 1;*/
/*}*/

.prepo-summary-table-sticky tbody td:nth-child(3) {
    left: 108px;
    /*z-index: 1;*/
}

.prepo-summary-table-sticky tbody td:nth-child(16) {
    left: 258px;
    /*z-index: 1;*/
}



.prepo-date-view-table-sticky thead tr:first-child th:nth-child(1) {
    left: -12px;
    z-index: 1;
}

/*.prepo-date-view-table-sticky thead tr:first-child th:nth-child(2) {
    left: 107px;
    z-index: 1;
}
*/
.prepo-date-view-table-sticky thead tr:first-child th:nth-child(3) {
    left: 108px;
    z-index: 1;
}

.prepo-date-view-table-sticky thead tr:first-child th:nth-child(18) {
    left: 258px;
    z-index: 1;
}

.prepo-date-view-table-sticky tbody td:nth-child(1),
.prepo-date-view-table-sticky tbody td:nth-child(3),
.prepo-date-view-table-sticky tbody td:nth-child(18) {
    position: -webkit-sticky;
    position: sticky;
    outline: 1px solid #e0e0e0;
}

.prepo-date-view-table-sticky tbody tr:nth-child(odd) td:nth-child(1),
.prepo-date-view-table-sticky tbody tr:nth-child(odd) td:nth-child(3),
.prepo-date-view-table-sticky tbody tr:nth-child(odd) td:nth-child(18) {
    background: #f8f8f8;
}

.prepo-date-view-table-sticky tbody tr:nth-child(even) td:nth-child(1),
.prepo-date-view-table-sticky tbody tr:nth-child(even) td:nth-child(3),
.prepo-date-view-table-sticky tbody tr:nth-child(even) td:nth-child(18) {
    background: #fff;
}

.prepo-date-view-table-sticky tbody tr.green td {
    background: #e8f5e9 !important;
}

.prepo-date-view-table-sticky tbody td:nth-child(1) {
    left: -12px;
    /*z-index: 1;*/
}

/*.prepo-date-view-table-sticky tbody td:nth-child(2) {
    left: 107px;*/
/*z-index: 1;*/
/*}*/

.prepo-date-view-table-sticky tbody td:nth-child(3) {
    left: 108px;
    /*z-index: 1;*/
}

.prepo-date-view-table-sticky tbody td:nth-child(18) {
    left: 258px;
    /*z-index: 1;*/
}

/*====== End Pre PO Column Freez =========== */


/*========= End Freez Table Headers ========= */


/*====== Post PO Column Freez =========== */

.post-po-table-sticky thead tr:first-child th:nth-child(1) {
    left: -12px;
    z-index: 1;
}

.post-po-table-sticky thead tr:first-child th:nth-child(3) {
    left: 135px;
    z-index: 1;
}

.post-po-table-sticky thead tr:first-child th:nth-child(11) {
    left: 261px;
    z-index: 1;
}

.post-po-table-sticky tbody tr.master-line-item td:nth-child(1),
.post-po-table-sticky tbody tr.master-line-item td:nth-child(3),
.post-po-table-sticky tbody tr.master-line-item td:nth-child(11) {
    position: -webkit-sticky;
    position: sticky;
    outline: 1px solid #e0e0e0;
    background: #f8f8f8;
}

/*.post-po-table-sticky tbody tr:nth-child(odd) td:nth-child(1),
.post-po-table-sticky tbody tr:nth-child(odd) td:nth-child(3),
.post-po-table-sticky tbody tr:nth-child(odd) td:nth-child(11) {
    background: #f8f8f8;
}

.post-po-table-sticky tbody tr:nth-child(even) td:nth-child(1),
.post-po-table-sticky tbody tr:nth-child(even) td:nth-child(3),
.post-po-table-sticky tbody tr:nth-child(even) td:nth-child(11) {
    background: #f8f8f8;
}
*/
.post-po-table-sticky tbody tr.master-line-item.white td {
    background: #fff !important;
}

.post-po-table-sticky tbody tr.master-line-item.green td {
    background: #e8f5e9 !important;
}

.post-po-table-sticky tbody tr.master-line-item.orange td {
    background: #fff3e0 !important;
}

.post-po-table-sticky tbody tr.master-line-item td {
    background: #f8f8f8 !important;
}

.post-po-table-sticky tbody td:nth-child(1) {
    left: -12px;
    /*z-index: 1;*/
}

.post-po-table-sticky tbody td:nth-child(3) {
    left: 135px;
    /*z-index: 1;*/
}

.post-po-table-sticky tbody td:nth-child(11) {
    left: 261px;
    /*z-index: 1;*/
}
/*====== End Pre PO Column Freez =========== */


/*====== POI Column Freez =========== */
.poi-table-sticky thead tr:first-child th:nth-child(1) {
    left: -12px;
    z-index: 1;
}

.poi-table-sticky thead tr:first-child th:nth-child(4) {
    left: 42px;
    z-index: 1;
}

.poi-table-sticky thead tr:first-child th:nth-child(5) {
    left: 142px;
    z-index: 1;
}

.poi-table-sticky tbody td:nth-child(1),
.poi-table-sticky tbody td:nth-child(4),
.poi-table-sticky tbody td:nth-child(5) {
    position: -webkit-sticky;
    position: sticky;
    outline: 1px solid #e0e0e0;
}

.poi-table-sticky tbody td:nth-child(1) {
    left: -12px;
}

.poi-table-sticky tbody td:nth-child(4) {
    left: 42px;
}

.poi-table-sticky tbody td:nth-child(5) {
    left: 142px;
}

.poi-table-sticky tbody tr:nth-child(odd) td:nth-child(1),
.poi-table-sticky tbody tr:nth-child(odd) td:nth-child(4),
.poi-table-sticky tbody tr:nth-child(odd) td:nth-child(5) {
    background: #f8f8f8;
}

.poi-table-sticky tbody tr:nth-child(even) td:nth-child(1),
.poi-table-sticky tbody tr:nth-child(even) td:nth-child(4),
.poi-table-sticky tbody tr:nth-child(even) td:nth-child(5) {
    background: #fff;
}

.poi-table-sticky tbody tr.green td {
    background: #e8f5e9 !important;
}

/*POi selected Line Items*/
.poi-selected-item-table-sticky thead tr:first-child th:nth-child(2) {
    left: 0px;
    z-index: 1;
}

.poi-selected-item-table-sticky thead tr:first-child th:nth-child(3) {
    left: 100px;
    z-index: 1;
}

.poi-selected-item-table-sticky tbody td:nth-child(2),
.poi-selected-item-table-sticky tbody td:nth-child(3) {
    position: -webkit-sticky;
    position: sticky;
    outline: 1px solid #e0e0e0;
}

.poi-selected-item-table-sticky tbody td:nth-child(2) {
    left: 0px;
}

.poi-selected-item-table-sticky tbody td:nth-child(3) {
    left: 99px;
}

.poi-selected-item-table-sticky tbody tr:nth-child(odd) td:nth-child(2),
.poi-selected-item-table-sticky tbody tr:nth-child(odd) td:nth-child(3) {
    background: #f8f8f8;
}

.poi-selected-item-table-sticky tbody tr:nth-child(even) td,
.poi-selected-item-table-sticky tbody tr:nth-child(even) td {
    background: #fff;
}
/*====== End POI Column Freez =========== */


/*====== Complexity-Strategy Column Freez =========== */


.complexity-strategy-table-sticky thead tr:nth-child(1) th:nth-child(1),
.complexity-strategy-table-sticky thead tr:nth-child(2) th:nth-child(1) {
    left: -12px;
    z-index: 2;
}

/*.complexity-strategy-table-sticky thead tr:nth-child(1) th:nth-child(2),
.complexity-strategy-table-sticky thead tr:nth-child(2) th:nth-child(2) {
    left: 62px;
    z-index: 2;
}


.complexity-strategy-table-sticky thead tr:nth-child(2) th:nth-child(3) {
    left: 102px;
    z-index: 2;
}

.complexity-strategy-table-sticky thead tr:nth-child(2) th:nth-child(4) {
    left: 202px;
    z-index: 2;
}

.complexity-strategy-table-sticky thead tr:nth-child(2) th:nth-child(5) {
    left: 302px;
    z-index: 2;
}*/


/*.complexity-strategy-table-sticky tbody td:nth-child(2),
.complexity-strategy-table-sticky tbody td:nth-child(3),
.complexity-strategy-table-sticky tbody td:nth-child(4),
.complexity-strategy-table-sticky tbody td:nth-child(5)*/
.complexity-strategy-table-sticky tbody td:nth-child(1) {
    position: -webkit-sticky;
    position: sticky;
    outline: 1px solid #e0e0e0;
}

.complexity-strategy-table-sticky tbody tr:nth-child(odd) td:nth-child(1),
.complexity-strategy-table-sticky tbody tr:nth-child(odd) td:nth-child(2),
.complexity-strategy-table-sticky tbody tr:nth-child(odd) td:nth-child(3),
.complexity-strategy-table-sticky tbody tr:nth-child(odd) td:nth-child(4),
.complexity-strategy-table-sticky tbody tr:nth-child(odd) td:nth-child(5) {
    background: #f8f8f8;
}

.complexity-strategy-table-sticky tbody tr:nth-child(even) td:nth-child(1),
.complexity-strategy-table-sticky tbody tr:nth-child(even) td:nth-child(2),
.complexity-strategy-table-sticky tbody tr:nth-child(even) td:nth-child(3),
.complexity-strategy-table-sticky tbody tr:nth-child(even) td:nth-child(4),
.complexity-strategy-table-sticky tbody tr:nth-child(even) td:nth-child(5) {
    background: #fff;
}

.complexity-strategy-table-sticky tbody td:nth-child(1) {
    left: -12px;
}

.complexity-strategy-table-sticky tbody td:nth-child(2) {
    left: 62px;
}

.complexity-strategy-table-sticky tbody td:nth-child(3) {
    left: 102px;
}

.complexity-strategy-table-sticky tbody td:nth-child(4) {
    left: 202px;
}

.complexity-strategy-table-sticky tbody td:nth-child(5) {
    left: 302px;
}

/*========= End Freez Table Headers ========= */

.msImage {
    /*width: 25px;*/
    height: 60%;
    vertical-align: middle;
    margin-bottom: 4px;
}

#PrivacyCookieModal .modal-header {
    border-bottom: none !important;
    padding-bottom: 0px !important;
    padding-left: 10px;
}

#PrivacyCookieModal .modal-content {
    background: rgb(64 75 86);
}

#PrivacyCookieModal .modal-footer {
    background: rgb(64 75 86) !important;
    border-top: none !important;
    padding-top: 0px !important;
    height: 40px
}

#PrivacyCookieModal h6 {
    color: #fff !important;
    line-height: 20px;
}

#PrivacyCookieModal h5 {
    color: #fff !important;
}

#PrivacyCookieModal a {
    color: #fff !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-help {
    cursor: help !important;
}

#setting-tabs.tabs {
    overflow-x: unset !important;
    overflow-y: unset !important;
    margin: 5px auto !important;
}

.tabs {
    height: 48px !important;
}



table.bordered.unset-background th {
    background: inherit !important;
    color: inherit !important;
    font-size: inherit !important;
    border: 1px solid rgba(0,0,0,.12) !important;
    outline: none !important;
}


input.success {
    border-bottom: 1px solid green !important;
    box-shadow: 0 1px 0 0 green !important;
}


input.error {
    border-bottom: 1px solid red !important;
    box-shadow: 0 1px 0 0 red !important;
}


/* caller POPUP */
.call-popup {
    font-family: 'Segoe UI', sans-serif;
}

.caller-avatar img {
    border: 4px solid #00bfa5;
    border-radius: 50%;
}

.caller-name {
    font-weight: bold;
    color: #333;
}


.ringing-animation {
    position: relative;
    width: 140px; 
    height: 140px;
    margin: auto;
}

.caller-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px; 
    height: 100px;
    border-radius: 50%;
    border: 4px solid #fff; 
    transform: translate(-50%, -50%);
    z-index: 2; 
}

.pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border: 2px solid #00c853;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    opacity: 0.7;
    z-index: 1;
}

    .pulse-ring.delay-1 {
        animation-delay: 0.5s;
    }

    .pulse-ring.delay-2 {
        animation-delay: 1s;
    }

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.7;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}
