
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto/roboto-thin/Roboto-Thin-webfont.eot');
    src: url('../fonts/roboto/roboto-thin/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-thin/Roboto-Thin-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-thin/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-thin/Roboto-Thin-webfont.svg#robotoregular') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto/roboto-light/Roboto-Light-webfont.eot');
    src: url('../fonts/roboto/roboto-light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-light/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-light/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-light/Roboto-Light-webfont.svg#robotoregular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto/roboto-regular/Roboto-Regular-webfont.eot');
    src: url('../fonts/roboto/roboto-regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-regular/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-regular/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-regular/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto/roboto-bold/Roboto-Bold-webfont.eot');
    src: url('../fonts/roboto/roboto-bold/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-bold/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-bold/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-bold/Roboto-Bold-webfont.svg#robotoregular') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*{
	box-sizing: border-box;
	letter-spacing: 0.5px;
	font-family: 'roboto';
}
a{
	outline: none;
} 
img,svg 
{
    -webkit-user-drag:none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
input,textarea,label,::placeholder{
    font-family: 'roboto' !important;
}
html{
	scroll-behavior: smooth;
}
body{
    min-width: 320px;
    width: 100%;
    height:100%;
    margin: 0;
    padding: 0;
    font-family: 'roboto';
    display: inline-block;
    position: absolute;
    background: #f9f9f9;
}

.page_wrapper{
    width: 100%;
    height: calc(100% - 66px);
    margin: 0;
    padding: 0;
    position: absolute;
    display: inline-block;
    z-index: 1;
}
.content_wrapper{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.3);
    position: relative;
    display: inline-block;
    scroll-behavior: smooth;
    font-family: 'roboto';
    font-weight: 400;
}
#login_content_wrapper
{
    top: 8px;
}
.body_wrapper{
    position: relative;
    display: inline-block;
    min-height: unset !important;
}

    
/*notification*/
.notification_container{
    position: fixed;
    top: 30px;
    right: 4px;
    z-index: 100;
    min-width: 250px;
    width: 90%;
    max-width: 300px;
}
.notification_box{
    min-width: 250px;
    width: 90%;
    max-width: 300px;
    height: 120px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0px 8px -2px #ccc;
    position: relative;
    top: 20px;
    right: 8px;
    float: right;
    z-index: 3;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.4s;
}
.notifi_close{
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 0;
}
.notifi_close img{
    width: 20px;
    height: 20px;
}
.notifi_icon_box{
    width: 25%;
    height: 100%;
    float: left;
    text-align: center;
}
.notifi_text_box{
    width: 75%;
    height: 100%;
    float: left;
    padding: 25px 10px;
}
.notifi_icon_img{
    width: 50px;
    height: 50px;
    margin-top: 30px;
}
.notifi_icon_div{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: auto;
    margin-top: 35px;
    position: relative;
}
.notifi_icon_div img{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 11px;
}
.notifi_icon_div svg{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 11px;
}
.green{
    background: #29B351;
    border: 5px solid #219141;
}
.red{
    background: rgba(255,51,51,0.5);
    border: 5px solid #FF3333;
}
.yellow{
    background: rgba(255, 186, 59 ,0.5);
    border: 5px solid #ffba3b;
    
}
.blue{
    background: rgba(0,95,187 ,0.4);
    border: 5px solid #005FBB;
}
.notifi_text_head{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #333333;
}
.notifi_text_para{
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #333333;
}
#error_close_nojs:checked + .notification_box{
    display: none;
}

    
/*Authentication Page*/
.center_box,.report_center_box{
    min-width: 315px;
    width: 80%;
    max-width: 420px;
    height: 100%;
    max-height: 500px;
    margin: auto;
    position: absolute;
    top: -51px;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0px 12px #0000000d;

}

