#him-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/**************************************
**********LOGIN PAGE CSS**************/

a.navbar-brand img {
    width: 24px !important;
}

.container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.vlogin_container {
    max-width: 1253px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.login_section {
    border-radius: 40px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.login_main_bg {
    background: url(../img/login_main_bg.jpg) no-repeat top center;
    background-size: cover;
}



.login_user_input,
.login_user_input:focus {
    border-radius: 24px;
    padding: 20px 20px 20px 45px;
    height: 50px;
    background: url(../img/vuser_icon.png) no-repeat #fff 20px center !important;
    background-size: 16px !important;
    color: #666d92 !important;
    font-size: 16px;
}

.field_req {
    color: #ffadad;
    padding: 5px 15px;
    font-size: 14px;
    display: block;
}

.login_paswd_input,
.login_paswd_input:focus {
    border-radius: 24px;
    padding: 20px 20px 20px 45px;
    height: 50px;
    background: url(../img/vpswd_icon.png) no-repeat #fff 20px center !important;
    background-size: 16px !important;
    color: #666d92 !important;
    font-size: 16px;
}

.vlogin_submit_btn {
    border-radius: 30px;
    width: auto;
    background: #383838;
    border: none;
    padding: 5px 30px;
    color: #fff;
}

    .vlogin_submit_btn:hover,
    .vlogin_submit_btn:focus {
        color: #5ec9d6;
    }

    .vlogin_submit_btn i {
        margin-right: 8px;
        opacity: 0.8;
    }

.login-form h3.title {
    color: #fff;
    font-size: 24px;
}

.login-form p.pdis_login {
    color: #a1f6ff;
    font-size: 16px;
}

ul.login_section {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.login_section li {
        display: table-cell;
        width: 70%;
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }

        ul.login_section li.login_graphic {
            background: url(../img/secure.jpg) no-repeat center center #fff;
            background-size: auto;
            height: 624px;
            border-radius: 40px 0 0 40px;
            vertical-align: top;
        }

            ul.login_section li.login_graphic .urasoft_name {
                font-size: 22px;
                font-weight: bold;
                padding: 30px;
            }

        ul.login_section li.login_form_section {
            background: url(../img/login_form_bg.jpg) no-repeat top center;
            background-size: cover;
            border-radius: 0 40px 40px 0;
        }



/***************END*******************
**********LOGIN PAGE CSS**************/




/*********************************************
**********TOP NAVBAR SECTION CSS**************/

.header-top {
    /*background-image: linear-gradient(135.29deg, #353795, #015c97);*/
}

.nav-item a {
    color: #ffffff;
    font-size: 14px !important;
}

.fa-angle-down:before {
    content: "\f107";
    margin-left: 4px;
}

#navbarNav .dropdown-default,
#navbarNav .dropdown-menu {
    border-radius: 0 20px 20px 20px !important;
    top: 35px !important;
    right: auto !important;
    width: 210px !important;
    padding: 10px 0 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

    #navbarNav .dropdown-default .dropdown-item:hover,
    #navbarNav .dropdown-menu .dropdown-item:hover {
        background: rgba(95, 99, 242, .06);
        padding-left: 10px;
        color: #343895;
    }

    #navbarNav .chat-text-box__other .dropdown-default .dropdown-item,
    #navbarNav .dropdown-menu .dropdown-item {
        padding: 10px 15px !important;
        text-transform: capitalize;
        font-size: 13px !important;
    }

.dropdown-custom #username {
    color: #fff !important;
    text-transform: capitalize;
}

.dropdown-custom .dropdown-wrapper {
    position: absolute;
    right: 0;
    border-radius: 10px;
    top: 30px;
    min-width: 200px !important;
}

#him-body .text-center .display-4 {
    padding: 60px 0;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
    background: rgb(255 255 255 / 1) !important;
    color: #000 !important;
    border-radius: 8px !important;
}

/***************END**************************
**********TOP NAVBAR SECTION CSS**************/



/*********************************************
**********AGENT WELCOME SCREEN CSS*******14 SEP, 23*******/

.new_agent_welcome_screen {
    padding: 15px 0 90px 0;
    width: 96%;
    margin: 0 auto;
}

