* {
    margin: 0;
    padding: 0;
}

body {
    color: #5A5A5A;
    font-family: 'Blinker-Regular' !important;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Blinker-Regular';
    src: url('../fonts/Blinker-Regular.woff2') format('woff2'),
        url('../fonts/Blinker-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker-SemiBold';
    src: url('../fonts/Blinker-SemiBold.woff2') format('woff2'),
        url('../fonts/Blinker-SemiBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker-Bold';
    src: url('../fonts/Blinker-Bold.woff2') format('woff2'),
        url('../fonts/Blinker-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


a {
    color: #1C74BA;
    transition: 0.5s;
    outline-style: none;
}

a:hover,
a:active,
a:focus {
    color: #BF3778;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0;
    font-family: 'Blinker-Bold' !important;
}

.login_body
{
    display: block;
    float: left;
    width: 100%;
    background: linear-gradient(114.84deg, #1C74BA -1.45%, #555FA3 27.92%, #BF3778 98.36%);
    position: fixed;
    overflow-y: auto;
    height: 100%;

}
.login_body_inner
{
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    height: 100%;
}
.login_body_inner .left
{
    display: flex;
    float: left;
    width: 50%;
    text-align: center;
    height: 100%;
    justify-content: center;
    align-content: center;
    padding: 50px 20px;
}
.login_body_inner .left img
{
    width: 100%;
    max-width: 600px;
}

.login_body_inner .right
{
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 50%;
    text-align: center;
    background: #F7F7F7;
    justify-content: center;
    align-content: center;
    padding: 50px 100px;
}
.login_body_inner .right .inner
{
    display: block;
    float: left;
    width: 100%;
}
.login_body_inner .right .top_section
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;  
}
.login_body_inner .right .top_section img
{
    width: 100%;
    max-width: 250px;
}
.login_body_inner .right .top_section h2
{
    color: #286BA9;
    font-size: 40px;
    font-family: 'Blinker-Regular' !important;
    margin-top: 15px;
}
.login_body_inner .right .top_section p
{
    font-size: 18px;
}
.login_form
{
    display: block;
    float: left;
    width: 100%;   
}

.login_form .form-floating>label {
    padding: 15px 20px 15px 50px;
    color: #505050 !important;
}
.login_form .fa-envelope, .login_form .fa-lock {
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 18px;
    color: #505050;
}
.login_form .form-floating>.form-control, .form-select {
    padding-left: 46px;
}
.form-floating>.form-control, .form-floating>.form-select {
    height: 54px;
}
.form-control
{
    border: 1px solid #b0b0b0;
}
.but_style1
{
    display: inline-block;
    vertical-align: top;
    padding: 15px 25px;
    min-width: 130px;
    background: #BF3778;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-family: 'Blinker-SemiBold';
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.but_style1:hover
{
    background: #286BA9;
    color: #fff;
}
.login_copy_area
{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 15px;
    z-index: 2;
}
.login_copy_area p
{
    font-size: 15px;
    color: #fff;
}
.login_copy_area2
{
    display: none;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.login_copy_area2 p
{
    font-size: 15px;
    color: #000;
}

header
{
    display: flex;
    float: left;
    width: 100%;
    height: 60px;
    background: #fff;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
    position: fixed;
    z-index: 2;
}
header .left
{
    display: flex;
    height: 55px;
    align-items: center;
}
header .left .logo_area
{
    display: block;
    float: left;
}
header .left .logo_area img
{
    width: 180px;
}
header .left .menu_icon_area
{
    display: block;
    float: left;
    margin-left: 20px;
    font-size: 22px;
    transition: all .5s ;
	transition-timing-function:ease-out;
    color: #B4B4B4;
    cursor: pointer;
}
header .left .menu_icon_area:hover
{
    color: #286BA9;
}

header .right
{
    display: flex;
    height: 60px;
    align-items: center;
}
header .right .notification
{
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}
header .right .notification i
{
    font-size: 24px;
    color: #B4B4B4;
}
.notification .count {
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #BF3778;
    border-radius: 100%;
    top: -11px;
    right: -8px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.notification .count p
{
    color:  #fff;
    font-size: 11px;
}
header .right .profile_section
{
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}
header .right .profile_section .img_area
{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}
header .right .profile_section .img_area img
{
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
header .right .profile_section .profile_drop
{
    position: absolute;
    top: 39px;
    right: 0;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 200px;
    display: none;
    overflow: hidden;
}
header .right .profile_section .profile_drop p
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px 15px;
    background: #f3f3f3;
}
header .right .profile_section .profile_drop ul
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 0 15px 10px 15px;
}
header .right .profile_section .profile_drop ul li
{
    padding: 5px 0;
}
header .right .profile_section .profile_drop ul li a
{
    color: #898989;
    text-decoration: none;
}
header .right .profile_section .profile_drop ul li a:hover
{
    color: #BF3778;
}
header .right .profile_section .profile_drop ul li i
{
    margin-right: 10px;
}
header .right .profile_section:hover .profile_drop
{
    display: block;
}
.wrapper {
    display: flex;
    align-items: stretch;
    float: left;
    width: 100%;
    position: relative;
    height: calc(100% - 60px);
    margin-top: 60px;
    left: 0;
    z-index: 1;
    justify-content: flex-end;
}

.body_left {
    display: block;
    float: left;
    min-width: 240px;
    max-width: 240px;
    background: #F4F4F4;
    z-index: 2;
    transition: all .3s;
    transition-timing-function: ease-out;
    position: fixed;
    height: 100vh;
    padding-top: 60px;
    left: 0;
}
.body_left.active {
    margin-left: -240px;
}
.body_right.active2 {
    width: 100%;
}

.body_left .inside {
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    overflow-y: auto;
    left: 0;
    top: 0;
    padding-bottom: 55px;
}
.body_left .inside::-webkit-scrollbar-track
 {
	 -webkit-box-shadow: inset 0 0 6px #ececec;
	 background-color: #bfbfbf;
 }
 
 .body_left .inside::-webkit-scrollbar
 {
	 width: 5px;
	 background-color: #bfbfbf;
 }
 
.body_left .inside::-webkit-scrollbar-thumb
 {
	 background-color: #bfbfbf;
 }

 .body_right {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
    right: 0;
    transition: all .5s;
    transition-timing-function: ease-out;
    width: calc(100% - 240px);
    height: 100vh;
}

.body_right > .inside {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}
 .body_right .inside::-webkit-scrollbar-track
 {
	 -webkit-box-shadow: inset 0 0 6px #ececec;
	 background-color: #bfbfbf;
 }
 
 .body_right .inside::-webkit-scrollbar
 {
	 width: 5px;
	 background-color: #bfbfbf;
 }
 
.body_right .inside::-webkit-scrollbar-thumb
 {
	 background-color: #bfbfbf;
 } 

footer
{
    display: flex;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background: linear-gradient(90deg, #1C74BA 31.22%, #BF3778 93.18%);
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
}
footer p
{
    color: #fff;
    font-size: 16px;
    margin: 0 !important;
}

.push_menu
{
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
.push_menu .nav-item img
{
    width: 25px;
    height: 25px;
    object-fit: contain;
    object-position: center;
    margin-right: 15px;
}
.push_menu .nav-link
{
    color: #5A5A5A;
    font-size: 18px;
    padding: 15px 15px 15px 25px;
    margin-top: 1px;
}
.push_menu .nav-link:hover
{
    background: #1C74BA;
    color: #fff;
}
.push_menu .nav-link:hover img
{
    filter: brightness(400%);
}
.push_menu .nav-item .active
{
    background: #1C74BA;
    color: #fff;   
}
.push_menu .nav-item .active img
{
    filter: brightness(400%);
}
.right_breadcrumb_area
{
    display: flex;
    float: left;
    width: 100%;
    background: #F4F4F4;
    height: 56px;
    padding: 0 20px;
    align-items: center;
}
.right_breadcrumb_area .breadcrumb
{
    margin: 0 !important;
    text-decoration: none;
}
.right_breadcrumb_area .breadcrumb a
{
    text-decoration: none;
} 
.right_body_section
{
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    padding-bottom: 55px;
}
.dashboard_box1
{
    display: block;
    float: left;
    width: 100%;
    padding: 12px 20px;
    border-bottom: 10px solid #BF3778;
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    height: calc(100% - 20px);
}
.dashboard_box1 .top_section
{
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
}
.dashboard_box1 .bottom_section
{
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
    margin-top: 5px;
    justify-content: flex-end;
}
.dashboard_box1 .icon_area
{
    display: flex;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: #D2D2D2;
    justify-content: center;
    align-items: center;
}
.dashboard_box1 .icon_area img
{
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: center;
}
.dashboard_box1 h2
{
    font-size: 20px;
    color: #898989;
    font-family: 'Blinker-Regular' !important;
    margin: 0 0 0 15px !important;
}
.dashboard_box1 p
{
    font-size: 25px;
    color: #000;
    margin: 5px 0 0 0 !important;
}
.top_search_and_but_pannel
{
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.top_search_and_but_pannel .left
{
    display: flex;
    flex-wrap: wrap;
    float: left;
}
.top_search_and_but_pannel .search_area
{
    display: block;
    float: left;
    max-width: 300px;
    min-width: 220px;
}
.ms-n5 {
    margin-left: -41px;
}
.top_search_and_but_pannel .search_area .search
{
    height: 44px;
    border: 1px solid #BBBBBB !important;
    border-radius: 6px !important;
}
.top_search_and_but_pannel .input-group .btn {
    height: 42px;
    margin-top: 1px;
    border: none !important;
    box-shadow: none !important;
    border-radius: 6px !important;
}
.top_search_and_but_pannel .input-group .btn:hover
{
    color: #BF3778 !important;
}
.top_search_and_but_pannel .form-floating>.form-control, .top_search_and_but_pannel .form-floating>.form-select
{
    height: 44px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ffe6f2 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ffe6f2;
}

.user_table_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.user_table_area .table_header
{
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    padding: 12px 15px;
    background: #1C74BA;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.user_table_area .table_body
{
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    padding: 8px 15px;
    background: #fff;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: #707070;
    font-size: 16px;
    margin-bottom: 10px;
    align-items: center;
    transition: all .5s ;
	transition-timing-function:ease-out;
    text-align: center;
    min-height: 68px;
}
.user_table_area .table_header > div
{
    padding: 0 5px;
}
.user_table_area .table_body > div
{
    padding: 0 5px;
}
.user_table_area .table_body:hover
{
    box-shadow: 0px 4px 11px #fad4e7;
}

.user_table_area .table_body .mobile_heading
{
    display: none;
    color: #1C74BA ;
    margin-right: 10px;
    font-family: 'Blinker-SemiBold';
    position: relative;
}
.user_table_area .table_body .mobile_heading::after
{
    content: ":";
    font-family: 'Blinker-SemiBold';
    margin-left: 5px;
}
.user_table_area .table_body p
{
    margin: 0;
}
.user_table_area .table_body .profile_img
{
    display: inline-block;
    width: 50px !important;
    height: 50px;
    border-radius: 100%;
    position: relative;
    background: #1C74BA;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.user_table_area .table_body .tooltips_section .tooltips_box .pannel1 .profile_img
{
    display: inline-block;
    width: 24px !important;
    height: 24px;
    border-radius: 100%;
    position: relative;
}
.user_table_area .table_body .profile_img img
{
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}

.user_table_area .table_body .profile_img_name
{
    display: inline-block;
    width: 40px !important;
    height: 40px;
    border-radius: 100%;
    background: #1C74BA;
    justify-content: center;
    align-items: center;
    position: relative;
}
.user_table_area .table_body .profile_img_name .online
{
   position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  background: #00b831;
  z-index: 2;
  border: 2px solid #fff;
}
.user_table_area .table_body .profile_img_name h4
{
    font-size: 14px;
    color: #fff;
    font-family: 'Blinker-Regular' !important;
    margin: 0;
    line-height: 40px;
    text-align: center;
}
.user_table_area .table_body .id
{
    font-size: 12px !important;
    font-family: 'Blinker-Regular' !important;
    margin: 0;
    color: #BF3778;
}
.tooltips_section
{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.tooltips_section i
{
    color: #5684D6;
    font-size: 13px;
    margin-left: 5px;
}
.tooltips_box
{
    display: none !important;
    float: left !important;
    width: 220px !important;
    background: #FBFDFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.25);
    border-radius: 0px 5px 5px 5px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute !important;
    z-index: 2;
}
.tooltips_section:hover .tooltips_box
{
    display: block !important;
    max-height: 172px;
    overflow-y: auto;
}

.tooltips_section:hover .tooltips_box::-webkit-scrollbar-track
 {
	 -webkit-box-shadow: inset 0 0 6px #ececec;
	 background-color: #bfbfbf;
 }
 
 .tooltips_section:hover .tooltips_box::-webkit-scrollbar
 {
	 width: 5px;
	 background-color: #bfbfbf;
 }
 
 .tooltips_section:hover .tooltips_box::-webkit-scrollbar-thumb
 {
	 background-color: #bfbfbf;
 }

.tooltips_box .pannel1
{
    display: flex;
    float: left;
    width: 100%;
    padding: 8px 15px;
    align-items: center;
    text-align: left;
}
.tooltips_box .pannel1:nth-child(even)
{
    background: #F4F4F4;   
}
.tooltips_box .pannel1 .no
{
    font-size: 13px;
    margin-right: 5px;
}
.tooltips_box .pannel1 .online
{
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background: #00b831;
    z-index: 2;
    border: 2px solid #fff;
    margin-right: 5px;
}
.tooltips_box .pannel1 .name
{
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #1C74BA;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}
.tooltips_box .pannel1 .text
{
    margin-left: 10px;
}
.tooltips_box .pannel1 .text p
{
    font-size: 15px;
    margin: 0;
}
.tooltips_box .pannel1 .text h4
{
    font-size: 12px;
    font-family: 'Blinker-Regular' !important;
    color: #FE717A;
    margin: 0 !important;
    padding: 0;
    line-height: normal;
    text-align: left;
}
.tooltips_box .description_box
{
    display: block;
    float: left;
    width: 100%;
    padding: 10px;
}
.tooltips_box .description_box p
{
    margin: 0;
    font-size: 14px;
    text-align: left;
}

.add_but {
    display: inline-block;
    vertical-align: top;
    padding: 12px 25px;
    min-width: 130px;
    background: #BF3778;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-family: 'Blinker-Regular';
    transition: all .5s;
    transition-timing-function: ease-out;
    border: none;
}
.add_but:hover {
    background: #286BA9;
    color: #fff;
}

.cancel_but {
    display: inline-block;
    vertical-align: top;
    padding: 12px 25px;
    min-width: 130px;
    border-radius: 10px;
    color: #BF3778;
    background: none;
    font-size: 16px;
    font-family: 'Blinker-Regular';
    transition: all .5s;
    transition-timing-function: ease-out;
    border: 1px solid #BF3778;
}
.cancel_but:hover {
    background: #BF3778;
    color: #fff;
}
.active_task
{
    color: #f37915;
    font-family: 'Blinker-SemiBold';
}
.inactive_task
{
    color: #47B81C;
    font-family: 'Blinker-SemiBold';
}
.group_switch
{
    display: inline-block;
}
.group_switch .form-check-input:checked {
    background-color: #47B81C;
    border-color: #47B81C;
}
.action_box
{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.action_box i
{
    margin: 2px 8px;
}
.action_box i:hover
{
    color: #BF3778;
}
.action_box .fa-trash-can
{
    color: #BF3778;
}
.modal-backdrop
{
    z-index: 3;
}
.new_group_modal .modal-header ,.new_broadcast_modal .modal-header
{
    height: 40px;
    background: #1C74BA;
}
.modal-title
{
    color: #FFFFFF;
    font-size: 20px !important;
    margin: 0 !important;
    font-family: 'Blinker-Regular' !important;
}
.modal-header .btn-close
{
    background: url(../images/modal_close.svg) !important;
    background-size: 100% !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
}
.new_group_popup_body
{
    display: block;
    float: left;
    width: 100%;
    padding: 10px 40px;
}
.new_group_popup_body p
{
    margin:15px 0 0 0 !important;
    font-size: 16px;
    font-family: 'Blinker-SemiBold';
}
.new_group_popup_body input ,.new_group_popup_body select 
{
    height: 50px;
    margin-top: 10px;
}
.new_group_popup_body select 
{
    background: #fff url(../images/down_arrow.svg) no-repeat !important;
    background-position: calc(100% - 15px) center !important;
}
.new_group_popup_body .chip_section
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    padding: 8px 12px;
}
.chip_section .chip_box1
{
    display: inline-block;
    vertical-align: top;
    padding: 5px 12px;
    border-radius: 6px;
    background: #898989;
    margin: 5px 12px 5px 0;
}
.chip_section .chip_box1 p
{
    margin: 0 !important;
    color:  #fff;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}
.chip_section .chip_box1 i
{
    font-size: 15px;
    color: #fff;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.sub_admin_modal_access_box
{
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-top: 15px;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    padding: 8px 12px;
}
.sub_admin_modal_access_box .box1
{
    display: flex;
    float: left; 
    border-right: 1px solid #b0b0b0;  
    padding-right: 15px;
    margin: 5px 20px 5px 0;
}
.sub_admin_modal_access_box .box1:last-child
{
    border-right: none;   
}
.sub_admin_modal_access_box .box1 p
{
    margin: 2px 10px 0 0 !important;
    font-family: 'Blinker-Regular';
    font-size: 15px;
}
.sub_admin_modal_access_box .box1 .form-switch input
{
    height: 18px;
    margin:4px 0 0 0;
}
.sub_admin_modal_access_box .box1 .form-switch
{
    padding-left: 0;
}
.sub_admin_modal_access_box .box1 .form-check-input:checked {
    background-color: #47B81C;
    border-color: #47B81C;
}
.sub_admin_modal_group_heading
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.sub_admin_modal_group_heading .right
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sub_admin_modal_group_heading .right p
{
    font-size: 14px;
    margin-left: 10px !important;
}
.sub_admin_modal_group_heading .right p a
{
    text-decoration: none;
}
.sub_admin_modal_group_heading .right p a:hover
{
    color: #BF3778;
}
.task_tag
{
    position: absolute;
    z-index: 1;
    background: #47B81C;
    padding: 0px 7px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    width: 56px;
    left: 36px;
}
.brodcast_table_attachment_area
{
    display: inline-block;
    vertical-align: middle;
}
.brodcast_table_attachment_area img
{
    max-width: 25px;
    max-height: 25px;
    object-fit: contain;
    object-position: center;
    margin: 0 5px;
}
.start_date
{
    float: left;
}
.new_broadcast_modal .modal-body
{
    padding: 0;
}
.broadcast_modal_main_area
{
    display: flex;
    float: left;
    width: 100%;
}
.broadcast_modal_left_side
{
    display: block;
    float: left;
    width: 250px;
    background: #F4F4F4;
}
.broadcast_modal_left_side .inner
{
    display: block;
    float: left;
    width: 100%;
}

.broadcast_modal_right_side
{
    display: block;
    float: right;
    width: calc(100% - 250px);
    padding: 15px;
}
.broadcast_modal_right_side .textarea
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.broadcast_modal_right_side .upload_and_submit_area
{
    display: flex;
    float: left;
    width: 100%;
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}
.broadcast_modal_right_side .upload_and_submit_area .left
{
    display: flex;
    float: left;
}
.broadcast_modal_right_side .upload_and_submit_area .left .box
{
    display: flex;
    font-size: 16px;
    cursor: pointer;
    margin-right: 25px;
    align-items: center;
    position: relative;
}

.upload_and_submit_area .file {
    display: flex;
    font-size: 16px;
    cursor: pointer;
    align-items: center;
  }

  .upload_and_submit_area .file strong
  {
    margin-left: 5px;
  }
  .upload_and_submit_area .file i
  {
    font-size: 18px;
    margin-right: 10px;
  }  
  .upload_and_submit_area input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    display: inline-block;
    width: auto;
  }


.broadcast_modal_left_side .accordion-header {
    margin: 0 !important;
    font-family: 'Blinker-Regular' !important;
}
.broadcast_modal_left_side .accordion-button {
    padding: 10px 1.25rem;
    background: #F4F4F4;
}
.broadcast_modal_left_side .accordion-button:not(.collapsed)
{
    color: #fff !important;
    background: #1C74BA !important;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(2000%) !important;
}

.broadcast_modal_left_side .input-group .btn {
    position: relative;
    z-index: 2;
    margin-top: 1px;
    height: 34px;
    box-shadow: none;
    border: none !important;
}
.broadcast_modal_left_side .input-group .btn:hover {
    color: #BF3778 !important;
}
.broadcast_modal_left_side .accordion-body {
    padding: 10px 12px;
}
.broadcast_modal_left_side .all_select
{
    text-align: right;
}
.broadcast_modal_left_side .all_select a
{
    text-decoration: none;
}
.broadcast_modal_left_side .accordion-item
{
    background: none !important;
}
.chat_section
{
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}
.chat_section > .left
{
    display: block;
    float: left;
    width: 320px;
    padding-right: 10px;
    border-right: 1px solid #B4B4B4;
}
.chat_section > .left .nav-link
{
    color: #000;
}
.chat_section > .left .nav-pills .nav-link.active, .chat_section > .left .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #BF3778;
}
.chat_section > .right
{
    display: block;
    float: left;
    width: calc(100% - 320px);
    padding-left: 20px;
}

.chat_but_and_hints_section
{
    display: block;
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}
.tab-content
{
    position: relative;
    z-index: 1;
}
.chat_refresh_but
{
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
}
.chat_refresh_but i
{
    color: #1C74BA;
    font-size: 18px;
    cursor: pointer;
}
.chat_hints
{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.chat_hints i
{
    color: #1C74BA;
    font-size: 18px;
    cursor: pointer;
}
.chat_hints_box
{
    display: none;
    float: left;
    width: 220px;
    background: #FBFDFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 7px 5px rgb(0 0 0 / 25%);
    border-radius: 0px 5px 5px 5px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    padding: 10px;
    right: 0;
}
.chat_hints:hover .chat_hints_box
{
    display: block;
}
.chat_hints_box span
{
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    margin-right: 5px;
}
.chat_hints_box .pending_color_box
{
    background: #f37915;
}
.chat_hints_box .approve_color_box
{
    background: #47B81C;
}
.chat_hints_box .reject_color_box
{
    background: #FF0000;
}
.chat_but_and_hints_section .nav
{
    padding-right: 50px;
}
.chat_hints_box p
{
    margin: 4px 0 !important;
}
.group_chat_section
{
    display: block;
    float: left;
    width: 100%;
}
.group_chat_section_scroll
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 420px;
    overflow-y: auto;
    padding-right: 10px;
}
.group_chat_section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #e3e4e4;
    background-color: #e3e4e4;
  }
  
  .group_chat_section::-webkit-scrollbar {
    width: 5px;
    background-color: #1C74BA;
  }
  
  .group_chat_section::-webkit-scrollbar-thumb {
    background-color: #1C74BA;
  }
.group_chat_section_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #e3e4e4;
    background-color: #e3e4e4;
  }
  
  .group_chat_section_scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #1C74BA;
  }
  
  .group_chat_section_scroll::-webkit-scrollbar-thumb {
    background-color: #1C74BA;
  }
  
  
.chat_section .left .search_area .search
{
    height: 44px;
    border: 1px solid #BBBBBB !important;
    border-radius: 6px !important;
}
.chat_section .left .input-group .btn {
    height: 42px;
    margin-top: 1px;
    border: none !important;
    box-shadow: none !important;
    border-radius: 6px !important;
}
.chat_section .left .input-group .btn:hover
{
    color: #BF3778 !important;
}
.chat_section .left .form-floating>.form-control, .chat_section .left .form-floating>.form-select
{
    height: 44px;
}
.chat_section .left .group_box
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.chat_section .left .group_box h3
{
    font-size: 22px;
    color: #5A5A5A;
    border-bottom: 1px solid #B4B4B4;
    padding-bottom: 5px;
    font-family: 'Blinker-SemiBold' !important;
}
.chat_section .left .group_box1
{
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 3px rgb(0 0 0 / 8%);
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
    padding: 10px 12px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
}
.chat_section .left .group_box1 .img_area
{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    flex: 40px 0 0;
    background: #1C74BA;
    border-radius: 100%;
    text-align: center;
    list-style: 40px;
    color: #fff;
    position: relative;
}
.chat_section .left .group_box1 .img_area p
{
    line-height: 40px;
}
.chat_section .left .group_box1 .img_area img
{
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}
.chat_section .left .group_box1 .text_area
{
    display: block;
    float: left;
    width: calc(100% - 40px);
    padding-left: 10px;
    padding-right: 20px;
}
.chat_section .left .group_box1 .text_area h4
{
    font-size: 16px;
    margin: 0 !important;
    line-height: 15px !important;
    font-family: 'Blinker-SemiBold' !important;
    margin-bottom: 3px;
}
.chat_section .left .group_box1 .text_area p
{
    font-size: 12px;
    color: #5a5a5a;
    margin: 0 !important;
    line-height: 14px !important;
}

.chat_section .left .group_box1 .count
{
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #1C74BA;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
}

.chat_section .left .group_box1 .tick
{
    display: block;
    position: absolute;
    bottom: 5px;
    right: 18px;
    font-size: 12px;
    color: #B4B4B4;
}
.chat_section .right .nav-link
{
    background: #B4B4B4;
    color: #fff;
    border-radius: 10px 10px 0 0;
    margin: 0 5px 0 0;
}
.chat_section .right .nav-pills .nav-link.active, .chat_section .right .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #BF3778;
}
.chat_section .right .nav-pills
{
    border-bottom: 1px solid #B4B4B4 !important;
}
.chat_filter_select
{
    padding-left: 15px !important;
    height: 44px;
    width: 150px;

}
.approved
{
    color: #47B81C;
    font-family: 'Blinker-SemiBold';
}
.pending
{
    color: #F3CA5F;
    font-family: 'Blinker-SemiBold';
}
.Reject
{
    color:#FF0000;
    font-family: 'Blinker-SemiBold';
}
.right_chat_section
{
    display: flex;
    float: left;
    width: 100%;
    height: 500px;
    flex-direction: column;
    position: relative;
}
.right_chat_section_main_box
{
    display: block;
    float: left;
    width: 100%;   
}
.right_chat_section .top_area
{
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 20px 35px 20px;
    background: #F4F4F4;
    position: relative;
}
.right_chat_section .top_area::-webkit-scrollbar-track
 {
	 -webkit-box-shadow: inset 0 0 6px #ececec;
	 background-color: #bfbfbf;
 }
 
 .right_chat_section .top_area::-webkit-scrollbar
 {
	 width: 5px;
	 background-color: #bfbfbf;
 }
 
 .right_chat_section .top_area::-webkit-scrollbar-thumb
 {
	 background-color: #bfbfbf;
 }
 
.right_chat_section .bottom_area
{
    display: block;
    float: left;
    width: 100%;
    height: 80px;
}
.right_chat_section .top_area .date
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.right_chat_section .top_area .date p
{
    color: #AEAEAE;
    font-size: 10px;
    margin:  0 !important;
}
.right_chat_section .top_area .chat_in
{
    display: block;
    float: left;
    width: 100%;
    max-width: 90%;
    margin-top: 10px;
}
.right_chat_section .top_area .chat_in .inside
{
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 12%);
    border-radius: 10px 10px 10px 0px;
    font-size: 16px;
}
.chat_img
{
    width: 200px !important;
    height: 130px !important;
    object-fit: contain;
    object-position: center;
}
.right_chat_section .top_area .chat_in .name_and_date
{
    display: inline-block;
    vertical-align: top;
}
.chat_name
{
    float: left;
    font-size: 12px;
    color: #707070;
    margin: 0 !important;
}
.chat_date
{
    float: right;
    font-size: 12px;
    color: #707070;
    padding-left: 10px;
    margin: 0 !important;
}
.right_chat_section .top_area .chat_in .text
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;
}
.right_chat_section .top_area .chat_in .text p
{
    font-size: 16px;
    margin:  0 !important;
}



.right_chat_section .top_area .chat_out
{
    display: block;
    float: right;
    width: 100%;
    max-width: 90%;
    margin-top: 10px;
    text-align: right;
}
.right_chat_section .top_area .chat_out .inside
{
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    background: #ffd2e7;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.11);
    border-radius: 10px 10px 0 10px;
    max-width: 100%;
    text-align: left;
}
.right_chat_section .top_area .chat_out .name_and_date
{
    display: flex;
    vertical-align: top;
}
.chat_name2
{
    float: left;
    font-size: 12px;
    margin: 0 !important;
}
.chat_date2
{
    float: right;
    font-size: 12px;
    padding-left: 10px;
    margin: 0 !important;
    flex-grow: 1;
}
.right_chat_section .top_area .chat_out .text
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;
}
.right_chat_section .top_area .chat_out .text p
{
    font-size: 16px;
    margin:  0 !important;
}
.right_chat_section .top_area .chat_out .view
{
    display: flex;
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 5px;
    justify-content: flex-end;
}
.right_chat_section .top_area .chat_out .view .profile_section
{
    display: flex;
    float: left;
    width: auto;
    position: relative;
    cursor: pointer;
}
.right_chat_section .top_area .chat_out .view .profile1
{
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    flex: 22px 0 0;
    background: #1C74BA;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    color: #fff;
    border: 1px solid #fff;
    margin-left: -5px;
    align-items: center;
}
.right_chat_section .top_area .chat_out .view .profile1 p
{
    font-size: 9px;
}
.right_chat_section .view_profile_section .profile2
{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    flex: 30px 0 0;
    background: #1C74BA;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    margin-left: -5px;
}
.right_chat_section .view_profile_section .profile2 h4
{
    font-size: 12px;
    line-height: 30px;
}
.right_chat_section .top_area .chat_out .dropdown-toggle::after
{
    display: none;
}
.message_status
{
    display: flex;
    float: left;
    width: 100%;
    margin-top: 5px;
    justify-content: flex-end;
}
.message_sent
{
    color: #b2b2b2;
    font-size: 15px;
}
.message_delivered
{
    color: #b2b2b2;
    font-size: 15px;
}
.message_read
{
    color: #00a0fd;
    font-size: 15px;
    float: right;
}
.message_unread
{
    color: #b2b2b2;
    font-size: 15px;
    float: right;;
}
.message_typing
{
    position: absolute;
    bottom: 87px;
    left: 15px;
    display: flex;
}
.message_typing p
{
    color: #838383;
    font-size: 14px;
    margin: 0 !important;
}

.loader2 {
    text-align: center;    
}
.loader2 span {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: black;
    border-radius: 20px;
    animation: loader 0.8s infinite alternate;
    margin-left: 2px;
}
.loader2 span:nth-of-type(2) {
    animation-delay: 0.2s;
}
.loader2 span:nth-of-type(3) {
    animation-delay: 0.6s;
}
@keyframes loader {
  0% {
    opacity: 0.9;
    transform: scale(0.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}

.view_profile_section
{
    display: flex;
    float: left;
    width: auto;
    padding: 4px 15px;
    align-items: center;
}
.view_profile_section p
{
    margin: 0 !important;
    margin-left: 5px !important;
}
.view_profile_section p span
{
    color: #1C74BA;
    font-size: 12px;
}
.right_chat_section .bottom_area .request_area
{
    display: block;
    float: left;
    width: 100%;
}
.right_chat_section .bottom_pannel
{
    display: block;
    float: left;
    width: 100%;
}
.right_chat_section .bottom_pannel .left_area
{
    display: block;
    float: left;
    width: calc(100% - 55px);
    height: 54px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
}
.right_chat_section .bottom_pannel .right_area {
    display: flex;
    float: right;
    width: 44px;
    height: 54px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}
.right_chat_section .bottom_pannel .right_area button
{
    width: 44px;
    height: 54px;
}
.right_chat_section .bottom_pannel .right_area i
{
    font-size: 18px;
    color: #9B4486;
}

.right_chat_section .bottom_pannel .left_area .file {
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 54px;
    background: none;
    color: #707070;
    padding: 0 ;
    line-height: 54px;
    border: none;
    cursor: pointer;
  }
.right_chat_section .bottom_pannel .left_area  .attachment {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 70px;
    height: 54px;
  }
  .right_chat_section .bottom_pannel .left_area .input_area {
    display: block;
    float: right;
    width: calc(100% - 70px);
    padding: 16px 15px 16px 0;
    height: 54px;
    border: none;
    resize: none;
  }
  .right_chat_section .bottom_pannel .left_area .input_area:focus
  {
    border: none;
    box-shadow: none;
    outline-style: none;
  }
  .textarea_style1
  {
    height: 150px;
  }
  .del_popup
  {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }
  .dropdown_textfild
  {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 4px 11px rgb(0 0 0 / 25%);
  }
  .dropdown_textfild p
  {
    margin: 5px 0 !important;
    cursor: pointer !important;
    position: relative;
  }
  .dropdown_textfild p i
  {
    float: right;
    font-size: 18px;
    color: #9B4486;
    margin-top: 2px;
  }

  .email_dropdown_textfild
  {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 4px 11px rgb(0 0 0 / 25%);
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 2;
    background: #fff;
    max-height: 250px;
    overflow-y: scroll;
  }
  .email_dropdown_textfild p
  {
    margin: 5px 0 !important;
    cursor: pointer !important;
    position: relative;
  }
  .email_dropdown_textfild p i
  {
    float: right;
    font-size: 18px;
    color: #9B4486;
    margin-top: 2px;
  }
  .task_popup
  {
    display: block;
    float: left;
    width: 100%;
  }
  .task_popup .textarea {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.information span
{
    display: block;
    float: left;
    width: 100%;
}
.information_style
{
    display: inline-block;
    vertical-align: top;
    background: #fffdda;  
    color: #968927;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 15px;
    margin: 12px 0;
}
.unread_bg
{
    background: #c5e3fb !important;
}




.profile_body
{
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.17);
    border-radius: 20px;
}
.change_password
{
    text-align: right;
    font-weight: bold;
    text-decoration: none;
}
.green_but
{
    background: #BF3778;
    border: none;
}
.loder
{
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/*************image upload******************/
.add_form_section .file_upload1
{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  height: 180px;
  margin: 15px 10px 0 0;
}
.add_form_section  .upload_img
{
  position: absolute;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  left: 0 !important;
  top: 0 !important;
}
.add_form_section  .input--file
{
  position: absolute;
  z-index: 4;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.add_form_section  .input--file input
{
  opacity: 0 !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  cursor: pointer !important;
  z-index: 4;
}
.add_form_section  .input--file span
{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #BF3778;
  border-radius: 100%;
  text-align: center;
  line-height: 34px;
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 6px;
  border: 2px solid #BF3778;
  color: #fff;
}
.logo_img
{
  border-radius: 100%;
  width: 150px !important;
  height: 150px !important;
}
.logo_img .upload_img
{
  border-radius: 100%;
  width: 150px !important;
  height: 150px !important;
  border: 2px solid #BF3778 !important;
}
.profile_img_area p
{
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
}
.search_button_style
{
    background: #BF3778;
    border-radius: 0 5px 5px 0 !important;
}
.upload_id_text
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
}
.upload_id
{
    border: 2px solid #BF3778;
}
.upload_id .upload_img
{
    object-fit: contain !important;
    object-position: center !important;
}
.exclamation_style
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
.exclamation_style span
{
    display: inline-block;
    vertical-align: top;
    padding: 12px 25px;
    width: 100%;
    max-width: 600px;
    border-radius: 100px;
    background: #ffeded;
    color: #ff0000;
    font-weight: 700;
}
.swal2-title {
    font-size: 20px !important;
    font-weight: normal !important;
}
.swal2-confirm {
    float: right !important;
    background: #48AF43 !important;
    border-radius: 40px !important;
    padding: 8px 25px !important;
    color: #fff;
    font-size: 15px;
    border: none;
}
.swal2-styled.swal2-deny {
    float: left !important;
    background: none !important;
    border-radius: 40px !important;
    padding: 6px 25px !important;
    color: #48AF43 !important;
    font-size: 15px;
    border: 1px solid #48AF43 !important;
    cursor: pointer;
}
.logout_modal_body
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.logout_but_area
{
    display: flex;
    float: left;
    width: 100%;
    margin: 15px 0;
    justify-content: center;
    align-items: center;
}
.profile_body .form-control {
    box-shadow: none;
    border-color: none !important;
    background: #EBF1F8 !important;
    height: 50px !important;
    border: none;
}
.profile_body a
{
    cursor: pointer;
}
.profile_body select
{
    box-shadow: none;
    border-color: none !important;
    background-color: #EBF1F8 !important;
    height: 50px !important;
    border: none;
    width: 100%;
    border-radius: 5px;
    background-image: #EBF1F8 url(../images/down_arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 15px) center !important;
    background-size: 12px !important;
}
.upload_img_style
{
    position: absolute;
    width: 72px;
    height: 48px;
    bottom: 2px;
    left: 2px;
}
.upload_img_style img
{
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
    border-radius: 8px;
}
.upload_img_close
{
    position: absolute;
    width: 26px;
    height: 26px;
    background: #BF3778;
    top: 3px;
    right: 2px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    border-radius: 100%;
    z-index: 2;
    cursor: pointer;
}
.upload_and_submit_area .file
{
  position: relative;
  overflow: hidden;
}
.upload_and_submit_area .file .upload_pdf
{
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  background: #1C74BA;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin: 0 0 0 10px;
  border-radius: 100%;
}
.upload_and_submit_area .file .upload_pdf i
{
    margin: 0;
}
 
.upload_and_submit_area .file .upload_img
{
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  background: #1C74BA;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin: 0 0 0 5px;
  border-radius: 100%;
}
.upload_and_submit_area .file .upload_img i
{
    margin: 0;
}
.cross_but2
{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #D2D2D2;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    top: -10px;
    right: -10px;
    border-radius: 100%;
    text-decoration: none !important;
}

.cross_but2 i
{
    font-size: 8px !important;
}
.pending_or_waiting 
{
    color: #f37915;
    font-size: 12px;
}
.approve
{
    color: #47B81C;
    font-size: 12px;
}
.reject
{
    color: #FF0000;
    font-size: 12px;
}
.approve_box
{
    border: 2px solid #47B81C;
}
.task_box
{
    border: 2px solid #3924fa;
}
.request_area .form-check
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.approval_hints_box
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.approval_hints_box i
{
    color: #1C74BA;
    font-size: 18px;
    cursor: pointer;
}
.approval_hints_inner {
    display: none;
    float: left;
    width: 220px;
    background: #FBFDFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 7px 5px rgb(0 0 0 / 25%);
    border-radius: 0px 5px 5px 5px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    padding: 10px;
    left: 0;
    bottom: 25px;
}
.approval_hints_box:hover .approval_hints_inner
{
    display: block;
}
.approval_hints_inner p
{
    margin: 0 !important;
}
.date_field {
    padding: 17px 12px 14px 8px !important;
}
.crate_broadcast_pop
{
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px;
}
.crate_broadcast_pop::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #e3e4e4;
    background-color: #e3e4e4;
  }
  
  .crate_broadcast_pop::-webkit-scrollbar {
    width: 5px;
    background-color: #1C74BA;
  }
  
  .crate_broadcast_pop::-webkit-scrollbar-thumb {
    background-color: #1C74BA;
  }
  .crate_broadcast_member
  {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
 }
 .crate_broadcast_member::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #e3e4e4;
    background-color: #e3e4e4;
  }
  
  .crate_broadcast_member::-webkit-scrollbar {
    width: 5px;
    background-color: #1C74BA;
  }
  
  .crate_broadcast_member::-webkit-scrollbar-thumb {
    background-color: #1C74BA;
  }
  .chat_details_dot
  {
    margin: 0 0 0 12px !important;
    cursor: pointer;
  }
  .details_chat_top
  {
    display: block;
    float: left;
    width: auto;
    padding: 0 12px;
  }
  .details_chat_top h5
  {
    margin: 0 !important;
    font-size: 16px !important;
    border-bottom: 1px solid #dadada;
    padding-bottom: 5px;
  }
  .details_chat_top .view_profile_section 
  {
    padding: 0;
    width: 100%;
    margin: 5px 0;
}
.view_profile_section .text
{
    margin-left: 5px;
}
.view_profile_section .text h2
{
    font-size: 14px !important;
    font-weight: 100 !important;
    margin: 0;
    padding: 0;
    line-height: 8px !important;
}
.view_profile_section .text p
{
    margin: 0 !important;
    font-size: 14px !important;
}
.chat_out .dropdown-menu
{
    width: 225px;
    max-height: 250px;
    overflow-y: auto;
}
.chat_out .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #e3e4e4;
    background-color: #e3e4e4;
  }
  
  .chat_out .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    background-color: #1C74BA;
  }
  
  .chat_out .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #1C74BA;
  }
  .seen_remaining_section
  {
    display: block;
    float: left;
    width: 100%;
  }
  .seen_remaining_section p
  {
    font-size: 15px;
    font-weight: bold;
    color: #1C74BA;
    margin: 0;
  }
  .email_style
  {
    overflow-wrap: break-word;
  }
  .tooltip_for_inline
  {
    justify-content: space-between;
    align-items: center;
  }
  .tooltip_for_inline .left
  {
    display: flex;
    align-items: center;
  }
  .right_online
  {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    margin-top: -5px;
    height: 10px;
    border-radius: 100%;
    background: #00b831;
    flex: 0 0 10px;
  }
  .online_profile {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 0;
    right: 0;
    background: #00b831;
}
.tooltip_dashboard_count_box1
{
    display: block;
    float: left;
    width: 100%;
    padding: 8px 15px;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid #D9D9D9;
}
.tooltip_dashboard_count_box1:last-child
{
    border-bottom: none;
}
.tooltip_dashboard_count_box1 p {
    font-size: 15px;
    margin: 0 !important;
    padding: 0 !important;
}
.tooltip_dashboard_count_box1 h4 {
    font-size: 15px;
    margin: 0 !important;
    padding: 0 !important;
    color: #BF3778;
    line-height: 14px !important;
}
.search_but
{
    background: #BF3778;
    color: #fff !important;
    margin-left: 4px;
}
.search_but:hover
{
    background: #1C74BA !important;
    color: #fff !important;
}
.search_but:hover i
{
    color: #fff !important;
}
.creat_broadcast_pagination
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
}
.creat_broadcast_pagination .page-link
{
    color: #1C74BA !important;
}
.creat_broadcast_pagination .page-item.active .page-link
{
    color: #fff !important;
    background-color: #1C74BA !important;
}
.pagination li
{
    float: left;
    width: calc(100% / 7);
}
.pagination .page-link {
    text-align: center;
    padding: 5px;
}

.pointer{
    cursor: pointer;
}

.task_filter {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 13px 5px 1px;
    position: relative;
  }
  
  .task_filter img {
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  
  .task_filter .filter {
    position: absolute;
    right: -3px;
    top: 1px;
    width: 10px;
    height: 10px;
    background: #E3000B;
    border-radius: 100%;
    z-index: 2;
  }