.card,.report_card {
    width: 100%;
    max-height: 589px;
    position: absolute;
    top: 0px;
    left: 0;
}
.center_container,.report_center_container {
    width: 100%;
    height: 100%;
    background-color: #FDFDFD;
    position: absolute;
    background-position: 50% 50%;
}
.report_center_container{
    border-radius: 10px;
}
.spacer_5{
  width: 100%;
  height: 5px;
  clear: both;
}
.spacer_10{
  width: 100%;
  height: 10px;
  clear: both;
}
.spacer_21{
  width: 100%;
  height: 21px;
  clear: both;
}
.spacer_35{
  width: 100%;
  height: 35px;
  clear: both;
}
.spacer_63{
  width: 100%;
  height: 63px;
  clear: both;
}
.spacer_85{
    width: 100%;
    height: 85px;
    clear: both;
}
.header {
    text-align: center;
}
.qr_code {
    width: 128px;
    height: 128px;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.qr_code img{
    width: 120px;
}
.header p {
    margin-top: 10px;
    font-size: 12px;
    color: #555555;
    line-height: 19px;
}
.header h1 {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
}
.hide_fields {
    position: absolute;
    opacity: 0 !important;
    z-index: -1 !important;
    width: auto;
}
.fields {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0px 25px;
    text-align: center;
    position: relative;
}
.field{
    width: 100%;
    display: inline-block;
    min-width: 260px;
    max-width: 370px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 3px;
}
.field label{
  color: #dd127b;
  padding-top: 12px;
  position: absolute;
  top: 21px;
  left: 40px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-align: left;
  font-size: 11px;
}
.field label:focus,
.field label:valid,
.field input:-webkit-autofill{
     outline: none;
     top: -1px !important;
     -webkit-transition: all 0.125s ease;
     transition: all 0.125s ease;
}

.field input:focus ~ label,
.field input:valid ~ label,
.field input:-webkit-autofill ~ label{
     outline: none;
     top: -1px;
     -webkit-transition: all 0.125s ease;
     transition: all 0.125s ease;
}

.field_label_focus{
    outline: none !important;
     top: -1px !important;
     -webkit-transition: all 0.125s ease !important;
     transition: all 0.125s ease !important;
}

.field_img{
    width: 18px;
    height: 18px;
    float: left;
    position: absolute;
    left: 10px;
    top: 29px;
    pointer-events: none;
}

.field_img img{
    width: 18px;
    height: 18px;
    pointer-events: none;
}
.field input{
    width: 100%;
    font-size: 13px;
    border: 0;
    padding: 30px 35px 11px 40px;
    float: left;
    color: #555555 ;
    background-color: #FDFDFD;
    height: 57px;
    border-radius: 3px;
    box-shadow: none;
}
.field input:focus{
    outline: none;
    box-shadow: rgba(3, 3, 3, 0.05) 0px 1px 1px 0px, rgba(3, 3, 3, 0.06) 0px 4px 8px 4px;
    background-color: #FFFFFF;
}

input::-ms-clear, input::-ms-reveal{
    display: none;
}

.focus {
    outline: none;
    box-shadow: rgb(3 3 3 / 5%) 0px 1px 1px 0px, rgb(3 3 3 / 6%) 0px 4px 8px 4px !important;
    background-color: #FFFFFF !important;
}
.redirect_btn a {
    width: 100%;
    border: none;
    background-color: #FFFFFF;
    font-size: 12px;
    cursor: pointer;
    color: #9C27B0;
    font-family: 'roboto';
    font-weight: 400;
    text-decoration: none;
    outline: none;
}
.submit_btn {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    min-width: 253px;
    max-width: 370px;
    outline: none;
}
.submit_btn input[type='submit'] {
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'roboto';
    font-weight: 400;   
    width: 100%;
    padding: 16px 0px 16px 0px;
    outline: none;
    border-radius: 3px;
    transition: background 0.5s ease;
}
.error {
    border: 1px solid #dc3545!important;
}

.login_hover:hover{
    text-decoration: underline!important;
}
.export_download{
    background-color: #1ea2e4;
    background: linear-gradient(to bottom, #d5217e 50%, #dd127b 50%);
    background-size: 100% 200%;
    background-position: left bottom;
    text-decoration: none;
}
       
.export_download:hover{
    background-position: right top;
}
.login_header
{
    text-align: center;
    
}
.login_header p {
    margin-top: 10px;
    font-size: 11px;
    color: #555555;
    line-height: 19px;
    margin-bottom: 10px;
    padding: 0px 6px;
    font-weight: 400;
}
.login_header h1 {
    font-size: 28px;
    font-weight: 600;
    font-family: 'roboto';
    color: #dd127b;;

}
.Login_otp_btn
{
    margin-right: 0px;
    position: absolute;
    right: 9px;
    padding: 8px;
    top: 11px;
    border-radius: 9px;
    border: 1px solid white;
    font-size: 11px;
    color: #555555;
    cursor:pointer;
}

.spacer_28{
  width: 100%;
  height: 28px;
  clear: both;
}
.spacer_30
{
    height: 5px;
}
.redirect_btn {
    height: 20px;
    float: right;
    margin-top: 5px;
}
.spacer_11
{   
    height: 10px;
}
/*#authentication_page

/*unsupported screen*/
.supported_box
{
    border: none;
    box-shadow: none;
    background: none;
}
.unsupported_screen{
    text-align: center;
}
.unsupport_img {
    width: 128px;
    height: 128px;
    border-radius: 6px;
    margin: 0 auto;
    
}
.unsupport_img img{
    width: 112px;
    height: 112px;
    margin-top: 6px;
}
.unsupport_heading{
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    line-height: 35px;
    margin-top: -4px;
}

.unsupport_para{
    margin-top: 10px;
    font-size: 13px;
    color: #555555;
    line-height: 19px;
}
.unsupport_para1{
    font-size: 13px;
    color: #555555;
    line-height: 19px;
    margin-top:-4px;
}
.browser_list_container{
    max-width: 280px;
    margin: 0 auto;
    height:auto;
    display: inline-block;
}
.browser_list{
    width: 100%;
    display: inline-block;
}
.browser_icon{
    width: 25px;
    height: 25px;
    border-radius: 25px;
    float: left;
    margin-left: 10px;
    padding-top: 1px;
}

.browswer_text{
    width: 120px;
    display: inline-block;
    font-size: 13px;
    color: #555555;
    float: left;
    margin-top: 6px;
    padding-left: 25px;
    text-align: left;
}
.install_text{
    width: calc(100% - 155px);
    float: left;
    font-size: 12px;
    color: #555555;
    margin-top: 6px;
    text-align: right;
    padding-right: 10px;
}
.install_text a{
    cursor: pointer;
    text-decoration: none;
    color: #0066A7;
    font-size: 12px;
}
.unsupported_footer{
    width: 100%;
    height: 46px;
    background: #FDFDFD;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.unsupported_footer_content{
   min-width: 295px;
   max-width: 290px;
   float: right;
   font-size: 11px;
   color:#999999;
   line-height: 15px;
   text-align: right;
   text-align: right;
   padding-right: 16px;
   padding-bottom: 14px;
}
.spacer_23{
    width: 100%;
    height: 23px;
}
.spacer_34{
    width: 100%;
    height: 34px;
}
.spacer_15{
    width: 100%;
    height: 15px;
    clear: both;
}
/*unsupported screen*/

.header{
    width: 100%;
    height: 96px;
}
.logo_box{
    width: 64px;
    float: left;
    margin-left: 10px;
    margin-top: 12px;
}
.logo_box img{
    width: 64px;
    margin-top: 2px;
}
.profile_box{
    float: right;
    width: auto;
    margin-right: 10px;
}
.profile_name{
    font-size: 13px;
    float: left;
    height: 22px;
    padding-right: 10px;
    line-height: 18px;
    max-width: 180px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 17px;
    color: #999999;
}
.logout_btn{
    width: 34px;
    height: 34px;
    float: left;
    cursor: pointer;
    text-align: center;
    border-radius: 32px;
    margin-top: 10px;
    transition: all 0.3s;
}
.section_edit_icon img,.section_save_icon img{
    width: 18px;
    height: 18px;
    margin-top: 6px;
    transition: all 0.3s;
    margin-left:0px;
}

.logout_btn img{
    width: 22px;
    height: 22px;
    margin-left: 4px;
    margin-top: 6px;
    transition: all 0.3s;
}
.logout_btn:hover{
    background: #fbe5f0;
}
.main_container{
    width: 100%;
    height: calc(100% - 96px);
}
.load_container{
    width: 100%;
    min-height: 560px;
    position: relative;
    top: 0px;
    height: 100%;
}
.report_setting_container{
    width: 100%;
    height: 100%;
    padding: 10px 5px;
}
.section{
    min-width: 300px;
    width: 99.8%;
    max-width: 850px;
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: 0 0px 12px #0000000d;
    position: relative;
    background:#fff;
    
}
.section_field_container{
    padding:16px 12px 12px 12px!important;
}
.section_scroll{
    height: 100%;
    overflow: auto;
}
.section_head{
    color: #dd127b;
    position: relative;
    height: 15px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 13px;
    font-weight: 400;
    top: -2px;
}
.section_edit_icon,.section_save_icon{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    transition: all 0.3s;
    position: absolute;
    right: 7px;
    top: 7px;
    text-align: center;
    cursor: pointer;
}

.section_edit_icon:hover,.section_save_icon:hover,.del_close_btn:hover{
    background: #fbe5f0;
}
.tab_container::-webkit-scrollbar,
.section_scroll::-webkit-scrollbar,
body::-webkit-scrollbar,
.table_records tbody::-webkit-scrollbar,
.record_page_modal::-webkit-scrollbar,
.delete_modal::-webkit-scrollbar{
    width: 3px !important;
    height: 3px !important;
}
.tab_container::-webkit-scrollbar-track,
.section_scroll::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.table_records tbody::-webkit-scrollbar-track,
.record_page_modal::-webkit-scrollbar-track,
.delete_modal::-webkit-scrollbar-track{
    background: #D3D3D3;
}
.tab_container::-webkit-scrollbar-thumb,
.section_scroll::-webkit-scrollbar-thumb,
 body::-webkit-scrollbar-thumb,
.table_records tbody::-webkit-scrollbar-thumb,
#notifications_table_data::-webkit-scrollbar-thumb,#notification_message_table_data::-webkit-scrollbar-thumb,#sales_rep_table_data::-webkit-scrollbar-thumb,.record_page_modal::-webkit-scrollbar-thumb,
.delete_modal::-webkit-scrollbar-thumb{
    width: 3px !important;
    height: 3px !important;
    background:#dd127b;
}
.spacer_40{
    width: 100%;
    height: 40px;
}
.section_main{
    width: 100%;
    height: auto;
}
.section_main_head{
    width: auto;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    padding: 7px;
    color: #9C27B0;
    font-size: 20px;
}
.section_scroll .disabled{
    background: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    color:#757f88 !important;
}
.pt_input_choice_field .pt_field_choice_li{
    float: left;
}
.pt_input_choice_field label{
    text-transform: capitalize;
}
.radio_disabled{
    pointer-events: none !important;
    background: #F3F3F3 !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.radio_disabled:checked:before{
    border-color: #fff !important;
}
.radio_disabled:before{
    pointer-events: none !important;
    border-color: transparent !important;
}
.radio_disabled + label{
    color:#757f88 !important;
    pointer-events: none !important;
}
.section_scroll .field_box textarea{
    word-break: break-word;
    height: 100%;
    padding: 0 5px 0 0;
    width: 100%;
    border: none !important;
}
.section_scroll .search_box{
    border-radius: 4px;
    height: 72px;
}
.section_scroll .search_box.disabled > .search_box_textarea{
    border: none;
    box-shadow: none;
    background:transparent;
}
.section_scroll .search_box.disabled > .search_box_textarea textarea{
    color:#757f88 !important;
}
.section_scroll .input_label{
    font-size: 12px;
    margin-bottom: 2px;
}
.admin_main_tab_box{
    width: 100%;
    height: 70px;
    padding-left:16px;
}
.admin_tab_box{
    width: auto;
    padding: 3px 7px;
    float: left;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
}
.admin_tab_box:hover {
    background: rgb(221, 18, 123,0.2);
    border-radius: 4px;
}
.admin_tab_box img{
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
}
.admin_tab_box p{
    letter-spacing: 1.5px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
}
.tab_container{
    width: 100%;
    min-height: 300px;
    height: calc(100% - 70px);
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

.create_new{
    float: right;
    margin-top: 34px;
    cursor: pointer;
    margin-right: 200px;
}
.add_icon{
    width: 28px;
    height: 28px;
    border-radius: 14px;
    text-align: center;
    display: inline-block;
}
.add_icon img{
    width: 100%;
    height: 100%;
    margin-top: 1px;
    margin-left: 1px;
}
.add_icon_txt{
    font-size: 13px;
    display: inline-block;
    position: relative;
    top: -10px;
    margin-right: 3px;
    color:#198754;
}
.table_records{
    max-width: 850px;
    width: 100%;
    display: block;
    border-radius: 6px;
    background: #fff;
    overflow:hidden;
    height: calc(100% - 10px);
    box-shadow: 0 0px 12px #0000000d;
}
.table_records thead{
    font-size: 10px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    display: block;
    letter-spacing: 1.5px;
    font-weight: 400;
    background: transparent;
    transition: background 0.3s;
    color: #6f42c1;
}

.table_records thead tr{
    width: 100%;
    height: 30px;
    background: #eff5f9;
}
.table_records tr {
    position: relative;
}
.table_records tr th{
    padding: 11px 0px 10px 2px;
    position: relative;
}
.table_records tbody{
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    height: calc(100% - 32px);
    scrollbar-width: none;
    outline: none;
}
.table_records tbody tr{
    text-align: left;
    font-size: 11px;
    width: 100%;
    display: block;
    color: #333;
    letter-spacing: 0.5px;
    background: transparent;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);

}
.table_records tbody tr:hover{
    background: rgba(251, 229, 240, 0.4);
}

.table_records tbody tr td{
    padding-left: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 17px;
    position: relative;
    height: 40px;
}
.no_record_box{
    display: block;
    width: calc(100% - 2px);
    min-height: 350px;
    height: calc(100% - 32px);
    overflow: auto;
    position: relative;
    top: 0;
    background: #fff;
    scrollbar-width: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.no_record{
    min-width: 275px;
    width: 61%;
    margin: auto;
    text-align: center;
    margin-top: 210px;
    margin-bottom: 100px;
}
.no_record_img{
    width: 128px;
    height: 128px;
    margin: 0px auto;
}
.no_record_img img{
    width: 128px;
    height: 128px;
}
.no_record_txt{
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 26px;
    font-weight: 100;
}
.report_name_clm,.users_name_clm{
    min-width: 144px;
    width: 42%;
    padding-right: 5px;
    padding-left: 10px !important;
}
.report_description_clm{
    min-width: 137px;
    width: 40%;
    word-break: break-word;
}
.time_run_clm,.users_type_clm{
    padding: 0 8px !important;
    min-width: 80px;
    width: 10%;
}
.action_clm{
    min-width: 80px;
}
.report_name_clm_h,.users_name_clm_h{
    min-width: 78px;
    width: 43%;
    padding-left: 10px !important;
}
.report_description_clm_h{
    width: 42%;
}
.time_run_clm_h,.users_type_clm_h{
    min-width: 80px;
    width: 10%;
    padding: 0 8px !important;
}
.action_clm_h{
    min-width: 80px;
    width: 6%;
    text-align: center;
}
.report_description_clm p,.report_name_clm p,.users_name_clm p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.record_page_modal{
    position: fixed;
    z-index: 9;
    min-width: 289px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.2);
    overflow-x: auto;
    overflow-y: hidden;
}
.report_record_page,.report_section{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
}
.report_center_box{
    background: #fff;
    max-width: 850px;
    height: 90%;
    max-height: 837px;
    top: 0px;
    min-width: 310px;
    width: 90%;
}
.report_card{
    max-height: 800px;
    height: 100%;
}
.report_record_page .field_box{
    width: 100%;
    position: relative;
}
.field_box_w50{
    width: 50% !important;
    float: left;
}
#reports_container,#users_container,#notifications_container,#notification_message_container,#sales_rep_container,#mailserver_container,#whatsapp_container,#crm_container,#sap_container{
    margin: auto;
    height: calc(100% - 45px);
    max-height: 611px;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 25px;
}
#notifications_container{
    max-height: 401px;
}
#users_container{
    max-height: 275px;
}
#notification_message_container,#sales_rep_container{
    max-height: 220px;
}
.generalinfo_container{
    width: 99%;
    padding: 5px;
    margin-bottom: 13px;
    border-radius: 4px;
    background: #eff5f9;
}
.report_record_page .section_head{
    padding-left: 20px;
    top: 0px;
}
.report_record_page .field_container{
    height: calc(100% - 0px);
    padding: 27px 4px 0px 7px !important;
}
.report_record_page .pt_input_choice_field{
    outline: none;
    border: none;
    position: relative;
}
.section .pt_input_choice_field{
    outline: none;
    border: none;
}
.report_top_icons{
    position: absolute;
    right: 22px;
    top: 11px;
}
.report_top_icons .section_edit_icon,.report_top_icons .section_save_icon{
    position: relative;
    float: right;
    margin-left: 8px;
}
.view_icon{
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 15px;
    transition: all 0.3s;
}
.view_icon:hover{
    background: #fbe5f0;
}
.view_icon img{
    width: 16px;
    height: 16px;
    margin-top: 7px;
    margin-left: 7px;
}
.view_circle{
    left: 36px;
}
.delete_circle{
    left: -35px;
}

