@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v19/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v19/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

.m-0 {
    margin: 0 !important;
}

.mt_0 {
    margin-top: 0px !important;
}

.mt_5 {
    margin-top: 5px !important;
}

.mb_0 {
    margin-bottom: 0px !important;
}

.mb_5 {
    margin-bottom: 5px !important;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.mb_30 {
    margin-bottom: 30px !important;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mt_5 {
    margin-top: 5px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_30 {
    margin-top: 30px;
}

.mr_5 {
    margin-right: 5px;
}

.mr_15 {
    margin-right: 15px;
}

.ml_5 {
    margin-left: 5px;
}

.ml_15 {
    margin-left: 15px;
}

.pt_15 {
    padding-top: 15px;
}

.pr-0 {
    padding-right: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.v_bottom {
    vertical-align: bottom;
}

.v_middle {
    vertical-align: middle;
}

.v_sub {
    vertical-align: sub;
}

.border_bn {
    border-bottom: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter' !important;
}

body {
    font-family: 'Inter' !important;
    background-color: #F9F9FB !important;
}

.customheader {
    position: fixed;
    width: 100% !important;
    height: 60px !important;
    background-color: #EBEBEB !important;
    border-bottom: 1px solid #EBEBEB !important;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

    .customheader .navbar-header {
        padding: 4px 0 !important;
    }

    .customheader .product_logo img {
        width: auto !important;
        height: 25px !important;
    }

    .customheader .navbar-nav li.header_image {
        margin-top: 10px !important;
        margin-left: 5px !important;
        padding: 7px 7px 2px 7px !important;
    }

        .customheader .navbar-nav li.header_image:hover {
            background-color: transparent !important;
        }

    .customheader .navbar-nav li a {
        color: #5E5E5E;
    }

        .customheader .navbar-nav li a .label-count {
            top: -3px;
            z-index: 2;
            right: -6px;
            color: #FFF;
            background-color: #B2232D;
        }

        .customheader .navbar-nav li a span.header_name {
            display: none;
        }

    .customheader .header_user_profile {
        gap: 0.5rem;
        padding: 4px;
        display: flex;
        margin-left: 15px;
        border-radius: 25px;
        background-color: #FFF;
    }

        .customheader .header_user_profile .user_detail {
            display: flex;
            margin-bottom: 0;
            flex-direction: column;
            justify-content: space-around;
        }

            .customheader .header_user_profile .user_detail .user_email {
                color: #000;
                font-size: 12px;
            }

            .customheader .header_user_profile .user_detail .role {
                color: #5E5E5E;
                font-size: 10px;
            }

    .customheader .user-info {
        padding-top: 8px;
    }

        .customheader .user-info .dropdown-menu {
            border-radius: 10px;
        }

            .customheader .user-info .dropdown-menu li a i {
                margin-bottom: 0;
                vertical-align: middle;
            }

    .customheader .search_example .ui-autocomplete-input {
        border-radius: 10px;
        margin-top: 8px !important;
        padding: 10px 10px !important;
        background-color: #FFF !important;
        border: 1px solid #EBEBEB !important;
    }

.inner-div, section.content {
    background-color: transparent !important;
}

section.content {
    margin: 60px 0 0 0 !important;
}


#leftsidebar {
    left: 0;
    top: 62px;
    z-index: 999;
    margin-top: 62px;
    position: sticky;
    height: calc(100vh - 62px);
}

#sidebar {
    top: 62px;
    width: 280px;
    padding: 5px;
    overflow-y: auto;
    /*overflow: auto;*/
    text-wrap: nowrap;
    /*position: sticky;*/
    align-self: start;
    background-color: #EBEBEB;
    box-sizing: border-box;
    height: 100%;
    /*height: calc(100vh - 60px);*/
    transition: 300ms ease-in-out;
    border-right: 1px solid #EBEBEB;
}

    #sidebar.closesidebar {
        width: 55px;
        padding: 3px;
    }

        #sidebar.closesidebar .dropdown-btn {
            height: 45px;
            cursor: pointer;
            padding: 12px 12px;
            /*pointer-events: none;*/
        }

    #sidebar .sidebar_search {
        margin: 5px;
        padding-bottom: 10px;
        transition: all ease-in-out .5s;
        border-bottom: 1px solid #D9D9D9;
    }

        #sidebar .sidebar_search form {
            position: relative;
        }

        #sidebar .sidebar_search input {
            width: 100%;
            font-size: 14px;
            border-radius: 10px;
            background-color: #FFF !important;
            border: 1px solid #EBEBEB !important;
            padding: 7px 7px 7px 30px !important;
        }

        #sidebar .sidebar_search .search-icon {
            top: 10px;
            left: 10px;
            color: #5E5E5E;
            font-size: 18px;
            position: absolute;
        }

    #sidebar .dropdown-btn.rotate {
        transform: rotate(0deg);
    }

    #sidebar .arrow_icons {
        transition: 500ms ease
    }

    #sidebar .rotate .arrow_icons {
        transform: rotate(180deg);
    }

    #sidebar ul {
        overflow: hidden;
        list-style: none;
    }

        #sidebar ul li.active a {
            color: #5E5E5E;
        }

    #sidebar a,
    #sidebar .dropdown-btn {
        border-radius: 0.5em;
        padding: 12px 10px;
        text-decoration: none;
        color: #5E5E5E;
        display: flex;
        align-items: center;
        gap: 1em;
    }

    #sidebar .dropdown-btn {
        width: 100%;
        text-align: left;
        background: none;
        border: none;
        font: inherit;
        cursor: pointer;
    }

        #sidebar .dropdown-btn .material-icons {
            font-size: 16px;
        }

    #sidebar span.menu_text {
        font-size: 14px;
        text-align: left;
        line-height: 16px;
    }

    #sidebar a span,
    #sidebar .dropdown-btn span {
        flex-grow: 1;
        color: #5E5E5E;
        text-align: left;
    }

    #sidebar a:hover,
    #sidebar .dropdown-btn:hover {
        color: #000 !important;
        background-color: #FFF !important;
    }

    #sidebar .sub-menu {
        /*display: grid;
        font-size: 13px;
        grid-template-rows: 0fr;
        transition: all ease-in-out .5s;*/
    }

        /*#sidebar.closesidebar .sub-menu {
        width: 300px;
        background: #fff;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        right: -290px;
        position: absolute;
        margin-top: -48px;
        padding: 10px 5px;
        visibility: hidden;
        opacity: 0;
        max-height: 350px;
        overflow: auto;
        z-index: 1000;
    }

    #sidebar.closesidebar ul .side-menu_li:hover .sub-menu {
        opacity: 1 !important;
        display: block !important;
        visibility: visible !important;
    }*/

        #sidebar .sub-menu li a {
            display: block;
            font-size: 13px;
            padding: 5px 10px;
        }

        #sidebar .sub-menu.showed {
            grid-template-rows: 1fr;
            display: block !important;
        }

    #sidebar::-webkit-scrollbar {
        width: 3px;
        cursor: pointer;
    }

    #sidebar::-webkit-scrollbar-thumb {
        background-color: #d7d7d7;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        cursor: pointer;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }


.set-dashboard {
    display: grid;
    grid-template-columns: auto 1fr;
}

.sidebar_toggle_btn {
    width: 35px;
    float: left;
    height: 35px;
    display: flex;
    color: #5E5E5E;
    margin-top: 5px;
    margin-right: 15px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all ease-in-out .5s;
    border: 1px solid #EBEBEB !important;
}

    .sidebar_toggle_btn:hover {
        background-color: #EBEBEB !important;
    }