.atbd-tab .nav-link:after {
    background: none !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 10px;
}

.callpanel_btn {
    border: none;
    padding: 9px 15px 7px 10px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 15px;
}

    .callpanel_btn:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

    .callpanel_btn img {
        width: 25px;
        margin-right: 5px;
    }

.agent_image_graphic {
    text-align: center;
}

    .agent_image_graphic img {
        width: 60%;
    }

.agent_welcome_sec {
    padding: 30px 0 30px 0;
}

    .agent_welcome_sec h2 {
        font-size: 16px;
        color: #3c4145;
        font-weight: 200;
        margin: 0 0 0 0;
        padding: 0;
    }

    .agent_welcome_sec .agent_name_dispay {
        font-size: 28px;
        font-weight: 600;
        margin: 0 0 30px 0;
        padding: 0;
        text-transform: capitalize;
    }

.break_down_sec {
    margin-bottom: 15px;
}

    .break_down_sec p {
        font-size: 18px !important;
        color: #000;
        margin-bottom: 5px;
    }

    .break_down_sec .set_time {
        font-size: 22px;
        color: #7e0000;
        margin-bottom: 5px;
        background: #ff9595;
        padding: 8px 15px;
        border-radius: 10px;
        display: inline-block;
    }

.agent_welcome_sec button.start_btn img {
    width: 12px;
    margin-left: 5px;
}

.agent_welcome_sec button.start_btn {
    margin: 0 0 45px 0;
    padding: 10px 20px 10px 15px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    border: none;
    font-size: 14px;
}

    .agent_welcome_sec button.start_btn:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }


.agent_date_n_time {
    display: flex;
    margin: 0 15px 45px 15px;
}

    .agent_date_n_time .agent_date_n_time_sec {
        display: inline-flex;
        background: #fff;
        margin-right: 30px;
        padding: 9px 20px 10px 15px;
        border-radius: 20px;
        box-shadow: 0px 25px 80px rgba(0, 0, 0, 0.15);
        min-width: 222px;
        align-items: center;
    }

        .agent_date_n_time .agent_date_n_time_sec img {
            margin: 0 15px 0 0;
            width: 38px;
            padding: 0;
        }

        .agent_date_n_time .agent_date_n_time_sec h5 {
            font-size: 12px;
            font-weight: 200;
            color: #666d92;
            margin-bottom: 2px;
        }

        .agent_date_n_time .agent_date_n_time_sec h4 {
            font-size: 16px;
            font-weight: 400;
            color: #3c4145;
        }

/***************END**************************
**********AGENT WELCOME SCREEN CSS**************/



/*********************************************
**********AGENT DIALING SCREEN CSS*******19 SEP, 23*******/
ul.agent_navbar {
    margin-bottom: 10px;
    height: 60px;
    padding: 9px 20px 9px 15px;
}

.nav-tabs.vertical-tabs.agent_navbar {
    margin-bottom: 0 !important;
}

.dialing_search_btns {
    margin: 0 0 0 0;
    padding: 10px 30px 10px 30px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: bold;
}

    .dialing_search_btns:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

button.dialing_btns {
    margin: 0 0 30px 0;
    padding: 10px 15px 10px 16px;
    text-align: left;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    border: none;
    font-size: 14px;
    width: 100%;
}

    button.dialing_btns:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

    button.dialing_btns img {
        width: 22px;
        margin-right: 5px;
    }


.dialing_screen_graphic {
    max-width: 600px;
    width: 95%;
    margin: 0 auto;
}

.dialing_screen_graphic {
    height: 75vh;
    background: url(../img/dialing_screen_graphic.png) no-repeat top center;
    background-size: 75%;
    width: 100%;
}

