@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    color: #fff;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: #1C2039;
}

a {
    color: #00B6B0;
    transition: 0.5s;
    outline-style: none;
    text-decoration: none;
}

a:hover,
a:active,
a:visited,
a:focus {
    outline: none;
    text-decoration: none;
    color: #00B6B0;
}

p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 500;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border-bottom: 1px solid #fff !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #252C47 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-check-squre .form-check-input {
    width: 18px;
    height: 18px;
    background-color: transparent !important;
    border: 1px solid #fff;
    margin-top: 1px;
}

.form-check-squre .form-check-input {
    float: left;
    margin-left: -25px;
}

.form-check-squre {
    padding-left: -25px;
}

.form-check-squre .form-check-input:checked {
    background-color: transparent;
    border-color: #fff;
}

.form-check-squre .form-check-input:focus {
    box-shadow: none;
    border-color: #fff;
}

.form-check-squre .form-check-input:checked[type=checkbox] {
    background-image: url(../images/check_tick.svg);
    background-position: center;
    background-size: 16px 10px;
}

.textarea_style1 {
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    color: #fff !important;
    padding-left: 0;
    padding-right: 0;
}

.input_style1 {
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    color: #fff !important;
    padding-left: 0;
    padding-right: 0;
}

.textarea_style1:focus,
.input_style1:focus {
    box-shadow: none !important;
    background: none !important;
    border-bottom: 1px solid #ffffff;
}

.textarea_style1::placeholder,
.input_style1::placeholder {
    color: #9d9d9d;
}