.wrapper{
    min-width: 320px;
    width: 100%;
    max-width: 930px;
    margin: auto;
    position: relative;
    height: 99.8%;
}
#custom{
    display: inline-block;
    width: 100%;
}
.report_record_page .pt_field_choice_ul{
    width: calc(100% - 13px)
}
.delete_modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
}
.modal_scroll {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 320px;
}
.del_modal_content {
    min-width: 315px;
    max-width: 445px;
    max-height: 300px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
    padding: 15px;
}
.del_modal_inner_content {
    height: 270px;
    background-color: #FFF;
    border-radius: 6px;
    padding: 10px;
}
.del_close_btn {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    float: right;
    margin-right: -2px;
    cursor: pointer;
    background: transparent;
    text-align: center;
    transition: all 0.3s;
    margin-top: -2px;
}
.del_close_btn svg {
    width: 16px;
    height: 16px;
    margin-top: 7px;
}
.del_close_btn svg path{
    transition: all 0.3s;
}
.delete_image {
    width: 60px;
    height: 60px;
    margin: auto;
    margin-top: 16px;
    border-radius: 50%;
    padding: 16px;
    margin-bottom: 12px;
    background-color: #ff0000b5 !important;
    text-align: center;
}
.delete_image img {
    width: 24px;
    height: 24px;
    margin-top: 2px;
}
.delete_text {
    height: 100%;
    padding: 10px 10px 0 10px;
    margin-top: -9px;
}
.head_del_style {
    text-align: center;
    font-size: 23px;
    margin-top: 7px;
}
.del_para {
    text-align: center;
    padding: 35px 70px 24px 70px;
    line-height: 20px;
    margin: auto;
    font-size: 13px;
    color: rgb(117 117 124);
    margin-top: -8px;
    padding: 28px 70px 24px 70px;
    width: 95%;
}
.delete_option_btns {
    width: max-content;
    margin: auto;
    margin-top: -23px;
}
.address_details_btn {
    border: 1px solid #ffffff00;
    margin-top: -12px;
}
#delete_modal_btn, #signout_modal_btn {
    margin-left: 0;
    background: linear-gradient(to bottom, rgba(213, 0, 0, 1) 50%, rgba(213, 0, 0, 0.70) 50%);
    background-size: 100% 200%;
}
.adress_save_btn{
    width: 70px;
    height: 26px;
    padding: 9px 8px;
    margin-top: 10px;
    border-radius: 4px;
    color: white;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    display: inline-block;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, rgba(41, 179, 81, 1) 50%, rgba(41, 179, 81, 0.85) 50%);
    background-size: 100% 200%;
}