.page_heading {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

    .page_heading .breadcrumb {
        padding: 0;
        margin-bottom: 5px;
    }

        .page_heading .breadcrumb .breadcrumb-item {
            color: #5E5E5E !important;
        }

            .page_heading .breadcrumb .breadcrumb-item a {
                color: #5E5E5E !important;
            }

    .page_heading .page-title {
        font-size: 21px;
        line-height: 24px;
        margin: 0 !important;
        color: #333333 !important;
    }

    .page_heading .btn_list {
        gap: 0.5rem;
        display: flex;
    }

        .page_heading .btn_list .heading_btn_icon {
            width: 40px;
            height: 40px;
            border: none;
            display: flex;
            color: #5E5E5E;
            cursor: pointer;
            align-items: center;
            border-radius: 50px;
            background-color: #FFF;
            justify-content: center;
            border: 1px solid #EBEBEB;
            transition: all ease-in-out .5s;
        }

            .page_heading .btn_list .heading_btn_icon:hover {
                transform: translateY(-2px);
                box-shadow: 0px 6px 16px 2px rgba(0, 0, 0, 0.03);
            }


.custom_row_card {
    gap: 1.5rem;
    display: flex;
}

    .custom_row_card .custom_box_card {
        width: 100% !important;
    }

.custom_box_card {
    position: relative;
    background-color: #FFF;
    padding: 15px !important;
    border-radius: 10px !important;
    box-shadow: 0px 6px 16px 2px rgba(0, 0, 0, 0.05);
}

    .custom_box_card.border {
        box-shadow: none !important;
        border: 1px solid #EBEBEB !important;
    }

    .custom_box_card.inner_box {
        display: flex;
        align-items: center;
        box-shadow: none !important;
        justify-content: space-between;
        background-color: #F9F9FB !important;
    }

        .custom_box_card.inner_box h6 {
            margin: 0 !important;
        }

    .custom_box_card h6 {
        margin-top: 0;
        color: #5E5E5E;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 10px !important;
    }

    .custom_box_card .coverage_status {
        float: right;
        gap: 0.125rem;
        display: flex;
        text-align: center;
        border-radius: 5px;
        white-space: nowrap;
        align-items: center;
        padding: 0.35rem 0.65rem;
        color: #21CE9E !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        transition: all ease-in-out .5s;
        background-color: rgba(33, 206, 158, 0.1);
    }

        .custom_box_card .coverage_status i {
            font-size: 16px !important;
        }

        .custom_box_card .coverage_status.inprogress {
            color: #FFC000 !important;
            background-color: rgba(255, 192, 0, 0.1) !important;
        }

        .custom_box_card .coverage_status.pending {
            color: #5E5E5E !important;
            background-color: #EBEBEB !important;
        }

    .custom_box_card h4 {
        font-size: 21px;
        min-height: 25px;
        line-height: 25px;
        margin: 0 !important;
        color: #333 !important;
        font-weight: 500 !important;
    }

    .custom_box_card .form_group.auto_height .form-control {
        height: initial !important;
        min-height: initial !important;
    }

    .custom_box_card .form_group.auto_height .dropdown-toggle {
        min-height: 25px !important;
        padding: 1px 25px 1px 6px !important;
    }

.custom_card {
    padding: 0 !important;
    background-color: #FFF;
    border-radius: 10px !important;
    box-shadow: 0px 6px 16px 2px rgba(0, 0, 0, 0.05);
}

    .custom_card.border {
        box-shadow: none !important;
        border: 1px solid #EBEBEB !important;
    }

    .custom_card .card_heading {
        display: flex;
        padding: 20px;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #EBEBEB;
    }

        .custom_card .card_heading .btn_list {
            gap: 0.5rem;
            display: flex;
        }

            .custom_card .card_heading .btn_list .heading_btn_icon {
                width: 21px;
                height: 21px;
                border: none;
                display: flex;
                color: #5E5E5E;
                cursor: pointer;
                align-items: center;
                border-radius: 50px;
                justify-content: center;
                border: 1px solid #EBEBEB;
                background-color: #EBEBEB;
                transition: all ease-in-out .5s;
            }

                .custom_card .card_heading .btn_list .heading_btn_icon:hover {
                    transform: translateY(-2px);
                    box-shadow: 0px 6px 16px 2px rgba(0, 0, 0, 0.03);
                }

                .custom_card .card_heading .btn_list .heading_btn_icon i {
                    font-size: 16px;
                    color: #5E5E5E !important;
                }

    .custom_card.border .card_heading {
        padding: 12px;
    }

    .custom_card .card_heading h5 {
        margin: 0;
        color: #5E5E5E;
        font-size: 16px;
        font-weight: 500;
        line-height: 21px;
    }

    .custom_card .card_heading h6 {
        margin: 0;
        color: #5E5E5E;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
    }

    .custom_card .card_heading .modal_close {
        padding: 0;
        width: 21px;
        height: 21px;
        border: none;
        color: #5E5E5E;
        background-color: transparent;
    }

        .custom_card .card_heading .modal_close i {
            font-size: 21px;
        }

    .custom_card .card_heading .nav-tabs {
        border-bottom: none;
    }

        .custom_card .card_heading .nav-tabs li {
            top: 0;
            left: 0;
        }

            .custom_card .card_heading .nav-tabs li a {
                padding: 0 15px 0 0 !important;
            }

    .custom_card .card_body {
        padding: 20px;
        background-color: transparent !important;
    }

        .custom_card .card_body .dashboard_task_box {
            display: grid;
            grid-gap: 1.5rem;
            grid-template-columns: repeat(4, 1fr);
        }

        .custom_card .card_body .dashboard_tasks ul {
            height: 260px;
            overflow-y: auto;
            margin: 0 !important;
            list-style-type: none;
            padding: 0 5px 0 0 !important;
        }

            .custom_card .card_body .dashboard_tasks ul li {
                padding: 12px;
                display: flex;
                font-size: 16px;
                font-weight: 500;
                line-height: 16px;
                border-radius: 7px;
                margin-bottom: 5px;
                align-items: center;
                background-color: #F9F9FB;
                justify-content: space-between;
            }

                .custom_card .card_body .dashboard_tasks ul li:last-child {
                    margin-bottom: 0 !important;
                }

                .custom_card .card_body .dashboard_tasks ul li span {
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 14px;
                }

                .custom_card .card_body .dashboard_tasks ul li .task_badge {
                    text-align: center;
                    border-radius: 5px;
                    white-space: nowrap;
                    margin: 0 !important;
                    padding: 0.35rem 0.65rem;
                    font-size: 12px !important;
                    font-weight: 600 !important;
                }

                    .custom_card .card_body .dashboard_tasks ul li .task_badge.pending {
                        color: #FFC000 !important;
                        background-color: rgba(255, 192, 0, 0.1) !important;
                    }

                    .custom_card .card_body .dashboard_tasks ul li .task_badge.inprogress {
                        color: #FF8E6F !important;
                        background-color: rgb(255, 142, 111, 0.1) !important;
                    }

                    .custom_card .card_body .dashboard_tasks ul li .task_badge.overdue {
                        color: #FB4242 !important;
                        background-color: rgba(251, 66, 66, 0.1) !important;
                    }

                    .custom_card .card_body .dashboard_tasks ul li .task_badge.completed {
                        color: #21CE9E !important;
                        background-color: rgba(33, 206, 158, 0.1);
                    }

    .custom_card.border .card_body .planprogress-circle {
        float: none;
        width: 180px;
        height: 180px;
        margin: 0 auto;
    }

        .custom_card.border .card_body .planprogress-circle.yellow {
            --color: #FFC000;
        }

        .custom_card.border .card_body .planprogress-circle.green {
            --color: #2ecc71;
        }

        .custom_card.border .card_body .planprogress-circle.red {
            --color: #FB4242;
        }

        .custom_card.border .card_body .planprogress-circle .inner-circle {
            flex-direction: column;
        }

    .custom_card .card_body.aws_detail_report_overview_div .Failedseveritytbl {
        border-radius: 10px;
        background-color: #F9F9FB !important;
    }

    .custom_card .card_body .card_ul {
        margin-bottom: 0;
        padding-left: 20px;
    }

        .custom_card .card_body .card_ul li {
            margin-bottom: 7px;
        }

            .custom_card .card_body .card_ul li:last-child {
                margin-bottom: 0;
            }

            .custom_card .card_body .card_ul li ul {
                margin-top: 7px;
                padding-left: 20px;
            }

    .custom_card .card_footer {
        padding: 20px;
        border-top: 1px solid #EBEBEB;
    }

    .custom_card.border .card_body {
        padding: 12px;
    }

.panel_group_body .panel-default {
    border-radius: 7px;
    background-color: #FFF;
    border: 1px solid #EBEBEB;
    box-shadow: none !important;
}

    .panel_group_body .panel-default .panel-heading {
        padding: 12px;
        /* cursor: pointer;*/
        background-color: transparent;
    }

        .panel_group_body .panel-default .panel-heading h5 span {
            color: #5E5E5E;
            font-size: 16px;
            font-weight: 500;
            line-height: 21px;
        }

        .panel_group_body .panel-default .panel-heading h5 .panel_number_box {
            color: #FFF;
            width: 21px;
            height: 21px;
            font-size: 14px;
            margin-right: 5px;
            text-align: center;
            border-radius: 50px;
            display: inline-block;
            background-color: #5E5E5E;
        }

        .panel_group_body .panel-default .panel-heading .collapse_arrow {
            width: 21px;
            height: 21px;
            display: flex;
            align-items: center;
            border-radius: 50px;
            justify-content: center;
            background-color: #EBEBEB;
        }

            .panel_group_body .panel-default .panel-heading .collapse_arrow i {
                font-size: 18px;
            }

        .panel_group_body .panel-default .panel-heading .accordion_action_icons {
            gap: 1.5rem;
            display: flex;
            align-items: center;
        }

        .panel_group_body .panel-default .panel-heading .edit_collapse_icon {
            width: 21px;
            height: 21px;
            cursor: pointer;
            line-height: 24px;
            text-align: center;
            border-radius: 50px;
            display: inline-block;
            padding: 0 !important;
            vertical-align: middle;
            color: #21CE9E !important;
            background-color: rgba(33, 206, 158, 0.25);
        }

            .panel_group_body .panel-default .panel-heading .edit_collapse_icon i {
                font-size: 14px;
                color: #21CE9E !important;
            }

            .panel_group_body .panel-default .panel-heading .edit_collapse_icon.add_icon {
                background-color: rgba(255, 192, 0, 0.1);
            }

                .panel_group_body .panel-default .panel-heading .edit_collapse_icon.add_icon i {
                    font-size: 14px;
                    color: #FFC000 !important;
                }

            .panel_group_body .panel-default .panel-heading .edit_collapse_icon.delete_icon {
                background-color: rgba(251, 66, 66, 0.1);
            }

                .panel_group_body .panel-default .panel-heading .edit_collapse_icon.delete_icon i {
                    font-size: 14px;
                    color: #FB4242 !important;
                }

.panel_group_body .integration_box {
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #EBEBEB !important;
}

    .panel_group_body .integration_box .integration_status {
        text-align: center;
        border-radius: 7px;
        padding: 1px 0px 1px 0px;
        border: 1px solid #EBEBEB !important;
    }

.card_custom_table .table {
    border-radius: 10px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

    .card_custom_table .table.m-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        border-collapse: initial !important;
        border: 1px solid #EBEBEB !important;
    }

        .card_custom_table .table.m-0 .FPVendorMasterInventory {
            margin-bottom: 15px !important;
        }

        .card_custom_table .table.m-0 thead tr th {
            border-top: 0 !important;
            border-right: 0 !important;
            border-bottom: 1px solid #EBEBEB !important;
        }

            .card_custom_table .table.m-0 thead tr th:last-child {
                border-right: 0 !important;
            }

            .card_custom_table .table.m-0 thead tr th:first-child {
                border-left: 0 !important;
            }

        .card_custom_table .table.m-0 tbody tr td {
            border-top: 0 !important;
            border-right: 0 !important;
            border-bottom: 1px solid #EBEBEB;
        }

            .card_custom_table .table.m-0 tbody tr td:last-child {
                border-right: 0 !important;
            }

            .card_custom_table .table.m-0 tbody tr td:first-child {
                border-left: 0 !important;
            }

        .card_custom_table .table.m-0 tbody tr:last-child td {
            border-bottom: 0 !important;
        }

    .card_custom_table .table .TableHeaderColor {
        background-color: transparent;
    }

    .card_custom_table .table thead tr th {
        font-size: 14px;
        font-weight: 600;
        padding: 10px 7px;
        border-top: none !important;
    }

        .card_custom_table .table thead tr th.sorting::after, .card_custom_table .table thead tr th.sorting_desc::after, .card_custom_table .table thead tr th.sorting_asc::after {
            right: 5px;
            width: 16px;
            height: 17px;
            opacity: 0.7;
            background-size: 15px;
        }

    .card_custom_table .table tbody tr td {
        font-size: 14px;
        padding: 5px 7px;
    }

    .card_custom_table .table .form_group .form_check {
        min-height: auto !important;
    }

.card_custom_table .dataTables_wrapper .dt-button {
    color: #5E5E5E !important;
    border: 1px solid #EBEBEB !important;
}

    .card_custom_table .dataTables_wrapper .dt-button .report-icon {
        color: #5E5E5E !important;
    }

    .card_custom_table .dataTables_wrapper .dt-button.custom_btn {
        color: #FFF !important;
        font-size: 14px !important;
        padding: 9px 18px !important;
        border-radius: 7px !important;
    }

.card_custom_table .dataTables_length .form-control {
    border-radius: 5px;
    border: 1px solid #EBEBEB !important;
}

.card_custom_table .dataTables_length .dropdown-toggle {
    padding-right: 8px;
    outline: none !important;
    border-radius: 5px !important;
}

    .card_custom_table .dataTables_length .dropdown-toggle .filter-option {
        top: 0;
        margin-left: 0;
    }

    .card_custom_table .dataTables_length .dropdown-toggle .caret {
        margin-top: 0;
    }

.card_custom_table .dataTables_length .form-control .dropdown-menu {
    border-radius: 7px;
    margin-top: 5px !important;
}

.card_custom_table .dataTables_filter .form-control {
    border-radius: 5px;
    border: 1px solid #EBEBEB !important;
}

.card_custom_table .dataTables_info {
    float: left;
}

.card_custom_table .dataTables_paginate {
    float: right;
}

    .card_custom_table .dataTables_paginate .pagination .paginate_button {
        margin-left: 5px;
        display: inline-block;
    }

        .card_custom_table .dataTables_paginate .pagination .paginate_button a {
            height: auto;
            font-weight: 400;
            border-radius: 5px;
            border: 1px solid #EBEBEB !important;
        }

.card_custom_table .bs-searchbox .form-control {
    margin-left: 0 !important;
    padding-left: 45px !important;
}

.table_custom_badge {
    color: #FFF;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    padding: 0.35rem 0.65rem;
    font-size: 12px !important;
    background-color: rgba(92, 103, 247, 0.1);
}

    .table_custom_badge.pending {
        color: #5E5E5E !important;
        background-color: #EBEBEB !important;
    }

    .table_custom_badge.inprogress {
        color: #FFC000 !important;
        background-color: rgba(255, 192, 0, 0.1) !important;
    }

    .table_custom_badge.overdue {
        color: #FB4242 !important;
        background-color: rgba(251, 66, 66, 0.1) !important;
    }

    .table_custom_badge.completed {
        color: #21CE9E !important;
        background-color: rgba(33, 206, 158, 0.1);
    }

    .table_custom_badge.open {
        background: #d1dbe7;
        color: #185FA5 !important;
    }

    .table_custom_badge.withdrawn {
        background: #6C757D;
        color: #FFFFFF !important;
    }

    .table_custom_badge .align-middle {
        vertical-align: text-top;
    }

.table_button_list ul {
    margin: 0;
    padding: 0;
    gap: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
}

    .table_button_list ul.wrap-initial {
        flex-wrap: initial;
    }

    .table_button_list ul li a.action_icon {
        padding: 0;
        width: 28px;
        height: 28px;
        display: flex;
        cursor: pointer;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        text-decoration: none !important;
    }

        .table_button_list ul li a.action_icon.disabled {
            opacity: 0.4;
            pointer-events: none;
            cursor: not-allowed;
        }

        .table_button_list ul li a.action_icon i {
            font-size: 16px;
            margin: 0 !important;
        }

    .table_button_list ul li a.edit_icon {
        color: #21CE9E;
        transition: all ease-in-out .5s;
        background-color: rgba(33, 206, 158, 0.1);
    }

        .table_button_list ul li a.edit_icon:hover {
            color: #FFF !important;
            background-color: #21CE9E;
        }

    .table_button_list ul li a.delete_icon {
        color: #FB4242;
        transition: all ease-in-out .5s;
        background-color: rgba(251, 66, 66, 0.1);
    }

        .table_button_list ul li a.delete_icon:hover {
            color: #FFF !important;
            background-color: #FB4242;
        }

    .table_button_list ul li a.history_icon {
        color: #0D6EFD;
        transition: all ease-in-out .5s;
        background-color: rgba(13, 110, 253,0.1);
    }

        .table_button_list ul li a.history_icon:hover {
            color: #FFF !important;
            background-color: #0D6EFD !important;
        }

    .table_button_list ul li a.view_icon {
        color: #9E5CF7;
        transition: all ease-in-out .5s;
        background-color: rgba(158, 92, 247, 0.1);
    }

        .table_button_list ul li a.view_icon:hover {
            color: #FFF !important;
            background-color: #9E5CF7;
        }

    .table_button_list ul li a.published_icon {
        color: #FF8E6F;
        transition: all ease-in-out .5s;
        background-color: rgb(255, 142, 111, 0.1);
    }

        .table_button_list ul li a.published_icon:hover {
            color: #FFF !important;
            background-color: #FF8E6F;
        }

    .table_button_list ul li a.comment_icon {
        color: #0CC9b7;
        transition: all ease-in-out .5s;
        background-color: rgba(12,201,183,0.1);
    }

        .table_button_list ul li a.comment_icon:hover {
            color: #FFF !important;
            background-color: #0CC9b7;
        }

    .table_button_list ul li a.oscal_icon {
        color: #4f46e5;
        transition: all ease-in-out .5s;
        background-color: rgba(79, 70, 229, 0.1);
    }

        .table_button_list ul li a.oscal_icon:hover {
            color: #FFF !important;
            background-color: #4f46e5;
        }

    .table_button_list ul li a.highlight_icon {
        pointer-events: none;
        color: #FFF !important;
        background-color: #BD2B37;
    }

label {
    color: #333 !important;
    font-weight: 400 !important;
}

.form_group {
    margin-bottom: 15px;
}

    .form_group.send_otp {
        position: relative;
    }

        .form_group.send_otp .custom_btn {
            top: 0;
            right: 0;
            position: absolute;
        }

    .form_group .form_label {
        color: #333;
        display: block;
        font-weight: 400;
        margin-bottom: 5px;
    }

        .form_group .form_label i.label_icon {
            font-size: 16px !important;
        }

    .form_group .form-control {
        width: 100%;
        color: #5E5E5E;
        min-height: 40px;
        box-shadow: none;
        border-radius: 7px;
        border: 1px solid #EBEBEB;
        font-weight: 400 !important;
        transition: all ease-in-out .5s !important;
    }

    .form_group textarea.form-control {
        overflow-y: auto;
    }

    .form_group input[type="file"] {
        padding: 0 !important;
    }

        .form_group input[type="file"]::file-selector-button {
            border: none;
            color: #5E5E5E;
            padding: 11px 20px;
            margin-right: 10px;
            background-color: #F7F7F7;
            border-right: 1px solid #EBEBEB;
        }

    .form_group .text-required {
        font-size: 14px !important;
    }

    .form_group .form-control:focus {
        border-color: #5E5E5E;
        box-shadow: 0 5px 20px rgba(94, 94, 94, .07);
        -webkit-box-shadow: 0 5px 20px rgba(94, 94, 94, .07);
    }

    .form_group .form-control .dropdown-toggle {
        color: #5E5E5E;
        min-height: 40px;
        box-shadow: none !important;
        font-weight: 400 !important;
        border-radius: 7px !important;
        border: 1px solid #EBEBEB !important;
    }

        .form_group .form-control .dropdown-toggle:focus {
            outline: none !important;
            border-color: #5E5E5E !important;
            box-shadow: 0 5px 20px rgba(94, 94, 94, .07) !important;
            -webkit-box-shadow: 0 5px 20px rgba(94, 94, 94, .07) !important;
        }

    .form_group .form-control .dropdown-menu {
        border-radius: 7px;
        margin-top: 0 !important;
    }

        .form_group .form-control .dropdown-menu li a:hover {
            color: #333 !important;
        }

        .form_group .form-control .dropdown-menu .btn-group .actions-btn:first-child {
            border-radius: 7px 0 0 7px;
        }

        .form_group .form-control .dropdown-menu .btn-group .actions-btn:last-child {
            border-radius: 0 7px 7px 0;
        }

    .form_group .btn:not(.btn-link):not(.btn-circle) span {
        top: 0px;
        margin-left: 3px;
        position: relative;
    }

    .form_group .form_check {
        min-height: 40px;
    }

        .form_group .form_check .containerRdo {
            color: #5E5E5E;
            font-size: 14px;
            font-weight: 400;
        }

            .form_group .form_check .containerRdo .checkmarkRdo {
                width: 18px;
                height: 18px;
            }

                .form_group .form_check .containerRdo .checkmarkRdo:after {
                    top: 5px;
                    left: 5px;
                }

    .form_group #user_img {
        margin-bottom: 5px;
        border-radius: 10px;
        border: 2px solid #EBEBEB;
    }

    .form_group.summernoteclass table {
        width: 100% !important;
    }

    .form_group .form-line.summernoteclass table {
        width: 100% !important;
    }

    .form_group .dxheControl_Aqua {
        width: 100% !important;
    }

        .form_group .dxheControl_Aqua table {
            width: 100% !important;
        }