.but_style1 {
    display: inline-block;
    vertical-align: top;
    padding: 10px 30px;
    border-radius: 6px;
    background: #00B6B0;
    border: 1px solid #00B6B0;
    color: #fff;
    font-size: 13px;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.but_style1:hover {
    background: #000;
    border: 1px solid #000;
}

.but_style1_line {
    display: inline-block;
    vertical-align: top;
    padding: 8px 30px;
    border-radius: 6px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.but_style1_line:hover {
    background: #00B6B0;
    border: 1px solid #00B6B0;
}

.left_pannel {
    display: block;
    float: left;
    width: 240px;
    background: #252C47;
    min-height: 100vh;
    transition: all .3s;
    transition-timing-function: ease-out;
    position: fixed;
}

.left_pannel.active {
    margin-left: -240px;
}

.left_pannel .inside {
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    overflow-y: auto;
    left: 0;
    top: 0;
}

.right_pannel {
    display: block;
    float: right;
    width: calc(100% - 240px);
    background: #1C2039;
    color: #fff;
    min-height: 100vh;
    position: relative;
    transition: all .3s;
    transition-timing-function: ease-out;
}

.right_pannel.active2 {
    width: 100%;
}

.left_pannel .inside {
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    overflow-y: auto;
    left: 0;
    top: 0;
}

.left_pannel .inside::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #485589;
    background-color: #485589;
}

.left_pannel .inside::-webkit-scrollbar {
    width: 5px;
    background-color: #00B6B0;
}

.left_pannel .inside::-webkit-scrollbar-thumb {
    background-color: #00B6B0;
}

.left_pannel .logo {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
}

.left_pannel .logo img {
    width: 100%;
    max-width: 160px;
}

.left_pannel .menu_area {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0 20px 20px;
}

.left_pannel .nav-link {
    padding: 12px 15px;
    display: inline-block;
    width: 100%;
    color: #fff;
    border-radius: 6px 0 0 6px;
    margin: 10px 0;
    cursor: pointer;
}

.left_pannel .nav-link:hover {
    background: #00B6B0;
}

.left_pannel .active {
    background: #00B6B0;
    color: #fff;
}

.left_pannel .nav-link img {
    width: 20px;
    margin-right: 8px;
}

.right_top_header {
    display: flex;
    float: left;
    width: 100%;
    height: 54px;
    background: #1C2039;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    padding: 0 15px;
    z-index: 3;
}

.right_top_header .menu {
    display: block;
    float: left;
    cursor: pointer;
}

.right_top_header .header_right {
    display: flex;
    width: auto;
    align-items: center;
}

.top_header_profile {
    display: flex;
    vertical-align: top;
    width: auto;
    position: relative;
    align-items: center;
    cursor: pointer;
}

.top_header_profile p {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.top_header_profile .drop {
    display: none;
    float: left;
    width: 170px;
    position: absolute;
    right: 0;
    top: 34px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;

}

.top_header_profile:hover .drop {
    display: block;
}

.top_header_profile .drop ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.top_header_profile .drop ul i {
    margin-right: 5px;
}

.top_header_profile .drop ul li a {
    color: #000;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
}

.top_header_profile .drop ul li a:hover {
    color: #00B6B0;
}

.notification_section {
    display: flex;
    width: 36px;
    height: 36px;
    position: relative;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background: #00B6B0;
    margin-right: 10px;
}

.notification_section img {
    height: 15px;
}

.notification_section span {
    position: absolute;
    top: -4px;
    right: -5px;
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #ff6c00;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.right_pannel .body {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 20px 20px 20px;
    position: relative;
}

.page_main_heading {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.page_main_heading h2 {
    font-size: 18px;
    font-weight: 500;
}

.page_card_heading {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.page_card_heading h2 {
    font-size: 16px;
    font-weight: 500;
}

.dashboard_graph_section {
    display: block;
    float: left;
    width: 100%;
}

.card {
    display: block;
    float: left;
    width: 100%;
    border-radius: 10px;
    background: #262B49;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.dashboard_graph {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.dashboard_graph img {
    width: 100%;
}

.dashboard_boxes_section {
    display: block;
    float: left;
    width: 100%;
}

.dashboard_box1 p {
    color: #fff;
}

.dashboard_box1 h2 {
    color: #00B6B0;
}

.dashboard_box1 {
    position: relative;
}

.count {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}

.count span {
    margin-left: 12px;
}

.count strong {
    color: #00B6B0;
    font-weight: normal;
}

.search_box {
    display: flex;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    width: 100%;
    max-width: 250px;
    position: relative;
}

.form-control {
    font-size: 13px;
}

.search_box input {
    background: none;
    border: none;
    color: #fff !important;
}

.search_box input:focus {
    background: none;
    box-shadow: none;
}

.search_box button {
    cursor: pointer;
}

.search_box button i {
    color: #fff;
}

.table_area {
    display: block;
    float: left;
    width: 100%;
}

.table_area .table_header {
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    background: #00B6B0;
}

.table_area .table_header>div {
    padding: 0 5px;
}

.table_area .table_body {
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    padding: 10px 10px;
    color: #fff;
    font-size: 12px;
    align-items: center;
    transition: all .5s;
    transition-timing-function: ease-out;
    text-align: center;
    min-height: 68px;
    background: #262B49;
    margin-top: 10px;
}

.table_area .table_body>div {
    padding: 0 5px;
}

.table_area .table_body .mobile_heading {
    display: none;
    color: #809FB8;
    margin-right: 10px;
}

.table_area .table_body p {
    font-size: 12px;
    word-break: break-all;
}
.table_area .table_body p img
{
    margin-right: 5px;
}

.profile_img2 {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #00B6B0;
    text-align: center;
    line-height: 34px;
    color: #fff;
    margin-right: 5px;
    position: relative;
}

.profile_img2 p {
    margin: 0;
    font-size: 12px;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 100%;
}

.profile_img2 img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
    border-radius: 100%;
}
.anonymous_tag
{
    position: absolute;
    display: inline-block;
    vertical-align: top;
    padding: 2px 5px;
    background: #00B6B0;
    color: #fff;
    border-radius: 20px;
    font-size: 8px;
    z-index: 2;
    left: 15px;
    line-height: normal;
}

.post_count_and_filter
{
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.post_count_and_filter .left
{
    display: block;
}
.post_count_and_filter .left p
{
    display: inline-block;
    vertical-align: top;
    background: #3D4462;
    border-radius: 5px;
    color: #fff;
    padding: 2px 10px;
    margin-right: 15px;
}
.post_count_and_filter .left p span
{
    color: #00B6B0;
    font-weight: bold;
}

.del {
    color: #E3000B;
    background: #FFEBEC;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.del:hover {
    color: #FFEBEC;
    background: #E3000B;
}

.email {
    color: #004814;
    background: #DEFFE7;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.email:hover {
    color: #DEFFE7;
    background: #004814;
}

.view {
    color: #FFB536;
    background: #675443;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.view:hover {
    color: #FFEBEC;
    background: #FFB536;
}

.enable_disable .form-check-input:checked {
    background-color: #06ac00 !important;
    border-color: #06ac00 !important;
}

.enable_disable {
    display: inline-block;
}

.form-check {
    min-height: auto;
    margin-bottom: 0;
}

.enable_disable .form-check-input {
    background-color: #E3000B;
    background-image: url(../images/switch_white_round.svg) !important;
}

.user_block .form-check-input:checked {
    background-color: #E3000B !important;
    border-color: #E3000B !important;
}

.user_block {
    display: inline-block;
}

.user_block .form-check-input {
    background-color: #06ac00;
    background-image: url(../images/switch_white_round.svg) !important;
}


.form-switch .form-check-input {
    width: 30px;
}

.post_img {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 96px;
    border-radius: 5px;
    overflow: hidden;
    background: #00B6B0;
    text-align: center;
    line-height: 34px;
    color: #fff;
    margin-right: 5px;
}

.post_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.description_box {
    display: flex;
    vertical-align: top;
    position: relative;
    justify-content: center;
    align-items: center;
}

.description_box i {
    color: #00B6B0;
    margin-left: 5px;
    font-size: 15px;

}
.information_section4 .dropdown-menu
{
    bottom: 20px;
}

.information_section {
    position: relative;
    cursor: pointer;
}

.information_section:hover>.dropdown-menu {
    display: block;
}

.information_section .dropdown-toggle::after {
    display: none;
}

.information_section .dropdown-menu {
    width: 100% !important;
    max-width: 300px;
    min-width: 300px;
    padding: 12px;
    background: #1e2336;
    font-weight: 400;
    border-radius: 5px;
    overflow: hidden;
    max-height: 200px;
    overflow-y: auto;
}

.information_section .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #485589;
    background-color: #485589;
}

.information_section .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    background-color: #09918f;
}

.information_section .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #09918f;
}

.body_search_and_filter_section {
    display: flex;
    float: left;
    width: 100%;
    margin-top: 20px;
    align-items: center;
    justify-content: flex-end;
}

.filter_box {
    margin: 0 15px;
}

.clear_box p {
    font-size: 14px;
    color: #00B6B0;
}

.clear_box p a {
    color: #00B6B0;
    text-decoration: underline;
}

.clear_box p a:hover {
    text-decoration: none;
}

.sort_arrow {
    display: inline-block;
    width: 12px;
    line-height: 1px;
    vertical-align: top;
}

.sort_arrow i {
    height: 8px;
    font-size: 12px;
    cursor: pointer;
}

.upload_section {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.upload_section h2 {
    font-size: 20px;
}
.upload_section h2 span
{
    color: #36BCBC;
    font-size: 15px;
}

.upload_img_and_video_section {
    display: block;
    float: left;
    width: 280px;
    height: 132px;
    margin: 20px 20px 0 0; 
    position: relative;
    border: 3px solid #00B6B0;
}

.upload_img_and_video_section .upload_image_size {
    width: 100%;
    height: 124px;
    object-fit: cover;
    object-position: center;
}

.upload_profle_image {
    width: 160px;
    height: 160px;
    border-radius: 100%;

}
.upload_profle_image_size {
    border-radius: 100% !important;
    width: 155px !important;
    height: 156px !important;
    object-fit: cover !important;
    object-position: center !important;
}

.upload_news_feed_image {
    width: 160px;
    height: 160px;

}
.upload_news_feed_image_size {
    width: 155px !important;
    height: 156px !important;
    object-fit: cover !important;
    object-position: center !important;
}

.upload_img_and_video_section_video_size {
    width: 100%;
    height: 96px;
    object-fit: cover;
    object-position: center;
}

.upload_img_and_video_section .upload_img_and_video_section_video_size {
    width: 100%;
    height: 124px;
    object-fit: cover;
    object-position: center;
}

.upload_image_size {
    width: 100%;
    height: 96px;
    object-fit: contain;
    object-position: center;
}

.upload_img_and_video_section .file {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    appearance: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    overflow: hidden;
}

.upload_img_and_video_section .file>label {
    font-size: 1rem;
    font-weight: 300;
    cursor: pointer;
    outline: 0;
    user-select: none;
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00B6B0;
    border: none;
    border-radius: 100%;
    width: 36px;
    height: 36px;
}

.upload_img_and_video_section .file>input[type='file'] {
    display: none;
}

.upload_img_and_video_section .file img {
    border-radius: 0;
    width: 18px;
}

.upload_img_and_video_section .file2 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    appearance: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    overflow: hidden;
}

.upload_img_and_video_section .file2>label {
    font-size: 1rem;
    font-weight: 300;
    cursor: pointer;
    outline: 0;
    user-select: none;
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00B6B0;
    border: none;
    border-radius: 100%;
    width: 36px;
    height: 36px;
}

.upload_img_and_video_section .file2>input[type='file'] {
    display: none;
}

.upload_img_and_video_section .file2 img {
    border-radius: 0;
    width: 18px;
}

.upload_cross {
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ed0000;
    border: none;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -8px;
    z-index: 2;
}

.upload_cross:hover {
    background: #000;
}

.upload_cross2 {
    font-size: 1rem;
    cursor: pointer;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ed0000;
    border: none;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0px;
    top: 6px;
    z-index: 2;
}

.upload_cross2:hover {
    background: #000;
}

.upload_profle_image {
    width: 160px !important;
    height: 160px !important;
    border-radius: 100%;
}

.upload_profle_image_size {
    border-radius: 100% !important;
    width: 155px !important;
    height: 156px !important;
    object-fit: cover !important;
    object-position: center !important;
}

.blog_details_main {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

.blog_details_main .left {
    float: left;
    width: 100%;
}

.blog_details_main .left img {
    float: left;
    width: 100%;
    height: 160px;
    border-radius: 10px;
    margin: 10px 0;
    background: #1c2039;
    padding: 10px;
    object-fit: contain;
    object-position: center;
}

.blog_details_main .left video {
    float: left;
    width: 100%;
    height: 160px;
    border-radius: 10px;
    margin: 10px 0;
    background: #1c2039;
    padding: 10px;
    object-fit: contain;
    object-position: center;
}

.blog_details_main .right {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.blog_details_main .right h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.blog_details_main .right .date_and_time {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
}

.blog_details_main .right .date_and_time img {
    vertical-align: middle;
    margin: -3px 0 0 0;
}

.blog_details_main .right .date_and_time p {
    font-size: 15px;
    margin-right: 15px;
}

.blog_details_main .right .text_area {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.blog_details_main .right .text_area p {
    color: #CDCDCD;
    font-size: 14px;
}

.blog_details_commend_section {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.blog_comment_box1 {
    display: block;
    float: left;
    width: 100%;
    border-radius: 12px;
    background: #262B49;
    position: relative;
    padding: 15px;
    margin-top: 15px;
}

.reply_comment_boxes {
    display: block;
    float: right;
    width: 95%;
}

.blog_comment_box1 .top {
    display: flex;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-right: 42px;
}

.blog_comment_profile_img {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    flex: 34px 0 0;
    border-radius: 100%;
    overflow: hidden;
    background: #00B6B0;
    text-align: center;
    line-height: 34px;
    color: #fff;
    margin-right: 10px;
    border: 2px solid #00B6B0;
}

.blog_comment_profile_img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog_comment_profile_details {
    float: left;
    width: 100%;
}

.blog_comment_profile_details h4 {
    font-size: 16px;
}

.blog_comment_profile_details .date_and_time {
    display: flex;
    float: left;
    width: 100%;
    margin-top: 2px;
    align-items: center;
}

.blog_comment_profile_details .date_and_time img {
    vertical-align: middle;
    margin: -3px 0 0 0;
}

.blog_comment_profile_details .date_and_time p {
    font-size: 12px;
    margin-right: 15px;
}

.blog_comment_text_area {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.blog_comment_text_area p {
    color: #CDCDCD;
    font-size: 13px;
}

.blog_comment_reply_section {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: right;
}

.blog_comment_reply_section p {
    font-size: 13px;
    color: #00B6B0;
}

.blog_comment_reply_section p a {
    color: #00B6B0;
    cursor: pointer;
    margin-right: 10px;
}

.blog_comment_reply_section p a:hover {
    color: #fff;
}

.blog_del {
    position: absolute;
    right: 15px;
}

.blog_tab_section {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.blog_tab_section .nav-link {
    color: #fff;
}

.blog_tab_section .nav-pills .nav-link.active,
.blog_tab_section .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #36BCBC;
}

.blog_tab_section .nav-link span {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    border-radius: 100%;
    background: #fff;
    color: #000;
    margin-left: 3px;
}

.blog_tab_inside {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.statistic_secarh_section {
    display: flex;
    float: left;
    width: 100%;
    border-radius: 10px;
    background: #262B49;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin: 25px 0 5px 0;
    align-items: center;
}

.statistic_secarh_section h2 {
    font-size: 18px;
}

.start_date {
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.start_date .form-control {
    padding: 8px 15px !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 5px !important;
}

.form-control {
    background: none !important;
    color: #fff !important;
    font-size: 12px;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.broadcast_user_drop_box1 {
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    padding: 8px 12px;
}

.broadcast_user_drop_box1:nth-child(odd) {
    background: #313B5E;
}

.broadcast_user_drop_box1 h2 {
    font-size: 14px;
    margin-left: 5px;
    color: #fff;
}

.broadcast_create_left_area {
    display: block;
    float: left;
    width: 100%;
    max-height: 600px;
    background: #262B49;
    padding: 15px;
    border-radius: 10px;
}

.broadcast_create_right_area textarea {
    border-radius: 10px;
    border: 0.5px solid #5A5A5A;
    background: #1C2039 !important;
    height: 200px;
    margin-top: 40px;
    padding: 15px;
    resize: none;
}

.broadcast_create_right_area textarea::placeholder {
    color: #A3A3A3;
}

.broadcast_search .search_box {
    max-width: 100%;
}

.select_and_clear_box {
    display: flex;
    float: left;
    width: 100%;
    margin-top: 15px;
    justify-content: flex-end;
    align-items: center;
}
.select_and_clear_box2 {
    justify-content: space-between;
}

.clear {
    margin-left: 10px;
}

.clear a {
    color: #00B6B0;
    text-decoration: underline;
}

.clear a:hover {
    text-decoration: none;
}

.broadcast_search_result {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    max-height: 400px;
    overflow-y: auto;
}

.broadcast_search_result::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #485589;
    background-color: #485589;
}

.broadcast_search_result::-webkit-scrollbar {
    width: 5px;
    background-color: #00B6B0;
}

.broadcast_search_result::-webkit-scrollbar-thumb {
    background-color: #00B6B0;
}

.broadcast_search_result_user_box1 {
    display: flex;
    float: left;
    width: 100%;
    padding: 15px 15px;
    border-radius: 4px;
    justify-content: space-between;
    align-items: center;
}

.broadcast_search_result_user_box1:nth-child(odd) {
    background: #313B5E;
}

.broadcast_search_result_user_box1 .form-check .form-check-input {
    margin-left: 0;
}

.notification_box1 {
    display: flex;
    float: left;
    width: 100%;
    background: #252C47;
    padding: 12px;
    border-radius: 12px;
    margin: 15px 0 0 0;
    border: 1px solid transparent;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.notification_box1 .icon_area {
    display: flex;
    float: left;
    width: 46px;
    height: 46px;
    background: #00B6B0;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    flex: 46px;
}

.notification_box1 .text_area {
    float: left;
    width: 100%;
    padding-left: 14px;
    margin-top: 15px;
}

.notification_box1 .text_area .date_and_time {
    display: flex;
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: right;
    justify-content: flex-end;
}

.notification_box1 .text_area .date_and_time p {
    color: #00B6B0;
    font-size: 12px;
    margin-left: 12px;
    font-weight: 500;
}

.dropdown_textfild {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    border-radius: 8px;
    top: 40px;
    box-shadow: 0px 4px 11px rgb(0 0 0 / 25%);
    background-color: #1e2336;
    position: absolute;
    z-index: 3;
    overflow: hidden;
}

.drop_top {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 15px 20px;
    color: #000;
    max-height: 220px;
    overflow-y: auto;
    position: relative;
    z-index: 2;
}

.drop_top p {
    margin: 5px 0 !important;
    cursor: pointer !important;
    position: relative;
    color: #fff;
}

.drop_top p:hover {
    color: #00B6B0;
}

.modal-header {
    padding: 10px 15px;
    background: #00B6B0;
    border-radius: 15px 15px 0 0 !important;
    border-bottom: none !important;
}

.modal-content {
    border-radius: 15px;
    background: #1C2039;
}

.modal-body {
    padding: 25px;
    border-radius: 0 0 15px 15px;
    color: #fff;
}

.btn-close {
    background-image: url(../images/modal_close.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}

.modal_top_text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

.modal_top_text p {
    font-size: 18px;
}

.modal_but_area {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.unread {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 182, 176, 1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 182, 176, 1);
    box-shadow: inset 0px 0px 0px 2px rgba(0, 182, 176, 1);
}

.nodata {
    font-size: 16px;
    float: left;
    width: 100%;
    text-align: center;
    margin: 25px 0;
}

.information_section2 {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    color: #00B6B0;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.information_section2 .information_drop {
    position: absolute;
    background: #14172a;
    padding: 5px 12px;
    border-radius: 4px;
    top: 19px;
    width: 225px;
    display: none;
}

.information_section2 .information_drop p {
    color: #fff;
    font-size: 12px;
}

.information_section2:hover .information_drop {
    display: block;
}


.information_section3 {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    color: #00B6B0;
    font-size: 14px;
    position: relative;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
}

.information_section3 .information_drop {
    position: absolute;
    background: #14172a;
    padding: 5px 12px;
    border-radius: 4px;
    top: 19px;
    width: 225px;
    display: none;
}

.information_section3 .information_drop p {
    color: #fff;
    font-size: 12px;
}

.information_section3:hover .information_drop {
    display: block;
}



.login_section {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    min-height: 100vh;
    background: url(../images/login_bg.jpg) center center no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
}

.login_inner {
    display: block;
    float: left;
    width: 100%;
    background: #252C47;
    padding: 30px 25px;
    text-align: center;
    margin-top: 20px;
    border-radius: 10px;
}

.login_inner h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.login_form {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.login_form .form-control {
    background: none !important;
    color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    font-size: 12px;
}

.login_form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.notification_clear_section {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    text-align: right;
}

.notification_clear_section p a {
    text-decoration: underline;
}

.notification_clear_section p a:hover {
    text-decoration: none;
}

.statistics_search_section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 10px 0;
}

.statistics_error_message {
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.change_password_group {
    position: relative;
    width: 100%;
}

.progress {
    height: 10px;
    width: 280px;
    display: inline-flex;
    margin-bottom: 20px;
    float: left;
    margin-top: 12px;
}

.progress-bar {
    background-color: #00b6b0;
}

.progress-bar .progress-bar-striped {
    background: #00B6B0;
}

.feed_inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.feed_settings_top_section {
    display: flex;
    float: left;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #4F4F4F;
    padding-bottom: 15px;
}

.feed_settings_top_section .left_area {
    display: flex;
    float: left;
    width: auto;
    align-items: center;
    justify-content: center;
}

.feed_settings_top_section .right_area {
    display: flex;
    float: left;
    width: auto;
    align-items: center;
    justify-content: center;
}

.feed_settings_top_section .form-control {
    background-color: transparent;
    color: #fff;
    width: 60px;
}

.feed_settings_top_section .form-select option {
    color: #000;
}

.feed_settings_text_area {
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0;
}

.feed_settings_mid_pannel {
    display: block;
    float: left;
    width: 100%;
    background: #1C2039;
    border: 1px solid #5A5A5A;
    padding: 20px;
    border-radius: 8px;
    height: 350px;
    overflow-y: auto;
}

.feed_settings_mid_pannel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #485589;
    background-color: #485589;
}

.feed_settings_mid_pannel::-webkit-scrollbar {
    width: 5px;
    background-color: #00B6B0;
}

.feed_settings_mid_pannel::-webkit-scrollbar-thumb {
    background-color: #00B6B0;
}

.feed_settings_mid_box1 {
    display: flex;
    float: left;
    width: 100%;
    background: #262B49;
    padding: 10px 20px;
    border-radius: 6px;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
}

.feed_settings_keyword_box {
    display: flex;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.feed_settings_keyword_box .form-control {
    width: 100%;
    border-radius: 5px;
    border: 0.5px solid #ffffff7c;
    height: 44px;
}

.feed_settings_keyword_box .but_style1 {
    width: 150px;
    flex: 0 0 150px;
}

.post_img2 {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
    background: #00B6B0;
    text-align: center;
    line-height: 34px;
    color: #fff;
    margin-right: 5px;
}

.post_img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.checkbox_style1 {
    width: 16px;
    height: 16px;
    border: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 5px;
}

.checkbox_style2 {
    width: 16px;
    height: 16px;
    border: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    margin-right: 5px;
}

.newsfeed_del_but_section {
    display: flex;
    float: left;
    width: 100%;
    margin: 0 0 12px 0;
    justify-content: flex-end;
}

.upload_image_hints {
    display: block;
    float: left;
    width: 100%;
}

.geocoder_api {
    display: flex;
}

.geocoder_api i {
    color: #00B6B0;
    margin-left: 5px;
}

.generate_table_top {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.table_scroll {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
}

.table_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #485589;
    background-color: #485589;
}

.table_scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #00B6B0;
}

.table_scroll::-webkit-scrollbar-thumb {
    background-color: #00B6B0;
}

.generate_table_bottom {
    display: flex;
    vertical-align: top;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #FFFFFF;
    align-items: center;
    justify-content: space-between;
}

.generate_table_bottom p span {
    color: #00B6B0;
}

.select_style1 {
    background: url(../images/down.svg) no-repeat;
    background-position: calc(100% - 15px) center;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    color: #fff !important;
    padding-left: 15;
    padding-right: 15;
    font-size: 14px;
}

.select_style1 option {
    color: #fff;
    background: #1C2039;
}

.select_style2 {
    background: url(../images/down.svg) no-repeat;
    background-position: calc(100% - 15px) center;
    border: none;
    box-shadow: none;
    border: 1px solid #ffffff;
    color: #fff !important;
    padding-left: 15;
    padding-right: 15;
    font-size: 14px;
}

.select_style2 option {
    color: #fff;
    background: #1C2039;
}

.exclamation2
{
    margin-top: -4px;
    margin-left: 60px;
    width: 17px !important;
}
.exclamation3
{
    width: 12px !important;
    margin-left: 10px;
    margin-top: -2px
}



.form-select:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

.terms_and_conditions_body {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.05);
}

.subpage_header {
    display: block;
    float: left;
    width: 100%;
    background: #262B49;
    padding: 12px 0;
    text-align: center;
}

.subpage_header h2 {
    color: #fff;
    font-size: 25px;
}

.subpage_body_section {
    display: block;
    float: left;
    width: 100%;
    padding: 55px 0;
}
.content_page_header
{
    display: flex;
    float: left;
    width: 100%;
    background: #171731;
    padding: 10px 0;
    flex-wrap: wrap;
}
.content_page_header .logo
{
    display: block;
    float: left;
    width: 170px;
    flex: 170px 0 0;
}
.content_page_header .logo img
{
    display: block;
    float: left;
    width: 100%;
}
.content_page_body
{
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0;
}

.about_img 
{
    display: block;
    float: left;
    width: 100%;   
}
.about_img img
{
    width: 100%;
}

.about_text {
    display: block;
    float: left;
    width: 100%;
}
.about_text h2 {
    font-size: 30px;
}

.about_text p {
    margin-top: 20px;
    font-size: 15px;
}

.content_page_footer
{
    display: block;
    float: left;
    width: 100%;
}
.content_page_footer .inner
{
    display: block;
    float: left;
    width: 100%;
    border-top: 1px solid #4D4D4D;
    padding: 20px 0;    
}
.content_page_footer_box1
{
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0;
}
.content_page_footer_box1 h2
{
    font-size: 22px;
}
.content_page_footer_box1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}
.content_page_footer_box1 ul li {
    margin-bottom: 10px;
}
.content_page_footer_box1 ul li a {
    color: #C3C3C3;
}
.social_icon
{
    margin-top: 15px;
}
.social_icon img
{
    margin-right: 5px;
}

.contact_body_address_box1 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
    position: relative;
    padding-left: 40px;
}
.contact_body_address_box1 img {
    position: absolute;
    left: 0;
    top: 0;
}
.contact_body_address_box1 p {
    margin-top: 5px;
}
.app_download img
{
    max-width: 150px;
    margin-top: 20px;
}
.copy_text
{
    margin-top: 25px;
}
.terms_and_condition p
{
    margin-top: 20px;
    font-size: 15px;
}
.terms_and_condition ul
{
    list-style-type: none;
}
.comment_img img
{
    display: block;
    float: left;
    width: 100%;
    max-width: 400px;
    margin-top: 15px;
    border-radius: 10px;
}
.comment_img video
{
    display: block;
    float: left;
    width: 100%;
    max-width: 400px;
    margin-top: 15px;
    border-radius: 10px;
}
.write_comment_section
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    background: #262B49;
    padding: 12px;
    border-radius: 12px;
}
.write_comment_section .top
{
    display: flex;
    float: left;
    width: 100%;    
}
.write_comment_section .top .upload_box1
{
    display: block;
    float: left;
    width: 200px;
    height: 150px;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #c9c9c9;
    padding: 10px;
    border-radius: 10px;
}
.write_comment_section .top .upload_box1 img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: relative;
    z-index: 1;
}
.write_comment_section .top .upload_box1 iframe
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: relative;
    z-index: 1;
}
.write_comment_section .top .upload_box1 video
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: relative;
    z-index: 1;
}
.upload_cross
{
    position: absolute;
    top: 3px;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    z-index: 2;
    color: #000;
}
.upload_cross:hover
{
    background: #000;
    color: #fff;
}
.write_comment_section .bottom
{
    display: flex;
    float: left;
    width: 100%;    
}
.write_comment_section .left_area
{
    display: flex;
    float: left;
    width: 100%;
    border: 1px solid #fff;
    padding: 8px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.write_comment_section .upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .write_comment_section .btn {
    border:none;
    color: #fff;
    background-color: #36BCBC;
    font-size: 15px;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .write_comment_section .upload input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .write_comment_section .write_comment_input
  {
    display: block;
    float: left;
    width: 100%;
    height: 30px;
    background: none;
    border: none;
    color: #fff;
    padding: 0 0 0 15px;
  }
  .write_comment_section .write_comment_input:focus
  {
    outline-style: none;
    box-shadow: none;
  }

  .write_comment_section .right_area
{
    display: block;
    float: left;
    width: 46px;
    flex: 0 0 46px;
    margin-left: 15px;
}
.write_comment_section .send_message
{
    display: flex;
    float: left;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    background: #36BCBC;
    border-radius: 100%;
    color: #fff;
}
.write_comment_section .send_message img
{
    width: 18px;
}
.progress_bar_main_area
{
    display: flex;
    float: left;
    width: 100%;
    height: 150px;
    align-items: center;
    justify-content: center;
}

.social_link_box1
{
    display: flex;
    float: left;
    width: 100%;
}
.social_icon
{
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #fff;
    color: #262B49;
    flex: 34px 0 0;
    margin-right: 15px;
}
.total_selected
{
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.total_selected span
{
    color: #00B6B0;
    font-weight: bold;
}
.imput_add_section
{
    display: flex;
    float: left;
    width: 100%;
    border: 1px solid #fff;
    margin-top: 16px;
    border-radius: 4px;
    align-items: center;
}
.imput_add_section input
{
    border: none;
    padding: 10px 12px;
}
.imput_add_section input:focus
{
    box-shadow: none;
}
.imput_add_section .add
{
    text-decoration: underline;
    margin: 0 15px;
}
.imput_add_section .add:hover
{
    text-decoration: none;
}
.post_right_top_area
{
    display: block;
    float: left;
    width: 100%;
}
.post_right_top_area img
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-radius: 20px;
    height: 300px;
    object-fit: contain;
    object-position: center;
    background: #1C2039;
}

.post_right_top_area p
{
    font-size: 13px;
    color: #CDCDCD;
    margin-top: 15px;
}
.post_right_mid_section
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    background: #1C2039;
}
.post_right_mid_section h2
{
    color: #fff;
    font-size: 14px;
}
.post_right_mid_section  .upload_section
{
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    margin: 10px 10px 0 0;
}

.post_right_mid_section .upload_img_and_video_section {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
    border: 1px dashed #fff;
    margin: 0;
    border-radius: 5px;
}
.post_right_mid_section .upload_img_and_video_section img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.post_right_social_section
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    background: #1C2039;
}
.social_icon2
{
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background: #fff;
    border-radius: 100%;
    margin: 2px 5px;
    color: #000;
}
.post_right_attach_section
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 25px;
}

.post_right_button_section
{
    display: flex;
    float: left;
    width: 100%;
    margin-top: 15px;
    justify-content: space-between;
}


.quiz_right_top_section
{
    display: block;
    float: left;
    width: 100%;
    padding: 15px;
    background: #1C2039;
}
.quiz_right_top_section h2
{
    color: #fff;
    font-size: 14px;
}
.quiz_right_top_section  .upload_section
{
    display: block;
    float: left;
    width: 100%;
    max-width: 350px;
    height: 200px;
    margin: 10px 10px 0 0;
}

.quiz_right_top_section .upload_img_and_video_section {
    display: block;
    float: left;
    width: 100%;
    max-width: 350px;
    height: 200px;
    position: relative;
    border: 1px dashed #fff;
    margin: 0;
    border-radius: 5px;
}
.quiz_right_top_section .upload_img_and_video_section img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.post_preview_body
{
    display: block;
    float: left;
    width: 100%;
}
.post_preview_logo
{
    width: 150px;
}
.post_preview_img
{
    width: 100%;
    height: 200px;
    border-radius: 25px;
    margin-top: 15px;
    object-fit: contain;
    object-position: center;
}
.video_size
{
    width: 100%;
    height: 220px;

}
.post_preview_text
{
    margin-top: 15px;
}
.post_preview_replied
{
    display: flex;
    float: left;
    width: 100%;
    margin: 25px 0;
    align-items: center;
}
.post_preview_replied img
{
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    margin-right: 4px;
}
.post_preview_replied p
{
    margin-left: 15px;
}
.post_preview_social
{
    display: block;
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
    text-align: center;
}
.quiz_preview_text
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 30px 0;
    text-align: left;
}
.quiz_preview_text p
{
    margin: 15px 0;
}
.post_email .dropdown-menu {
    width: 100% !important;
    max-width: 215px;
    min-width: 215px;
    padding: 12px;
    background: #1e2336;
    font-weight: 400;
    border-radius: 5px;
    overflow: hidden;
    max-height: 200px;
    overflow-y: auto;
}
.post_email_box1
{
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #313B5E;
}
.post_email_box1:last-child
{
    border-bottom: none;
}
.post_email_box1 img
{
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    margin-right: 10px;
}
.create_quiz_button_section
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 10px 0 20px 0;
    text-align: right;
}

