﻿:root {
    --inxblue: #1e90ff;
    --inxyellow: #ffff00;
    --inxred: #ff0000;
    --inxgreen: #0f9d58;
    --inxwhite: #ffffff;
    --inxblack: #000000;
    --inxbody: #f9f9f9;
    --inxprimary: #3566bd;
    --inxsecondry: #2274a7;
    --inxtextcolor: #4e4e4e;
    --inxbordercolor: #dddddd;
    --inxbgcolor: #e6e9ec;
    --inxeditorfooter: #495157;
    --inxcolorfooter: #a4afb7;
    --inxgridhover: #afe1ff;
    --inxrtsbg: #fafafa;
    --inxchathover: #3cb0fd;
    --inxtshadow: #a5a5a5;
    --inxboxshadow: rgba(165, 165, 165, 1);
    /* Inyxa Root Color gradient Variables Start Here */
    --inxreddark: #920000;
    --inxdarkyellow: #ffc100;
    /* Inyxa Root Color gradient Variables End Here */
    /* Inyxa Root grid Color Variables Start Here */
    --inxgridqueue: #fff4cc;
    --inxgridhold: #ffa500;
    --inxgridreject: #f08080;
    --inxgridlaststep: #7fffd4;
    /* Inyxa Root grid Color Variables End Here */
}

* {
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    display: none;
}

@media all and (max-width: 767px) {
    body::-webkit-scrollbar {
        display: block;
    }
}

.swt-button-focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.swt-button-label {
    float: left;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    cursor: pointer;
    width: 160px;
    height: 30px;
}

    .swt-button-label.off {
        color: black;
        /*margin: 0px auto;*/
        margin-left: 15px;
        font-weight: bold;
        width: 90px;
        height: 28px;
    }

    .swt-button-label.on {
        color: white;
        /*margin: 3px;*/
        /* margin-left: 5px;*/
        margin-right: 15px;
        font-weight: bold;
        width: 90px;
        height: 28px;
    }

.swt-button-background.off {
    float: left;
    position: absolute;
    background: #fc9393;
    /*border: 2px solid #959595;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px;
    cursor: pointer;
    width: 60px;
    height: 28px;
}

.swt-button-background.on {
    float: left;
    position: absolute;
    background: #82b79a;
    /*border: 2px solid #959595;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px;
    cursor: pointer;
    width: 60px;
    height: 28px;
}

.swt-button-off {
    position: absolute;
    left: -2px;
    top: -2px;
    background: #fcacac;
    /*border: 2px solid #6c6c6c;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px;
    width: 35px;
    height: 32px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.swt-button-on {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #88ecb5;
    /*border: 2px solid #9e9e9e;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px;
    width: 35px;
    height: 32px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.swt-wrapper {
    display: inline-block;
    position: absolute;
    top: 3px;
    margin-left: -7px;
    width: 150px;
    height: 28px;
}


table.ac2_Sug {
    background-color: White;
    border: 1px solid #C2C3C3;
    font-family: Arial,Helvetica,sans-serif;
    /*font-size: small;*/
    position: absolute;
    /*z-index: 100000;*/
    width: 100%;
    font-size: 1.2em;
    /*height: 100%;*/
}
/* Style for all Div's that are inside div Suggestions.  Overrides div.suggestions formatting. */
tr.ac2_SugEle {
    background-color: #FAFAFA;
    cursor: default;
    font-family: sans-serif;
    font-size: 1.2em;
    padding: 0 3px;
    /*//line-height:26px;*/
    background: #d4d3d36b;
    line-height: 32px;
}

    tr.ac2_SugEle th {
        text-transform: uppercase;
    }