.dial_mode_div {
    background: #fff;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    margin-top: -20px;
}

    .dial_mode_div h4 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .dial_mode_div select.form-control {
        border-radius: 8px;
        font-size: 14px;
        color: #626262;
        padding: 10px 15px 10px 10px;
        height: 60px;
        margin-bottom: 15px;
        border: 1px solid #4f7c9f;
    }

    .dial_mode_div input.dialnumber, .dial_mode_div input.dialnumber:focus {
        border-radius: 8px;
        font-size: 18px;
        color: #626262;
        padding: 10px 15px 10px 15px;
        height: 40px;
        margin-bottom: 15px;
        border: 1px solid #4f7c9f !important;
        background: #fff;
        text-shadow: none;
        box-shadow: none;
    }




    .dial_mode_div button.dial_now_btn {
        padding: 10px 30px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: #fff !important;
        box-shadow: 0 0 20px #eee;
        border-radius: 10px;
        display: block;
        font-size: 14px;
        font-weight: bold;
        border: none;
        width: 100%;
    }

        .dial_mode_div button.dial_now_btn:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
        }




input.custome-date-time {
    height: 40px !important;
    padding: 10px 30px 10px 35px !important;
    background: url(../img/date_time_icon.png) no-repeat 10px center !important;
    background-size: 16px !important;
    border: 1px solid #4f7c9f;
    font-size: 14px !important;
}



/***************END**************************
**********AGENT DIALING SCREEN CSS**************/


input#txt_preview_search {
    height: 40px !important;
    padding: 10px 30px 10px 45px !important;
    background: url(../img/ssearch_icon.png) no-repeat 10px center;
    background-size: 18px;
    border: 1px solid #4f7c9f;
    font-size: 16px !important;
}

.vAgent_DashBoard .overview-content {
    border-radius: 10px;
    box-shadow: rgb(99 99 99 / 5%) 0px 2px 8px 0px;
    padding: 8px 10px;
    background: #fff;
}

    .vAgent_DashBoard .overview-content img {
        float: right;
        width: 30px;
        margin: 10px;
        height: 32px;
    }

    .vAgent_DashBoard .overview-content p {
        color: #666;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: 0.5px;
        margin: 0 0 5px 0;
    }


    .vAgent_DashBoard .overview-content h3 {
        font-size: 24px;
        font-weight: bold;
        color: #025b97;
    }


.vAgent_DashBoard .overview-single {
    padding: 0 0 25px 0;
}

.vAgent_DashBoard .refresh_btn_holder {
    text-align: right;
    padding: 5px 15px 0px 0;
}

    .vAgent_DashBoard .refresh_btn_holder #btnrefreshDashboard {
        background: none;
        color: #015c97;
        font-size: 16px;
        font-weight: bold;
        padding: 0 5px 5px 5px;
        margin-bottom: 5px;
        border: none;
    }

.vAgent_DashBoard .disposition_section {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.disposition_section .table-bordered td, .table-bordered th {
    border: none;
}

.disposition_section .tbody tr td {
    color: #fff;
}

.disposition_section .him-table thead {
    color: #fff !important;
}




.disposition_section .table-bordered thead td, .disposition_section .table-bordered thead th {
    border-bottom-width: 0 !important;
    font-size: 14px !important;
    text-transform: capitalize;
}


.disposition_section .him-table th {
    padding: 5px 7px !important;
    vertical-align: middle !important;
    font-size: 12px !important;
    color: #fff !important;
}

.disposition_section td {
    padding: 5px 7px !important;
    vertical-align: middle !important;
    font-size: 12px !important;
    color: #000 !important;
}



.vg_piechart {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}


.popups_btn {
    border: none;
    padding: 10px 35px;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: inline-block;
}

    .popups_btn:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }


.relative {
    position: relative;
}

#CommonPopupModal1 .modal-content {
    border-radius: 20px !important;
    padding: 5px !important;
    max-width: 500px !important;
    margin: 0 auto !important;
    margin-top: 15% !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.callpad-sidebar .wapper-dail {
    width: calc(100% - 300px);
}

.callpad-sidebar #CallingPanel {
    width: 300px;
    position: relative;
    right: 0;
}

.callpad-lock, .callpad-unlock {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #939393;
    border-radius: 4px;
    border: none;
    z-index: 1;
}

.callpad-unlock {
    display: block;
}

.callpad-lock {
    display: none;
}

.callpad-hide {
    position: absolute;
    right: 5px;
    top: 50px;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #939393;
    border-radius: 4px;
    border: none;
    z-index: 1;
}

.callpad-sidebar .call_panel_main {
    margin: 0;
    width: 300px;
    /* position: absolute;
    right: 0;
    top: 0; */
}