.custom_btn {
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    padding: 9px 18px;
    border-radius: 7px;
    display: inline-block;
    background-color: #000;
    border: 1px solid #000;
    transition: all ease-in-out .5s;
}

    .custom_btn:hover {
        color: #FFF !important;
        background-color: #EE3340;
        border: 1px solid #EE3340;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(238,51,64,0.3);
        -webkit-box-shadow: 0 4px 15px rgba(238,51,64,0.3);
    }

    .custom_btn.crl_btn {
        color: #5E5E5E;
        background-color: #EBEBEB;
        border: 1px solid #EBEBEB;
        transition: all ease-in-out .5s;
    }

        .custom_btn.crl_btn:hover {
            color: #5E5E5E !important;
            background-color: #DEE2E6;
            border: 1px solid #DEE2E6;
            box-shadow: 0 4px 15px rgba(222,226,230,0.7);
            -webkit-box-shadow: 0 4px 15px rgba(222,226,230,0.7);
        }

    .custom_btn:disabled,
    .custom_btn[disabled],
    .custom_btn.disabled,
    #btnReset:disabled,
    #btnReset[disabled],
    #btnReset.disabled,
    button:disabled,
    input[type="button"]:disabled,
    input[type="submit"]:disabled {
        cursor: not-allowed !important;
        opacity: 0.55 !important;
        transform: none !important;
        -webkit-transform: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        background-color: #6c757d !important;
        border-color: #6c757d !important;
        color: #fff !important;
        pointer-events: auto !important;
        transition: none !important;
    }

    .custom_btn:disabled:hover,
    .custom_btn[disabled]:hover,
    .custom_btn.disabled:hover,
    #btnReset:disabled:hover,
    #btnReset[disabled]:hover,
    #btnReset.disabled:hover,
    button:disabled:hover,
    input[type="button"]:disabled:hover,
    input[type="submit"]:disabled:hover {
        cursor: not-allowed !important;
        opacity: 0.55 !important;
        transform: none !important;
        -webkit-transform: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        background-color: #6c757d !important;
        border-color: #6c757d !important;
        color: #fff !important;
        pointer-events: auto !important;
    }



