﻿.isc-setting-container {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: #F1F1F1;
}

.isc-setting {
    float: left;
    width: 100%;
    background-color: #F1F1F1;
    padding: 10px;
}

.isc-setting-container .tabs-container {
    padding: 30px 5px;
}

.isc-f {
    clear: both;
    width: 100%;
    display: flex;
}

    .isc-f h4 {
        margin-top: 16px;
    }

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    margin-left: 50px;
    font-weight: 700;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 70px;
    left: 0;
    background-color: #f9f9f9;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-right: 1px solid #d3d3d3;
    height: calc(120vh - 190px);
    overflow-y: auto;
}

    .sidenav a {
        padding: 5px 5px;
        text-decoration: none;
        font-size: 15px;
        color: #686868;
        display: block;
        transition: 0.3s;
        font-weight: 600;
        margin-left: 10px;
        line-height: 1.5;
    }

.isc-setting-container .tabs {
    display: flex;
}

    .isc-setting-container .tabs > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 20%;
        padding-right: 10px;
        text-align: left;
        border-right: 1px solid #d3d3d3;
    }

        .isc-setting-container .tabs > ul li {
            display: block;
            float: left;
            width: 100%;
        }

summary {
    display: list-item;
    float: left;
    width: 100%;
}

.isc-setting-container .tabs > ul li a, .isc-setting-container .tabs > ul li a:visited {
    display: flex;
    border-bottom: none;
    text-decoration: none;
    color: #474747;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    text-align: left;
    padding: 5px 0px;
    transition: all 0.2s ease-in-out;
    word-wrap: break-word;
    height: 30px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

    .isc-setting-container .tabs > ul li a:hover,
    .isc-setting-container .tabs > ul li a:focus,
    .isc-setting-container .tabs > ul li a:active {
        border-bottom: none;
        outline: 0;
    }

    .isc-setting-container .tabs > ul li a.active {
        color: #1589EE;
    }



    .isc-setting-container .tabs > ul li a > span {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        text-align: center;
        padding-left: 15px;
    }

        .isc-setting-container .tabs > ul li a > span.tab-label {
            display: none;
        }

.isc-setting-container .tabs section {
    width: 80%;
    background-color: #fff;
    padding: 1rem;
    display: none;
    word-wrap: break-word;
    /* border-left: 1px solid #d3d3d3; */
    margin-left: 10px;
}

    .isc-setting-container .tabs section > * {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.2s, transform 0.2s;
    }

        .isc-setting-container .tabs section > *:nth-child(1) {
            transition-delay: 0.2s;
        }

        .isc-setting-container .tabs section > *:nth-child(2) {
            transition-delay: 0.3s;
        }

        .isc-setting-container .tabs section > *:nth-child(3) {
            transition-delay: 0.4s;
        }

        .isc-setting-container .tabs section > *:nth-child(4) {
            transition-delay: 0.5s;
        }

        .isc-setting-container .tabs section > *:nth-child(5) {
            transition-delay: 0.6s;
        }

        .isc-setting-container .tabs section > *:nth-child(6) {
            transition-delay: 0.7s;
        }

        .isc-setting-container .tabs section > *:nth-child(7) {
            transition-delay: 0.8s;
        }

        .isc-setting-container .tabs section > *:nth-child(8) {
            transition-delay: 0.9s;
        }

        .isc-setting-container .tabs section > *:nth-child(9) {
            transition-delay: 1s;
        }

        .isc-setting-container .tabs section > *:nth-child(10) {
            transition-delay: 1.1s;
        }

        .isc-setting-container .tabs section > *:nth-child(11) {
            transition-delay: 1.2s;
        }

        .isc-setting-container .tabs section > *:nth-child(12) {
            transition-delay: 1.3s;
        }

        .isc-setting-container .tabs section > *:nth-child(13) {
            transition-delay: 1.4s;
        }

        .isc-setting-container .tabs section > *:nth-child(14) {
            transition-delay: 1.5s;
        }

        .isc-setting-container .tabs section > *:nth-child(15) {
            transition-delay: 1.6s;
        }

        .isc-setting-container .tabs section > *:nth-child(16) {
            transition-delay: 1.7s;
        }

        .isc-setting-container .tabs section > *:nth-child(17) {
            transition-delay: 1.8s;
        }

        .isc-setting-container .tabs section > *:nth-child(18) {
            transition-delay: 1.9s;
        }

        .isc-setting-container .tabs section > *:nth-child(19) {
            transition-delay: 2s;
        }

        .isc-setting-container .tabs section > *:nth-child(20) {
            transition-delay: 2.1s;
        }

    .isc-setting-container .tabs section.active {
        display: block;
    }

    .isc-setting-container .tabs section.active-content > * {
        opacity: 1;
        transform: translateY(0);
    }



details:not([open]) {
    animation-name: fold-in;
    animation-duration: 0.2s;
}




details summary::-webkit-details-marker,
details summary::marker {
    content: "";
    display: none;
}

details summary::after {
    content: "+";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    margin-right: 1rem;
    cursor: pointer;
    /* position: unset; */
    right: 0;
    width: 82%;
    top: 145px;
    float: right;
    width: 9%;
    margin-top: -45px;
}

details .content {
    padding: 0 1.5rem 1.5rem;
}

details[open] summary::after {
    content: "−";
    top: 155px;
}

span.InnerBar {
    margin-top: -5px;
}

details[open] .content {
    animation-name: fold-out;
    animation-duration: 0.2s;
    display: block !important;
}

@keyframes fold-out {
    0% {
        opacity: 0;
        margin-top: -1rem;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes fold-in {
    0% {
        padding-bottom: 1rem;
    }

    100% {
        padding-bottom: 0;
    }
}


.isc-general {
    float: left;
    width: 100%;
}

.isc-general-top {
    float: left;
    width: 100%;
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 10px;
}

.isc-general-top-left {
    float: left;
    width: 30%;
    text-align: left;
}

.isc-general h5 {
    color: #686868;
    font-size: 17px;
    font-weight: 600;
}

.isc-general-bottom {
    float: left;
    width: 100%;
    padding-top: 0;
}

.btn {
    cursor: pointer;
}

.isc-table thead {
    background-color: #f6f6f6 !important;
    border-bottom: 1px solid #ddd;
}

.isc-general-top-right {
    float: right;
    width: 35%;
}

ul.isc-general-list {
    float: left;
    width: 100%;
}

    ul.isc-general-list li {
        display: inline-block;
    }

.primary:hover {
    cursor: pointer;
    color: #fff;
    background-color: #1589EE;
    border-color: #1589EE;
}

.btn {
    border-radius: 5px;
}


.isc-screen-row {
    float: left;
    width: 100%;
}



.faq-drawer__content-wrapper {
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.faq-drawer__title {
    border-bottom: #ddd 1px solid;
    cursor: pointer;
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0 10px 0;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
}

    .faq-drawer__title::after {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: " ";
        display: inline-block;
        float: right;
        height: 10px;
        left: 2px;
        position: relative;
        right: 20px;
        top: 10px;
        transform: rotate(135deg);
        transition: 0.35s ease-in-out;
        vertical-align: top;
        width: 10px;
        font-weight: 700;
    }

.faq-drawer__content {
    padding-top: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
    color: #4E4B52;
}

.faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
    max-height: unset;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

.faq-drawer input[type="checkbox"] {
    display: none;
}

.faq-container {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.faq-left {
    float: left;
    width: 50%;
}

.faq-right {
    float: right;
    width: 50%;
}

.faq-drawer h5 {
    color: #686868;
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0px;
}

.isc-blue {
    color: #1589EE;
    ;
}

.progress {
    height: 10px;
    border-radius: 6px !important;
    margin-bottom: 2px;
    width: 150px;
    margin-top: 20px;
}

.progress-bar {
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #1589ee;
    transition: width .6s ease;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.progress-bar:after {
    content: "";
    position: absolute;
    border-radius: 5px;
    background: #d9d9d9;
    z-index: 10;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.75);
}

.progress:after {
    clear: both;
    display: table;
    content: "";
}

.faq-right h5 {
    margin: 7px 2px;
    color: #969393;
}

.drop-zone {
    max-width: 200px;
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #009578;
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.faq-middle {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}


.isc-hr-element {
    display: flex;
}

    .isc-hr-element input[type="radio"] {
        width: 16px;
        height: 13px;
        margin-top: 5px;
    }

    .isc-hr-element label {
        margin-right: 12px;
        margin-left: 3px;
        font-size: 14px !important;
        color: #525252;
    }


.required {
    border: 1px solid #ddd;
    height: 35px;
    border-radius: 4px;
    background: white;
    width: 50%;
    padding: 10px 0px;
}

    .required:focus {
        outline: none;
        border: 1px solid #ddd;
    }

select.requireds {
    border: 1px solid #ddd;
    height: 35px;
    border-radius: 4px;
    background: white;
    width: 50%;
    /* padding: 10px 0px; */
}

    select.requireds:focus {
        outline: none;
        border: 1px solid #ddd;
    }

.isc-faq {
    float: left;
    width: 99%;
}

.isc-module-left {
    float: left;
    width: 80%;
}

.isc-module-right {
    float: right;
    width: 20%;
    text-align: center;
}

.isc-module h5 {
    color: black;
    font-weight: 600;
    font-size: 15px;
}

.isc-module p {
    font-size: 13px;
}

.isc-module-right h4 {
    color: green;
}

.isc-click-toggle {
    position: absolute;
    left: 86%;
}

.switch {
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 20px;
    margin-left: 8px;
    margin-top: 10px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

        .switch input:checked + .slider {
            background-color: #25b4e9 !important;
        }

        .switch input:checked + .slider {
            background-color: #13a840;
        }

.slider.round {
    border-radius: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider:before {
    transform: translateX(26px);
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.isc-module {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.isc-subscription {
    border: 1px solid #eee;
    padding: 10px;
    float: left;
    width: 35%;
    text-align: center;
}

    .isc-subscription:hover {
        box-shadow: 0px 0px 7px 2px #f0ecec;
        cursor: pointer;
    }

.isc-general h6 {
    font-size: 13px;
}

.isc-subscription {
    border: 1px solid #eee;
    padding: 10px;
    float: left;
    width: 35%;
}

    .isc-subscription h4 {
        font-size: 15px;
        font-weight: 600;
        margin: 10px 0px;
    }

ul.isc-subscription-list {
    display: block;
    list-style-type: circle;
}

    ul.isc-subscription-list li {
        margin: 5px 0px;
        font-size: 13px;
    }


.isc-drop-one:not([open]) {
    animation-name: fold-in;
    animation-duration: 0.2s;
}


.isc-drop-one .isc-summary-one::-webkit-details-marker,
.isc-drop-one .isc-summary-one::marker {
    content: "";
    display: none;
}

.isc-drop-one .isc-summary-one::after {
    content: "+";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    margin-right: 1rem;
    cursor: pointer;
    position: unset;
    right: 0;
    width: 9%;
    top: 190px;
    margin-top: -45px;
    float: right;
}

.isc-drop-one .content {
    padding: 0 1.5rem 1.5rem;
}

.isc-drop-one[open] .isc-summary-one::after {
    content: "−";
    top: 190px;
}

.isc-drop-two[open] .isc-drop-one .isc-summary-one::after {
    top: 290px !important;
}


span.InnerBar {
    margin-top: -5px;
}

.isc-drop-one[open] .content {
    animation-name: fold-out;
    animation-duration: 0.2s;
    display: block !important;
}

@keyframes fold-out {
    0% {
        opacity: 0;
        margin-top: -1rem;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes fold-in {
    0% {
        padding-bottom: 1rem;
    }

    100% {
        padding-bottom: 0;
    }
}

.isc-user-management {
    float: left;
    width: 100%;
    text-align: left;
}

    .isc-user-management h3 {
        font-size: 50px;
    }

    .isc-user-management h5 {
        color: black;
        font-size: 13px;
        font-weight: 600;
        margin: 10px 0px;
    }

.isc-entity-view-dropdown.isc-entity-view-dropdown-show {
    display: table-row;
}

.isc-entity-view-dropdown {
    top: 84px;
    right: 21px;
}

.isc-entity-view-dropdown {
    list-style-type: none;
    font-size: 14px;
    line-height: 30px;
    background-color: #fff;
    width: 150px;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 34px;
    z-index: 9;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    display: none;
}

    .isc-entity-view-dropdown li {
        padding: 0px 10px 0px 10px;
        color: #525252;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.isc-role {
    float: left;
    width: 100%;
}

.isc-100 {
    width: 100%;
    margin: 0;
}

.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 thead tr th input[type="checkbox"], .isc-table tbody tr td input[type="checkbox"] {
        margin-right: 6px !important;
        width: unset;
        height: unset;
    }

    .isc-table thead th i {
        line-height: 1.3;
        position: absolute;
        right: 1px;
    }

    .isc-table thead th i {
        float: right;
    }

    .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;
    }

span.value {
    font-size: 14px;
    font-weight: 500;
}

.isc-pagination-sec-s1 {
    margin: 0 auto;
    padding: 20px;
    float: right;
    padding-top: 0;
}

.isc-page-count-s1 {
    display: inline-block;
    padding: 3px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    font-size: .875em;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

    .isc-page-count-s1.active {
        border: none;
        background: #1589ee;
        color: #f0f0f0;
    }

.isc-general-top-right1 {
    float: right;
    width: 14%;
}

.isc-sidenav-new h4 {
    font-size: 18px;
    margin-top: 4px;
    margin-left: 10px;
}

#mySidenav.active {
    width: 250px !important;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
    float: left;
    width: 100%;
}

body.active {
    left: 250px !important;
    transition: all 0.5s ease;
    width: 80%;
    /* float: right; */
    position: fixed;
}

body {
    transition: all 0.3s ease;
    left: 0;
    overflow-x: hidden;
    position: fixed;
}

#main {
    transition: margin-left .5s;
    padding: 0 16px 16px 0px;
    margin-top: 0px;
    margin-right: 0;
    width: 100%;
    /* display: flex; */
}

.isc-sidenav-new {
    width: 100%;
    display: flex;
}

body.active .isc-general-top-right1 {
    float: right;
    width: 19%;
}



#CreateRole .isc-row {
    float: left;
    width: 100%;
    margin-top: 0;
}

ul.nav.nav-pills {
    padding: 0;
    border-bottom: 1px solid #ddd;
    margin-top: 0px;
}

.nav-pills li a {
    background: none;
    display: inline-block;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}

a.isc-promo-a.active {
    border-bottom: 3px solid #1589EE;
    color: #1589EE;
}

.isc-role-left {
    float: left;
    width: 100%;
    text-align: left;
}

    .isc-role-left h5 {
        color: #474747;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 15px;
    }

.isc-role-right {
    float: left;
    width: 30%;
    text-align: left;
}

.isc-role-input {
    background: white;
    border: 1px solid #cfcfcf;
    height: 30px;
    box-shadow: none;
    padding-left: 5px;
    font-size: 14px;
    color: #626262;
    width: 100%;
    border-radius: 4px;
}

.isc-role {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 10px;
    max-width: 95%;
    margin: 0 auto;
}

    .isc-role .switch {
        position: absolute;
        display: inline-block;
        width: 45px;
        height: 20px;
        margin-left: 0;
        margin-top: 0px;
    }

.isc-textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 75px;
    background: inherit;
}

    .isc-textarea:focus {
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 4px;
        height: 75px;
        background: inherit;
    }

.isc-two-col {
    display: flex;
}

.isc-25per {
    width: 24.2%;
    float: left;
}

.isc-tile-box {
    overflow-y: auto;
    background-color: #eef1f6;
    height: calc(67vh - 100px);
    margin-bottom: 0px;
    overflow-x: hidden;
}

.history-tl-container {
    margin: auto;
    display: block;
    position: relative;
}

    .history-tl-container ul.tl {
        margin: 20px 0 0px 20px;
        padding: 0;
        display: inline-block;
        width: 100%;
    }

        .history-tl-container ul.tl li {
            list-style: none;
            margin: auto;
            margin-left: 0px;
            min-height: 50px;
            /* background: rgba(255,255,0,0.1); */
            border-left: 1px dashed #86D6FF;
            padding: 0 0 50px 30px;
            position: relative;
        }

            .history-tl-container ul.tl li::before {
                position: absolute;
                left: -5px;
                top: 0px;
                content: " ";
                border-radius: 500%;
                background: #258CC7;
                height: 10px;
                width: 10px;
                transition: all 500ms ease-in-out;
            }

.isc-timeline-ico-clr-p3 {
    background-color: #9cacaf;
    color: #fff;
    padding: 4px;
    left: -9px;
    position: absolute;
}

div#CreateRole {
    top: -50px;
}

.isc-timeline-ico-clr-p3 {
    height: 20px;
    width: 20px;
    border-radius: 50% !important;
    line-height: 11.5px;
    font-size: 10px;
    margin-top: -10px;
}

#CreateRole .modal-body {
    padding: 10px !important;
    height: calc(120vh - 370px);
    overflow-y: hidden;
    overflow-x: hidden;
}

#CreateRole .isc-screen-row {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.item-title.isc-process-title4 {
    margin-top: -20px;
    cursor: pointer;
}

.item-title.isc-process-title2 {
    margin-top: -20px;
    cursor: pointer;
}

.isc-set-scroll {
    height: calc(80vh - 184px);
    overflow-y: auto;
    width: 76.2%;
    padding-left: 15px;
}

.isc-mar-t1 {
    margin-top: 10px !important;
}

.isc-pad-non {
    padding: 0px;
}

.screen-row:before {
    content: '';
    display: table;
}

.isc-var-wd {
    position: relative;
}

.isc-pad-l-30 {
    padding-left: 30px !important;
}

.isc-s2-tab {
    width: auto;
    color: #000;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.isc-mar-all {
    margin: 0px;
}

input.isc-acc {
    position: absolute;
    opacity: 1;
    z-index: 1;
    margin-top: 0px;
    width: unset;
    height: unset;
}

.isc-s2-tab-label.isc-tab-bg {
    background-color: #fff !important;
    padding: 10px 0px 10px 22px !important;
    background: #ffffff !important;
    border-bottom: 1px solid #dadada;
}

.isc-s2-tab-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-weight: bold;
    cursor: pointer;
    color: black;
}

.isc-pos-rel {
    position: relative;
}

input:checked ~ .isc-s2-tab-content.isc-var-tab-body {
    padding: 0px;
}

input:checked ~ .isc-s2-tab-content {
    max-height: unset;
    display: block;
}

.isc-s2-tab-content {
    color: #2c3e50;
    background: white;
}

input.isc-chk-box {
    width: unset;
    margin-top: 0;
}

.isc-s2-tab-label::after {
    content: "";
}

.isc-s2-tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.isc-pad-lft.isc-font-size-14px.mar-top-10 {
    display: flex;
}

.isc-inner-sec-per span {
    margin-top: 11px;
    margin-left: 10px;
}

.isc-pad-lft.isc-font-size-14px {
    display: flex;
}

input:checked ~ .isc-s2-tab-content {
    max-height: unset;
    display: block;
}

.isc-s2-tab-content {
    display: none;
}

#AddUser .modal-body {
    padding: 10px;
    height: calc(60vh - 60px);
    overflow-y: auto;
}

#AddUser .modal-dialog {
    top: 0px;
    max-width: 55%;
}

#AddUser .isc-row {
    float: left;
    width: 100%;
}

.isc-hor-popup-field .isc-hor-details {
    padding: 10px 10px 10px 20px;
}

.isc-hor-details .isc-label-name {
    width: 100%;
    margin-bottom: 7px;
}

#AddUser label {
    color: #6f6f6f !important;
}

