
/*Fonts Start*/
@font-face {
    font-family: TeleGroteskScreenBold;
	src: url("fonts/TeleGroteskScreen-Bold.ttf");
}

@font-face {
    font-family: TeleGroteskScreenMedium;
    src: url("fonts/TeleGroteskScreen-Medium.ttf");
}

@font-face {
    font-family: TeleGroteskScreenMediumItalic;
    src: url("fonts/TeleGroteskScreen-MediumItalic.ttf");
}

@font-face {
    font-family: TeleGroteskScreenRegular;
    src: url("fonts/TeleGroteskScreen-Regular.ttf");
}

@font-face {
    font-family: TeleGroteskScreenRegularItalic;
    src: url("fonts/TeleGroteskScreen-RegularItalic.ttf");
}

@font-face {
    font-family: TeleGroteskScreenThin;
    src: url("fonts/TeleGroteskScreen-Thin.ttf");
}

@font-face {
    font-family: TeleGroteskScreenUltra;
    src: url("fonts/TeleGroteskScreen-Ultra.ttf");
}
/*Fonts End*/

/*Landing Page Start*/
body{
/*    background-color: #F7F7F7 !important;*/
 background-color: #E6E9EE !important;
}
.container-fluid{
	position: relative !important;
	z-index: 1000 !important;
    width: 1280px !important;
    padding: 0px !important;
    background-color: #E6E9EE !important;
    margin-top : -43x !important;
}

.te_banner{
    background: transparent url('../img/banner.png') 0% 0% no-repeat padding-box;
    height: 580px;
    
}

.te_header_css{
    padding: 36px 60px 108px 60px;
    margin: 0px;
}

.te_banner .te_logo{
    padding-left: 0px;
}

.te_banner .text-right{
    padding-right: 0px;
}

.te_banner .te_login_link{
    float: right;
}
.te_header_css_loginButton{

    padding: 160px 55px 110px 160px !important;

    margin: 0px !important;

}
.te_banner .te_banner_heading{
    padding: 0px 0px 18px 60px;
    font: normal normal normal 60px/66px TeleGroteskScreenRegular;
    letter-spacing: -3px;
    color: #EEEEEE;
    opacity: 1;
}

.te_banner .te_banner_text{
    width: 470px;
    margin-left: 60px;
    text-align: left;
    font: normal normal normal 20px/22px TeleGroteskScreenRegular;
    letter-spacing: 0.2px;
    color: #EEEEEE;
    opacity: 1;
    height:120;
}