.callpad-sidebar .tab-content.toggleCallPanel > .wapper-dail {
    width: 100% !important;
}

.toggleCallPanel #CallingPanel {
    width: 0 !important;
}

.call_panel_box {
    /* height: calc(100vh - 50px) !important; */
    height: 100vh !important;
    border-radius: 0 !important;
}

    .call_panel_box .customer_campaign_box {
        border: none;
        width: 100%;
        padding: 10px 15px 0px 15px;
        background-image: linear-gradient(-225deg, #e7eefb 0%, #FFE6FA 100%);
    }

        .call_panel_box .customer_campaign_box td i.fa {
            color: #FFD700 !important;
        }


h5.cd_heading {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #025b97;
    padding: 5px;
}

.btn_sm {
    padding: 8px 30px !important;
    margin: 2px auto 0 auto;
}


#customer_campaign_details.customer_campaign_box table.table tr td {
    padding: 2px 7px !important;
    font-size: 11.5px !important;
}


.agent_call_status {
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 20px 10px 15px;
    color: #313a95;
    background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);
}

    .agent_call_status i {
        margin-right: 5px;
    }

    .agent_call_status a, .agent_call_status a:hover {
        color: #04a51f;
        font-weight: bold;
        margin-right: 5px;
        cursor: auto;
    }





.agent_call_status_red {
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 20px 10px 15px;
    color: #ffffff;
    background-image: linear-gradient(60deg, #da8787 0%, #ef5c5c 100%);
}

    .agent_call_status_red i {
        margin-right: 5px;
    }

    .agent_call_status_red a, .agent_call_status_red a:hover {
        color: #fff;
        font-weight: bold;
        margin-right: 5px;
        cursor: auto;
    }


.dial_now_btn {
    color: #000 !important;
    border-radius: 8px;
    padding: 4px 8px 4px 5px;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    float: right;
    margin: -2px 5px 0 0 !important;
}

    .dial_now_btn img {
        width: 12px;
        margin-right: 4px;
    }

.customer_campaign_box .dial_now_btn {
    float: none;
    padding: 2px 8px 2px 5px;
}

#customer_campaign_name {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.him-heading i.fa {
    margin-right: 5px;
}

select#ddlSkills, select#ddl_context {
    height: 40px !important;
    border: 1px solid #4f7c9f !important;
}

.agent_details_section {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

    .agent_details_section ul {
        display: flex;
        margin: 0 0 5px 0;
        padding: 0;
        list-style: none;
        align-items: center;
        justify-content: center;
    }

        .agent_details_section ul li:nth-child(1) {
            width: 10%;
            padding-left: 0;
        }

        .agent_details_section ul li {
            width: 30%;
            padding-left: 15px;
        }

            .agent_details_section ul li h6 {
                font-size: 11px;
                text-transform: uppercase;
                color: #3c4145;
                margin: 0;
                padding: 0;
            }

            .agent_details_section ul li h2 {
                font-size: 18px;
                text-transform: uppercase;
                color: #000000;
                margin: 0;
                padding: 0;
            }

            .agent_details_section ul li .agent_pp1 {
                text-align: center;
            }

                .agent_details_section ul li .agent_pp1 img {
                    width: 66px;
                }

            .agent_details_section ul li .agent_name1, .agent_details_section ul li .agent_id1, .agent_details_section ul li .agent_extn1 {
                padding-left: 15px;
                border-left: 1px solid #ccc;
            }

/*************************************************************
**************ADMIN CSS START*********************************
**************************************************************/


.aprimary_btn {
    margin: 5px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px !important;
    display: inline-block;
    border: none;
    font-size: 14px;
}

    .aprimary_btn:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }



.asecondary_btn {
    margin: 5px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px !important;
    display: block;
    display: inline-block;
    font-weight: bold;
    border: none;
    font-size: 14px;
}

    .asecondary_btn:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }




.adanger_btn {
    background-image: linear-gradient(to right, #ff3c00 0%, #cd2b2d 51%, #b61418 100%);
    margin: 5px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px !important;
    display: block;
    display: inline-block;
    font-weight: bold;
    border: none;
    font-size: 14px;
}

    .adanger_btn:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }







