﻿.isc-customer-360 {
    float: left;
    width: 100%;
    padding-top: 0;
}

.isc-customer-360-top {
    float: left;
    width: 100%;
    padding: 20px 10px;
    background-color: aliceblue;
}
.isc-order-3601-top h4 {
  
    font-weight: 400;
    font-size: 18px;
    margin-top: 0;
    margin-left: 0;
    color: #3e3e3e;
}

.isc-36-customer-image-section {
    float: left;
    width: 5%;
}

.isc-customer-360-img {
    width: 100%;
    border-radius: 4px;
}

.isc-customer-description-section {
    float: left;
    width: 90%;
    margin-left: 10px;
}

    .isc-customer-description-section h3 {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 18px;
        font-weight: 700;
        line-height: 32px;
        display: block;
        cursor: default;
        color: #000000;
    }

.isc-order-sts {
    margin: 0px;
    padding: 0px;
}

    .isc-order-sts li {
        display: inline-block;
        list-style: none;
        padding: 5px;
        border-radius: 10px !important;
        font-size: 12px;
        width: 7%;
    }

.fa-circle-o:before {
    content: "\f10c";
    margin-right: 5px;
}

.fa-calendar:before {
    content: "\f073";
    margin-right: 5px;
}

.fa-black-tie:before {
    content: "\f27e";
    margin-right: 5px;
}

.fa-phone:before {
    content: "\f095";
    margin-right: 5px;
}

.fa-envelope:before {
    content: "\f0e0";
    margin-right: 5px;
}

.isc-conf-sts {
    background-color: #14B191;
    color: #fff !important;
}

.contentWrapper {
    width: 100%;
    margin: 20px auto 0 auto;
    position: relative;
}

.tabsWrapper {
    width: 100%;
    height: 45px;
    overflow: hidden;
    position: relative;
    max-width: 95%;
    margin: 0 auto;
}

.tabs {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: -25px;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow-x: auto;
    height: 46px;
    overflow-y: hidden;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1;
    border: none;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    /* background-color: #fff; */
    border: none;
    border-bottom: 3px solid #1589ee;
    padding: 10px 10px 0px 10px;
}

.nav-tabs > li:hover {
    background-color: inherit;
}

.nav-tabs > li > a:hover {
    border: none;
    /*background: white;*/
}


.tabs li {
    display: inline-block;
    color: black;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 0px;
    cursor: pointer;
    text-transform: uppercase;
}

    .tabs li.active {
        color: #1589ee !important;
        border-bottom: 3px solid #1589ee;
    }

.next, .previous {
    position: absolute;
    padding: 0;
    top: 0;
    font-size: 30px;
    margin-top: -5px;
    font-weight: 700;
    border: 1px solid #cfcfcf;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.next {
    right: -25px;
}

.previous {
    left: -25px;
}

.tabContent {
    width: 100%;
    background-color: white;
    padding: 15px;
}

.isc-customer-360-bottom {
    float: left;
    width: 100%;
    background: white;
}

.isc-customer-360-bottom-left {
    float: left;
    width: 20%;
    padding: 10px 15px;
}

.isc-customer-information-one {
    float: left;
    width: 100%;
    margin: 5px 0px;
}

    .isc-customer-information-one h4 {
        color: #1589ee;
        font-size: 14px;
        text-transform: capitalize;
    }

    .isc-customer-information-one h5 {
        color: black;
        font-size: 14px;
    }

.isc-customer-360-bottom-right {
    float: right;
    width: 80%;
    text-align: left;
    border-left: 1px solid #ddd;
}

.isc-content-one-top {
    float: left;
    width: 100%;
    display: block !important;
}

.isc-content-one-main {
    float: left;
    width: 100%;
    padding: 10px;
}

.isc-content-one {
    display: block !important;
    float: left;
    width: 30%;
}

    .isc-content-one h4 {
        font-size: 15px;
        font-weight: 500;
    }

    .isc-content-one h5 {
        font-size: 15px;
        font-weight: 500;
    }

.isc-content-one-bottom {
    float: left;
    width: 100%;
    display: block !important;
}
/* Accordion Styles */
.accordion {
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-top: 0px;
    display: block !important;
}