.isc-hor-details .isc-detail-name input[placeholder] {
    padding: 3px 6px;
    margin-bottom: 5px;
}

.isc-hor-details .isc-detail-name input {
    width: 100%;
    border: 1px solid #dadada;
    height: 30px;
    width: -moz-available;
    border-radius: 4px;
}

.isc-detail-name select {
    width: 100%;
    height: 28px;
    border: 1px solid #dadada;
    border-radius: 4px;
    background: white;
}

.isc-textarea {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 4px;
}

.fa-camera {
    font-size: 50px;
    border: 2px solid #1589ee;
    padding: 20px 20px;
}

.isc-hor-details {
    padding: 10px 0px;
}

.isc-detail-name {
    float: left;
    width: 50%;
}

#AddUser .switch {
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 20px;
    margin-left: 0;
    margin-top: 0;
}

.isc-sec-lvl-cust-dd-s1 {
    margin: 0px;
    float: left;
    padding: 0px;
    display: flex;
}

ul.isc-entity-btn li {
    margin-right: 5px;
}

a.isc-dd-drat-btn-s1.isc-btn-primary.isc-sub-menu-list-s1 {
    background-color: #1589ee;
    color: #fff;
}

.isc-sec-lvl-cust-dd-s1 li a {
    display: inline-block;
    color: #16325c;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    padding: 0px 7px;
    font-weight: 400;
    float: left;
    line-height: 27px;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 4px !important;
}