.aprimary__sm_btn {
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 8px !important;
    display: inline-block;
    border: none;
    font-size: 14px;
}

    .aprimary__sm_btn:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }


#him-body input,select.form-control {
    height: 30px !important;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 8px !important;
}



.user_delete_icon, .user_edit_icon, .user_reset_password_icon {
    width: 20px;
}


.select_all_btn {
    float: right;
    /* background: #728ed7; */
    font-size: 11px !important;
    color: #fff;
    padding: 4px 8px 2px 8px;
    margin-top: 2px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 2px !important;
    display: flex;
    align-items: end;
}

#tbl_permission_rights td.theading_bbg {
    padding: 2px 7px 0px 7px !important;
}

.select_all_btn input {
    margin-right: 5px;
}


#navbarNav .multiselect.dropdown-toggle {
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    width: 100% !important;
}

#navbarNav .multiselect-container.dropdown-menu.show {
    position: absolute !important;
    top: 26px !important;
    left: 0px !important;
    padding-left: 15px !important;
    border: 1px solid #ccc !important;
}
/******************24-09-23*********************/

table#tbl_detail thead.tblhead tr th {
    border-bottom-width: 0 !important;
    font-size: 12px !important;
    text-transform: capitalize;
    font-weight: normal;
    padding: 5px !important;
    border: 1px solid #8c9eac;
}

    table#tbl_detail thead.tblhead tr th td {
        padding: 5px 7px !important;
        vertical-align: middle !important;
        font-size: 12px !important;
    }

#add_call_status, #add_hangup_cause, #add_master_table, #add_log_table {
    float: right;
    width: 25px;
}

/*************END*****24-09-23*********************/



.script_popup {
    max-height: 550px;
    overflow: scroll;
    overflow-x: auto;
}

    .script_popup .script_pop_body {
        max-height: 70%;
    }

select.dd_select {
    height: 35px !important
}




table {
    text-wrap: nowrap !important;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #a1bdd4 !important;
}



.ura-keyword {
    padding-top: 5px !important;
}

.ura-content-inside {
    height: 250px !important;
}

.keyword-input {
    background: #fff;
    border: 1px solid white;
    border-radius: 4px;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.2);
    height: 26px;
    width: 30px;
    margin-bottom: 5px;
    font-weight: 700;
    color: black;
    font-size: 14px;
    line-height: 1px;
    /* text-shadow: 1px 1px #eee; */
}



/******************DIALER PHONE CSS****************************/

.ura-content-inside {
    box-sizing: border-box;
    background-color: #fff;
    color: #26282a;
    box-shadow: none !important;
    width: 165px;
    max-width: 165px;
    position: absolute;
    z-index: 1;
    border-top: 1px solid #f1f1f5;
    border-radius: 15px;
    height: 234px !important;
    /* background-image: linear-gradient(to right, #434343 0%, black 100%); */
    /* background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%); */
}

.ura-body-area {
    margin-bottom: 0px !important;
}

.ura-number {
    height: 60px !important;
    padding: 2px 5px 3px 5px !important;
    text-align: center !important;
}

.ura-keyword {
    padding-top: 0px !important;
}

.input-keyword-btn {
    margin: 0 !important;
    padding: 0 !important;
}

    .input-keyword-btn li {
        display: inline-block !important;
        /* margin: 0 10px; */
        text-align: center !important;
        margin-left: 0px !important;
        margin-top: 2px !important;
    }

.keyword-input {
    background: #ffffff !important;
    border: 1px solid #cfcfcf !important;
    border-radius: 4px !important;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.2) !important;
    height: 26px !important;
    width: 48px !important;
    margin-bottom: 1px !important;
    font-weight: 700 !important;
    color: black !important;
    font-size: 14px !important;
    line-height: 1px !important;
}

.ura-call-btn {
    text-align: center !important;
    padding-top: 3px !important;
    /* position: absolute; */
    bottom: 2px !important;
    padding: 5px 6px !important;
    /* height: 60px; */
    width: 100% !important;
}

.btn_with_dnd {
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: center !important;
    width: 100% !important;
}

    .btn_with_dnd li {
        display: block;
        flex: 1;
        position: relative !important;
        margin-left: 0 !important;
    }