.address_cancel_btn {
    background: unset;
    color: white;
    background: #808080e8;
    padding: 6px;
    padding: 9px 6px 7px 6px;
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.4) 50%);
    background-size: 100% 200%;
    margin-left: 32px;
}
#login_otp_id::-webkit-outer-spin-button,
#login_otp_id::-webkit-inner-spin-button {
  -webkit-appearance: none;
   -moz-appearance: none;
   margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.tooltiptext {
    opacity: 0;
    min-width: 70px;
    color: #FFFFFF !important;
    text-align: center;
    border-radius: 3px;
    padding: 8px;
    position: absolute;
    z-index: -1;
    bottom: auto;
    left: -22px;
    right: 0;
    margin-left: 0;
    top: 38px;
    transition: all 0.3s;
    box-shadow: rgb(3 3 3 / 5%) 0px 1px 1px 0px, rgb(3 3 3 / 6%) 0px 4px 8px 4px;
    font-size: 9px;
     text-transform: uppercase; 
    cursor: default;
    pointer-events: none;

    width: max-content;
    background: #dd127b;
    letter-spacing: 1.2px;
    font-weight: 600;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    top: -40%;
    left: 50%;
    margin-left: -4px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #dd127b transparent;
}
.section_edit_icon:hover > .tooltiptext,
.section_save_icon:hover > .tooltiptext{
    opacity: 1;
    z-index: 8;
}
.close_tooltip{
    left: -34px;
}
.close_tooltip::after{
    left: 68%;
}
.settings_tooltip{
    left: -37px;
}
.settings_tooltip::after{
    left: 73%;
}
#notifications_add_new,#notification_message_add_new,#sales_rep_add_new{
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: 8px;
    right: 10px;
}
.notifi_clm_h{
    min-width: 90px;
    width: 27%;
}
.notifi_clm{
    padding: 0 0px !important;
    min-width: 90px;
    width: 27%;
    padding-left: 5px !important;
}
.notifi_status{
    color: #0d6efd;
    font-size: 10px;
    letter-spacing: 0.7px;
}
.notifi_field_container{
    notifi_field_container
}
#notifications_table_records,#notification_message_table_records,#sales_rep_table_records{
    height: 100%;
    max-height: 260px;
}