.accordion-item {
    margin-bottom: 16px;
    display: block !important;
    border-bottom: 1px solid #cfcfcf;
}

.isc-timeline-content {
    display: block !important;
}

.accordion-button {
    padding: 16px 16px 16px 0;
    background: #FFF;
    border: none;
    width: 100%;
    text-align: left;
    cursor: default;
    border-radius: 4px;
}

    .accordion-button span {
        font-weight: 600;
    }

    .accordion-button i.icon {
        float: right;
        color: black;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
    }

/* Updated Accordion Content Styles */
.accordion-content {
    padding: 0 16px; /* Set padding to 0 initially */
    max-height: 0; /* Set max-height to 0 */
    overflow: hidden; /* Hide overflow */
    transition: max-height 0.3s ease-out, padding 0.3s ease-out; /* Add transition effect */

    border-top: 1px solid #ccc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    /* New Class for Expanded Content */
    .accordion-content.show {
        max-height: 575px; /* Set an appropriate max-height */
        padding: 16px; /* Reset the padding */
        transition: max-height 0.3s ease-in, padding 0.3s ease-in; /* Add transition effect */
        display: block !important;
    }

.isc-accordion-left {
    float: left;
    width: 50%;
    display: block !important;
}

.isc-accordion-right {
    float: right;
    width: 50%;
    display: block !important;
}

.isc-accordion-content {
    display: block !important;
    float: left;
    width: 100%;
}

.isc-accordion-left h5 {
    font-size: 13px;
}

.isc-accordion-left h6 {
    font-size: 15px;
    font-weight: 600;
}

.isc-accordion-right h5 {
    font-size: 13px;
}

.isc-accordion-right h6 {
    font-size: 15px;
    font-weight: 600;
}

.isc-accordion-content-one {
    display: block !important;
    margin: 5px 0px;
    float: left;
    width: 100%;
}

.tag {
    position: relative;
    margin: 2px 6px 2px 0;
    padding: 1px 20px 1px 8px;
    font-size: inherit;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background-color: #1589ee;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    cursor: default;
    width: auto;
    float: left;
    display: block !important;
    height: 20px;
}

.tags-container {
    display: block !important;
}

.tag__name {
    margin-right: 3px;
}

.tag__remove {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 100%;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.3s ease;
    opacity: 0.5;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    color: #fff;
    line-height: 1;
}

.tag-input {
    display: none;
}

.isc-activity-feed {
    padding: 15px;
    list-style: none;
}

.isc-timeline .isc-activity-feed .isc-feed-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid #e4e8eb;
    font-size: 14px;
}

.isc-activity-feed .isc-feed-item .text {
    position: relative;
    top: -3px;
    font-weight: 600;
}

.isc-timeline .mar-bot-med {
    margin-bottom: 25px !important;
    display: flex;
    font-weight: 600;
}

.isc-timeline .isc-activity-feed .isc-feed-item .date {
    font-size: 13px;
}

.isc-timeline .isc-feed-item .date {
    display: block;
    position: relative;
    top: 0px;
    color: #8c96a3 !important;
    text-transform: uppercase;
    float: left;
    padding-left: 10px;
}

.isc-timeline span.date {
    width: auto !important;
}

.isc-pad-lft-none {
    padding-left: unset !important;
}

.isc-timeline .mar-top-med {
    margin-top: 20px !important;
    margin-bottom: 50px !important;
    display: flex;
}

.isc-timeline .isc-tag-bg-clor-s4 {
    color: #1589ee !important;
    border: 1px solid #1589ee !important;
    background-color: rgba(240, 240, 240, 0.4) !important;
    margin-left: 10px !important;
}

.isc-timeline .isc-input-tag-cell-s2 h3 {
    display: contents;
    font-weight: 600;
    line-height: 13px !important;
    font-size: 11.7px !important;
}

.isc-input-tag-cell-s2 h3 {
    margin: 0px;
    color: inherit;
    font-size: inherit;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 15px;
    font-weight: 500;
    margin-left: 5px;
}

.isc-timeline .isc-input-tag-cell-s2 i {
    color: #1589ee !important;
    position: unset !important;
}

.isc-tag-bg-clor-s4 i {
    padding-left: 10px;
}