.uradnd_btn {
    border: none !important;
    border-radius: 4px !important;
    height: 31px !important;
    width: 48px !important;
    display: block !important;
    background: darkgray !important;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2) !important;
}

.uradid-dial-btn a img {
    max-height: 18px !important;
    margin-top: 3px !important;
}

a.uradial_btn {
    background: #009a35 !important;
    width: 48px !important;
    border-radius: 4px !important;
    height: 30px !important;
    display: block !important;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 0 4px 0 4px !important;
}

.uraautoans_btn {
    border: 1px solid darkgray;
    border-radius: 4px !important;
    height: 30px !important;
    width: 48px !important;
    display: block;
    background: darkgray;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
/******************DIALER PHONE CSS****************************/


/* .vadmin_dashboard {} */

.him-table thead {
    color: #fff;
    text-transform: capitalize !important;
    font-weight: normal;
}

    .him-table thead.tr_v2 {
        color: #000 !important;
        text-transform: capitalize !important;
        font-weight: normal;
    }

thead.tr_v2 {
    color: #000 !important;
    text-transform: capitalize !important;
    font-weight: normal;
}

.number_input #txt_dial_number {
    height: 30px;
    padding: 2px 8px;
    font-size: 14px;
    border-radius: 8px !important;
    text-align: center;
    font-weight: bold;
}

.number_input .cross_icon#clear_number {
    position: relative;
    float: right;
    right: 5px;
    top: -22px;
    width: 20px !important;
    height: 16px !important;
    cursor: pointer !important;
}



.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border-radius: 10px !important;
}


.admin_dashboard_section {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

p.adc_heading {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}


.add_section {
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

    .add_section ul {
        display: flex;
        margin: 0 0 0 0;
        padding: 0;
        list-style: none;
        align-items: normal;
        justify-content: space-between;
        width: 100%;
    }

        .add_section ul li {
            width: 33.333%;
            padding: 0;
            margin: 0;
            border-left: 1px solid #ddd;
            position: relative;
            text-align: center;
        }

            .add_section ul li:nth-child(1) {
                border-left: none !important;
            }








.add_section_2 {
    margin-bottom: 7px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

    .add_section_2 ul {
        display: flex;
        margin: 0 0 0 0;
        padding: 0;
        list-style: none;
        align-items: normal;
        justify-content: space-between;
        width: 100%;
    }

        .add_section_2 ul li {
            width: 50%;
            padding: 0;
            margin: 0;
            border-left: 1px solid #ddd;
            position: relative;
            text-align: center;
        }

            .add_section_2 ul li:nth-child(1) {
                border-left: none !important;
            }

h2.vall_off {
    color: #d14755;
}

h2.vall_onn {
    color: #05bd1f;
}

.v_bfile.custom-file-label::after {
    height: 28px !important;
    border-radius: 8px !important;
}


.meter_values {
    z-index: 9;
    position: absolute;
    width: 100%;
}

#cpu_meter_value {
    text-align: center;
    font-size: 14px;
    margin-top: -38px;
    background: #00c2d1;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    margin: -35px auto 0 auto;
}

#cpu_meter {
    width: 100%;
    position: relative;
}



#ram_meter_value {
    text-align: center;
    font-size: 14px;
    margin-top: -38px;
    background: #00c2d1;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    margin: -35px auto 0 auto;
}

#ram_meter {
    width: 100%;
    position: relative;
}


#hardisk_meter_value {
    text-align: center;
    font-size: 14px;
    margin-top: -38px;
    background: #00c2d1;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    margin: -35px auto 0 auto;
}

#hardisk_meter {
    width: 100%;
    position: relative;
}


.table_main_header {
    text-align: right;
    padding: 5px 10px 3px 10px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    position: relative;
}

.action_btn, .send_msg2agnt {
    color: #fff;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    padding: 3px 10px;
    font-weight: bold;
}

.cd_headeing {
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 16px;
    padding: 4px 15px;
}

.v_tblhead {
    color: #000 !important;
}

.idle_status {
    background: #1fc997;
    width: 12px;
    height: 16px;
    display: inline-block;
    border-radius: 4px;
    margin: 0 2px -3px 0;
}