#notifications_table_records .table_records tbody,
#notification_message_table_records .table_records tbody,
#sales_rep_table_records .table_records tbody{
    height: calc(100% - 35px);
}
#notifications_no_record,#notification_message_no_record,#sales_rep_no_record{
    min-height:260px;
}
#notifications_no_record .no_record,
#notification_message_no_record .no_record,
#sales_rep_no_record .no_record{
    margin-top:46px;
    margin-bottom: 0;
}
.notifi_type_clm{
    min-width: 100px;
    width: 33%;
    padding-right: 5px;
    padding-left: 10px !important;
    word-break: break-word;
}
.notifi_message_clm{
    min-width: 110px;
    width: 46%;
    word-break: break-word;
}
.notifi_message_clm p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notifi_type_clm_h{
    min-width: 100px;
    width: 33%;
    padding-left: 10px !important;
}
.notifi_message_clm_h{
    min-width: 110px;
    width: 47%;
}
.notifi_message_action_clm_h{
    min-width: 80px;
    width: 6%;
    text-align: center;
}
.notifi_message_action_clm{
    min-width: 80px;
    width: 6%;
}
.notifi_created_on_clm_h,.notifi_created_on_clm{
    width: 18%;
}
.notifi_created_on_clm{
    padding-left: 5px !important;
}