.isc-input-tag-cell-s2 i {
    position: absolute !important;
    font-size: 9px !important;
    top: 4px !important;
    left: -6px !important;
    color: #a5a3a3 !important;
}

h3.li-callflow-bind.isc-tag-txt {
    font-size: inherit;
}

.isc-input-tag-cell-s2 {
    display: inline-block;
    /* min-height: 22px !important; */
    padding: 1px 10px;
    padding-right: 20px;
    position: relative !important;
    margin: 0px 7px 0px -2px !important;
    border-radius: 6px !important;
    background-color: #ededed !important;
    text-decoration: none;
    font-size: 10px !important;
    font-weight: 500 !important;
    color: #5d5d5d !important;
    line-height: 13px !important;
    position: relative !important;
    cursor: pointer !important;
}

.isc-timeline {
    padding: 16px 16px 16px 16px;
}

    .isc-timeline .isc-tim-line-icon {
        position: absolute;
        left: -8px;
        color: #13a840 !important;
        z-index: 99999;
        background-color: #fff;
        font-size: 15px;
        top: 0px;
    }

    .isc-timeline .isc-text {
        border: 1px solid #dadada;
        border-radius: 4px;
        padding: 10px;
        width: 80%;
        position: relative;
        background-color: #f5f5f5;
    }

.isc-text:after {
    content: "";
    border-right: 9px solid #d3d3d3;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    position: absolute;
    top: 2px;
    left: -9px;
}

.isc-content-three {
    float: left;
    width: 100%;
    display: block !important;
}

.isc-pad-rgt {
    padding-right: 15px !important;
}

.isc-page-div-rig-bot-cell-s1 {
    padding: 20px 15px 0px 15px;
}

.isc-txt-ara-cell-s1 textarea.large.m-wrap {
    width: 95.1% !important;
    box-sizing: border-box;
    border: 1px solid #d9dee0;
    border-radius: 6px !important;
    background: white;
    margin-bottom: 15px;
}

.isc-cell-left {
    float: left;
}

.isc-tab-btn-p3 {
    display: inline-block;
    color: #1589ee;
    margin: 0px 0px 0px 10px;
    margin-bottom: 3px !important;
    font-size: 27px;
    padding: 0px 10px 0px 10px;
    font-weight: 400;
    position: relative;
    border: 1px solid #1589ee;
    border-radius: 4px;
    line-height: 50px;
    vertical-align: middle;
    cursor: pointer;
}

.isc-txt-ara-cell-s1:after {
    content: '';
    display: table;
    clear: both;
}

.isc-notes .isc-img-hor-nav-s1 {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

.isc-img-hor-nav-s1 li {
    float: left;
    list-style: none;
    /* margin-right: 8px; */
    position: relative;
}

.isc-notes #isc-tag-clk {
    float: left;
    margin-top: 5px;
}

.isc-img-hor-nav-s1 li a {
    display: inline-block;
    font-size: 12px;
    color: #7c7c7c;
    font-weight: 600;
    line-height: 10px;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
    position: relative;
}

    .isc-img-hor-nav-s1 li a i {
        padding-right: 5px;
        padding-left: 8px;
    }

