body{
	background: #dbdbdb6e;
}
.activities{
	background: #fff;
}
.sub-activities{
	margin: 0;
}
.search-post-box, .post-activity-box{
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 30px 20px;
    margin: 25px 0;
    background: #fff;
}
.search-post-box{
    display: flex;
}
.search-post-box .form-group:first-child{
    width: 15%;
}
.search-post-box .form-group:last-child{
    width: 84%;
    margin-left: 1%;
}
.search-post-box .form-group{
	margin: 0;
}
.search-post-box .form-group input, .search-post-box .form-group select{
	height: 45px;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 25px;
	padding: 10px 20px;
}
.search-post-box .form-group input:focus, .post-activity-box .form-group textarea:focus, 
.search-post-box .form-group select:focus, .post-activity-box .form-group input:focus, .post-activity-box .form-group select:focus{
	border-color: #123a6e !important;
}
.post-activity-box>h3{
	margin: 0 0 20px 0;
    font-weight: 600;
    color: #123a6e;
    font-size: 20px;
    display: inline-block;
    /*border-bottom: 2px solid #123a6e;*/
    padding-bottom: 5px;
}
.post-activity-box>img{
	display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.post-activity-box .form-group textarea{
	box-shadow: none !important;
    outline: none !important;
    resize: none;
    border-radius: 0px;
    height: 200px;
    font-size: 16px;
    padding: 12px 16px;
}
.post-activity-box .form-group input, .post-activity-box .form-group select{
    box-shadow: none !important;
    outline: none !important;
    resize: none;
    border-radius: 0px;
    height: 42px;
    font-size: 16px;
}
.extra-btns{
	float: left;
}
.extra-btns button{
	font-size: 16px;
    border-radius: 25px;
    padding: 10px 22px;
    outline: none !important;
    box-shadow: none !important;
}
.extra-btns button i, .publish-btns button i{
	margin-right: 5px;
}
.publish-btns{
	float: right;
}
.publish-btns button{
	float: right;
	font-size: 16px;
    border-radius: 25px;
    padding: 10px 22px;
    background: #123a6e !important;
    border-color: #123a6e !important;
    outline: none !important;
    box-shadow: none !important;
}
.sub-activities-header{
    margin-bottom: 25px;
}
.sub-activities-header img{
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.sub-activities-header .sub-activities-user-detail{
    display: inline-block;
    width: 96%;
}
.sub-activities-header .sub-activities-user-detail h5{
    margin: 0 0 7px 0;
    font-size: 16px;
    font-weight: 600;
}
.sub-activities-header .sub-activities-user-detail h6{
    margin: 0;
    font-size: 14px;
    color: #6e6e6edd;
}
#showPostImg{
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin-bottom: 20px;
}
.tox-notifications-container{
    display: none !important;
}
.delete-post-image{
    display: none;
    background: #ac2828 !important;
    border-color: #ac2828 !important;
    color: #fff !important;
}
.write-comment-box form{
    position: relative;
}
.write-comment-box form button{
    position: absolute;
    top: 0;
    height: 45px !important;
    right: 0;
    border-radius: 25px !important;
    width: 52px;
    font-size: 15px !important;
    background: #123a6e !important;
    border-color: #123a6e !important;
}
.user-list{
    /*display: flex;*/
    text-align: center;
}
.each-user{
    width: 100%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 22px 20px;
    margin: 0;
    background: #fff;
    border-radius: 5px;
}
.each-user img{
    max-width: 80px;
    margin: 0 auto;
    cursor: pointer;
}
.each-user .img-box{
    width: 10%;
}
.each-user .u-content{
    width: 67%;
    margin-left: 3%;
}
.each-user .action-btn{
    width: 20%;
}
.each-user a{
    text-decoration: none;
}
.each-user h4{
    margin: 0 0 7px 0;
    text-align: left;
    color: #1e3f9ae6;
    font-weight: 600;
    font-size: 22px;
}
.each-user p{
    text-align: left;
    margin: 0 0 7px 0;
    text-align: left;
    color: #151515e6;
    /* font-weight: 600; */
    font-size: 17px;
}
.each-user span{
    color: #767676;
    display: block;
    margin-bottom: 7px;
    text-align: left;
    font-size: 15px;
}
.each-user:hover {
  transform: scale(1.02);
}
.not-user-found{
    font-size: 25px;
    font-weight: 600;
    margin: 50px 0;
    color: #9e1111;
}
.each-user .action-btn button{
    float: right;
    font-size: 16px;
    border-radius: 25px;
    padding: 10px 22px;
    background: #123a6e !important;
    border-color: #123a6e !important;
    outline: none !important;
    box-shadow: none !important;
}
.post-action-buttons{
    margin: 30px 0 10px 0;
    text-align: center;
}
.post-action-buttons button{
    outline: none;
    box-shadow: none;
    border-radius: 2px;
    font-size: 16px;
    width: 80px;
}
.post-action-buttons button a{
    color: #fff;
    text-decoration: none;
}
.post-action-buttons .btn-primary{
    background: #123a6e !important;
    border-color: #123a6e !important;  
}
.post-action-buttons .btn-danger{
    background: #b30404 !important;
    border-color: #b30404 !important;  
}
.my-posts-btn{
    background: #123a6e !important;
    border-color: #123a6e !important;
    outline: none !important;
    box-shadow: none !important;
    float: right;
    border-radius: 2px;
}
.my-posts-btn a{
    color: #fff;
    text-decoration: none;
}
#postDeleteModal{
    z-index: 9999999;
}
#postDeleteModal.in{
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
}
#postDeleteModal .modal-content{
    border-radius: 0;
}
#postDeleteModal .modal-body p{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin: 14px 0;
}
#postDeleteModal .modal-footer button{
    border-radius: 2px;
}
#postDeleteModal .modal-footer .btn-danger{
    background: #b30404 !important;
    border-color: #b30404 !important;
}
#post-link-div{
    display: none;
}
#post-link-div input, .btn-group.bootstrap-select button{
    height: 40px !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px;
}
#post-link-div input:focus{
    border-color: #123a6e !important;
}
.show-post-link{
    background: #f7f7f7;
    padding: 13px 20px;
    border: 1px solid #d7d7d7;
    /* box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%); */
    max-height: 290px;
    overflow-y: hidden;
    margin-top: 15px;
    text-align: right;
}
.show-post-link button{
    background: #123a6e !important;
    border-color: #123a6e !important;
    outline: none !important;
    box-shadow: none !important;
    float: right;
    border-radius: 2px;
}
.btn-group.bootstrap-select{
    margin-bottom: 15px !important;
}
.clear_interest{
    display: inline-block;
    margin-left: 7px;
    font-size: 12px;
    color: #a31111;
    cursor: pointer;
}