.notification_name_clm{
    min-width: 112px;
    width: 32%;
    padding-right: 5px;
    padding-left: 10px !important;
}
.notification_description_clm{
    min-width: 137px;
    width: 41%;
}
.notification_name_clm_h{
    min-width: 80px;
    width: 32%;
    padding-left: 10px !important
}
.notification_description_clm_h{
    width: 42%;
}
.notifi_template{
    padding-right: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    color: #666;
    font-size: 10px;
    letter-spacing: 0.7px;
}
#notifications_table_data,#notification_message_table_data,#sales_rep_table_data{
    max-height:229px;
    scrollbar-width:unset;
}
.text_bold{
    font-weight: 600 !important;
}
.text_bold::placeholder {
    font-weight: 400 !important;
}
.scroll_indicator {
    width: 16px;
    height: 28px;
    border: 1px solid #e35583;
    border-radius: 50px;
    position: fixed;
    bottom:4px;
    left:50%;
    transform:translate(0,-50%);
    background: #fff;
}
  
.scroll_indicator::before {
    content: '';
    position: absolute;
    top: 0.3em;
    left: 50%;
    width: 5px;
    height: 5px;
    background-color: #e35583;
    border-radius: 50%;
    transform: translate(-50%, 0);
    animation: scrollAnim 1.2s .5s infinite ease-in;
}
  