.dropdown-menu {
    box-shadow: 0 6px 12px #efefef;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

    .dropdown-menu li {
        display: block !important;
    }

.isc-img-hor-nav-s1 li {
    float: left;
    list-style: none;
    position: relative;
}

    .isc-img-hor-nav-s1 li a {
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        line-height: 10px;
        margin: 0px 5px 0px 0px;
        cursor: pointer;
        position: relative;
    }

.dropdown-menu li i {
    width: 15px;
}

.isc-img-hor-nav-s1 li a i {
    padding-right: 5px;
    padding-left: 8px;
}

.isc-notes .isc-det2-chek-icon {
    width: 30px;
    margin-bottom: 5px;
    height: 30px;
    border: 1px solid #dadada;
    padding: 4px 6px !important;
    border-radius: 19%;
    color: #b5b5b5;
    float: right;
    background-color: #f7f7f7;
}


.isc-pos-rel {
    position: relative;
}

.isc-notes .isc-det4-flt-sel {
    display: inline-block;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.isc-det4-flt-sel .select2-container {
    width: 135px !important;
}


.select2-container {
    z-index: 9999999 !important;
}

.select2-container {
    width: 100% !important;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.isc-comment-sec-grp-bot-cell-s1 {
    padding: 10px 10px 10px 10px;
    position: relative;
    border-radius: 6px !important;
}

.isc-notes .div-col-3per {
    width: 3%;
    float: left;
}

.isc-notes .div-col-95per {
    width: 95%;
    float: left;
}

.isc-com-title-txt-s1 {
    margin: 0px 0px 7px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #828282;
    line-height: 17px;
}

.isc-notes .isc-com-title-txt-s1 span {
    margin: 0px 0px 0px 5px;
    font-size: 13px;
    font-weight: 400;
}

.isc-notes .isc-com-title-txt-s1 span {
    margin: 0px 0px 0px 5px;
    font-size: 13px;
    font-weight: 400;
}

.isc-notes .flt-right {
    float: right;
}

.isc-comment-sec-grp-cell-s1 {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.isc-notes .isc-comment-sec-grp-bot-cell-s1 .isc-tag-bg-clor-s4 {
    color: #1589ee !important;
    float: left;
    border: 1px solid #1589ee !important;
    background-color: rgba(240, 240, 240, 0.4) !important;
}

.scrtabs-tab-container * {
    box-sizing: border-box;
}

.scrtabs-tab-container {
    height: 42px;
}

    .scrtabs-tab-container .tab-content {
        clear: left;
    }

    .scrtabs-tab-container.scrtabs-bootstrap4 .scrtabs-tabs-movable-container > .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

.scrtabs-tabs-fixed-container {
    float: left;
    height: 42px;
    overflow: hidden;
    width: 100%;
}

.scrtabs-tabs-movable-container {
    position: relative;
}

    .scrtabs-tabs-movable-container .tab-content {
        display: none;
    }

.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container > ul.nav-tabs {
    padding-right: 0;
}

.scrtabs-tab-scroll-arrow {
    border: 1px solid #dddddd;
    border-top: none;
    color: #428bca;
    display: none;
    float: left;
    font-size: 12px;
    height: 42px;
    margin-bottom: -1px;
    padding-left: 2px;
    padding-top: 13px;
    width: 20px;
}

    .scrtabs-tab-scroll-arrow:hover {
        background-color: #eeeeee;
    }

    .scrtabs-tab-scroll-arrow,
    .scrtabs-tab-scroll-arrow .scrtabs-click-target {
        cursor: pointer;
    }

        .scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
            cursor: default;
        }

        .scrtabs-tab-scroll-arrow.scrtabs-disable,
        .scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
            color: #ddd;
            cursor: default;
        }

            .scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
                background-color: initial;
            }

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
    white-space: nowrap;
}

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: none;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

    .tabset > label::after {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 10px;
        width: 160px;
        height: 3px;
        background: none;
    }

input:focus-visible + label {
    outline: 2px solid rgba(0,102,204,1);
    border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
    color: #06c;
}


    .tabset > input:focus + label::after,
    .tabset > input:checked + label::after {
        background: #06c;
    }

    .tabset > label:hover::after {
        background: none;
    }

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
}

.tabset {
    float: left;
    width: 100%;
    padding: 10px;
}

.isc-table-fixed {
    table-layout: fixed;
}

.isc-table-bordered {
    border: 1px solid #ddd;
    border-right: unset;
    border-left: unset;
    border-bottom: unset;
    border-spacing: unset;
}

.isc-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

    .isc-table > caption + thead > tr:first-child > th, .isc-table > colgroup + thead > tr:first-child > th, .isc-table > thead:first-child > tr:first-child > th, .isc-table > caption + thead > tr:first-child > td, .isc-table > colgroup + thead > tr:first-child > td, .isc-table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .isc-table > thead > tr > th, .isc-table > tbody > tr > th, .isc-table > tfoot > tr > th, .isc-table > thead > tr > td, .isc-table > tbody > tr > td, .isc-table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        font-size: 14px;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px solid #ddd;
    }

.isc-table-bordered > thead > tr > th, .isc-table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

.isc-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}