/* Style for all Div's that are inside div Suggestions.  Overrides div.suggestions formatting. */
tr.ac2_SugEleAlternate {
    background-color: #AAAAAA;
    cursor: default;
    font-family: sans-serif;
    font-size: 1.2em;
    padding: 0 3px;
    line-height: 32px;
    font-size: 1.2em;
}
/* Style for the currently selected node.*/
table.ac2_Sug tr.ac2_current {
    /*background-color: #000000;*/
    color: white;
    font-weight: lighter;
    /*background: linear-gradient(0deg, rgba(34,193,195,1) 10%, rgba(45,193,253,1) 100%);*/
    background: #80c3e8;
    line-height: 32px;
    font-size: 1.2em;
}

span.ac2_SugName {
    font-size: 0.8vw;
    padding-left: 3px;
    /*white-space: nowrap;*/
    line-height: normal;
    font-size: 0.9rem;
}

span.ac2_SugDesc {
    display: inline-block;
    font-size: 10px;
    padding-left: 3px;
    white-space: pre-wrap;
}

tr.ac2_SugEle td {
    border-right: 1px solid white;
}

.tbl {
    width: 100%;
    text-align: left;
    position: relative;
    border-collapse: collapse;
    margin-top: -1px;
}

    .tbl th {
        background: white;
        position: sticky;
        top: -1px;
        z-index: 2;
    }

.res_img {
    width: 70%;
}

.ac_btn {
    border-radius: 50% !important;
    margin-left: 0px !important;
    padding: 5px 13px !important;
    line-height: normal !important;
}

.modal_backdrop {
    -webkit-box-shadow: 0px -2px 33px -2px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px -2px 33px -2px rgba(0,0,0,0.26);
    box-shadow: 0px -2px 33px -2px rgba(0,0,0,0.26);
    background: #f2f2f2;
}


.modal-body {
    padding: 1rem 0.2rem !important;
}

.chat-modal-body {
    padding: 0px 0.2rem !important;
}

.search_btn {
    padding: 5px 10px !important;
}

.label_check {
    font-weight: bold;
    font-size: 16px;
}