.te_services_details .te_services_head{
    padding: 36px 0px 39px 0px;
    text-align: center;
    font: normal normal 40px/44px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.te_banner_afterlogin{
    background: transparent url('../img/after_login_banner.png') 0% 0% no-repeat padding-box !important;
    height: 70px !important;
}

.te_banner_afterlogin .te_header_css{
    padding: 16px 60px 0px 60px;
}

/*.te_services_list .te_left_arrow, .te_service_items .te_single_service1, .te_service_items .te_single_service2, .te_service_items .te_single_service3{
    float: left;
    padding-left: 20px;
}
*/
.te_services_list .te_left_arrow, .te_services_list .te_right_arrow{
    /*padding-top: 170px;*/
    position: absolute;
    top: 195px;
    z-index: 10;
   
}

.te_services_list .te_right_arrow{
   /* float: left;
 padding-right: 15px;
    padding-top: 170px;*/
    right: 25px;
}

/*.te_service_items .te_single_service3{
    padding-right: 30px;
}

.te_service_items .te_single_service1, .te_service_items .te_single_service2{
    padding-right: 56px;
    margin-bottom: 41px;
}
*/
.te_service_items .te_single_service_details{
    width: 300px;
    min-height: 272px;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #0000001c;
    opacity: 1;
    margin: 170px 0px 0px 18px;
    text-align: center;
    padding: 22px 24px 24px 24px;
    display: inline-block;
}

.te_service_items img{
    position: absolute;
    z-index: -1;
}

.te_single_service_details h3{
    font: normal normal 22px/24px TeleGroteskScreenBold;
    letter-spacing: 0.55px;
    color: #232323;
    padding-bottom: 18px;
}

.te_single_service_details p{
    font: normal normal 18px/24px TeleGroteskScreenMedium;
    letter-spacing: 0.18px;
    color: #747474;
    padding-bottom: 42px;
}

.te_single_service_details a label{
    width: 48px;
    height: 8px;
    background: #E2007A 0% 0% no-repeat padding-box;
    border-radius: 5px;
}

.te_landing_footer{
    height: 54px;
    background: #051121 0% 0% no-repeat padding-box;
    text-align: center;
    clear: both;
}

.te_landing_footer label, .te_landing_footer label a{
    font: normal normal 16px/18px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    color: #E9E9E9;
    opacity: 1;
    text-decoration: none;
}

.te_landing_footer label{
    line-height: 52px;
    padding-right: 27px;
}
/*
.te_afterlogin_services_details .te_single_service4{
    clear: both;
    padding-left: 20px;
    margin-bottom: 50px;
}*/

.te_afterlogin_services_details .te_service_items{
    margin-left: 57px;
}
/*
.te_afterlogin_services_details .te_single_service1{
    margin-bottom: 60px;
}*/
.te_service_items .te_single_service {
    float: left;
    padding-left: 30px;
    padding-right: 56px;
    margin-bottom: 60px;
}

.te_services_list.d-flex {
    margin-left: 19px;
}

.te_service_items .te_single_service:last-child{
    padding-right: 30px;
}
/*Landing Page End*/

/*Login Page & Verification Page & Forgot Password Start */
.te_login_page{
    background: transparent url('../img/login_mask.png') 0% 0% no-repeat padding-box;
    height: 650px;
}

.te_login_page .te_login_form_div{
    padding-top: 125px;
}

.te_login_page .te_login_window{
    margin-left: 443px;
	padding:0px;
    width: 395px;
}

.te_login_form_div .close_icon{
    text-align: end;
    margin-right: 10px;
    cursor: pointer;
    padding-top: 10px;
}

.te_login_window #basic-addon1, .te_login_window  #basic-addon2{
    background: #ECECEC 0% 0% no-repeat padding-box !important;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
    padding: 0.50rem 0.50rem;
}

.te_login_window #email, .te_login_window #password, .te_login_window .te_verification_input, .te_login_window #getpasswordemail, .te_login_window #cnf_password{
    line-height: 1;
    border: none;
    background: #ECECEC 0% 0% no-repeat padding-box !important;
    text-align: left;
    font: normal normal 15px/13px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    color: #141414;
/*    text-transform: capitalize;*/
    border-radius: 0px;
}

.te_login_window #te_username_close, .te_login_window #te_show_password{
    background: #ECECEC 0% 0% no-repeat padding-box !important;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
    padding: 0.62rem 0.62rem;
    cursor: pointer;
}

.te_login_window #te_show_password{
    padding: 0.50rem 0.50rem;
}

.te_login_window .my-4{
    margin-top: 32px !important;
}

.te_login_window .mb-4{
    margin-bottom: 15px !important;
}

.te_login_window .px-4{
    padding-left: 32px !important;
    padding-right: 32px !important;
    padding-bottom: 26px !important;
}

.te_login_window .te_remember_forgot{
    text-align: left !important;
    margin-bottom: 51px;
}

.te_login_window .te_remember_forgot label{
    float:left;
    font: normal normal normal 13px/13px TeleGroteskScreenRegular;
}

.te_login_window .te_remember_forgot a{
    float:right;
    font: italic normal normal 13px/13px TeleGroteskScreenRegular;
    text-decoration: none;
}

.te_login_window .te_remember_forgot label, .te_login_window .te_remember_forgot a{    
    letter-spacing: 0px;
    color: #636363;
    text-transform: capitalize;
    line-height: 20px;
}

.te_login_window #login, .te_login_window #forgetpassword-submit{
    margin-bottom: 0px !important;
}

.te_login_window input[type=checkbox]{
    display:none;
}