.swal2-styled.swal2-confirm {
    color: #FFF !important;
    font-size: 14px !important;
    cursor: pointer !important;
    padding: 9px 18px !important;
    border-radius: 7px !important;
    background-color: #000 !important;
    border: 1px solid #000 !important;
    transition: all ease-in-out .5s !important;
}

    .swal2-styled.swal2-confirm:hover {
        color: #FFF !important;
        background-color: #EE3340 !important;
        border: 1px solid #EE3340 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 15px rgba(238,51,64,0.3) !important;
        -webkit-box-shadow: 0 4px 15px rgba(238,51,64,0.3) !important;
    }


.swal2-styled.swal2-cancel {
    color: #5E5E5E !important;
    font-size: 14px !important;
    cursor: pointer !important;
    padding: 9px 18px !important;
    border-radius: 7px !important;
    background-color: #EBEBEB !important;
    border: 1px solid #EBEBEB !important;
    transition: all ease-in-out .5s !important;
}

    .swal2-styled.swal2-cancel:hover {
        color: #5E5E5E !important;
        background-color: #DEE2E6 !important;
        border: 1px solid #DEE2E6 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 15px rgba(222,226,230,0.7) !important;
        -webkit-box-shadow: 0 4px 15px rgba(222,226,230,0.7) !important;
    }