/* Animation */
@keyframes scrollAnim {
    0% {
      transform: translate(-50%, 0) rotateX(0);
      opacity: 0;
    }
  
    5% {
      opacity: .5;
    }
  
    15% {
      opacity: 1;
    }
  
    80%,
    100% {
      opacity: 0;
    }
  
    100% {
      transform: translate(-50%, 30px) rotateX(30deg);
    }
}

.choice_icon_box {
    right: 15px;
    bottom: 6px;
    position: absolute;
    float: right;
    cursor: pointer;
    height: 33px;
    padding: 9px 0px;
    display: block;
    z-index: 1;
    transition: all 0.3s;
}
.choice_icon {
    width: 11px;
    height: 11px;
    transition: transform 0.3s;
}
.input_field_choice{
    position: relative !important;
    z-index: 2 !important;
    cursor: pointer !important;
    background: transparent !important;
}
.disabled ~ .choice_icon_box{
    display: none;
}

@-moz-document url-prefix() {
    .table_records tbody tr td{
        height:28px;
    }
}

.grid_container{
    width: 100%;
    display: grid;
    grid-auto-flow: row dense;
    grid-gap: 4px 8px;
    margin-bottom: 4px;
    grid-template-rows: auto;
    padding: 14px;
}
.card_grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 46px 0px !important;
    max-width: 509px;
}
.field_grid_1_1 {
    grid-column-end: span 1;
    grid-row-end: span 1;
}
.search_card {
    height: 60px;
    padding: 18px 0;
    background: none;
    width: 60px;
    border-radius: 46px;
    cursor: pointer;
    transition: all 0.3s;
    background: #fff;
    box-shadow: 0 0px 12px #0000000d;
    background: #fbfbfc;
}
.search_card:hover{
    background: #fbe5f0;
}
.settings_img {
    width: 25px;
    height: 25px;
    margin: auto;
    border-radius: 4px;
}
.settings_para {
    margin-top: 28px;
    font-size: 9px;
    text-align: center;
    letter-spacing: 1.8px;
    font-weight: 600;
    width: 62px;
    color: #6f42c1;
    text-transform: uppercase;
}
.grid_section{
    display: inline-block;
    height: auto;
    background: transparent;
    box-shadow: none;
    min-width: 300px;
    width: 99.8%;
    max-width: 850px;
    border-radius: 6px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom:15px;
    padding-left: 4px;
    background: #fff;
    box-shadow: 0 0px 12px #0000000d;
}

#users_save img,#reports_save img,#reports_generate img,#notifications_save img,#notification_message_save img,#notification_message_save img,#sales_rep_save img{
    margin-left: 2px;
}
@-moz-document url-prefix() {
    html,#notifications_table_data,#notification_message_table_data,#sales_rep_table_data,.record_page_modal,.section_scroll{
        scrollbar-color: #dd127b #D3D3D3 !important;
    }
}

/* above 2560 => oversized */
@media screen and (min-width: 2560px) {

}
/* between 1920px and 2559 => desktop*/
@media screen and (max-width: 2559px) and (min-width: 1920px), screen and (min-width:2559.1px) and (max-width: 2559.9px) {

}

/* between 1280px and 1919 => laptop*/
@media screen and (max-width: 1919px) and (min-width: 1280px), screen and (min-width:1919.1px) and (max-width: 1919.9px) {

}

/* between 960px and 1279 => Tablet*/
@media screen and (max-width: 1279px) and (min-width: 960px), screen and (min-width:1279.1px) and (max-width: 1279.9px) {
    

}