.wrapup_status {
    background: #fa8b0c;
    width: 12px;
    height: 16px;
    display: inline-block;
    border-radius: 4px;
    margin: 0 2px -3px 0;
}

.oncall_status {
    background: #2b99ff;
    width: 12px;
    height: 16px;
    display: inline-block;
    border-radius: 4px;
    margin: 0 2px -3px 0;
}

.break_status {
    background: #ff4d4f;
    width: 12px;
    height: 16px;
    display: inline-block;
    border-radius: 4px;
    margin: 0 2px -3px 0;
}

.incomingcall_status {
    background: #8058bd;
    width: 12px;
    height: 16px;
    display: inline-block;
    border-radius: 4px;
    margin: 0 2px -3px 0;
}

.ringing_status {
    background: #1fb597;
    width: 12px;
    height: 16px;
    display: inline-block;
    border-radius: 4px;
    margin: 0 2px -3px 0;
}

.adm_dsb_select .btn-group button.multiselect {
    display: none !important;
}

.msg_to_agent_group {
    border: 1px solid #ccc;
    padding: 15px 15px 10px 15px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

    .msg_to_agent_group .msg_to_agent_list {
        background: #eee;
        padding: 5px 10px;
        border-radius: 6px;
        cursor: default;
        margin: 0 5px 5px 0;
        font-size: 14px;
    }

span.nd_ccolor {
    margin-left: 10px;
    margin-right: 10px;
}

    span.nd_ccolor i {
        background: #85d487;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 4px;
    }

span.tc_ccolor i {
    background: #f4fff4;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 4px;
}

.new_tblhead {
    color: #fff;
    font-size: 12px;
}

    .new_tblhead tr th {
        padding: 5px 10px;
        border-bottom: 1px solid #e2fff6 !important;
        border-right: 1px solid #e2fff6
    }

        .new_tblhead tr th:nth-child(1) {
            background: url(../img/tlc.png) top left no-repeat;
        }

        .new_tblhead tr th:nth-last-child(1) {
            background: url(../img/trc.png) top right no-repeat;
        }

.tble_rcorner tr th:nth-child(1) {
    background: url(../img/tlc.png) top left no-repeat;
    padding-left: 10px !important;
}

.tble_rcorner tr th:nth-last-child(1) {
    background: url(../img/trc.png) top right no-repeat;
    border-right: none;
}

.tble_rcorner tr th {
    border-right: 1px solid #a7bed2;
}

#tbl_skill_detail td, #tbl_list_detail td {
    border-right: 1px solid #d6dee5;
}

.am_tblhead {
    background: #c3dae6;
    color: #000;
    text-transform: capitalize !important;
    font-weight: normal;
}

.new_tblrow {
    background: #eaf1f2 !important;
}

    .new_tblrow::nth-child(odd) {
        background: #fff !important;
    }

    .new_tblrow td {
        border-right: 1px solid #fff
    }

.am_tblhead th {
    border-right: 1px solid #fff
}

.new_td {
    background: rgb(53 122 128 / 20%) !important;
}


table#tbl_summary_detail.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
}


.inchart_barv {
    height: 22px !important;
    border: 1px solid #85d487;
    width: 84%;
    margin: 0 auto;
}

    .inchart_barv .progress_bar1 {
        background: #85d487 !important;
        color: #000 !important;
        text-align: left;
        padding-left: 5px;
    }

    .inchart_barv .progress_bar2 {
        background: #f4fff4 !important;
        color: #000 !important;
        text-align: right;
        padding-right: 5px;
    }


.bar_vh {
    height: 30px;
    margin: 10px 0 15px 0px;
    border: 1px solid #bdc0c4;
    background: white;
}


#him-body .btn.addbtn {
    font-size: 12px !important;
    line-height: 16px !important;
}

a#getsampleFile {
    color: #ff6e7b;
    font-size: 14px;
    float: right;
}

table.tablewrap {
    text-wrap: wrap !important;
}

ul.disposed_list {
    list-style: none;
    display: table !important;
    width: 100%;
}

    ul.disposed_list li {
        display: table-cell !important;
        width: 50%;
        padding: 15px;
    }

.disposed_label {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}