.sweet-alert button.confirm {
    color: #FFF !important;
    font-size: 14px !important;
    cursor: pointer !important;
    padding: 9px 18px !important;
    border-radius: 7px !important;
    display: inline-block !important;
    background-color: #000 !important;
    border: 1px solid #000 !important;
    transition: all ease-in-out .5s !important;
}

    .sweet-alert button.confirm:hover {
        color: #FFF !important;
        background-color: #EE3340 !important;
        border: 1px solid #EE3340 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 15px rgba(238,51,64,0.3) !important;
        -webkit-box-shadow: 0 4px 15px rgba(238,51,64,0.3) !important;
    }

.sweet-alert button.cancel {
    color: #5E5E5E !important;
    font-size: 14px !important;
    cursor: pointer !important;
    padding: 9px 18px !important;
    border-radius: 7px !important;
    background-color: #EBEBEB !important;
    border: 1px solid #EBEBEB !important;
    transition: all ease-in-out .5s !important;
}

    .sweet-alert button.cancel:hover {
        color: #5E5E5E !important;
        background-color: #DEE2E6 !important;
        border: 1px solid #DEE2E6 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 15px rgba(222,226,230,0.7) !important;
        -webkit-box-shadow: 0 4px 15px rgba(222,226,230,0.7) !important;
    }

.vendor_plan_section .subscription_plan_section {
    gap: 1rem;
    display: flex;
    justify-content: center;
}

.vendor_plan_section .subscription_plan {
    position: relative;
    width: 100% !important;
    max-width: 250px !important;
}

    .vendor_plan_section .subscription_plan .pricingTable {
        border: none;
        padding: 15px;
        border-radius: 10px;
        background-color: #FFF;
        transition: all ease-in-out .5s;
        box-shadow: 0px 6px 16px 2px rgba(0, 0, 0, 0.05);
    }

    .vendor_plan_section .subscription_plan .heading_title i {
        font-size: 36px;
    }

    .vendor_plan_section .subscription_plan .pricingTable .pricing_plan_header {
        gap: 1rem;
        display: flex;
        padding: 15px;
        min-height: 180px;
        border-radius: 10px;
        flex-direction: column;
        justify-content: center;
        background-color: #EBEBEB;
    }

    .vendor_plan_section .subscription_plan:nth-child(2) .pricingTable .pricing_plan_header {
        color: #FFF;
        background-color: #7F7F7F;
    }

    .vendor_plan_section .subscription_plan:nth-child(3) .pricingTable .pricing_plan_header {
        color: #FFF;
        background-color: #000;
    }

    .vendor_plan_section .subscription_plan:nth-child(4) .pricingTable .pricing_plan_header {
        color: #FFF;
        background-color: #EC1919;
    }

    .vendor_plan_section .subscription_plan .pricingTable .pricingContent {
        gap: 2rem;
        display: flex;
        min-height: 135px;
        flex-direction: column;
        justify-content: center;
    }

        .vendor_plan_section .subscription_plan .pricingTable .pricingContent ul {
            padding: 0 !important;
        }

    .vendor_plan_section .subscription_plan .selectedCpmPlan {
        left: -5px;
        top: -30px;
        color: #000;
        z-index: -1;
        width: 104%;
        height: 110%;
        padding-top: 5px;
        position: absolute;
        border-radius: 10px;
        background-color: #EBEBEB;
    }

    .vendor_plan_section .subscription_plan:nth-child(2) .selectedCpmPlan {
        color: #FFF;
        background-color: #7F7F7F;
    }

    .vendor_plan_section .subscription_plan:nth-child(3) .selectedCpmPlan {
        color: #FFF;
        background-color: #000;
    }

    .vendor_plan_section .subscription_plan:nth-child(4) .selectedCpmPlan {
        color: #FFF;
        background-color: #EC1919;
    }


.SubscriptionPlanPopupBody .para_min_height {
    font-size: 13px;
    min-height: 50px;
    line-height: 15px;
}

.custom_switch {
    gap: 1rem;
    display: flex;
    justify-content: center;
}

    .custom_switch label {
        cursor: pointer;
    }

        .custom_switch label input[type=checkbox] {
            width: 0;
            height: 0;
            opacity: 0;
            left: -9999px;
            position: absolute;
        }

        .custom_switch label .lever {
            width: 35px;
            height: 20px;
            content: "";
            position: relative;
            border-radius: 15px;
            display: inline-block;
            vertical-align: middle;
            background-color: #EBEBEB;
            transition: background 0.3s ease;
        }

            .custom_switch label .lever:after {
                top: 2px;
                left: 2px;
                content: "";
                width: 16px;
                height: 16px;
                position: absolute;
                border-radius: 21px;
                display: inline-block;
                background-color: #FFFFFF;
                transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
            }

.Smallcustom_switch label .lever {
    width: 30px;
    height: 15px;
    content: "";
    position: relative;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    background-color: #EBEBEB;
    transition: background 0.3s ease;
}

    .Smallcustom_switch label .lever:after {
        top: 2px;
        left: 2px;
        content: "";
        width: 11px;
        height: 11px;
        position: absolute;
        border-radius: 21px;
        display: inline-block;
        background-color: #FFFFFF;
        transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
    }

.custom_switch label input[type=checkbox]:checked + .lever {
    background-color: #21CE9E;
}

    .custom_switch label input[type=checkbox]:checked + .lever:after {
        left: 17px;
        background-color: #FFF;
    }


.custom_tabs .trust_tabs {
    padding: 10px;
    /*flex-wrap: wrap;*/
    overflow-x: auto;
    border-radius: 10px;
    border: none !important;
    background-color: #F9F9FB;
    margin-bottom: 15px !important;
}

    .custom_tabs .trust_tabs .trust_tab {
        border-radius: 7px;
        white-space: nowrap;
        border-color: transparent;
        background-color: #F9F9FB;
    }

        .custom_tabs .trust_tabs .trust_tab.trust_active {
            background-color: #FFF;
            border: 1px solid #EBEBEB;
            border-block-end: 2px solid #EBEBEB;
        }

    .custom_tabs .trust_tabs::-webkit-scrollbar {
        height: 3px;
        cursor: pointer;
    }

.custom_tabs.dashboard_tabs.custom_dashboard_width {
    overflow: hidden;
}

.custom_tabs.dashboard_tabs .trust_tabs {
    padding: 5px;
}

.custom_tabs.dashboard_tabs .trust_tab {
    padding: 7px 12px;
}

.custom_tabs .trust_tab-content {
    padding: 0 !important;
    border: none !important;
}

.custom_tabs.dashboard_tabs .trust_tab-content h6 {
    margin-top: 0;
    color: #5E5E5E;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px !important;
}