.te_login_window input[type=checkbox] + label{
    display:inline-block;
    background: transparent url('../img/checkbox.png') 0% 0% no-repeat padding-box !important;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.te_login_window input[type=checkbox]:checked + label{
    display:inline-block;
    background: transparent url('../img/checkbox_checked.png') 0% 0% no-repeat padding-box !important;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.te_login_window input:not([type='checkbox'])::-webkit-input-placeholder{
    font: normal normal normal 13px/13px TeleGroteskScreenRegular;
    color: #AFAFAF;
}

.te_login_window input:not([type='checkbox'])::-webkit-input-placeholder{
    font: normal normal normal 13px/13px TeleGroteskScreenRegular;
    color: #AFAFAF;
}

.te_login_window input:not([type='checkbox'])::-webkit-input-placeholder{
    font: normal normal normal 13px/13px TeleGroteskScreenRegular;
    color: #AFAFAF;
}

.te_login_window input:not([type='checkbox'])::-webkit-input-placeholder{
    font: normal normal normal 13px/13px TeleGroteskScreenRegular;
    color: #AFAFAF;
}

.te_verification_window .te_verification_back{
    text-align: start;
    float: left;
}

.te_verification_window .te_verification_text{
    text-align: center;
    font: normal normal 15px/17px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 24px;
    width: 100%;
}

.te_login_window .te_verification_input{
    border-radius: 4px !important;
    height: 35px;
    min-width: 300px;
}

.te_login_window .te_code_expire, .te_login_window .te_resend_otp{
    text-align: center;
    font: normal normal 12px/13px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    margin-top: 8px;
}

.te_login_window .te_code_expire{
    width: 100%;
}

.te_login_window .te_code_expire label{
    color: #555753;
}

.te_login_window .te_code_expire span{
    color: #E80303;
}

.te_verification_window .my-4{
    margin-bottom: 0px !important;
}

.te_resend_otp img{
    vertical-align: inherit;
}

.te_login_window #forgetpassword-submit{
    margin-top: 50px !important;
}

.te_login_window .te_cnf_password_error{
    text-align: left;
    font: normal normal 12px/13px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    color: #E80303;
    padding: 0px !important;
    margin: 8px 0px 0px 0px !important;
}

.te_login_window .te_verif_btn_password{
    margin-top: 50px !important;
}

.te_login_window .te_password_success_text{
    color: #747474 !important;
}

.te_login_window .te_password_success_msg{
    color: #0E8F00 !important;
}

.te_password_success_window .px-4{
    padding-top: 53px !important;
}
/*Login Page & Verification Page & Forgot Password End*/

/* Common CSS Start */
input:focus, textarea:focus, select:focus{
    box-shadow: none !important;
}

.te_pink_button{
    color: #FFFFFF !important;
    background: #08BDD4 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    text-decoration: none;
    font: normal normal 16px/18px TeleGroteskScreenBold;
    padding: 9px 35px 9px 35px;
}

/* Common CSS End */

/* Firmware Reports Start */
.te_reports .row{
    margin: 0px;
}

.te_reports .row>* {
    padding: 0px;
}

.te_reports .te_reports_logo{
    margin: 6px 0px 1px 16px;
    float: left;
}

.te_reports .te_breadcrumb{
    float: left;
    margin-top: 10px;
    width: auto;
    margin-left: 75px;
}

.te_reports .te_tenant_language{
    float: right;
}

.te_reports .te_tenant_language_div{
    float: right;
    margin-top: 10px;
    margin-right: 43px;
}

.te_reports .te_breadcrumb ul{
    list-style: none;
    display: inline-flex;
    font: normal normal 14px/10px TeleGroteskScreenMedium;
    letter-spacing: 0.14px;
    color: #818181;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.te_reports .te_breadcrumb ul li:last-child{
    font: normal normal 14px/11px TeleGroteskScreenBold;
    letter-spacing: 0.14px;
    color: #08BDD4;
}

.te_reports .te_reports_header{
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.te_reports .te_reports_header_div{
    padding: 0px !important;
}

.te_reports .te_select_tenant, .te_reports .te_select_language{
    float: left;
}

.te_reports .te_select_language{
    margin-left: 20px;
}

.te_reports #sidebar-menu{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding-left: 0px;
    padding-right: 0px;
}

.te_reports .user-info{
    font: normal normal normal 13px/10px TeleGroteskScreenRegular;
    letter-spacing: 0px;
    color: #1E1E1E;
    opacity: 0.8;
    padding: 16px 0px 16px 0px;
    border-bottom: 1px solid #F1F1F1;
}

.te_reports .user-info .user-name{
    margin-left: 19px;
}

.te_reports .sidebar-menu ul{
    list-style: none;
    padding: 0px;
}

.te_reports .sidebar-menu{
    padding: 0px;
}

.te_reports .sidebar-menu a{
    font: normal normal 14px/10px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    color: #1E1E1E !important;
    text-decoration: none;
}

.te_reports .te_first_level_li_div{
    padding: 8px 16px 8px 16px;
}

.te_reports .prepend_img{
    margin-right: 8px;
}

.te_reports .append_img1, .te_reports .append_img2{
    float: right;
    margin-top: 7px;
}

.te_reports .te_second_level_ul .te_second_level_li{
    padding: 8px 16px 8px 40px;
}

.te_reports .menu_active{
    background: #08BDD4 0% 0% no-repeat padding-box;    
}

.te_reports .menu_active a{
    font: normal normal 13px/10px TeleGroteskScreenBold;    
    color: #FFFFFF !important;
}

.te_reports_footer{
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px -3px 6px #00000005;
    text-align: center;
    clear: both;
}

.te_reports_footer label, .te_reports_footer label a{
    font: normal normal 14px/16px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    color: #1E1E1E;
    opacity: 0.84;
    text-decoration: none;
}

.te_reports_footer label{
    line-height: 52px;
    padding-right: 17px;
}

.te_reports  .sidebar-submenu{
    background: #F8F8F8 0% 0% no-repeat padding-box;
}

.te_reports .py-4{
    padding: 0px !important;
}

.te_tenant_language_div select{
    text-align: left;
    font: normal normal 14px/16px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    color: #1E1E1E;
    opacity: 1;
    border: none;
}

.te_tenant_language_div option:hover{
    background: #F8F8F8 0% 0% no-repeat padding-box !important;
}

.te_reports .te_right_container{
    padding: 24px 20px 20px 16px;
}

.te_right_container .nav-tabs .nav-link.active{
    font: normal normal 13px/14px TeleGroteskScreenBold;
    letter-spacing: 0px;
    color: #08BDD4 !important;   
}

.te_right_container .nav-tabs .nav-link{
    padding: 9px 45px;
    font: normal normal 13px/14px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    color: #1E1E1E !important;
    border: none;
}

.te_right_container .nav-tabs{
    border: none;
}

.te_right_container .te_filters_section{
    padding: 24px 26px 18px 28px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.te_filters_section .te_filter_text label{
    font: normal normal 13px/14px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    color: #B1B1B1;
    padding-left: 9px;
}

.te_filters_section .te_filter_text{
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 31px;
}

.te_filters_section #firmwareReportForm label{
    font: normal normal 13px/14px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    color: #1E1E1E;
}

.te_filters_section .py-0{
    padding: 0px;
}

.te_filters_section #firmwareReportForm select{
    width: 220px;
}