.mar-top-10 {
    margin-top: 10px !important;
}

.isc-set-bdr-img {
    border: 1px solid #dadada;
    height: auto;
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: flow-root;
    border-radius: 4px;
}

.isc-edit-image {
    position: absolute;
    top: 5px;
    right: 5px;
}

#AddUser .screen-row {
    padding-top: 15px;
}

span.isc-led-det-labl-txt {
    margin-right: 10px;
}

li.isc-mar-r-5 {
    margin-bottom: 10px;
}

.drop-zone {
    max-width: 150px;
    height: 150px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 19px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #868e96;
    border-radius: 0px;
    margin-left: 5px;
    margin-bottom: 35px;
}

/* added by sivabalan - 1/11/2024 */
label.isc-s2-tab-label.isc-s2-tab-labels.isc-tab-bg.isc-p-r.isc-pos-rel {
    width: 95%;
}


label.isc-s1-tab-label.isc-var-ttl.isc-tab-bg {
    margin: 0px 0px 0px 25px !important;
    border-bottom: none !important;
    display: inline-block;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.isc-s1-tab-label.isc-tab-bg {
    padding: 10px 0px 0px 0px !important;
}

label.isc-s2-tab-label.isc-var-ttl.isc-tab-bg {
    margin: 0px 0px 0px 25px !important;
    border-bottom: none !important;
}

.isc-s2-tab-label.isc-tab-bg {
    padding: 10px 0px 0px 0px !important;
}

input.isc-acc {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

/* filter css*/
.isc-close-action {
    float: right;
    position: relative;
    top: 20px;
    right: 8px;
    cursor: pointer;
}

div#rolefilter-content, div#userfilter-content {
    float: left;
    width: 100%;
    position: relative;
    margin-top: -35px;
}

a#roleFilterSearchBtn:hover, a#userFilterSearchBtn:hover {
    color: white;
}

