/* new Ui updates */

.main-content-wrapper {
    background-color: #ffffff;
}

.news-feed-area .news-feed-post .post-body p {
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 400;
    overflow: hidden;
    white-space: pre-wrap;
}

.comment-info .name {
    font-weight: 600;
}

.news-feed-area .news-feed-post .post-header .info .name a {
    color: #181515;
    font-weight: 450;
}

.news-feed-title .news-feed-title-heading {
    color: #333538;
}

.news-feed-title .news-feed-title-icon i {
    color: #333538;
}

.usr-mg-info p {
    color: #7e7d7d;
    font-size: 16px;
    line-height: 25px;
}

.create-new-post-bg{
    background: #ebebeb;
}
/* new updates end */

.clickable{
    cursor: pointer;
}

.PopupNewPost{
    z-index: 1000;
    position: fixed;
    right: 45%;
    top: 82px;
}

.PopupNewPostBtn{
    display: flex;
    align-items: center;
    gap: 5px;
}

.PopupNewPostBg{
    width: 23px;
    height: 23px;
    background-size: cover !important;
    background-position: center!important;
    overflow: hidden!important;
}

.CallPopup{
    background: rgb(33, 33, 33);
    z-index: 1001;
    position: fixed;
    right: 40%;
    top: 82px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding:10px 10px 10px 10px;
}

.CallAvatar{
    width:40px;
    height: 40px;
    background-size: cover !important;
    background-position: center!important;
    overflow: hidden!important;
}

.CallerInfo h5{
    margin-bottom: -5px;
}

.CallPopup i{
    padding:10px;
    border-radius: 50%;
}

.messageEndArea{
    height: 50px;
}

.message-nav-area{
    padding-right: 0px;
}

.mesge-area-scroll{
    background-color: #f8f8f8;
    border-radius: 5px;
}

.message-text{
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.messageSenderDropdown{
    left: 0 !important;
}

.i-loved{
    color: #f00!important;
}
.post-footer-comment-icon button{
    background: #0d6efd;
    color: #f9fafb;
}
.post-footer-comment-submit{
    transition: all 0.4s;
}
.shared-post-border{
    padding: 1px 5px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #f1f1f1;
    border-top: hidden;
}

.post-text{
    white-space: pre-wrap;
}

.video-hover-play{
    transition: all .3s;
    object-fit: cover;
    height: 250px;
    margin-bottom: -7px;
    border-radius: 10px;
}

.video-hover-play:hover{

}

.suggested-side-video{
    object-fit: cover;
}

.global-dropdown .dropdown .dropdown-menu li .dropdown-item:hover {
    background-color: transparent;
    color: #256cf6;
}

a.active-bar {
    border-bottom: 2px solid #2682f4;
    padding: 0px 10px;
}

.placeload {
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    position: relative;

}
.placeload .header {
display: flex;
justify-content: flex-start;
align-items: center;
}
.placeload .header .img {
width: 50px;
min-width: 50px;
height: 50px;
border-radius: 50%;
}
.placeload .header .header-content {
margin-left: 20px;
width: 100%;
}
.placeload .header .header-content .content-shape {
height: 8px;
margin-bottom: 8px;
}
.placeload .header .header-content .content-shape:first-child {
width: 80%;
}
.placeload .header .header-content .content-shape:nth-child(2) {
width: 60%;
}
.placeload .image-placeholder {
width: 100%;
margin-top: 20px;
height: 250px;
}
.placeload .placeholder-footer {
position: relative;
margin-top: 20px;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.placeload .placeholder-footer .footer-block {
width: 100%;
height: 100%;
min-height: 20px;
}
.placeload .placeholder-footer .footer-block .content-shape {
height: 8px;
margin-bottom: 8px;
}
.placeload .placeholder-footer .footer-block .content-shape:first-child {
width: 32%;
}
.placeload .placeholder-footer .footer-block .content-shape:nth-child(2) {
width: 24%;
}

.loads {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: placeload;
animation-name: placeload;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
background: #f6f7f8;
background: #eeeeee;
background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
-webkit-background-size: 800px 104px;
background-size: 1200px 104px;
position: relative;
}

@-webkit-keyframes placeload {
0% {
    background-position: -468px 0;
}
100% {
    background-position: 468px 0;
}
}
@keyframes placeload {
0% {
    background-position: -468px 0;
}
100% {
    background-position: 468px 0;
}
}

/*story css*/

.placeload-story {
    background: #fff;
}

.loads-story {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeload;
    animation-name: placeload;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f9fafb), color-stop(18%, #fbfbfb), color-stop(33%, #f9fafb));
    background: linear-gradient(to right, #f9f9f9 8%, #fbfbfb 18%, #f9fafb 33%);
    background: linear-gradient(to right, #f9fafb 8%, #fbfbfb 18%, #f9fafb 33%);
    -webkit-background-size: 800px 104px;
    background-size: 1200px 104px;
    position: relative;

}



/*story css end*/
.meetingContainerStyle{
    width: 100%;
    height: 100vh;
}

.meeting-page{
    margin-top: 25px;
}

.meeting-action-item{
    color: #303030;
    padding: 8px 15px 8px 40px;
    position: relative;
    font-size: 15px;
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s;
}

.meeting-action-item:hover{
    background-color: #256CF6;
    color: #fff;
}

.meeting-form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.meeting-form-control {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.empty-state {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.empty-state.no-selection {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.empty-state.no-selection:before {
    background-image: url(assets/img/da39d35.svg);
}
.empty-state:before {
    content: "";
    display: block;
    width: 80px;
    height: 70px;
    margin: 0 auto 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.empty-state small {
    color: #95979d;
    white-space: pre-line;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    max-width: 300px;
    margin: 10px auto;
    padding: 0 20px;
}

.story-next-arrow:hover{
    color: white;
}

.news-feed-area .news-feed-form form .form-group textarea.form-control {
    min-height: 80px;
}

.voice-frame{
    display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;

}
.voice-frame button{
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
}


.svgLoader {
    animation: spin 0.5s linear infinite;
    margin: auto;
  }
  .divLoader {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


  .btn-close {
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.crop-App {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

.crop-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 80px;
  }
  
  .controls-crop {
    position: absolute;
    bottom: 0;
    height: 40px;
    display: flex;
    align-items: center;
  }

  .controls-crop-rotation {
    position: absolute;
    bottom: 0; 
    height: 40px;
    display: flex;
    align-items: center;
  }
  
  .slider-crop {
    padding: 22px 0px;
  }

  .zoom-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 2px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    background: #3f51b5;
    width: 100%;
  }
  
  .zoom-range::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #3f51b5;
    background: #3f51b5;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
  
  .zoom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #3f51b5;
    background: #3f51b5;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }

  /* Swtich Button */
.customSwitchArea{
    width:80px;
    padding: 5px;
}

.customSwitch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.customSwitch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.customSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.customSlider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .customSlider {
    background-color: #2196F3;
}

input:focus + .customSlider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .customSlider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.customSlider.customRound {
    border-radius: 34px;
}

.customSlider.customRound:before {
    border-radius: 50%;
}


/* Swtich Button */