/*=====Reset CSS======*/

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none !important;
    font-style: normal;
}

a:focus,
button:focus,
input:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
label,
span {
    display: inline-block;
    vertical-align: middle;
    vertical-align: 0;
}

figure {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin: 0;
    font-size: 0;
    line-height: 100%;
}

figure img {
    max-width: 100%;
}

ul,
ol {
    list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

body {
    /* min-height: 100%; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #68717b;
    background-color: #fff;
    position: relative; */
}

.svg_container {
    display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

::-moz-selection {
    background-color: #1f40cb;
    color: #fff;
}

::selection {
    background-color: #1f40cb;
    color: #fff;
}


/*=====Reset CSS======*/


/* dashboard */
.left_panel{
    width: 292px;
    height: 100vh;
    background-color: #f6f6f6;
    position: fixed;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding-top: 30px;
    transition: all 0.2s ease-in-out;
}

.full_collapse .left_panel {
    width: 84px;
}

.full_collapse .collase_wrap {
    display: none;
}
.logo{
    padding-bottom: 50px;
    display: flex;
    align-items: end;
    height: 80px;
    justify-content: center;
}
.logo img{
    min-width: 50px;
}

/* .top_sec{
    padding: 30px 20px 0 36px;
} */
.left_item li{
    margin-bottom: 7px;
    cursor:pointer;
}
.item_txt span{
    font-size: 14px;
    text-transform: uppercase;
    color: #0d1317;
    font-weight: 700;
    letter-spacing: 1px;
}
/* .itm_img{
    padding-right: 18px;

} */
.left_item li a{
    display: flex;
    position: relative;
    justify-content: flex-start;
    padding: 15px 0;
    padding-left: 60px;
}
.left_item li a::after{
    position: absolute;
    content: '';
    top: 0;
    left: 15px;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: -1;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.left_item li a:hover::after{
    opacity: 1;
}

.left_item li .active::after{
    opacity: 1;
}
.collapse_btn a{
    font-size: 14px;
    text-transform: uppercase;
    color: #0d1317;
    font-weight: 700;
    letter-spacing: 1px;
    width:100%;
    height:100%;
    text-align:left;
}

.collapse_btn{
    position: absolute;
    bottom: 112px;
    left: 40px;
    width:100%;
    cursor:pointer;

}
.collapse_btn span{
    padding-left: 25px;
}

.left_inr_wrap {
    /* height: calc(100% - 400px); */
    overflow-y: auto;
    overflow-x: hidden ;
}
/* .left_item{
    height: 372px;
    overflow-y: auto;
} */

.header_new{
    display: flex;
    justify-content: flex-end;
}

.main_sec{
    margin-left: 287px;
    height: 100vh;
    padding-right: 5px;
    padding-top: 0px;
    position: relative;
    overflow-x: hidden;
}
.hdr_menu{
    position: relative;
    padding-bottom: 25px;
    display: flex;
    gap: 20px;
}
/* .hdr_menu::before {

} */
.full_collapse .main_sec {
    margin-left: 84px;
}

.itm_img img{
    min-width: 20px;
}

.full_collapse .collapse_btn a img{
    transform: rotate(180deg);
}

.header_new li {
    padding: 0 30px;
}
.header_new li:first-child{
    padding-left: 0;
}

.header_new li:last-child{
    padding-right: 0;
}

.collapse_btn a{
    position: relative;
}

.collapse_btn a::after{
    content: '';
    position: absolute;
    /* top: 5px; */
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/collapse_open.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin-bottom: -6px;
}

.full_collapse .collapse_btn a::after{
    
    transform: rotate(180deg);

}

.full_collapse .collapse_btn{
    left: 18px;
}

.map_img_wrap img{
    width: 100%;
    height: 100vh;
    object-fit: none;
}

.map_img_wrap{
    margin-top: 40px;
    margin-left: 40px;
    position: relative;
}

.custom_check_wrap{
    display: flex;
    padding-right: 80px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    justify-content: flex-end;
    align-items: center;
    position:relative;
}

.custom_check_wrap .custom-control-input:checked~.custom-control-label::before{
background-color: #00a8c6;
border: none;
}

.filter_wrapper{
    display: flex;
    padding-right: 50px;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.data_filter{
    padding-right: 80px;
}
.custom_check_wrap p{
    font-size: 15px;
    color: rgba(28,71,110,0.8);
    font-weight: 600;
    padding-right: 10px;
}

.inr_wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.data_filter p{
    font-size: 16px;
    color: #1c476e;
    font-weight: 600;
}
.filter_new{
    display: flex;
    flex-wrap: wrap;
    width: 460px;
    row-gap: 15px;
}

.inr_wrap .custom_check_wrap .custom-switch{
    min-height: 32px;
    position: absolute;
    right: 80px;
}

.inr_wrap .custom_check_wrap .custom-switch .custom-control-label::before{
    width: 56px;
    height: 32px;
    border-radius: 35px;
    top: 0;
}

.inr_wrap .custom_check_wrap .custom-switch .custom-control-label::after{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    top: 2px;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after{
    transform: translateX(23px);
}

.custom-control-input:focus~.custom-control-label::before{
    box-shadow: none;
}

.left_item .itm_img{
    padding-right: 25px;
}

.full_collapse .left_item .itm_img{
    padding-right: 0;
}

.full_collapse .left_item li a{
justify-content: center;
padding-left: 0 !important;
}

.mob_btn{
    display: none;
}

.hdr_wrap{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.hdr_wrap::after{
    content: '';
    position: absolute;
    border-bottom: 1px solid rgba(217,217,239, 0.4);
    width: 100vw;
    left: 0;
    right: 0;
    top: 100%;
}
.hdr_logo{
    opacity: 0;
}

.hdrn_btn{
    opacity: 0;
}

.subscribe_btn_wrap form{
    display: flex;
    align-items: center;
    gap: 15px;
}

.frm_btn{
    background-color: #00a8c6;
    border: none;
    color: #fff !important;
    padding: 13px 24px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #00a8c6;
    text-align: center;
}
.frm_btn:hover{
    border: 1px solid #00a8c6;
    background: transparent;
    color: #00a8c6 !important;
}

.subscribe_body {
    margin: 45px;
}

.subscribe_btn_wrap .form-group .search{
    height: 50px;
    min-width: 310px;
    border-radius: 10px;
    border: 1px solid #afb2c6;
}

.subscribe_btn_wrap .form-group input::placeholder{
    font-size: 14px;
    color: #534e6b;
    font-weight: 400;
}

.subscribe_table table thead tr th{
    font-size: 16px;
    color: #0d1317;
    font-weight: 600;
}

.subscribe_table table tbody tr td{
    font-size: 16px;
    color: #78838a;
    font-weight: 400;
}

.subscribe_table{
    border-radius: 10px;
    border: 1px solid #afb2c6;
}

.subscribe_table table thead tr th{
    border-top: none;
   border: none;
}

.subscribe_table thead{
    background-color: #f5f7f9;
}

.subscribe_table table tbody tr td{
    border-bottom: 1px solid #dee2e6;
    border-top: none;
}
.subscribe_table table tbody tr:last-child td{
    border-bottom: none;
}

.subscribe_table table thead tr th{
    padding-left: 40px;
    padding-bottom: 14px;
}

.subscribe_table table tbody tr td{
    padding-left: 40px;
    padding-bottom: 14px;
}

.subscribe_table table tbody tr td span{
    padding-right: 14px;
}

.subscribe_btn_wrap {
    padding-bottom: 30px;
}



.inpusrch {
    position: relative;
}
.inpusrch .searchicon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.inpusrch .form-control {
    padding-left: 36px;
}

.dropdown_inr{
    flex-direction: column;
}
.left_item li .nav-link{
    position: relative;
    gap: 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(13, 19, 23);
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 0 12px 30px;
}
.left_item .nav-item  .nav-link{
	padding: 5px 0 5px 50px;
	font-size: 11px;
}
.left_item_btn .collapse.show{
	margin-top:5px;
}
/* .left_item li .nav-link.collapsed::before{
    position: absolute;
    content: '\f107';
    right: 8px;
    top: 15px;
    font-family: 'fontawesome';
    font-size: 24px;
    color: #000;
} */
.left_item li .nav-link.has_sub::before{
    position: absolute;
    content: '\f107';
    right: 8px;
    top: 12px;
    font-family: 'fontawesome';
    font-size: 24px;
    color: #000;
}

.full_collapse .drp_new{
    display: none;
}

.full_collapse .nav-link.collapsed::before{
    display: none;
}


.left_item .nav-link-text.ms-1.drp_new {
    font-size: 11px;
    text-transform: uppercase;
    color: rgb(13, 19, 23);
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
}

.full_collapse .nav-link{
    pointer-events: none;
}

/* subscribe detail */
.sub_detail_inr{
    position: inherit;
}

.subscriber_detail_inr form{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub_detail_inr .filter_wrapper{
    padding: 0;
}

.sub_detail_inr .filter_new{
    width: auto;
}

.subscriber_detail_inr{
    border-radius: 10px;
    filter: drop-shadow(0px 3px 12.5px rgba(12,12,18,0.06));
    padding: 15px 40px 6px 25px;
    background-color: #ffffff;
    margin-left: 40px;
    margin-top: 20px;
}

.sub_detail_inr .custom_check_wrap{
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
}

.subscriber_detail_inr input{
    border: none;
    padding: 0;
    border-bottom: 1px dashed #ccc;
}

.subscriber_detail_inr input::placeholder{
    font-size: 16px;
    color: #3d4852;
    font-weight: 400;
}

.data_type_check{
    position: inherit;
}
.data_type_check .filter_wrapper{
    padding: 0;
}

.data_inr_wraper{
    border-radius: 10px;
    filter: drop-shadow(0px 3px 12.5px rgba(12,12,18,0.06));
    padding: 15px 52px 6px;
    background-color: #ffffff;
    margin-left: 40px;
    margin-top: 20px;
  

    position: relative;
}
.data_inr_wraper::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #e2e5e6;
}

.alert_inr{
    border-radius: 10px;
    filter: drop-shadow(0px 3px 12.5px rgba(12,12,18,0.06));
    padding: 0px 25px 6px;
    background-color: #ffffff;
    margin-left: 40px;
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    flex-wrap: wrap;
}

.alert_inr_item{
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding-top: 30px;
}

.alert_inr_item p{
    font-size: 16px;
    color: #1c476e;
    font-weight: 500;
}

.alert_inr_item::after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #e2e5e6;
    height: 100%;
    width: 1px;
}
.alert_inr_item:last-child::after{
    display: none;
}
.alert_inr_cnt{
    padding-left: 40px;
}
.alert_inr .alert_inr_item:first-child .alert_inr_cnt{
    padding-left: 0;
}

.alert_inr_item .data_type_check .filter_new{
    flex-direction: column;
    width: 50%;
}
.alert_inr_cnt .custom_check_wrap{
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
}

.alert_inr_cnt .filter_wrapper{
    margin-bottom: 30px;
}
.full_collapse .out_box_info{
    border-radius: 10px;
    filter: drop-shadow(0px 3px 12.5px rgba(12,12,18,0.06));
    padding: 0px 25px 6px;
    background-color: #ffffff;
    margin-left: 40px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.out_box_info {
    border-radius: 10px;
    filter: drop-shadow(0px 3px 12.5px rgba(12,12,18,0.06));
    padding: 0px 25px 6px;
    background-color: #ffffff;
    margin-left: 40px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.out_box_item p{
    font-size: 16px;
    color: #1c476e;
    font-weight: 500;
    padding-bottom: 20px;
}

.frm_btn_new{
    padding: 13px 24px;
    border-radius: 10px;
    border: 1px solid #00a8c6;
    color: #00a8c6;
    text-align: center;
}

.frm_btn_new:hover{
    background-color: #00a8c6;
    color: #fff;
}

.out_box_container{
    display: flex;
    flex-wrap: wrap;
}
.out_box_item{
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 60px;
}

.out_box_item::after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #e2e5e6;
    height: 100%;
    width: 1px;
}

.number_listing li a{
    font-size: 15px;
    font-weight: 400;
    color: #78838a;
    line-height: 30px;
}

.number_mail li a{
    font-size: 15px;
    font-weight: 400;
    color: #78838a;
}

.number_mail li{
    list-style: none;
}

.number_listing{
    padding: 20px 0;
}

.out_box_item:last-child::after{
    display: none;
}

.out_box_btn_wrap{
    display: flex;
    flex-direction: column;
    width: 167px;
    row-gap: 20px;
}

.map_listing li a{
    font-size: 15px;
    font-weight: 400;
    color: #78838a;
    line-height: 30px;
}

.out_box_item:last-child{
    padding-left: 30px;
}

.map_listing {
    padding-top: 30px;
}

.map_listing li a span{
    padding-right: 15px;
}
/* 16.12.22 */
/* subscriber detail new */
.out_box_inr_wrap {
    display: flex;
    gap: 40px;
    padding-bottom: 40px;
    position: relative;
}
.out_box_inr_wrap::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 9px;
    right: 0;
    background-color: #e2e5e6;
    height: 1px;
    width: 85%;
}
.out_box_inr_wrap .number_listing{
    padding: 0;
}
.out_box_inr_wrap_new{
    display: flex;
    gap: 40px;
    padding-top: 40px;
}
.number_listing li span{
    padding-right: 10px;
}
.number_mail li span{
    padding-right: 10px;
}


.subscriber_detail_inr .form-group{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
}

.subscriber_detail_inr .form-group label{
    width: 47%;
    font-size: 16px;
    color: #1c476e;
    font-weight: 600;
}

.sub_detail_inr{
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: flex-end;
    display: flex;
}
.sub_detail_inr .subscriber_detail_inr{
    margin-top: 0;
}

.subscriber_detail .subscriber_detail_inr:first-child{
    margin-top: 20px;
}

.out_box_inr_bound form{
    width: 100%;
    max-width: 300px;
    padding: 20px 0;

}
.out_box_inr_bound form span{
    background: #00a8c6;
    color: #fff;
    border: none;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    cursor: pointer;
}

.out_box_inr_bound form .btn{
    background: #00a8c6;
    border: none;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.out_box_inr_bound_new{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-right: 25px;
    min-height:200px;
}

.out_box_inr_bound_new .input-group .btn{
    background: #00a8c6;
    border: none;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.out_box_inr_bound_new .input-group input.frm_new{
    position: relative;
    padding-left: 26px;
    border: none;
    border: 1px solid transparent;
}
.out_box_inr_bound_new .input-group input.frm_new:focus{
    border: 1px solid #91c5e3a1;
}
.out_box_inr_bound_new .input-group input.frm_new:focus-visible{
    border: 1px solid #91c5e3a1;
}

.out_box_inr_bound_new .input-group .callicon{
    position: absolute;
    left: 4px;
    top: 11px;
    z-index: 9;
}

.alert_inr_item_hdr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alert_inr_item_hdr .dropdown .btn{
    background: #00a8c6;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
}
.out_box_btn_wrap_new form{
    width: 100%;
    max-width: 230px;
}
.out_frm_wrap li form{
    max-width: 240px;
}

.out_box_btn_wrap_new{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.out_frm_wrap li{
    padding-bottom: 15px;
}

.alert_summery_cnt{
    padding-left: 30px;
    margin-top: 30px;
    height: 300px;
    overflow: auto;
}
.out_box_item_inr_wrap{
    display: flex;
    justify-content: space-between;
}
.out_box_item_inr_wrap{
    display: flex;
    justify-content: space-between;
}
.location_frm_wrap {
	position :relative;
}
.location_frm_wrap form .form-group{
    position: relative;
}
.location_frm_wrap form .form-group .locate_list{
    border-radius: 10px;
    filter: drop-shadow(0px 3px 12.5px rgba(12,12,18,0.06));
    background-color: #fff;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.out_box_btn_wrap_new .input-group-text{
    background: #00a8c6;
    border: none;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    color: #fff;
}

.submit_btn a{
    background-color: #00a8c6;
    border: none;
    color: #fff;
    padding: 13px 24px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #00a8c6;
    text-align: center;
}

.submit_btn a:hover{
    border: 1px solid #00a8c6;
    background: transparent;
    color: #00a8c6 !important;
}

.submit_btn{
    position: absolute;
    bottom: 0;
    right: 0;
}


.inr_wrap.data_type_check .filter_new .custom_check_wrap p{
	    padding-right: 50px !important;
}

.collapse_btn_new{
    bottom: 20px;
}

.left_inr_new{
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
}
.left_inr_new .left_item li{
    margin-bottom: 0;
}
.left_inr_new .left_item li a{
    padding: 12px 0 12px 30px;
    /*padding-left: 60px;*/
}
.left_inr_new .left_item li .nav-link.active::before{
    top: 12px;
}

.left_inr_new .left_item li img{
    max-width: 100%;
}
.left_inr_new .left_item li .nav-link{
    font-size: 12px;
    font-weight: 600;
}
.pause-icon{width:16px;height:auto;padding-left: 3px;}
span.event-name{font-weight:700!important;font-style: italic !important;color: #7294a2;}

/** Start tooltips */

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: none;
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  /** End tooltips */




  /* new css style */

*{
   margin: 0px;
   padding: 0px;
   box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
}
.form--headingh3 {
    font-size: clamp(22px,6vw,26px);
    font-weight: 700;
    text-transform: uppercase;
}
.form--headingh5 {
    font-size: 16px;
    color: #cfcccc;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.User--log--box {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url(../../../assets/admin/images/login_bg.jpg);
}
.User--log--box:before {
    content: "";
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
}
.form-group.login--cheqbox {
    flex-direction: row !important;
    justify-content: space-between;
    gap: 15px !important;
    flex-wrap: wrap;
}
.custom-checkbox label {
    font-weight: 400;
    color: #ffffff;
    font-size: clamp(14px,2vw,16px);
}       
form.form--section {
    z-index: 1;
    padding: clamp(20px, 3vw, 50px);
    width: 100%;
    max-width: 500px;
    margin: 15px;
    box-shadow: 2px 6px 60px -20px rgba(0, 0, 0, 0.7);
}
.sing--in--txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 40px;
}
.sing--in--txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 40px;
    color: #fff;
}
.form--headingh3 {
    font-size: clamp(22px,6vw,26px);
    font-weight: 700;
    text-transform: uppercase;
}
.form--headingh5 {
    font-size: clamp(12px,2vw,16px);
    color: #cfcccc;
}
.User--log--box .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}
.input--box {
    background: transparent;
    border: 1px solid #9b9b9b;
    height: 40px;
    color: #fff;
    padding-left: 10px;
    border-radius: 6px;
    font-size: 18px;
}
.text--right {
    text-align: end;
}
.text--right a {
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    font-size: clamp(14px,2vw,16px);
}
button.submit--btn {
    margin: 0px auto !important;
    display: block;
    background: transparent;
    border: 1pc;
    background: transparent;
    border: 1px solid #9b9b9b;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    padding: 10px 40px;
    transition: all ease 0.3s;
}
button.submit--btn:hover{
    background: #6e6e6e;
}
.alert-error {
    color: red;
    margin-bottom: 20px;
}
.alert-success{
    color: #154e15 !important;
    margin-bottom: 20px !important;
    font-weight: 500;
}
/* side navbar section start */

.side--nav--section .logo{
    height: fit-content;
    padding-bottom: 30px;
}
aside.left_panel.side--nav--section {
    background: #fff;
    padding-right: 20px;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    padding-bottom: 10px;
}
.side--nav--section .left_item li a::after {
    background-color: #00A8C6;
    border-radius: 0px 5px 5px 0px;
    left: 0px;
}
.side--nav--section .left_item .left_item_btn .nav-link-text, .side--nav--section .left_inr_new .nav-link .nav-link-text {
    padding: 8px 10px 8px 6px;
    font-size: 12px;
    color: #000 !important;
    font-family: 'Roboto';
    font-weight: 500;
    margin-right: 10px;
} 
.side--nav--section .nav-link,.left_inr_new .left_item li .dropdown_inr a.nav-link{
    margin: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    padding:10px !important;
    font-size: 12px !important;
    color: #000 !important;
    font-family: 'Roboto';
    font-weight: 400;
}
.side--nav--section .nav-link.active{
    background: #E4F6F9 !important;
}
.side--nav--section .nav-link img {
    max-width: 18px;
}
.left_item li .nav-link.has_sub ,.full_collapse .side--nav--section .left_inr_new .nav-link {
    border-radius: 0px 5px 0px 5px;
    gap: 0px;
    margin: 0px;
    padding: 8px !important;
    justify-content: flex-start;
    padding-left: 20px !important;
    border-bottom: 5px solid #ffffff;
}

.side--nav--section .collapse_btn_new {
    background: #0092ac;
    bottom: unset;
    top: 48px;
    right: -16px;
    left: unset;
    width: fit-content;
    padding: 10px 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.side--nav--section .collapse_btn a::after {
    transform: translate(-35%, 43%);
    content: '';
    position: absolute;
    bottom: 50%;
    left: 50%;
    right: unset;
    background-image: url(../images/collapse_open.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    /* margin-bottom: -6px; */
    filter: invert(1);
}
.full_collapse .side--nav--section .collapse_btn_new {
    padding: 17px;
}
.full_collapse .side--nav--section .collapse_btn a::after {
    transform: translate(-60%, 2%) rotate(180deg);
}
.side--nav--section .left_inr_new{
    margin-top: auto;
    position: relative;
    bottom: 0px;
}
.left_item li .nav-link.has_sub:hover::before,.side--nav--section  .left_inr_new .nav-link:hover::before,.side--nav--section .left_inr_new ul li:hover .nav-link.collapsed::before {
    color: white;
}
.left_item li .nav-link.has_sub:hover span.nav-link-text,.side--nav--section .left_inr_new .nav-link:hover span.nav-link-text {
    color: white !important;
}
.left_item li .nav-link.has_sub:hover .icon img,.full_collapse .side--nav--section .left_item_btn:hover .icon img ,.side--nav--section .left_inr_new .nav-link:hover .icon img,.full_collapse .side--nav--section .left_inr_new ul li:hover .icon img {
    filter: invert(1);
}
.full_collapse .side--nav--section .left_item_btn:hover,.full_collapse .side--nav--section .left_inr_new ul li:hover{
    background-color: #00A8C6;
    border-radius: 0px 5px 5px 0px;
}
.side--nav--section .nav-link:hover:not(.nav-link.active) span.sidenav-normal {
    color: #fff;
}
.side--nav--section .left_inr_new .nav-link {
    margin: 0px;
    justify-content: start;
    gap: 0px;
    padding: 8px 15px !important;

}
.side--nav--section .left_inr_new .left_item li:hover .def_img{
    display: block;
}
.full_collapse .side--nav--section .left_inr_new ul li {
    margin-bottom: 7px;
}
.left_inr_new .left_item li .nav-link.collapsed::before {
    top: 14px;

}
.left_item li .nav-link.has_sub[aria-expanded="true"]::before {
    transform: rotate(180deg);
}
.left_inr_new .left_item li .nav-link.has_sub {
    border: none;
    /* padding: 0px !important; */
}
.full_collapse .side--nav--section .left_inr_new .left_item li .nav-link.has_sub{
    border: 1px solid #D0DBDD
}
/* side navbar section end */

/* total leade section start  */
.total_lead_section .fltr_tbl {
    max-height: unset;
    padding: 10px !important;
}
.total_lead_section table thead th {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding-bottom: 5px;
    border: none !important;
    padding-top: 5px;
}
.fig-body.total_lead_section .inr_wrap .fltr_rgt_tbl table tbody tr:nth-child(even) {
    background-color: #f6f6f6;
 }

 .fig-body.total_lead_section .inr_wrap .fltr_rgt_tbl table tbody tr td {
    text-align: start;
    padding: 6px;
    font-size: 14px;
}
.total_lead_section .fltr_tbl {
    background-color: #fff;
}
.total_lead_section .tbl_clsp .fltr_tbl {
    border: none !important;
    max-height: 45px;
    background: #0092ac;
}
.total_lead_section .inr_wrap .fltr_tbl .svg-inline--fa{
    position: absolute;
    top: -57px;
    left: -8px;
    font-size: 20px;
}
.total_lead_section .tbl_clsp .fltr_tbl .svg-inline--fa path,.total_lead_section .fltr_tbl .svg-inline--fa path {
    fill: #fff;
}
/* .total_lead_section .fltr_tbl .svg-inline--fa {
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    top: -57px;
    left: -7px;
    font-size: 20px;
    background: #0092ac;
    padding: 4px;
    width: 29px;
    height: 30px;
} */
.total_lead_section .fltr_tbl .svg-inline--fa {
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    /* top: -54px;
    left: -11px; */
    font-size: 20px;
    background: #0092ac;
    padding: 4px;
    width: 24px;
    height: 36px;
}
td#last_day_count span:nth-child(1),td#last_7day_count span:nth-child(1),td#last_30day_count span:nth-child(1){
    color:#fe4359;
}
td#last_day_count span:nth-child(2),td#last_7day_count span:nth-child(2),td#last_30day_count span:nth-child(2){
    color:#ff8d06;
}
td#last_day_count span:nth-child(3),td#last_7day_count span:nth-child(3),td#last_30day_count span:nth-child(3){
    color:#5c0fbf;
}
td#last_day_count span:nth-child(4),td#last_7day_count span:nth-child(4),td#last_30day_count span:nth-child(4){
    color:#9d0e1f;
}

.rightMain-full {
    padding: 10px 5px 10px 15px;
}
.container-fluid{padding-right: 0px !important;}

/* total leade section end  */

#loader {
    display: none;
}

.loader_section {
    z-index: 9999;
    background: rgba(211 207 207 / 20%);
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader_section img {
    width: 100%;
    max-width: 100px;
}
.subscriber--name {
    margin: 10px 25px -13px 8px;
}
.active--selected--menu{background-color: #00A8C6 !important; color:#FFFFFF !important;}

.side--nav--section .left_item_btn:has(.active--selected--menu).left_item_btn > a.nav-link {
    background:#00A8C6 !important;
}
.side--nav--section .left_item_btn:has(.active--selected--menu).left_item_btn > a.nav-link.has_sub:before,.active--selected--menu span.sidenav-normal,.side--nav--section .left_item_btn:has(.active--selected--menu).left_item_btn > a.nav-link .nav-link-text{
 color: #fff !important;	
}
.side--nav--section .left_item_btn:has(.active--selected--menu).left_item_btn > a.nav-link.has_sub .icon img{
	filter: invert(1);
}

.side--nav--section .main-menu:has(.active--selected--menu).main-menu > a.nav-link {
    background:#00A8C6 !important;margin-bottom: 10px;
}
.side--nav--section .main-menu:has(.active--selected--menu).main-menu > a.nav-link.has_sub:before,.active--selected--menu span.sidenav-normal,.side--nav--section .main-menu:has(.active--selected--menu).main-menu > a.nav-link .nav-link-text{
 color: #fff !important;	
}
.side--nav--section .main-menu:has(.active--selected--menu).main-menu > a.nav-link.has_sub .icon img{
	filter: invert(1);
}

.optional-text {
    font-size: 12px;
    font-style: italic;
    color: #000000;
    opacity: 0.5;
}
.custom-slct-area {
    justify-content: space-between;
    align-items: center;
    border: 1px solid #acacac;
    /* width: 530px; */
    width: 100% !important;
}

.btn-danger {
    background-color: #fe6269 !important;
    line-height: 48px !important;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    width: 110px !important;
}
.btn-success {
    background-color: green !important;
    line-height: 48px !important;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    width: 110px !important;
}