ul.color_theme_list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    ul.color_theme_list li {
        display: table-cell;
        padding: 5px;
        width: 33.3333%;
    }

        ul.color_theme_list li div {
            color: #fff;
            border-radius: 10px;
            padding: 15px 30px;
            font-size: 14px;
        }

            ul.color_theme_list li div label, ul.color_theme_list li div input {
                cursor: pointer;
            }

            ul.color_theme_list li div.theme_color1 {
                background-image: linear-gradient(135.29deg, #353795, #015c97) !important;
            }

            ul.color_theme_list li div.theme_color2 {
                background-image: linear-gradient(135.29deg, #7952b3, #9e65f4) !important;
            }


            ul.color_theme_list li div.theme_color3 {
                background-image: linear-gradient(135.29deg, #ec7268, #f29d81) !important;
            }


            ul.color_theme_list li div.theme_color4 {
                background-image: linear-gradient(135.29deg, #12824B, #1ebc6e) !important;
            }

            ul.color_theme_list li div.theme_color5 {
                background-image: linear-gradient(135.29deg, #03abb0, #60d7b6) !important;
            }


            ul.color_theme_list li div.theme_color6 {
                background-image: linear-gradient(135.29deg, #1BB3F7, #75c4de) !important;
            }


.prnt_btn {
    height: 20px;
    position: absolute;
    right: 15px;
}

.atbd-tab .nav-tabs {
    padding-bottom: 5px !important;
}


/*.pernumber {
    background: #fff !important;
    display: block;
    position: absolute;
    margin-top: -30px;
    color: #000;
    border: 1px solid #ececec;
    left: 50%;
    font-size: 12px;
    margin-left: -30px;
    height: 22px;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
    z-index: 1;
}*/

.pernumber {
    background: #fff !important;
    display: block;
    position: absolute;
    margin-top: -35px;
    color: #000;
    border: 1px solid #ececec;
    left: 50%;
    font-size: 20px;
    margin-left: -30px;
    height: 22px;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
    z-index: 1;
}

.sb9:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e5e5e5;
    border-bottom: 10px solid transparent;
    left: 50%;
    margin-left: -10px;
    bottom: -19px;
}

.sb9:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    left: 50%;
    margin-left: -10px;
    bottom: -17px;
}



#Notification_model_popup {
    text-align: center !important;
}

    #Notification_model_popup .modal-content {
        border-radius: 40px !important;
    }

    #Notification_model_popup .modal-dialog {
        max-width: 444px !important;
    }

    #Notification_model_popup .modal-body {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.5rem;
    }

    #Notification_model_popup button.aprimary_btn {
        border-radius: 20px !important;
        background: #fafafa !important;
        color: #000 !important;
        font-weight: 600;
        margin-top: 30px;
        border: 1px solid #c9c9c9;
        text-transform: capitalize;
    }


    #Notification_model_popup h5.heading_text {
        color: #4d556e;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 15px;
    }

.skill_call {
    width: 280px;
    text-wrap: wrap;
}


/************* Copy this below css into css file *******************************/


a.call_mute_m {
    background: url(../../assets/images/mic_icon.png) no-repeat center center;
    background-size: 18px !important;
    border-radius: 40px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -999px;
    overflow: hidden;
    margin: 0 auto;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
}

a.call_mute_m_active {
    background: url(../../assets/images/mute_icon_white.png) no-repeat center center #000 !important;
    background-size: 18px !important;
}


a.call_disconnect_m {
    background: url(../../assets/images/disconnect_icon.png) no-repeat center center #FF4040 !important;
    background-size: 18px !important;
    border-radius: 40px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -999px;
    overflow: hidden;
    margin: 0 auto;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
}

    a.call_disconnect_m:hover {
        background-size: 20px !important;
    }

a.call_connect_m {
    background: url(../../assets/images/disconnect_icon.png) no-repeat center center #53a700 !important;
    background-size: 18px !important;
    border-radius: 40px;
    display: block;
    rotate: -125deg;
    width: 30px;
    height: 30px;
    text-indent: -999px;
    overflow: hidden;
    margin: 0 auto;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
}

    a.call_connect_m:hover {
        background-size: 20px !important;
    }


span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999 !important;
}