.custom_tabs.dashboard_tabs .trust_tab-content h5 {
    margin: 0;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.custom_tabs.dashboard_tabs .trust_tab-content h4 {
    font-size: 21px;
    line-height: 25px;
    margin: 0 !important;
    color: #333 !important;
    font-weight: 700 !important;
}

.custom_tabs.dashboard_tabs .trust_tab-content .dash_compli_slider {
    width: 100%;
    height: 10px;
    outline: none;
    appearance: none;
    overflow: hidden;
    border-radius: 15px;
    background: #EBEBEB;
    pointer-events: none;
    padding: 0 !important;
    -webkit-appearance: none;
}

    .custom_tabs.dashboard_tabs .trust_tab-content .dash_compli_slider::-webkit-slider-thumb {
        width: 0;
        height: 0;
        border: none;
        appearance: none;
        background: transparent;
        -webkit-appearance: none;
        box-shadow: -170px 0 0 170px #4ABA00 !important;
    }

.custom_tabs.custom_ver_tabs {
    display: grid;
    padding: 15px;
    grid-gap: 1.5rem;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #FFF;
    grid-template-columns: 3fr 10fr;
}

    .custom_tabs.custom_ver_tabs .left_side_bar {
        padding-right: 15px;
        border-right: 1px solid #EBEBEB;
    }

    .custom_tabs.custom_ver_tabs .right_side_bar {
        padding: 0;
    }

        .custom_tabs.custom_ver_tabs .right_side_bar .panel_group_body .panel-default .panel-heading h5 span:first-child {
            width: 65%;
            display: inline-block;
        }

    .custom_tabs.custom_ver_tabs .nav-tabs .nav-item {
        top: 0;
        left: 0;
        border-radius: 7px;
        width: 100% !important;
    }

        .custom_tabs.custom_ver_tabs .nav-tabs .nav-item.active {
            background-color: #F9F9FB !important;
        }

        .custom_tabs.custom_ver_tabs .nav-tabs .nav-item .nav-link {
            width: 100%;
            display: block;
            font-size: 14px;
            cursor: pointer;
            padding: 10px 10px;
            border-radius: 7px;
            color: #333 !important;
            border: 1px solid transparent;
        }

            .custom_tabs.custom_ver_tabs .nav-tabs .nav-item .nav-link.active {
                color: #333 !important;
                border-color: #EBEBEB !important;
                border-block-end: 2px solid #EBEBEB;
                background-color: #F9F9FB !important;
            }

.phase_header {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .phase_header .phase-dots {
        width: 12px;
        height: 12px;
        border-radius: 50px;
        background-color: #0D6D0D;
    }

    .phase_header .phease-line {
        flex: 1;
        height: 0.5px;
        background: #D3D1C7;
    }

    .phase_header .phese-status {
        height: 21px;
        color: #0D6D0D;
        padding: 0 10px;
        border-radius: 10px;
        background-color: #EAF3DE;
    }

    .phase_header.running .phase-dots {
        background-color: #FFC000 !important;
    }

    .phase_header.running .phese-status {
        color: #FFC000 !important;
        background-color: rgba(255, 192, 0, 0.1) !important;
    }

.ai_geniejourney_progress .progress {
    height: 5px;
    background-color: #E7E7E7;
}

.agents_journey .aijourney_heading {
    gap: 0.75rem;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    align-items: center;
}

    .agents_journey .aijourney_heading span {
        width: 30px;
        height: 30px;
        color: #27500A;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        border-radius: 50px;
        display: inline-block;
        background-color: #EAF3DE;
    }

.agents_journey.completed .aijourney_heading.active span {
    color: #FFF;
    background-color: #27500A;
}

.agents_journey.running .aijourney_heading span {
    color: #FFC000 !important;
    background-color: rgba(255, 192, 0, 0.1) !important;
}

.agents_journey.running .aijourney_heading.active span {
    color: #FFF !important;
    background-color: #FFC000 !important;
}

.agents_journey p {
    margin-top: 3px;
    margin-left: 35px;
}

.aijourney_status {
    height: 21px;
    display: table;
    font-size: 12px;
    margin-top: 5px;
    line-height: 21px;
    margin-left: 35px;
    padding: 0 0.65rem;
    border-radius: 5px;
}

    .aijourney_status.done {
        color: #0D6D0D !important;
        background-color: #EAF3DE;
    }

    .aijourney_status.running {
        color: #FFC000 !important;
        background-color: rgba(255, 192, 0, 0.1) !important;
    }

.agents_journey {
    /*display: grid;
    grid-gap: 2rem;
    grid-template-columns: 0.5fr 11.5fr;*/
    position: relative;
    margin-bottom: 20px;
}

    .agents_journey::after {
        left: 25px;
        width: 2px;
        content: '';
        height: 10px;
        bottom: -15px;
        position: absolute;
        background-color: #D3D1C7;
    }

    .agents_journey:last-child::after {
        display: none;
    }

    .agents_journey .step_arrow {
        width: 62px;
        height: 62px;
        display: flex;
        border-radius: 7px;
        align-items: center;
        background-color: #FFF;
        justify-content: center;
        border: 1px solid #EBEBEB;
        box-shadow: 0px 6px 16px 2px rgba(0, 0, 0, 0.05);
    }

        .agents_journey .step_arrow.completed {
            color: #FFF;
            background-color: #21CE9E;
        }

        .agents_journey .step_arrow.active {
            color: #FFF;
            background-color: #000;
        }

    .agents_journey .card_body {
        gap: 1.5rem;
        display: flex;
        padding: 15px;
        justify-content: space-between;
    }

        .agents_journey .card_body .custom_btn {
            white-space: nowrap;
        }

        .agents_journey .card_body .table_custom_badge {
            margin-bottom: 0;
            padding: 0 0.65rem;
            vertical-align: bottom;
        }

        .agents_journey .card_body .agents_status {
            padding: 2px 5px;
            margin-left: 35px;
            border-radius: 7px;
            display: inline-block;
            border: 1px solid #EBEBEB;
            background-color: #F9F9FB;
        }

            .agents_journey .card_body .agents_status .rounded_full {
                width: 15px;
                height: 15px;
                border-radius: 50px;
                display: inline-block;
                vertical-align: text-bottom;
            }


.dtp > .dtp-content {
    overflow: hidden !important;
    border-radius: 10px !important;
}

    .dtp > .dtp-content .dtp-buttons .dtp-btn-ok {
        color: #FFF !important;
        font-size: 14px !important;
        cursor: pointer !important;
        padding: 9px 18px !important;
        border-radius: 7px !important;
        background-color: #000 !important;
        border: 1px solid #000 !important;
        transition: all ease-in-out .5s !important;
    }

        .dtp > .dtp-content .dtp-buttons .dtp-btn-ok:hover {
            color: #FFF !important;
            background-color: #EE3340 !important;
            border: 1px solid #EE3340 !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 4px 15px rgba(238,51,64,0.3) !important;
            -webkit-box-shadow: 0 4px 15px rgba(238,51,64,0.3) !important;
        }

    .dtp > .dtp-content .dtp-buttons .dtp-btn-cancel {
        color: #5E5E5E !important;
        font-size: 14px !important;
        cursor: pointer !important;
        padding: 9px 18px !important;
        border-radius: 7px !important;
        background-color: #EBEBEB !important;
        border: 1px solid #EBEBEB !important;
        transition: all ease-in-out .5s !important;
    }

        .dtp > .dtp-content .dtp-buttons .dtp-btn-cancel:hover {
            color: #5E5E5E !important;
            background-color: #DEE2E6 !important;
            border: 1px solid #DEE2E6 !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 4px 15px rgba(222,226,230,0.7) !important;
            -webkit-box-shadow: 0 4px 15px rgba(222,226,230,0.7) !important;
        }

.note-editor.note-frame.panel {
    margin-bottom: 0 !important;
}

.quiz_bank_section .section-wizard-sec.body {
    padding: 0 0 15px 0;
}


.quiz_bank_section .wizard .actions li:first-child a {
    color: #5E5E5E !important;
    font-size: 14px !important;
    cursor: pointer !important;
    padding: 9px 18px !important;
    border-radius: 7px !important;
    background-color: #EBEBEB !important;
    border: 1px solid #EBEBEB !important;
    transition: all ease-in-out .5s !important;
}

    .quiz_bank_section .wizard .actions li:first-child a:hover {
        color: #5E5E5E !important;
        background-color: #DEE2E6 !important;
        border: 1px solid #DEE2E6 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 15px rgba(222,226,230,0.7) !important;
        -webkit-box-shadow: 0 4px 15px rgba(222,226,230,0.7) !important;
    }


.quiz_bank_section .wizard .actions li a {
    color: #FFF !important;
    font-size: 14px !important;
    cursor: pointer !important;
    padding: 9px 18px !important;
    border-radius: 7px !important;
    background-color: #000 !important;
    border: 1px solid #000 !important;
    transition: all ease-in-out .5s !important;
}

    .quiz_bank_section .wizard .actions li a:hover {
        color: #FFF !important;
        background-color: #EE3340 !important;
        border: 1px solid #EE3340 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 15px rgba(238,51,64,0.3) !important;
        -webkit-box-shadow: 0 4px 15px rgba(238,51,64,0.3) !important;
    }

.agentai_sidebar_icons {
    z-index: 9;
    bottom: 35px;
    position: fixed;
    right: 25px !important;
    cursor: move !important;
}

.decision_group {
    gap: 0;
    display: flex;
    justify-content: center;
}

    .decision_group .decisionbtn {
        border: none !important;
        color: #5E5E5E !important;
        background-color: #EBEBEB !important;
    }

        .decision_group .decisionbtn:first-child {
            border-radius: 5px 0 0 5px !important;
        }

        .decision_group .decisionbtn:nth-child(2) {
            border-radius: 0 !important;
        }

        .decision_group .decisionbtn:last-child {
            border-radius: 0 5px 5px 0 !important;
        }

    .decision_group .active-keep, .decision_group .active-change, .decision_group .active-flag.disabled, .decision_group .active-revoke {
        color: #FFF !important;
        background-color: #000 !important;
        border: 1px solid #000 !important;
    }


.user_application_table .table_custom_badge {
    white-space: initial;
}

.dropdown_menu_table .table-responsive {
    overflow-x: initial !important;
}

.dropdown_menu_table .dataTables_wrapper {
    overflow-x: initial !important;
}

.dropdown_menu_table .dataTables_paginate {
    float: none !important;
}

.evidence_doc_icon {
    float: right;
    margin-right: 15px;
}

    .evidence_doc_icon .evi_available {
        color: #21CE9E;
    }

    .evidence_doc_icon .evi_unavailable {
        color: #FB4242;
    }

#divControlHtmlContent .wrapper {
    margin: 0 !important;
    width: 100% !important;
    padding: 15px !important;
    max-width: 100% !important;
}

    #divControlHtmlContent .wrapper .card {
        border-radius: 12px;
    }