.te_filters_section #firmwareReportForm .te_pink_button{
    float: right;
    margin-top: 35px;
}

.te_right_container .te_graphs_div{
    margin-top: 14px;
}

.te_graphs_div .te_adaption_graph, .te_graphs_div .te_adaption_bar{
    padding: 13px 25px 20px 28px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.te_graphs_div .first_col{
    padding-right: 7px;
}

.te_graphs_div .second_col{
    padding-left: 7px;
}

.te_graphs_div .graphs_header h3{
    font: normal normal 18px/20px TeleGroteskScreenBold;
    letter-spacing: 0px;
    color: #282828;
    margin-bottom: 0px;
    float: left;
    padding-left: 28px;
    line-height: 25px;
}

.te_graphs_div .graphs_header .filter_button{
    float: right;
    padding: 0px;
    margin-right: 18px;
}

.te_graphs_div .graphs_header{
    border-bottom: 1px solid #CCCCCC;
    padding: 13px 0px 10px 0px;
    overflow: auto;
     background: #FFFFFF 0% 0% no-repeat padding-box;
}




/* Firmware Reports End */






/*User Management page start*/
.te_user_management .te_user_management_box{
    padding: 24px 20px;
}

.te_user_management_box .te_table_container_div{
    background-color: white;
    padding: 25px;
}

.te_reports .te_name_tab .te_tab{
    padding-left: 25px;
    padding-right: 25px;
}

.te_user_management_box .te_table_container_div .te_top_input_search_container{
    float: right;
    margin-bottom: 20px;
    display:flex;
    align-items: center;
}

.te_user_management_box .te_table .te_email_{
    text-align: left;
    padding-left: 38px;
    vertical-align: middle;
    font: normal normal normal 13px/15px Roboto;
    letter-spacing: 0px;
    color: #090A0B;
    opacity: 1;
}

.te_user_management_box .te_table .te_ft_name{
    text-align: left;
    padding-left: 38px;
    vertical-align: middle;
    font: normal normal 14px/16px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    color: #090A0B !important;
    opacity: 1;
}

.te_user_management_box .te_table .te_status_button{
    padding-left: 38px;
    vertical-align: middle;
}

.te_user_management_box .te_table .te_status_button > a > button {
    padding:0px;
}

.te_user_management_box .te_table_container_div .te_bottom_input_search_container{
    margin-left: auto;
} 

.te_user_management_box .te_bottom_input_search_container .te_dataTables_length{
    width: 70px;
    margin-right: 20px;
}

.te_user_management_box .te_dataTables_length .te_bottom_select {
    text-align: center;
    height: 38px;
}

.te_user_management_box .te_top_input_search_container .te_create_button{
    color: #FFFFFF !important;
    background: #08BDD4 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    width: 35px;
    margin-left: 10px;
    border-width: 0px;
    font: normal normal bold 18px TeleGroteskScreenRegular;
    padding: 9px 9px 9px 9px;
}

.te_user_management_box .te_top_input_search_container .te_search-input-container{
    border-radius: 4px;
    padding-right: 10px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    margin-left: auto;
    border-color: #CCCCCC;
}

.te_user_management_box .te_top_input_search_container .te_select_container{
    font: 14px TeleGroteskScreenMedium;
    border: none;
    height: 30px;
    background-color: #DBDBDB;
}

.te_user_management_box .te_top_input_search_container .te_search-input {
    color: #0f172a;
    font: normal normal 14px TeleGroteskScreenMedium  ;
    border: none;
    outline: none;
    flex-grow: 1;
}

.te_user_management_box .te_bottom_input_search_container .te_go_to_input{
    height: 38px;
    text-align: left;
    font: normal normal 13px/14px TeleGroteskScreenMediumItalic;
    letter-spacing: 0px;
    color: #5B636F;
    opacity: 1;
}

.te_user_management_box .te_heading{
    text-align: center;
    font: normal normal bold 13px/14px TeleGroteskScreenBold;
    letter-spacing: 0px;
    color: #08BDD4;
    opacity: 1;
}

.te_user_management_box .te_active_button ,.te_add_user_box .te_active_button{
    background-color:#08BDD4;
    color: #FFFFFF;
}

.te_user_management_box .badge{
    border-radius: 6px;
    padding:8px;
}

.te_user_management_box .badge-success{
    background-color:#38AA41;
}

.te_user_management_box .badge-failure{
    background-color:#C90025;
}

.te_user_management_box .sorting{
    text-align: left;
    font: normal normal 14px/22px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    padding-left: 38px;
    color: #1E1E1E;
    opacity: 1;   
}

.te_user_management_box .page-link{
    color: #777784;
    border:none;
}

.te_user_management_box .te_table_div{
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

.te_user_management_box  table.table tbody tr td,
.te_user_management_box  table.table thead tr th,
.te_user_management_box  table.table thead {
    border-left: 0px;
    border-right: 0px;
}
/*User Management page start*/

/* Add user Start*/
.te_add_user .te_add_user_box{
    padding: 24px 20px;
}

.te_add_user_box .te_table_container_div{
    background-color: white;
    padding: 24px 28px;
}

.te_add_user_box .te_heading{
    text-align: center;
    font: normal normal bold 13px/14px TeleGroteskScreenBold;
    letter-spacing: 0px;
    color: #08BDD4;
    opacity: 1;
}

.te_add_user_box .te_basic_heading{
     border-bottom: 1px solid #B1B1B1 ;
    font: normal normal 13px/14px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    color: #B1B1B1;
    opacity: 1;
}

.te_add_user_box .te_eye_button{
    padding: 0.575rem 0.75rem;
    background-color: transparent;
    border-left-style: none;
}

.te_add_user_box .te_input_password{
    border-right-style: none;
}

.te_add_user_box .te_star_red{
    color: red;
}

.te_add_user_box .te_add_create{
    float: right;
    margin-right: 20px;
    padding: 5px 40px;
    font: normal normal  16px/18px TeleGroteskScreenBold;
    letter-spacing: 0px;
    color: #989898;
    opacity: 1;
}

.te_add_user_box .te_form_font{
    text-align: left;
    font: normal normal 13px/14px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    opacity: 1;
}

.te_add_user_box .te_status_button{
    width: 200px;
}

.te_add_user_box .te_inactive_button{
    color:#1E1E1E;
    background-color:#DBDBDB;
}

.te_add_user_box .te_error_div{
    margin: 8px 0px 0px 0px !important;
    display: flex;
}

.te_add_user_box .te_red_border{
    width: 300px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #FF0000;
}

.te_error_div .te_password_error{
    text-align: left;
    font: normal normal 12px/13px TeleGroteskScreenMedium;
    letter-spacing: 0px;
    color: #E80303;
    opacity: 1;
    margin-left: 4px;    
}

.te_add_user_box .te_add_user_input_el{
    width: 300px;
}

.te_add_user_box .te_middle_input_padding{
    padding-left: 10px;
}

.te_add_user_box .te_last_input_padding{
    padding-left: 20px;
}

.te_add_user .switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
}

.te_add_user .switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.te_add_user .switch-field label {
	background-color: #e4e4e4;
	color: #1E1E1E;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.te_add_user .switch-field label:hover {
	cursor: pointer;
}

.te_add_user .switch-field input:checked + label {
	background-color: #08BDD4;
    color: #FFFFFF;
	box-shadow: none;
}

.te_add_user .switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
    padding: 10px 30px;
}