.ac2_style {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sigpad {
    position: relative;
    /**
   * For cross browser compatibility, this should be an absolute URL
   * In IE the cursor is relative to the HTML document
   * In all other browsers the cursor is relative to the CSS file
   *
   * http://www.useragentman.com/blog/2011/12/21/cross-browser-css-cursor-images-in-depth/
   */
    /*cursor: url("../assets/pen.cur"), crosshair;*/
    /**
   * IE will ignore this line because of the hotspot position
   * Unfortunately we need this twice, because some browsers ignore the hotspot inside the .cur
   */
    cursor: crosshair; /*url("pen.cur") 16 16, crosshair;*/
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 2px solid #c2dbf5;
}

    .sigPad input {
        margin: 0;
        padding: 0.2em 0;
        border: 1px solid #666;
        font-size: 1em;
    }

        .sigPad input.error {
            border-color: #f33;
        }

.sig-control {
    display: block;
    width: 100%;
    height: calc(4.25rem + 5px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (max-width: 900px) and (min-width: 576px) {
    .res_img {
        width: 100%;
    }
}

.tbl1 td {
    padding: 5px !important;
}

tr.ac3_sugele th {
    background-color: #3792cb;
    color: #fff;
    padding: 10px 3px;
}

tr.ac3_current {
    background: #AAAAAA;
}

tr.ac3_SugEle {
    background: #00000017;
}

    tr.ac3_SugEle td {
        padding: 10px 3px;
    }

tr:nth-child(odd).ac3_SugEle {
    background: #ffffff;
}

.btn-back {
    color: #fff;
    background-color: #3792cb;
    border: none;
}
/*chatBot*/
.inx-chatbot-interface {
    height: 60vh;
    width: 100%;
    background-color: #ecefec;
}

.inx-chatbot-header {
    font-weight: 600;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background: #3566bd;
    padding: 0.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.inx-chatbot-chat {
    height: calc(60vh - 0px - 0rem);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 1rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column-reverse;
    background-color: #ecefec;
}

.inx-chatbot-messages {
    padding: 1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-radius: 1rem;
    margin-top: 0.3rem;
    margin-bottom: 0;
    width: fit-content;
}

    .inx-chatbot-messages span {
        display: block;
        text-align: right;
        font-size: 0.8rem;
        font-style: italic;
    }

    .inx-chatbot-messages p {
        margin-bottom: 0;
    }

.inx-chatbot-received-messages {
    background: #007fef;
    color: #ffffff;
    border-top-left-radius: 0rem;
}

.inx-chatbot-sent-messages {
    color: #007fef;
    background-color: #ffffff;
    border-top-right-radius: 0rem;
    margin-left: auto;
    margin-right: 0;
}

.inx-chatbot-footer {
    padding: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.inx-chatbot-input-container {
    width: 100%;
}

.inx-chatbot-input {
    width: 100%;
    padding: 0.5rem;
    color: #212529; /*#8c959e;*/
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 1rem;
}

    .inx-chatbot-input:focus {
        outline-offset: 0px !important;
        outline: none !important;
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.chat_divider {
    color: #000;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 2rem;
}

    .chat_divider span {
        min-width: 150px;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        border-radius: 2rem;
        padding: 0.5rem 1rem;
        position: absolute;
        top: 50%;
        z-index: 1000;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }



.chat_time {
    font-size: 0.8rem;
    margin-bottom: 5px;
}

    .chat_time span {
        display: block;
    }

.chat_indicator {
    color: #3566bd;
    position: absolute;
    top: -6px;
    left: -1.4rem;
    opacity: 0;
    transform: rotateY(180deg);
    transition: all 0.5s;
}

    .chat_indicator.show {
        opacity: 1;
    }

/*chatBot*/

/*common table css*/

.inx_mtbl {
    background: #FFFFFF;
}

    .inx_mtbl th, .inx_mtbl td {
        word-break: break-all;
    }

/*common table css*/



/* label Modal Carousel Start*/

#inx_label_preview .carousel-indicators {
    bottom: -25px;
}

    #inx_label_preview .carousel-indicators li {
        background-color: #3792cb;
    }

    #inx_label_preview .carousel-indicators li {
        background-color: #3792cb;
    }


#inx_label_preview .carousel-control-prev,
.carousel-control-next {
    width: 8%;
}

#inx_label_preview .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%233792cb' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

#inx_label_preview .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%233792cb' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}





.inx_tbl_scroll {
    max-height: 400px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

    .inx_tbl_scroll::-webkit-scrollbar {
        width: 20px;
    }

    .inx_tbl_scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(1, 1, 1, 0.4);
        border-radius: 5px;
    }

    .inx_tbl_scroll::-webkit-scrollbar-thumb {
        background-color: #c8ba84;
        outline: 1px solid #fbfcfc;
        border-radius: 5px;
    }



.inx_tbl_scroll2 {
    /*    height: 100%;
    max-height: calc(100vh - 38px);*/
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .inx_tbl_scroll2::-webkit-scrollbar {
        width: 10px;
    }

.inx_tbl_scroll_height::-webkit-scrollbar {
    height: 10px;
}

.inx_tbl_scroll2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(1, 1, 1, 0.4);
    border-radius: 10px;
}

.inx_tbl_scroll2::-webkit-scrollbar-thumb {
    background-color: #2d5aa4;
    outline: 1px solid #fbfcfc;
    border-radius: 10px;
}



/*

.inx_tbl_scroll {
    max-height: 300px;
    overflow: auto;
}


 
    .inx_tbl_scroll::-webkit-scrollbar {
        width: 6px;
        height:5px;
    }
    .inx_tbl_scroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 5px;
    }

    .inx_tbl_scroll::-webkit-scrollbar-thumb {
        background: #c8ba84;
        border-radius: 5px;
    }

        .inx_tbl_scroll::-webkit-scrollbar-thumb:hover {
            background: #938651;
        }



.inx_tbl_scroll2 {
    max-height:calc(100vh - 38px);
    overflow: auto;
}
.inx_tbl_scroll2::-webkit-scrollbar {
    width: 6px;
    height: 5px;
}


.inx_tbl_scroll2::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}


.inx_tbl_scroll2::-webkit-scrollbar-thumb {
    background: #c8ba84;
    border-radius: 5px;
}

    .inx_tbl_scroll2::-webkit-scrollbar-thumb:hover {
        background: #938651;
    }
/* label Modal Carousel End*/

.inx-big-btn {
    font-size: 1.3rem !important;
}

.main_area {
    margin-top: 3rem;
}

.row > *.left_sidebar {
    position: fixed;
    left: 0%;
    bottom: 0;
    top: 48px;
    z-index: 100;
    padding: 0px 5px;
    max-width: 210px;
    width: 100%;
    transition: all 0.3s;
}


@media all and (max-width: 1080px) {
    .row > *.left_sidebar {
        left: 0px;
    }
}

@media all and (max-width: 767px) {
    .row > *.left_sidebar {
        max-width: 230px;
        left: -230px;
        z-index: 101;
    }
}


.left_arrow {
    top: 32%;
    right: -24px;
    position: absolute;
    background-color: var(--inxprimary);
    color: var(--inxwhite);
    padding: 10px 7px;
    border-radius: 0px 25px 25px 0px;
    cursor: pointer;
    font-size: 1.5rem;
}


.left_sidebar.active {
    left: -210px;
}

@media all and (max-width: 1080px) {
    .left_sidebar.active {
        left: -210px;
    }
}

@media all and (max-width: 767px) {
    .left_sidebar.active {
        left: 0px;
    }
}

.left-inner-sidebar {
    position: sticky;
    top: 0;
    height: calc(100vh - 50px);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}



    .left-inner-sidebar::-webkit-scrollbar, .middle_innerbar::-webkit-scrollbar {
        width: 10px;
    }


    .left-inner-sidebar::-webkit-scrollbar-track, .middle_innerbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(1, 1, 1, 0.4);
        border-radius: 10px;
    }

    .left-inner-sidebar::-webkit-scrollbar-thumb, .middle_innerbar::-webkit-scrollbar-thumb {
        background-color: #2d5aa4;
        outline: 1px solid #fbfcfc;
        border-radius: 10px;
    }

        .left-inner-sidebar::-webkit-scrollbar-thumb:vertical, .middle_innerbar::-webkit-scrollbar-thumb:vertical {
            height: 50px; /* Set the height of the scrollbar thumb */
        }

        .left-inner-sidebar::-webkit-scrollbar-thumb:hover, .middle_innerbar::-webkit-scrollbar-thumb:hover {
            background: #2d61be; /* Change the hover color as needed */
        }

.middle_innerbar {
    height: calc(100vh - 50px);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.middle_container {
    padding-left: 220px;
    padding-right: 590px;
    transition: all 0.3s;
}

/*@media all and (max-width: 1080px) {
    .middle_container {
        padding-left: 0px;
        padding-right: 0px;
    }
}
*/

@media all and (max-width: 767px) {
    .middle_container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.row > *.right_sidebar {
    position: fixed;
    right: 0px;
    bottom: 0;
    top: 48px;
    z-index: 100;
    padding: 0px 5px;
    border-right: 1px solid #d3d3d3;
    max-width: 580px;
    width: 100%;
    transition: all 0.3s;
}


/*@media all and (max-width: 1080px) {
    .row > *.right_sidebar {
        right: -580px;
    }
}*/

@media all and (max-width: 767px) {
    .row > *.right_sidebar {
        max-width: 240px;
        right: -230px;
        z-index: 101;
    }
}


.right_arrow {
    top: 32%;
    left: -29px;
    position: absolute;
    background-color: var(--inxprimary);
    color: var(--inxwhite);
    padding: 10px 7px;
    border-radius: 25px 0px 0px 25px;
    cursor: pointer;
    font-size: 1.5rem;
}


.right_sidebar.active {
    right: -580px;
}

/*@media all and (max-width: 1080px) {
    .right_sidebar.active {
        right: 0px;
    }
}*/



@media all and (max-width: 767px) {
    .right_sidebar.active {
        right: 0px;
    }
}

.right-inner-sidebar {
    position: sticky;
    top: 0;
    height: calc(100vh - 50px);
    overflow-y: auto;
}

.back_btn {
    font-size: 1.3rem;
}


/* Inyxa OP View button Start Here */
.op_btn_grp {
    display: grid;
    grid-template-columns: repeat(auto-fit, 200px);
    grid-auto-flow: column;
    grid-auto-columns: auto;
    /*grid-gap: 10px;*/
    grid-auto-flow: row;
    grid-auto-columns: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align_even {
    justify-content: space-evenly;
}

.op_btn_grp .op_btn {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    background: var(--inxprimary);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--inxprimary)), to(var(--inxsecondry)));
    background-image: linear-gradient(var(--inxprimary), var(--inxsecondry));
    -webkit-box-shadow: 3px 1px 6px 1px var(--inxboxshadow);
    box-shadow: 3px 1px 6px 1px var(--inxboxshadow);
    /*text-shadow: 1px 1px 6px var(--inxtshadow);*/
    border-bottom: 3px solid var(--inxblack);
    color: var(--inxwhite);
    text-align: center;
    cursor: pointer;
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: normal;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
    min-height: 100px;
    background-size: auto 300%;
    word-break: break-word;
}

    .op_btn_grp .op_btn:hover {
        background-size: auto 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate3d(0px, 0px, 10px);
        transform: translate3d(0px, 0px, 10px);
    }

    .op_btn_grp .op_btn.active {
        background-size: auto 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate3d(0px, 0px, 10px);
        transform: translate3d(0px, 0px, 10px);
    }

.op_btn_dynamic {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    background: var(--inxprimary);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--inxprimary)), to(var(--inxsecondry)));
    background-image: linear-gradient(var(--inxprimary), var(--inxsecondry));
    -webkit-box-shadow: 3px 1px 6px 1px var(--inxboxshadow);
    box-shadow: 3px 1px 6px 1px var(--inxboxshadow);
    /*text-shadow: 1px 1px 6px var(--inxtshadow);*/
    border: none;
    color: var(--inxwhite);
    text-align: center;
    cursor: pointer;
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: normal;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
    min-height: 100px;
    background-size: auto 300%;
    word-break: break-word;
    max-width: 200px;
    white-space: normal;
}

    .op_btn_dynamic:hover {
        background-size: auto 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate3d(0px, 0px, 10px);
        transform: translate3d(0px, 0px, 10px);
    }

    .op_btn_dynamic.active {
        background-size: auto 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate3d(0px, 0px, 10px);
        transform: translate3d(0px, 0px, 10px);
    }