.evidence_img {
    width: 45px;
    margin: 0 auto 5px;
}

.evidence_label {
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: 12px !important;
    margin-left: -5px;
    margin-top: 5px;
}

#divRiskRegisterList #bar_chartRR {
    width: 100% !important;
}

#ApplicationDataList {
    width: 100% !important;
}

#ScanSummaryList #barcanvas {
    width: 100% !important;
}

.phishing_activity [dir="ltr"] {
    width: 100% !important;
}

    .phishing_activity [dir="ltr"] svg {
        width: 100% !important;
    }

#ApplicationDetails #ApplicationDataList {
    width: 100% !important;
}

#RiskAssessmentList #RiskAssessmentCanvas {
    width: 100% !important;
}

#RiskActionItemList #bar_chart {
    width: 100% !important;
}

#RiskCertificationList [dir="ltr"] {
    width: 100% !important;
}

    #RiskCertificationList [dir="ltr"] svg {
        width: 100% !important;
    }

#RiskCertificationList #filter_div {
    margin-left: 62% !important;
}

#RiskAssessors #RemediationActionItems {
    width: 100% !important;
}

#CutomPlanSection #mainContainer > div[class$="-base"] {
    background: transparent;
}

    #CutomPlanSection #mainContainer > div[class$="-base"] > div[class$="-page"] {
        padding: 0 !important;
    }

#deviceStatusContainer > div[class$="-base"] {
    background: transparent;
}

    #deviceStatusContainer > div[class$="-base"] > div[class^="device-status-"] {
        padding: 0 !important;
    }


#CutomPlanSection #adminPanelContainer > div[class$="-base"] {
    background: transparent;
}

    #CutomPlanSection #adminPanelContainer > div[class$="-base"] > div[class$="-page"] {
        padding: 0 !important;
    }

.vendor-risk-status .custom_box_card h4 {
    font-size: 16px !important;
}

.table_action_icon {
    gap: 0.5rem;
    display: flex;
    justify-content: center;
}

.readiness_assess_section .rcsa_title {
    min-height: 45px;
}

    .readiness_assess_section .rcsa_title .rcsa_status {
        font-size: 12px;
        white-space: initial;
    }

#AuditStatusReportcanvas, #PersonnelBarChart, #EmployeePaiChartCanvas, #ContractorPaiChartCanvas {
    width: 100% !important;
}

    #EmployeePaiChartCanvas svg {
        width: 100% !important;
    }

        #EmployeePaiChartCanvas svg rect {
            width: 100% !important;
        }

    #EmployeePaiChartCanvas [dir="ltr"] {
        width: 100% !important;
    }

#ProspectQualifierScoreGraphWrapper [dir="ltr"] {
    width: 100% !important;
}

.no-white-space {
    white-space: initial !important;
}

    .no-white-space td, .no-white-space th {
        white-space: initial !important;
    }

#CyberRiskIntelligenceList canvas {
    width: 100% !important;
}

#ProspectQualifierScoreGraphWrapper [dir="ltr"] svg {
    width: 100% !important;
}

#RiskSelectionCanvas [dir="ltr"] {
    width: 100% !important;
}

    #RiskSelectionCanvas [dir="ltr"] svg {
        width: 100% !important;
    }

#LimitsRecommendationSelectionCanvas [dir="ltr"] {
    width: 100% !important;
}

    #LimitsRecommendationSelectionCanvas [dir="ltr"] svg {
        width: 100% !important;
    }

#InviteStatusGraph_Div [dir="ltr"] {
    width: 100% !important;
}

    #InviteStatusGraph_Div [dir="ltr"] svg {
        width: 100% !important;
    }

#IncidentResponseList canvas {
    width: 100% !important;
}


#ReleaseCommunicationGraph [dir="ltr"] {
    width: 100% !important;
}

    #ReleaseCommunicationGraph [dir="ltr"] svg {
        width: 100% !important;
    }

#PersonnelBarChart [dir="ltr"] {
    width: 100% !important;
}

    #PersonnelBarChart [dir="ltr"] svg {
        width: 100% !important;
    }

#EmployeePaiChartCanv [dir="ltr"] {
    width: 100% !important;
}

    #EmployeePaiChartCanv [dir="ltr"] svg {
        width: 100% !important;
    }

#ContractorPaiChartCanvas [dir="ltr"] {
    width: 100% !important;
}

    #ContractorPaiChartCanvas [dir="ltr"] svg {
        width: 100% !important;
    }

.action_items_table .action_items {
    padding: 5px;
}

    .action_items_table .action_items h5 {
        display: flex;
        margin-top: 0px;
        margin-bottom: 10px;
        justify-content: space-between;
    }

        .action_items_table .action_items h5 span {
            font-size: 12px;
            font-weight: 500;
        }

    .action_items_table .action_items .tasks_list {
        padding: 0;
        padding-bottom: 5px;
        margin-bottom: 10px;
        list-style-type: none;
        border-bottom: 1px solid #EBEBEB;
    }

        .action_items_table .action_items .tasks_list li {
            display: flex;
            justify-content: space-between;
        }

            .action_items_table .action_items .tasks_list li span {
                display: flex;
            }

                .action_items_table .action_items .tasks_list li span.line-through {
                    text-decoration: line-through;
                }


.static-switch {
    display: inline-block;
    cursor: default;
}

    .static-switch .lever {
        position: relative;
        display: inline-block;
        width: 36px;
        height: 14px;
        background: #9e9e9e;
        border-radius: 15px;
    }

        .static-switch .lever::after {
            content: "";
            position: absolute;
            top: -3px;
            left: 0;
            width: 20px;
            height: 20px;
            background: #fff;
            border-radius: 50%;
            transition: none;
        }

    /* ON State */
    .static-switch.static-switch-green .lever {
        background: #21ce9e;
    }

        .static-switch.static-switch-green .lever::after {
            left: 16px;
        }


#tblVendorInvtry.FPVendorInventory tbody tr td {
    padding: 15px;
}

#tblVendorInvtry.FPVendorInventory .sec-title {
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
}

#tblVendorInvtry.FPVendorInventory .sec-title-label {
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    padding: 0.35rem 0.65rem;
    font-size: 12px !important;
    background-color: rgba(92, 103, 247, 0.1);
}