.alumni-batch-selection{
    display: none;
}
.alumni-batch-selection input{
    width: 38%;
}
.alumni-batch-selection p{
    width: 24%;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #035f03;
    letter-spacing: 0.5px;
}

/* Checkbox CSS */
.r-container {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
}
.r-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.r-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}
.r-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.r-container input:checked ~ .checkmark {
    background-color: #123a6e;
}
.r-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.r-container input:checked ~ .checkmark:after {
    display: block;
}
.r-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.template-div{
    display: none;
}

.wp-join-channel-wrapper{
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 30px 20px;
    margin: 25px 0 0 0;
    background: #fff;
}
.wp-join-channel-wrapper h3{
    margin: 0 0 15px 0;
    font-weight: 600;
}
.wp-join-channel-wrapper .form-group{
    display: flex;
    margin: 0;
}
.wp-join-channel-wrapper .form-group input{
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    height: 42px;
    width: 45%;
}
.wp-join-channel-wrapper .form-group button{
    border-radius: 0 !important;
    font-size: 15px;
    margin-left: 10px;
    background: #3452a4 !important;
    border-color: #3452a4 !important;
}



@media only screen and (max-width: 600px) {

    .search-post-box{
        display: block;
    }
    .search-post-box .form-group{
        width: 100% !important;
        margin: 0 0 15px 0 !important;
    }
    .post-activity-box h3{
        font-size: 13px;
    }
    .extra-btns{
        margin-bottom: 15px;
    }
    .sub-activities-header{
        display: flex !important;
    }

}