/* between 600px and 959px => phablet*/
@media screen and (max-width: 959px) and (min-width: 600px), screen and (min-width:959.1px) and (max-width: 959.9px) {

}
/* between 360px and 599px => smartphone*/
@media screen and (max-width: 599px) and (min-width: 320px), screen and (min-width:599.1px) and (max-width: 599.9px) {
    .tab_container,.admin_main_tab_box{
        padding-left: 0px;
        padding-right: 0px;
    }
    .report_description_clm,.report_description_clm_h,.notification_description_clm,.notification_description_clm_h,.notifi_created_on_clm,.notifi_created_on_clm_h{
        display: none;
    }
    .report_name_clm,.report_name_clm_h,.users_name_clm,.users_name_clm_h{
        min-width: 85px;
        width: 61%;
        padding-left: 10px !important;
    }
    .time_run_clm_h,.time_run_clm{
        min-width: 72px;
        width: 20%;
        padding: 0 5px !important;
    }
    .users_type_clm,.users_type_clm_h{
        min-width: 72px;
        width: 26%;
        padding: 0 5px !important;
    }
    .action_clm,.action_clm_h{
        min-width: 75px;
        width: 37%;
    }
    .create_new{
        margin-right: 5px;
    }
    .report_record_page .section_head
    {
        padding-left: 3px;
    }
    #reports_container,#users_container,#notifications_container,#notification_message_container,#sales_rep_container,#mailserver_container,#whatsapp_container,#crm_container,#sap_container{
        padding-left: 2px;
        padding-right: 1px;
    }
    .del_para{
        padding: 28px 28px 24px 28px;
    }
    .admin_tab_box{
        margin-right: 12px;
    }
    .notification_name_clm{
        min-width: 112px;
        width: 60%;
        padding-right: 5px;
        padding-left: 10px !important;
    }
    .notification_name_clm_h{
        min-width: 80px;
        width: 60%;
        padding-left: 10px !important;
    }
    .notifi_clm{
        padding: 0 0px !important;
        min-width: 90px;
        width: 33%;
        padding-left: 5px !important;
    }
    .notifi_clm_h{
        min-width: 90px;
        width: 32%;
    }
    .report_record_page .field_container{
        padding:17px 4px 0px 7px !important;
    }
    .report_top_icons{
        right: 3px;
        top: 2px;
    }
    .card_grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .del_modal_content{
        padding: 10px;
    }

}

@media screen and (max-width: 450px) and (min-width: 320px), screen and (min-width:450.1px) and (max-width: 450.9px) {
    .card_grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 319px) and (min-width: 0px), screen and (min-width:319.1px) and (max-width: 319.9px) {
    .tab_container,.admin_main_tab_box{
        padding-left: 0px;
        padding-right: 0px;
    }
    .report_description_clm,.report_description_clm_h,.notification_description_clm,.notification_description_clm_h,.notifi_created_on_clm,.notifi_created_on_clm_h{
        display: none;
    }
    .report_name_clm,.report_name_clm_h,.users_name_clm,.users_name_clm_h{
        min-width: 85px;
        width: 61%;
        padding-left: 10px !important;
    }
    .time_run_clm_h,.time_run_clm{
        min-width: 72px;
        width: 20%;
        padding: 0 5px !important;
    }
    .users_type_clm,.users_type_clm_h{
        min-width: 72px;
        width: 26%;
        padding: 0 5px !important;
    }
    .action_clm,.action_clm_h{
        min-width: 75px;
        width: 37%;
    }
    .create_new{
        margin-right: 5px;
    }
    .report_record_page .section_head
    {
        padding-left: 3px;
    }
    #reports_container,#users_container,#notifications_container,#notification_message_container,#sales_rep_container,#mailserver_container,#whatsapp_container,#crm_container,#sap_container{
        padding-left: 2px;
        padding-right: 1px;
    }
    .del_para{
        padding: 28px 6px 24px 6px;
    }
    .admin_tab_box{
        margin-right: 12px;
    }
    .notification_name_clm{
        min-width: 112px;
        width: 60%;
        padding-right: 5px;
        padding-left: 10px !important;
    }
    .notification_name_clm_h{
        min-width: 80px;
        width: 60%;
        padding-left: 10px !important;
    }
    .notifi_clm{
        padding: 0 0px !important;
        min-width: 90px;
        width: 33%;
        padding-left: 5px !important;
    }
    .notifi_clm_h{
        min-width: 90px;
        width: 32%;
    }
    .report_record_page .field_container{
        padding:17px 4px 0px 7px !important;
    }
    .report_top_icons{
        right: 3px;
        top: 2px;
    }
    .card_grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .del_modal_content{
        padding: 10px;
    }

}