.te_add_user .switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
    padding: 10px 30px;
}
/* Add user End*/

/* User Profile start*/
.te_user_profile .te_add_user_box{
    padding: 24px 20px;
} 

.te_user_profile .te_space_between{
    display: flex;
    justify-content: space-between;    
}

.te_user_profile .te_user_edit_button{
    float: right;
    margin-right: 20px;
    padding: 5px 40px;
    font: normal normal  16px/18px TeleGroteskScreenBold;
    letter-spacing: 0px;
    color: #08BDD4;
    opacity: 1;
    border: 1px solid #08BDD4;
}

.te_reports .te_modal_padding{
    padding: 46px 77px;
}

.te_reports .te_modal_padding .te_modal_text{
    text-align: center;
    font: normal normal 17px TeleGroteskScreenMedium ; 
    letter-spacing: 0.07px;
    color: #2E3352;
    margin-bottom: 42px;
}

.te_reports .te_modal_padding .te_modal_edit_button{
    margin-right: 16px;
    margin-left: 44px;
    padding: 5px 28px;
    font: normal normal  16px/18px TeleGroteskScreenBold;
    letter-spacing: 0px;
    color: #08BDD4;
    opacity: 1;
    border: 1px solid #08BDD4;
}

.te_reports .te_modal_padding .te_modal_sure_button{
    padding: 5px 28px;
    font: normal normal  16px/18px TeleGroteskScreenBold;
    letter-spacing: 0px;
    color:#FFFFFF;
    opacity: 1;
    background-color:#08BDD4 ;
}