.isc-split-screen {
    display: flex;
}

.isc-sec-lvl-cust-dd-s1 {
    margin: 0px 5px 0px 5px;
    float: left;
    padding: 0px;
    display: flex;
}

a#rolefilter, a#userfilter {
    display: inline-block;
    color: #16325c;
    margin: -17px 5px 0px 0px;
    font-size: 15px;
    padding: 0px 7px;
    font-weight: 400;
    border-radius: 0px !important;
    float: left;
    line-height: 27px;
    background-color: #fff;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 4px !important;
    position: absolute;
    cursor: pointer;
}

.isc-split-screen {
    display: flex;
}

.isc-80 {
    width: 80%;
}

.isc-filter-section {
    clear: both;
    width: 100%;
}

.isc-filter-options:first-child {
    padding: 15px;
    padding-bottom: 10px;
}

.isc-filter-options {
    display: flex;
}

.isc-filter-item {
    width: 30%;
    margin-right: 20px;
}

.isc-filter-label {
    font-size: 14px;
    color: #525252;
    margin-bottom: 4px;
    text-align: left;
    font-weight: 600;
}

.isc-filter-details select {
    width: 100%;
    border: 1px solid #dadada;
    padding: 2px 2px;
    font-size: 13px;
    color: #525252;
    height: 25px;
    border-radius: 5px;
    background: white;
}