.toggle_container {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}
/* Inyxa OP View button End Here */

/* Define CSS classes for selected and unselected rows */
.selected-row {
    background-color: #b8e5ffc9; /* Selected row color */
}

.unselected-row {
    background-color: white; /* Unselected row color */
}

.icon-container {
    position: absolute;
    /*top: -145px;*/
    right: -5px; /*-15px;*/
    font-size: xxx-large;
    color: #306ab7;
}

.select-large-font {
    font-size: 25px;
    padding: 30px
}

/*.large-scale-input {
    height: 75px;
    font-size: xx-large;
}*/ /*comment by Mohit Sharma 21-3-24*/

.large-scale-button {
    font-size: xx-large;
    font-weight: 700;
}

.button-disable {
    background-color: #ccc !important;
    color: #999 !important;
    cursor: not-allowed !important;
}


/* Custom styles to reduce gutter width to 5px */
.custom-gutters {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

    .custom-gutters > .col,
    .custom-gutters > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.comment_details {
    display: inline-block;
    vertical-align: middle;
    width: 97%;
    text-align: left;
}

    .comment_details ul {
        list-style-type: none;
        padding-left: 1px;
        font-size: 0;
    }

        .comment_details ul li {
            display: inline-block;
            padding: 5px;
            font-size: 0.9rem;
            color: #101010;
            font-family: Verdana,Arial,sans-serif;
        }

.comment {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 10px;
    font-size: 1.5rem;
    color: #3c3b3b; /*#FFF;*/
    background-color: #eeeaeade; /*#6a6a6ade*/
    border-bottom: 2px solid #f2f2f2;
    width: 97%;
    margin-bottom: 10px;
    border-radius: 8px;
}


/* Mobile Header Rest Part Start Here*/

.inx_nav_rest {
    font-size: 1rem;
}

    .inx_nav_rest ul {
        margin: 0px;
        padding: 0px;
        display: grid;
        grid-template-columns: repeat(5, auto);
        grid-auto-flow: column;
        grid-gap: 5px;
        width: 100%;
    }

    .inx_nav_rest li {
        list-style: none;
    }

        .inx_nav_rest li:first-child {
            padding-left: 30px;
        }

        .inx_nav_rest li p {
            margin-bottom: 0px;
        }

        .inx_nav_rest li:last-child {
            padding-right: 0px;
            justify-self: right;
        }


/* Mobile Header Rest Part End Here*/

.word_break {
    word-break: break-all;
}

.disp_list {
    height: 85vh;
    overflow: auto;
}

.htmtime_table {
    max-height: 35vh;
    overflow-y: auto;
}

    .htmtime_table::-webkit-scrollbar, .disp_list::-webkit-scrollbar {
        width: 10px;
    }

.htmtime_table_height::-webkit-scrollbar, .disp_list_h::-webkit-scrollbar {
    height: 10px;
}

.htmtime_table::-webkit-scrollbar-track, .disp_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(1, 1, 1, 0.4);
    border-radius: 10px;
}