.admin_upload_img
{
    display: block;
    float: left;
    width: 180px;
    height: 132px;
    margin: 20px 20px 0 0 ;
    position: relative;
    background: #1C2039;
}
.admin_upload_img img
{
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.admin_upload_cross
{
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    width: 30px;
    height: 30px;
    background: #09918f;
    border-radius: 100%;
    color: #fff !important;
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 15px;

}

.file_cross {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: #09918f;
    border-radius: 100%;
    color: #fff !important;
    font-size: 12px;
    z-index: 2;
    margin-left: 13px;
    position: absolute;
    margin-top: -12px;
}   

.ad_disable_enable .form-check-input:checked {
    background-color: #06ac00 !important;
    border-color: #06ac00 !important;
}

.ad_disable_enable {
    display: inline-block;
}

.ad_disable_enable .form-check-input {
    background-color: #E3000B;
    background-image: url(../images/switch_white_round.svg) !important;
}


.post_report_box1
{
    display: flex;
    float: left;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #313B5E;
}
.post_report_box1:last-child
{
    border-bottom: none;
}
.post_report_box1 img
{
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    margin-right: 10px;
}

.broadcast_search_result_user_box1 p
{
    width: calc(100% - 75px);
}
.broadcast_search_result_user_box1 .form-check
{
    padding: 0;
}

.user_tab_section
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.user_tab_section .nav-pills .nav-link.active, .user_tab_section .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #36BCBC;
}
.user_tab_section .nav-link {
    color: #fff;
}
.blog_detail_top
{
    display: flex;
    float: left;
    width: 100%;
}
.blog_detail_top .left img
{
    width: 120px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.blog_detail_top .right
{
    display: block;
    float: left;
    width: 100%;
    padding-left: 15px;
}
.blog_detail_view_section
{
    display: block;
    float: left;
    width: 100%;
}
.blog_detail_view_box1
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    background: #262B49;
    border-radius: 12px;
    padding: 20px;
}
.blog_detail_view_box1 p
{
    font-size: 15px;
    color: #fff;
}
.blog_detail_view_box1 h2
{
    font-size: 22px;
    color: #36BCBC;
}
.user_tab_section .tab-content
{
    display: block;
    float: left;
    width: 100%;
}
.admin_post_filter_section {
    justify-content: space-between;
    flex-wrap: wrap;
}
.form_control_secarch
{
    position: relative;
    background-image: url(../images/search.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 15px !important;
}
.form_control_secarch:focus
{
    background-image: url(../images/search.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 15px !important;
}


.address_new_post .mdc-text-field
{
    padding: 0;
}
.address_new_post .mat-mdc-form-field-infix {

    height: 46px;
}
.address_new_post  .mdc-text-field__input {
    padding-top: 20px;
}
.address_new_post .mat-mdc-form-field-hint-wrapper, .address_new_post .mat-mdc-form-field-error-wrapper {
    padding: 0;
}
.address_new_post  .mat-mdc-form-field-error {
    display: block;
    color: #ff0000;
}
.delete_selected_but_area
{
    display: block;
    float: left;
    width: 100%;
    text-align: right;
    margin: 10px 0 0 0;
}
.reel_filter {
    justify-content: flex-end;
}
.reel_details_heading {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.reel_details_heading h2 {
    font-size: 16px;
    font-weight: 500;
}
.reel_details_heading h2 span
{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    border-radius: 100%;
    background: #fff;
    color: #000;
    margin-left: 3px;
}

.upload_cross3 {
    font-size: 1rem;
    cursor: pointer;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ed0000;
    border: none;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.upload_cross3:hover {
    background: #000;
}
.img_add_but
{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #36BCBC;
    text-align: center;
    line-height: 40px;
    color: #fff !important;
}
.edit_news_upload_img_area
{
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    align-items: center;
}
.upload_img_and_video_section_image_size
{
    width: 100%;
    height: 127px;
    object-fit: cover;
    object-position: center;
}
.edit_news_upload_img_area .admin_upload_img
{
    margin: 0; 
    width: 100%;
    height: 155px;  
}
.edit_news_upload_img_area .upload_img_and_video_section_image_size {
    height: 156px;
}




.add_news_feed_wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .add_news_feed_btn {
    font-size: 1rem;
    font-weight: 300;
    cursor: pointer;
    outline: 0;
    user-select: none;
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00B6B0;
    border: none;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    color: #fff;
}
.add_news_feed_btn img
{
    width: 20px;
}
  
  .add_news_feed_wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .user_details_top_section
  {
      display: block;
      float: left;
      width: 100%;
      background: #262B49;
      border-radius: 25px;
      padding: 20px;
      margin-top: 15px;
  }

  .user_details_top_section .img_area
  {
    display: block;
    float: left;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    overflow: hidden;
  }
  .user_details_top_section .img_area img
  {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .user_details_top_section .right_text
  {
    display: block;
    float: right;
    width: calc(100% - 160px);
  }
  .user_details_top_section .right_text .name_section
  {
    display: flex;  
    float: left;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.user_details_top_section .right_text .name_section .name
{
    display: block;
    float: left;
}
.user_details_top_section .right_text .name_section .name h2
{
    font-size: 20px;
}
.user_details_top_section .right_text .name_section .name p
{
    font-size: 13px;
    color: #B5B5B5;
}
.user_details_top_section .right_text .name_section .lavel_section
{
    display: flex;
    background: #1C2039;
    padding: 10px 20px;
    border-radius: 50px;
    align-items: center;
} 
.user_details_top_section .right_text .name_section .lavel_section p
{
    color: #00B6B0;
    font-size: 17px;
    font-weight: bold;
    margin-left: 10px;
}
.user_details_top_section .right_text .address
{
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin: 10px 0;
}
.user_details_top_section .right_text .address p
{
    font-size: 13px;
    margin-right: 15px;
}
.user_details_top_section .right_text .address p img
{
    margin-right: 5px;
}
.user_details_top_section .count_section
{
    display: inline-block;
    vertical-align: top;
    background: #1C2039;
    padding: 12px 10px;
    border-radius: 8px;
    margin-top: 5px;
}
.user_details_top_section .count_section .inner
{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.user_details_top_section .count_section p
{
    color: #B5B5B5;
    font-weight: 500;
    border-right: 1px solid #fff;
    padding: 0 25px;
}
.user_details_top_section .count_section p span
{
    color: #fff;
}
.user_details_top_section .count_section p:last-child
{
    border: none;
}
.user_details_post_section
{
    display: block;
    float: left;
    width: 100%;
    background: #262B49;
    padding: 20px;
    border-radius: 15px;
}
.user_post_top_section
{
    display: flex;
    float: left;
    width: 100%;
}
.user_post_top_section .left_area
{
    display: block;
    float: left;
    width: calc(100% - 40px);
}
.user_post_top_section .left_area .img_area
{
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
    flex: 36px 0 0;
}
.user_post_top_section .left_area .img_area img
{
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .user_post_top_section .left_area .text_area
{
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    padding-left: 12px;
}
.user_post_top_section .left_area .text_area p
{
    font-size: 12px;
    color: #CDCDCD;
    margin-right: 12px;
}
.user_post_top_section .left_area .text_area h3
{
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px; 
}
.user_post_top_details
{
    display: flex;
    float: left;
    width: 100%;
}
.user_post_text
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;
}
.user_post_text p
{
    font-size: 12px;
    color: #CDCDCD;
}
.user_post_top_section .right_area
{
    display: block;
    float: right;
    width: 40px;
}
.user_post_slider_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.user_post_slider_area img
{
    height: 180px;
    object-fit: cover;
    object-position: center;
}
.user_post_count_area
{
    display: flex;
    float: left;
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
}
.user_post_comment_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    max-height: 250px;
    overflow-y: auto;
}
.user_post_comment_area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #485589;
    background-color: #485589;
}

.user_post_comment_area::-webkit-scrollbar {
    width: 5px;
    background-color: #00B6B0;
}

.user_post_comment_area::-webkit-scrollbar-thumb {
    background-color: #00B6B0;
}
.user_post_comment_box1
{
    display: flex;
    float: left;
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
}
.user_post_comment_box1 .img_area {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
}
.user_post_comment_box1 .img_area img {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.user_post_comment_box1 .text_area {
    display: block;
    float: left;
    width: calc(100% - 45px);
    background: #1C1C2F;
    border-radius: 8px;
    padding: 12px;
}
.user_post_comment_box1 .text_area h2
{
    font-size: 14px;
}
.user_post_comment_box1 .text_area p
{
    font-size: 12px;
    color: #A5A5A5;
}
.user_post_comment_box1 .bottom_area
{
    display: flex;
    float: left;
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
}
.user_post_comment_box1 .bottom_area p
{
    font-size: 13px;
    color: #00B6B0;
}
.user_post_comment_box1 .bottom_area p span
{
    margin-left: 12px;
}
.user_post_comment_box_reply
{
    padding-left: 50px;
}
.user_post_reel
{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.user_post_reel video
{
    width: 100%;
    border-radius: 15px;
}
.user_post_reel_right
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.user_post_reel_right video
{
    width: 100%;
    border-radius: 15px;
}
.user_post_reel_slider_area
{
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    position: relative;
}
.user_post_reel_item
{
    display: block;
    float: left;
    width: calc(100% / 3  - 30px);
    margin: 0 15px;
    position: relative;
}
.user_post_reel_item img
{
    float: left;
    width: 100%;
    border-radius: 15px;    
    height: 250px;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}
.reel_left_arrow, .reel_right_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
}

.reel_left_arrow {
    left: 10px;
}

.reel_right_arrow {
    right: 10px; 
}

.password_eye.ng-star-inserted {
    position: absolute;
    right: 22px;
    top: 10px;
}
.user_post_reel_slider_area {
    display: flex;
    overflow: hidden;
    width: calc(33.33% * 3);
    position: relative;
}

.user_post_reel_item {
    min-width: calc(100% / 4);
    box-sizing: border-box;
}

.reel_left_arrow, .reel_right_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
}

.reel_left_arrow {
    left: 0;
}

.reel_right_arrow {
    right: 0;
}

.user_details_post_section .bottom
{
    display: flex;
    float: left;
    width: 100%;  
    margin-top: 15px;  
}
.user_details_post_section .left_section
{
    display: flex;
    float: left;
    width: 100%;
    border: 1px solid #fff;
    padding: 8px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.user_details_post_section .upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .user_details_post_section .btn {
    border:none;
    color: #fff;
    background-color: #36BCBC;
    font-size: 15px;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .user_details_post_section .upload input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .user_details_post_section .write_comment_input
  {
    display: block;
    float: left;
    width: 100%;
    height: 30px;
    background: none;
    border: none;
    color: #fff;
    padding: 0 0 0 15px;
  }
  .user_details_post_section .write_comment_input:focus
  {
    outline-style: none;
    box-shadow: none;
  }

  .user_details_post_section .right_area
{
    display: block;
    float: left;
    width: 46px;
    flex: 0 0 46px;
    margin-left: 15px;
}
.user_details_post_section .send_message
{
    display: flex;
    float: left;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    background: #36BCBC;
    border-radius: 100%;
    color: #fff;
}
.user_details_post_section .send_message img
{
    width: 18px;
}
.user_post_reel_box1
{
    display: block;
    float: left;
    width: 100%;
    position: relative;
}
.user_post_reel_box1 img
{
    float: left;
    width: 100%;
    border-radius: 15px;    
    height: 250px;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}
.user_post_reel_play img
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px !important;
    height: 40px !important;
}
.background_show_hide
{
    width: 100%;
    min-height: 100px;
    padding: 15px;

}
.active_reel
{
    border: 2px solid #ffbb6b;
    border-radius: 15px;
}
.table_body_scroll
{
    display: block;
    float: left;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
}
.table_body_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #485589;
    background-color: #485589;
}

.table_body_scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #00B6B0;
}

.table_body_scroll::-webkit-scrollbar-thumb {
    background-color: #00B6B0;
}