a#roleFilterResetBtn:hover, a#userFilterResetBtn:hover {
    color: #525252;
}

.isc-20 {
    width: 25%;
    margin: 0px 20px 0px 0px;
    margin-top: 0px;
    padding-top: 10px;
    text-align: right;
}

.isc-filter-act-btn {
    margin-top: 25px;
}

.isc-btn-s1 {
    display: inline-block;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    padding: 4px 10px;
    font-weight: 400;
    float: left;
    background-color: #13a840;
    position: relative;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.isc-filter-act-btn a {
    margin-right: 10px;
}

.isc-btn-s3 {
    display: inline-block;
    color: #525252;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    padding: 4px 10px;
    font-weight: 400;
    float: left;
    background-color: #f3f2f2;
    position: relative;
    border: 1px solid #efefef;
    border-radius: 4px;
}

#CreateRole .select2-container, #AddUser .select2-container {
    width: 100% !important;
}

#userfilter-content .fs-dropdown {
    position: absolute;
    width: 220px;
}

#rolefilter-content .fs-dropdown {
    position: absolute;
    width: 208px;
}

#tab-4 .isc-general-top-right {
    float: right;
    width: 15%;
}

#tab-5 .isc-general-top-right {
    float: right;
    width: 18%;
}

details.isc-drop-one {
    float: left;
    width: 100%;
}