.te_reports .te_modal_green_text{
     color: #098400;
     margin-left: 16px;
     margin-right: 41px;
     font: normal normal 16px/18px TeleGroteskScreenBold;
    letter-spacing: 0px;
    opacity: 1;
}

.te_reports .te_vertical_line{
    border-left: 1px solid #B1B1B1;
    height: 30px;
}

.te_reports .te_close_button{
    padding:0px;
    padding-left: 10px;
}

.te_user_profile .modal-backdrop {
    display: none;
}
  
.te_user_profile .modal {
    background: rgba(0,0,0,0.5);
}
/* User Profile end */

/* Edit user Start */
.te_add_user_box .te_save_button{
    float: right;
    margin-right: 20px;
    padding: 8px 40px;
    font: normal normal  16px/18px TeleGroteskScreenBold;
    letter-spacing: 0px;
    color: #FFFFFF;
    border-style: none;
    background-color: #08BDD4;;
    opacity: 1;
}

/* Edit user End */

/***********Landing page Slide show or Carousel Start**************/
.MultiCarousel { 
    float: left; 
    overflow: hidden; 
    padding: 15px; 
    width: 100%; 
    position:relative; 
}

.MultiCarousel .MultiCarousel-inner { 
    transition: 1s ease all; 
    float: left; 
    margin-left: 8px; 
}
        
.MultiCarousel .te_service_items .te_single_service {
    padding-left:8px !important; 
    padding-right: 0px !important;
}

.te_service_items.MultiCarousel-inner{
    padding-left: 40px;
}
.te_invalid_msg {
    font-size: small;
    color:#C90025 ;
    text-align: center;
    padding-top: 10px;
  }

/***********Landing page Slide show or Carousel End**************/
