﻿@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;
}

.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;
}

.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 .page-title {
        font-size: 21px;
        line-height: 24px;
        margin: 0 !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_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;
        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 10px;
    }

    .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;
        }

.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_button_list ul {
    margin: 0;
    padding: 0;
    gap: 0.5rem;
    display: flex;
    list-style-type: none;
    justify-content: center;
}

    .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 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.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 .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;
    }

.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);
        }



.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;
            }

        .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;
    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: 75%;
            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;
            }

.agents_journey {
    display: grid;
    grid-gap: 2rem;
    margin-bottom: 15px;
    grid-template-columns: 0.5fr 11.5fr;
}

    .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;
        justify-content: space-between;
    }

        .agents_journey .card_body .custom_btn {
            white-space: nowrap;
        }

        .agents_journey .card_body .table_custom_badge {
            margin-bottom: 0;
            vertical-align: bottom;
        }

        .agents_journey .card_body .agents_status {
            padding: 2px 5px;
            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;
}