.htmtime_table::-webkit-scrollbar-thumb, .disp_list::-webkit-scrollbar-thumb {
    background-color: #2d5aa4;
    outline: 1px solid #fbfcfc;
    border-radius: 10px;
}


.htmtime_table table th, .htmtime_table table td {
    padding: 0.5rem;
    padding-left: 0.3rem;
}





.btn_link:focus, .btn_link.focus {
    outline: 0;
    box-shadow: none !important;
}

.btn_msg_link {
    display: flex;
    justify-items: center;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
}

.c_plan_tbl {
    white-space: nowrap;
}

    .c_plan_tbl th {
        background: #3d64ac;
        color: #ffffff;
    }

    .c_plan_tbl span {
        font-size: 9px;
        display: block;
    }


i.refresh_btn {
    animation: btnRotate 0.5s linear;
}

@keyframes btnRotate {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.logs {
    background-color: #eee !important;
}


.logs_details {
    width: 100%;
    text-align: left;
}

    .logs_details ul {
        margin: 0px;
    }

    .logs_details li {
        list-style: none;
        display: inline-block;
        padding: 5px;
        font-size: 0.9rem;
        color: #101010;
    }

.selected_td {
    background: #3566bd;
    color: #ffffff;
}

.borderless, .borderless td, .borderless th {
    border: none !important;
}

.nopadding tr, .nopadding td {
    padding: 0 !important;
    margin: 0 !important;
}


.dynamic_tbl table {
    width: 100%
}

.dynamic_tbl td {
    padding: 5px 18px;
}

    .dynamic_tbl td:first-child {
        padding-left: 0px;
    }

    .dynamic_tbl td:last-child {
        padding-right: 0px;
    }

/* Multi Select Control Css Start Here */

.inx-dropdown-wraper {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .inx-dropdown-wraper > .inx-dropdown {
        width: 100%;
        cursor: pointer;
        position: relative;
    }

        .inx-dropdown-wraper > .inx-dropdown > input {
            cursor: pointer;
        }

        /*            .inx-dropdown-wraper > .inx-dropdown > input:focus {
                border: none;
                outline: none;
            }

            .inx-dropdown-wraper > .inx-dropdown > input:focus-visible {
                border: none;
                outline: none;
            }*/

        .inx-dropdown-wraper > .inx-dropdown > span {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translate(0px, -50%);
        }

    .inx-dropdown-wraper > .inx-dropdown-content {
        /*position: absolute;*/
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        width: 100%;
        border: 1px solid #ccc;
        background-color: #fff;
        max-height: 200px;
        overflow-y: auto;
        padding: 10px;
        border-radius: 5px; /*Anil 03-07-2024*/
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; /*Anil 03-07-2024*/
    }

        .inx-dropdown-wraper > .inx-dropdown-content ul {
            margin: 0px;
            padding: 0px;
        }

        .inx-dropdown-wraper > .inx-dropdown-content li {
            list-style: none;
        }

            .inx-dropdown-wraper > .inx-dropdown-content li label {
                display: block;
                padding: 5px;
            }

                .inx-dropdown-wraper > .inx-dropdown-content li label.checked {
                    background-color: #f0f0f0;
                    font-weight: bold;
                }


.inx-btn-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 0.3rem;
}

.margin-sm {
    margin-top: 1px;
}

.margin-lg {
    margin-top: -5px;
}
/* Multi Select Control Css End Here */

/* Anil 29-05-2024 */
/*.nav-link {
    display: block;
    padding: 0.5rem 0.5rem;
}*/

/* Anil 11-06-2024 : Used in Supervisor Log table HTM*/
.htm-logs {
    max-height: 45vh;
    overflow-y: auto;
}


.inx_job_tbl {
    width: 100%;
    text-align: left;
    position: relative;
    border-collapse: collapse;
    margin-top: -1px;
}

.inx_job_tbl table {
    position: relative;
}    



.inx_job_tbl th {
    background: #3d64ac;
    /* color: #fff;*/
    position: sticky;
    top: -1px;
    z-index: 2;
}


.inx_sel_drop {
    position: relative;
}

    .inx_sel_drop span {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.badgecount {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    color: white;
    border-radius: 37%;
    padding: 9px;
    font-size: 12px;
    font-weight: bold;
    min-width: 18px;
    text-align: center;
}

.modal .inx_custom_modal_lg {
    max-width: 90%;
}
.modal .inx_custom_modal_md {
    max-width: 70%;
}
.modal .inx_custom_modal_50 {
    max-width: 50%;
}

/*Anil 23-09-2024*/
/* Style for modal popup */
.pdf-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0,0,0,0.5); /* Black background with transparency */
}
.pdf-modal-content {
    position: relative;
    background-color: white;
    margin: 3% auto; /* Centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 85%;
}
.pdf-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .pdf-close:hover,
    .pdf-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
.inx_iframe {
    width: 100%;
    height: 100vh;
}
/*Anil 23-09-2024*/

@media print {
    body {
        height: auto; /* Ensure it can grow */
        overflow: visible; /* Ensure all content is visible */
    }
    /* Other styles for print */
}

/*Anil 22-11-2024*/
.image, .image_resized{
    /*box-sizing: border-box;
    display: block;
    max-width: 100%;*/
    text-align: center;
}

.image-style-block-align-right {
    /*margin-left: auto;
    margin-right: 0;*/
    text-align: right;
}

.image-style-block-align-left {
    /*margin-left: 0;
    margin-right: auto;*/
    text-align: left;
}


/* Inyxa CKeditor Control start Here */
.ck-editor__editable[role=textbox] {
    --ckheight: 45vh;
    min-height: var(--ckheight);
    max-height: var(--ckheight);
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
   
}

.ck-editor__editable[role="textbox"] ul {
    padding-left: 20px;
}
.ck-editor__editable[role="textbox"] ol {
    padding-left: 20px;
}


.ck-source-editing-area {
    --ckheight: 45vh;
    min-height: var(--ckheight);
    max-height: var(--ckheight);
}

.ck-table-form__dimensions-row {
    display: none !important;
}
.ck-table-resized {
    width: 100% !important;
}
/* Inyxa CKeditor Control start Here */

/*e-signed control css*/
.esbtn {
    padding: 0.375rem 0.75rem !important;
    line-height: 1 !important;
    margin-left: 0px;
}