summary.isc-summary-one {
    float: left;
    width: 100%;
}

ul.Menu04.content {
    float: left;
    width: 100%;
}

.dataTable .disabled-icon {
    cursor: not-allowed !important;
}


.isc-user-management .dataTable th:nth-child(1)::before {
    content: "\f15d";
    font-family: FontAwesome;
    float: right;
    position: relative;
    width: 70%;
    font-weight: 100;
    cursor: pointer;
}

.sorting_asc::before {
    color: blue;
}

.sorting_desc::before {
    content: "\f15e" !important;
    font-family: FontAwesome;
    float: right;
    position: absolute;
    width: 2%;
    color: red;
    font-weight: 100;
}

.isc-user-management .dataTable th:nth-child(2)::before {
    content: "\f15d";
    font-family: FontAwesome;
    float: right;
    position: relative;
    width: 88%;
    font-weight: 100;
    cursor: pointer;
}

.isc-user-management .dataTable th:nth-child(3)::before {
    content: "\f15d";
    font-family: FontAwesome;
    float: right;
    position: relative;
    width: 78%;
    font-weight: 100;
    cursor: pointer;
}

.isc-user-management .dataTable th:nth-child(4)::before {
    content: "\f15d";
    font-family: FontAwesome;
    float: right;
    position: relative;
    width: 60%;
    font-weight: 100;
    cursor: pointer;
}

