#layout{border:4px solid red;}
.reply .textarea-outer-wrapper--top-level{
   background: #f5f5fb !important;
   border-radius: 25px !important;
   padding: 30px 50px !important;
}
.reply .textarea-outer-wrapper .textarea-wrapper {
   -webkit-appearance: none !important;
   background: #fff !important;
   border: 0px !important;
   position: relative !important;
   border-radius: 20px !important;
   box-shadow: 0px 15px 25px rgb(53 42 144 / 5%) !important;
}
.reply .avatar .user--refresh {
   border-radius: 50% !important;
}
.input--text {
   border: 0px !important;
   border-radius: 10px !important;
   box-shadow: 0px 15px 25px rgb(53 42 144 / 5%) !important;
}
.btn {
   background: #332a71 !important;
   border-radius: 10px !important;
   transition:0.2s !important;
   -webkit-transition:0.2s !important;
}
.btn:hover{
   background: #5145a5 !important;
}
.alert.error, .dark .alert.error {
   background: #eb6352 !important;
   border-radius: 20px !important;
}
.nav-primary--refresh .comment-count {
   font-weight: 700 !important;
   font-size: 18px !important;
   color: #332a71 !important;
}
.post-menu .dropdown-toggle-wrapper .username--refresh, .user-menu .dropdown-toggle-wrapper .username--refresh {
   display: inline !important;
   color: #332a71 !important;
   font-size: 20px !important;
}
.caret--refresh {
   border-left: 5px solid transparent !important;
   border-right: 5px solid transparent !important;
   border-top: 9px solid #332a71 !important;
   opacity: 1 !important;
}
.dropdown-menu--refresh {   
   border-radius: 20px 0px 20px 20px !important;
   background-color: #f0f2fa !important;
   box-shadow: 0 35px 62px 0 rgb(89 82 140 / 30%) !important;
   border: 0px !important;
}
.dropdown-menu--refresh a {
   color: #5c5681 !important;
   padding: 7px 15px !important;
}
.post-menu .dropdown-menu--refresh :hover, .user-menu .dropdown-menu--refresh :hover {
   color: #fff !important;
   background-color: #59528c !important;
}
.form-refresh .post-action__button.post-action__button {
   background-color: rgb(51 42 113) !important;
}
.disqus-footer__wrapper {
   display: none !important;
}
.sort-menu-refresh__item.selected {
   color: #332a71;
   border-bottom: 3px solid rgb(235 99 82) !important;
}
.sort-menu-refresh__item {
   color: #332a71 !important;
}
.share-button-toggle {
   color: #332a71 !important;
}
.favorite-icon-refresh {
   background-color: #332a71 !important;
}
.share-icons-wrapper {
   display: flex !important;
   justify-content: center !important;
   border-radius: 50% !important;
   padding-top: 3px !important;
}
.postbox section label {
   color: #332a71 !important;
   line-height: 20px !important;
}
#layout h6 {
   color: #332a71 !important;
}
#layout .auth-section {
   padding: 25px 0 0 0 !important;
}