#tblVendorInvtry.FPVendorInventory .vendor-first-row {
    gap: 1rem;
    display: flex;
    position: relative;
    justify-content: space-between;
}

    #tblVendorInvtry.FPVendorInventory .vendor-first-row .first-div {
        gap: 1rem;
        display: flex;
        align-items: center;
    }

        #tblVendorInvtry.FPVendorInventory .vendor-first-row .first-div .text-1 {
            margin: 0;
        }

            #tblVendorInvtry.FPVendorInventory .vendor-first-row .first-div .text-1 h2 {
                gap: 1rem;
                display: flex;
                font-size: 21px;
                margin: 0 0 5px;
                align-items: center;
            }

                #tblVendorInvtry.FPVendorInventory .vendor-first-row .first-div .text-1 h2 .company_label a {
                    color: #79A440;
                    cursor: pointer;
                    font-weight: 600;
                    text-align: center;
                    border-radius: 7px;
                    white-space: nowrap;
                    padding: 0.65rem 0.95rem;
                    font-size: 12px !important;
                    transition: all ease-in-out .5s;
                    background-color: rgba(121, 164, 64, 0.10);
                }

                    #tblVendorInvtry.FPVendorInventory .vendor-first-row .first-div .text-1 h2 .company_label a:hover {
                        color: #FFF !important;
                        background-color: #79A440 !important;
                    }

            #tblVendorInvtry.FPVendorInventory .vendor-first-row .first-div .text-1 p .text-1-span {
                padding-left: 15px;
            }

    #tblVendorInvtry.FPVendorInventory .vendor-first-row .second-div .FPV_yearBox {
        padding: 5px 15px;
        border-radius: 10px;
        display: inline-block;
        border: 1px solid #D8DCE3;
    }

    #tblVendorInvtry.FPVendorInventory .vendor-first-row .second-div .FPV_checkbox {
        top: -23px;
        left: -23px;
        width: 25px;
        height: 25px;
        text-align: center;
        position: absolute;
        border-radius: 5px;
        background-color: #B9B9B9;
    }

        #tblVendorInvtry.FPVendorInventory .vendor-first-row .second-div .FPV_checkbox label {
            height: 20px;
            margin: 3px 0 0 0;
            padding-left: 21px;
        }

#tblVendorInvtry.FPVendorInventory .FPV-buttons {
    gap: 0.5rem;
    display: flex;
    justify-content: center;
}

    #tblVendorInvtry.FPVendorInventory .FPV-buttons .custom_btn {
        padding: 5px 12px;
        white-space: nowrap;
    }

#tblVendorInvtry.FPVendorInventory .VRA_card .VRA_item {
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 10px;
}

    #tblVendorInvtry.FPVendorInventory .VRA_card .VRA_item:first-child {
        background-color: #F4F7FF;
    }

    #tblVendorInvtry.FPVendorInventory .VRA_card .VRA_item:nth-child(2) {
        background-color: #F6FDFA;
    }

    #tblVendorInvtry.FPVendorInventory .VRA_card .VRA_item .VRA_icon {
        margin-right: 10px;
    }

    #tblVendorInvtry.FPVendorInventory .VRA_card .VRA_item .VRA_title {
        margin: 0;
    }

#tblVendorInvtry.FPVendorInventory .border_bn {
    vertical-align: top;
}

    #tblVendorInvtry.FPVendorInventory .border_bn p {
        gap: 0.5rem;
        display: flex;
    }

        #tblVendorInvtry.FPVendorInventory .border_bn p i {
            color: #94A3B8;
        }

    #tblVendorInvtry.FPVendorInventory .border_bn .social-icon {
        width: 30px;
        height: 30px;
        display: flex;
        font-size: 18px;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        border: 1px solid #D8DCE3;
        transition: all ease-in-out .5s;
    }

        #tblVendorInvtry.FPVendorInventory .border_bn .social-icon:hover {
            background-color: #EEF1F6;
        }

#tblVendorInvtry.FPVendorInventory .vendor-risk-meter h3 {
    margin: 0;
    font-size: 21px;
}

    #tblVendorInvtry.FPVendorInventory .vendor-risk-meter h3.vlow {
        color: #96B55C;
    }

    #tblVendorInvtry.FPVendorInventory .vendor-risk-meter h3.low {
        color: #79A440;
    }

    #tblVendorInvtry.FPVendorInventory .vendor-risk-meter h3.moderate {
        color: #FEB814;
    }

    #tblVendorInvtry.FPVendorInventory .vendor-risk-meter h3.high {
        color: #E57226;
    }

    #tblVendorInvtry.FPVendorInventory .vendor-risk-meter h3.vhigh {
        color: #C42134;
    }

#tblVendorInvtry.FPVendorInventory .vendor-risk-meter .meter {
    gap: 4px;
    display: flex;
    margin-top: 12px;
}

    #tblVendorInvtry.FPVendorInventory .vendor-risk-meter .meter .seg {
        flex: 1;
        height: 6px;
        border-radius: 3px;
        background: #EEF1F6;
    }

        #tblVendorInvtry.FPVendorInventory .vendor-risk-meter .meter .seg.vlow {
            transform: rotate(0deg) !important;
            background-color: #96B55C !important;
        }

        #tblVendorInvtry.FPVendorInventory .vendor-risk-meter .meter .seg.low {
            transform: rotate(0deg) !important;
            background-color: #79A440 !important;
        }

        #tblVendorInvtry.FPVendorInventory .vendor-risk-meter .meter .seg.moderate {
            transform: rotate(0deg) !important;
            background-color: #FEB814 !important;
        }

        #tblVendorInvtry.FPVendorInventory .vendor-risk-meter .meter .seg.high {
            transform: rotate(0deg) !important;
            background-color: #E57226 !important;
        }

        #tblVendorInvtry.FPVendorInventory .vendor-risk-meter .meter .seg.vhigh {
            transform: rotate(0deg) !important;
            background-color: #C42134 !important;
        }



#tblFindVendor.tblFindVendor tbody tr td {
    padding: 15px;
}

#tblFindVendor.tblFindVendor .sec-title {
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
}

#tblFindVendor.tblFindVendor .sec-title-label {
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    padding: 0.35rem 0.65rem;
    font-size: 12px !important;
    background-color: rgba(92, 103, 247, 0.1);
}

#tblFindVendor.tblFindVendor .vendor-first-row {
    gap: 1rem;
    display: flex;
    position: relative;
    justify-content: space-between;
}

    #tblFindVendor.tblFindVendor .vendor-first-row .first-div {
        gap: 1rem;
        display: flex;
        align-items: center;
    }

        #tblFindVendor.tblFindVendor .vendor-first-row .first-div .text-1 {
            margin: 0;
        }

            #tblFindVendor.tblFindVendor .vendor-first-row .first-div .text-1 h2 {
                gap: 1rem;
                display: flex;
                font-size: 21px;
                margin: 0 0 5px;
                align-items: center;
            }

            #tblFindVendor.tblFindVendor .vendor-first-row .first-div .text-1 .text-1-span {
                padding-left: 15px;
            }

    #tblFindVendor.tblFindVendor .vendor-first-row .second-div {
        gap: 0.5rem;
        display: flex;
        align-items: end;
        flex-direction: column;
    }

        #tblFindVendor.tblFindVendor .vendor-first-row .second-div .FPV_yearBox {
            padding: 5px 12px;
            border-radius: 10px;
            display: inline-block;
            border: 1px solid #D8DCE3;
        }

            #tblFindVendor.tblFindVendor .vendor-first-row .second-div .FPV_yearBox label {
                height: 20px;
                margin-bottom: 0;
            }

        #tblFindVendor.tblFindVendor .vendor-first-row .second-div .custom_btn {
            padding: 5px 12px;
        }

#tblFindVendor.tblFindVendor .border_bn {
    vertical-align: top;
}

    #tblFindVendor.tblFindVendor .border_bn p {
        gap: 0.5rem;
        display: flex;
    }

        #tblFindVendor.tblFindVendor .border_bn p i {
            color: #94A3B8;
        }

    #tblFindVendor.tblFindVendor .border_bn .social-icon {
        width: 30px;
        height: 30px;
        display: flex;
        font-size: 18px;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        border: 1px solid #D8DCE3;
        transition: all ease-in-out .5s;
    }

        #tblFindVendor.tblFindVendor .border_bn .social-icon:hover {
            background-color: #EEF1F6;
        }