.isc-role-table-new .dataTable th:nth-child(1)::before {
    content: "\f15d";
    font-family: FontAwesome;
    float: right;
    position: relative;
    width: 85%;
    font-weight: 100;
    cursor: pointer;
}

.isc-role-table-new .dataTable th:nth-child(2)::before {
    content: "\f15d";
    font-family: FontAwesome;
    float: right;
    position: relative;
    width: 65%;
    font-weight: 100;
    cursor: pointer;
}

.isc-role-table-new .dataTable th:nth-child(3)::before {
    content: "\f15d";
    font-family: FontAwesome;
    float: right;
    position: relative;
    width: 65%;
    font-weight: 100;
    cursor: pointer;
}

.isc-role-table-new .dataTable th:nth-child(4)::before {
    content: "\f15d";
    font-family: FontAwesome;
    float: right;
    position: relative;
    width: 65%;
    font-weight: 100;
    cursor: pointer;
}

/*ADDED BY YUVARAJ*/
#deleteUserModal .modal-dialog.modal-dialog-centered.isc-modal-one {
    min-width: 35%;
}

#deleteRoleModal .modal-dialog.modal-dialog-centered.isc-modal-one {
    min-width: 35%;
}

.dataTable .pointer-icon {
    cursor: pointer !important;
}
/*ADDED BY YUVARAJ*/
