html {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

* {
  font-family: 'Roboto Condensed', sans-serif;
}

h1, h2, h3, h4, h5, h6, a, b, p, i, ul, ol, li, span, strong {
  margin: 0;
  padding: 0;
}

input[type=text], input[type=search], input[type=number] {
  font-size: 15px;
  padding: 10px 20px;
}

select {
  height: 44px !important;
}

.login {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #f3f3f7;
  justify-content: center;
}

.login-box {
  width: 500px;
  padding: 40px;
  margin: 20px 0px;
  background: #fff;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
}

.login-box img {
  margin-bottom: 40px;
  border-radius: 10px;
}

.login-box h4 {
  font-weight: bold;
  margin-bottom: 25px;
}

.login-box input[type=text], .login-box input[type=password] {
  padding: 10px 20px;
  border-radius: 30px;
}

.login-btn {
  width: 100%;
  padding: 10px;
  font-size: 17px;
  margin-top: 10px;
  font-weight: bold;
  border-radius: 30px;
  text-transform: uppercase;
}

.main-container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.sidemenu {
  width: 260px;
  height: 100%;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all ease 0.5s;
}

.logo {
  width: 100%;
  text-align: center;
  background: #0569b6;
  background-image: linear-gradient(to right, #0569b6 , #293998);
}

.logo a {
  display: block;
}

.menu {
  width: 100%;
  flex: 1;
  overflow-y: auto;
  padding-top: 25px;
  position: relative;
  border-right: 1px solid rgba(0,0,0,0.1);
}

.menu ul li a {
  color: #666;
  display: flex;
  font-size: 14px;
  align-items: center;
  padding: 8px 15px;
  background: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
  font-family: 'Roboto Condensed', sans-serif;
}

.menu ul li a:hover, .menu ul li.active > a {
  color: #373189;
  text-decoration: none;
}

.menu ul li > ul > li > a {
  background: #f5f0f0;
  text-transform: none;
}

.menu ul li a img {
  width: 26px;
  height: 26px;
  margin-right: 12px;
}

.menu ul li a:hover img, .menu ul li.active > a img {
  filter: sepia() saturate(10000%) hue-rotate(224deg) contrast(65%);
}

.dropdown-caret {
  position: relative;
}

.dropdown-caret:after {
  content: "\f0d7";
  color: #666;
  font-family: "Fontawesome";
  position: absolute;
  right: 12px;
  top: 10px;
}

/* .bottom-fixed-sidebtn {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
} */

.bottom-fixed-sidebtn a {
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.content {
  width: calc(100% - 260px);
  height: 100%;
  flex: 1;
}

.topbar {
  width: 100%;
  height: 80px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 30px;
  align-items: center;
  background: #373189;
  justify-content: space-between;
}

.topbar ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.topbar ul li {
  height: 100%;
  display: flex;
  font-size: 20px;
  padding: 0px 20px;
  align-items: center;
  border-right: 1px solid #6a66b0;
}

.topbar ul li:last-child {
  padding-right: 0px;
  border-right: 0px;
}

.topbar ul li a {
  color: #fff;
  display: block;
}

.side-menu-btn {
  margin-left: -52px;
}

.side-menu-btn a {
  width: 42px;
  height: 42px;
  color: #233a8a;
  display: block;
  position: relative;
  border-radius: 50%;
  background: #01bff3;
}

.side-menu-btn a i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  transform: translate(-50%,-50%);
}

.sidemenu-toggled {
  margin-left: -260px;
}

.user-dropdown img {
  width: 45px;
  height: 45px;
  margin-right: 6px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
}

.user-dropdown {
  font-size: 14px;
  cursor: pointer;
}

.content-main {
  width: 100%;
  height: calc(100% - 80px);
  padding: 30px;
  overflow-y: auto;
  background: #f3f3f7;
}

.main-title {
  width: 100%;
  height: 55px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.main-title h4 {
  font-weight: 700;
}

.main-title > a {
  color: #01bff3 !important;
}

.content-white {
  width: 100%;
  min-height: calc(100% - 55px);
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
}

.custom-form-label {
  font-size: 18px;
  font-weight: bold;
}

.label-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.label-more a {
  font-size: 16px;
  font-weight: normal;
}

.custom-input {
  font-size: 15px;
  padding: 10px 20px;
}

.flex-btns {
  display: flex;
  flex-wrap: wrap;
}

.flex-btns.start {
  justify-content: flex-start;
}

.flex-btns.center {
  justify-content: center;
}

.flex-btns.end {
  justify-content: flex-end;
}

.flex-btns button {
  margin: 3px 3px;
}

.flex-btns button:first-child {
  margin-left: 0px;
}

.flex-btns button:last-child {
  margin-right: 0px;
}

.theme-btn {
  width: 110px;
  padding: 4px;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
}

.orange-btn {
  color: #fff !important;
  background: #f37d19 !important;
}

.blue-btn {
  color: #fff !important;
  background: #019de8 !important;
}

.red-btn {
  color: #fff !important;
  background: #fa0727 !important;
}

.dark-blue-btn {
  color: #fff !important;
  background: #373189 !important;
}

.upload-single {
  width: 220px;
  color: #fff;
  margin-right: 40px;
  background: #dff1fd;
  border-radius: 35px;
  border: 1px solid #99d8f8;
}

.upload-info {
  padding: 40px 25px;
  text-align: center;
  background: #393185;
  border-radius: 35px;
}

.upload-info span {
  display: block;
  margin-top: 12px;
  text-transform: uppercase;
}

.upload-button {
  position: relative;
  padding-bottom: 15px;
}

.upload-button > div {
  width: 80px;
  height: 80px;
  margin: auto;
  display: block;
  margin-top: -25px;
  position: relative;
  border-radius: 50%;
  background: #029ee9;
}

.upload-button > div img {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.upload-banners {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0px;
}

.upload-button input[type=file] {
  display: none;
}

.content-title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.content-title h5 {
  font-weight: bold;
  text-transform: capitalize;
}

.form-custom label {
  color: #666;
  margin-bottom: 3px;
}

.add-more {
  width: 100%;
  display: block;
  font-size: 13px;
  padding-top: 5px;
  text-align: right;
}

.add-more a {
  color: #373189;
}

.add-more i {
  font-size: 12px;
}

.custom-file {
  height: 44px;
  display: flex;
  overflow: hidden;
}

.custom-file-input {
  height: 44px;
  display: none;
}

label.custom-file-label {
  width: calc(100% - 130px);
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
  height: auto;
  line-height: 28px;
  padding: 9px 15px;
  font-weight: bold;
  margin-bottom: 0px;
}

.custom-file-label::after {
  width: 120px;
  height: 100%;
  color: #fff;
  right: -130px;
  padding: 7px 20px;
  margin-left: 10px;
  text-align: center;
  border-radius: 30px;
  background: #029de9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-search {
  width: 290px;
  position: relative;
  margin-bottom: 10px;
}

.table-search i {
  color: #929292;
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 20px;
}

.table-search input[type=search], .table-search input[type=text] {
  padding-right: 48px;
}

.table-search input[type=search]::placeholder, .table-search input[type=text]::placeholder {
  color: #666;
}

.custom-table {
  border-collapse:separate;
  border-spacing: 0 7px;
}

.custom-table thead tr {
  color: #fff;
  background: #373189;
}

.custom-table thead tr th {
  border-top: none;
  border-bottom: none;
}

.custom-table tbody tr {
  background: #fafafa;
}

.custom-table tbody tr td {
  border-top: none;
  font-weight: 700;
  vertical-align: middle;
  border-bottom: 1px solid #d0d0d0;
}

.table-btns {
  display: flex;
  align-items: center;
}

.table-btns.start {
  justify-content: flex-start;
}

.table-btns.center {
  justify-content: center;
}

.table-btns.end {
  justify-content: flex-end;
}

.table-btns button {
  width: 80px;
  margin: 0px 3px;
}

.table-btns.table-long-btn button {
  width: 120px;
}

ul.pagination li {
  border: solid 1px #d7d7d7;
  border-radius: 0.2rem;
  color: #7d7d7d;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin-right: 4px;
  padding: 0.5rem 0.9rem;
}

ul.pagination li.active {
  color: #fdfdfd;
  background-color: #373189;
  border: solid 1px #373189;
  background-image: linear-gradient(to bottom, #0569b6 , #293998);
}

ul.pagination li.disabled {
  color: #aeaeae;
  background-color: #d1d1d1;
  border: solid 1px #d1d1d1;
}

ul.pagination li a {
  color: #7d7d7d;
}

ul.pagination li.active a {
  color: #fdfdfd;
}

ul.pagination li.disabled a {
  color: #aeaeae;
}

.audio-cls > div {
  display: flex;
  margin-top: 10px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.audio-cls > div > audio {
  flex: 1;
  margin-right: 30px;
}

.audio-cls > div > i {
  color: #fff;
  z-index: 99;
  font-size: 13px;
  margin-right: 8px;
}

.audio-cls > div:before {
  content: "";
  width: 28px;
  height: 28px;
  background: #ed0000;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 0;
}

.photo-cls {
  display: flex;
  flex-wrap: wrap;
}

.photo-cls > div {
  display: flex;
  margin-top: 8px;
  margin-right: 2%;
  padding: 2px 2px;
  position: relative;
  align-items: center;
  border: 1px solid #ececec;
  justify-content: space-between;
}

.photo-cls > div i {
  position: absolute;
  top: 2px;
  right: 0px;
  color: #fff;
  z-index: 999;
  font-size: 14px;
  cursor: pointer;
}

.photo-cls > div:before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  background: red;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -7px;
}

/*-- star rating --*/
.rate {
  display: inline-block;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
/*-- star rating --*/

.content-buton {
  /* height: 100%; */
  min-height: calc(100vh - 235px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.big-buttons > a {
  width: 400px;
  color: #000;
  display: block;
  font-size: 24px;
  margin: 10px 25px;
  padding: 70px 35px;
  position: relative;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
}

.big-buttons > a:after {
  content: "\f054";
  font-size: 18px;
  margin-left: 20px;
  font-family: "Fontawesome";
}

.big-buttons.orange-bg > a {
  color: #fff;
  background: #ff6900;
  background-image: linear-gradient(to top, #ff6900 , #ffc900);
}

.big-buttons.blue-bg > a {
  color: #fff;
  background: #01c9fd;
  background-image: linear-gradient(to top, #0d89c1 , #01c9fd);
}

.big-buttons {
  position: relative;
}

.edit-speak-thumb {
  color: #fff;
  position: absolute;
  top: 23px;
  right: 38px;
  opacity: 0;
  transition: all ease 0.5s;
}

.edit-speak-thumb:hover {
  color: #373189;
}

.big-buttons:hover .edit-speak-thumb {
  opacity: 1;
}

.aspct-lvl {
  display: flex;
  margin-bottom: 40px;
}

.aspct-lvl .form-control {
  border-radius: 40px;
}

.aspct-lvl .theme-btn {
  width: 132px;
  height: 44px;
  margin: 0;
  margin-left: 20px;
}

.sub-title h5 {
  font-weight: bold;
}

.notify-btn button {
  width: auto;
  padding: 8px 30px;
}

.notifications-on-off {
  width: 100%;
  height: 294px;
  overflow-y: auto;
}

.notifications-on-off ol {
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
}

.notifications-on-off ol li {
  width: calc(100% / 4);
  margin-bottom: 18px;
  padding-right: 22px;
  padding-left: 12px;
  font-weight: 600;
}

.notifications-on-off ol li span {
  margin-right: 15px;
}

.select-all {
  color: #666;
}

.select-all span {
  margin-left: 10px;
}

.filter-popup {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
}

.filter-main {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.filter-main > div {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0px;
  margin-left: 20px;
  align-items: center;
}

.filter-main > div span{
  color: #666;
}

.filter-main > div select {
  width: 160px;
  height: 36px !important;
  margin-left: 15px;
}

/*-- 06-07-2020 --*/
.big-buttons.green-bg > a {
  color: rgb(255, 255, 255);
  background: linear-gradient(to top, #4bc10d, #03fb2b);
}

.big-buttons.red-bg > a {
  color: rgb(255, 255, 255);
  background: linear-gradient(to top, #d43502, #ff5f19);
}

.big-buttons.yellow-bg > a {
  color: rgb(255, 255, 255);
  background: linear-gradient(to top, #e4a600, #f8db16);
}

.big-buttons.maroon-bg > a {
  color: rgb(255, 255, 255);
  background: linear-gradient(to top, #8A5177, #ba90d8);
}

.edit-speak-thumb a {
  color: #fff;
  margin-left: 12px;
}

.edit-speak-thumb a:hover {
  color: #373189;
}

.add-words, .delete-words {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.add-words i, .delete-words i {
  margin-right: 5px;
}

.delete-words a {
  color: #fa0727;
}

.added-word-section {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 15px;
}

.added-word-section > div {
  background: #eaeaea;
}

.malayalam {
  font-family: 'Manjari', sans-serif;
}

.add-letter-sec {
  display: flex;
}

.add-letter-sec > .form-control {
  flex: 1;
}

.add-letter {
  width: 38px;
  height: 38px;
  color: #fff;
  display: block;
  font-size: 21px;
  position: relative;
  margin-left: 10px;
  border-radius: 50%;
  background: #029de9;
}

.add-letter i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*-- 21-07-2020 --*/
.custom-inp-file input[type=file]{
  display: none;
}

.custom-inp-file .custom-inp-filename {
  width: calc(100% - 130px);
  height: 44px;
  color: #666;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
  font-weight: bold;
  line-height: 28px;
  padding: 9px 15px;
  background: #fff;
  border-radius: .25rem;
  border: 1px solid #ced4da;
}

.custom-inp-file button {
  width: 120px;
  height: 44px;
  color: #fff;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 20px;
  margin-left: 10px;
  text-align: center;
  border-radius: 30px;
  background: #029de9;
  border: 1px solid #029de9;
}

.uploaded-file ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 7px;
  border-bottom: 1px solid #e8e8e8;
}

.uploaded-file ul li img {
  width: 50px;
  height: 50px;
  padding: 3px;
  object-fit: cover;
  margin-right: 10px;
  border: 1px solid #ccc;
}

.uploaded-file-details {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.uploaded-file-details h5 {
  font-size: 17px;
}

.uploaded-file-details .dlt-a {
  color: #fa0727;
  font-size: 13px;
}

.uploaded-file-details .dlt-a i {
  margin-right: 8px;
}

.audio-thumb {
  width: 48px;
  height: 50px;
  padding: 3px;
  margin-right: 10px;
  position: relative;
  border: 1px solid #d0d0d1;
}

.audio-thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #784698;
}

.audio-thumb i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 22px;
  transform: translate(-50%, -50%);
}

.big-buttons.purple-bg > a {
  color: rgb(255, 255, 255);
  background: linear-gradient(to top, #924754, #d8909d);
}

.big-buttons.turq-bg > a {
  color: rgb(255, 255, 255);
  background: linear-gradient(to top, #279a91, #42EADD);
}

.big-buttons.dark-grey-bg > a {
  color: rgb(255, 255, 255);
  background: linear-gradient(to top, #2b3742, #55616d);
}

/*-- Loader css --*/
.loaderdiv {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.7);
  transform: translate(-50%,-50%);
  backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
/*-- Loader css end --*/

.tComment {
  width: 100%;
}

/*-- 10-09-2020 --*/
.dashboard-main-info {
  display: flex;
  flex-wrap: wrap;
}

.dashboard-single {
  width: 274px;
  display: flex;
  margin: 10px;
  padding: 25px 20px;
  align-items: center;
  border-radius: 10px;
  background: #f3f3f3;
  justify-content: space-between;
}

.dash-icons {
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 50%;
  background: #01bff3;
}

.dash-icons i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dashboard-info {
  flex: 1;
  text-align: right;
}

.dashboard-info h3 {
  color: #373189;
  font-size: 38px;
  font-weight: bold;
}

.dashboard-info h6 {
  color: #333;
}

.chat-single {
  width: 100%;
  color: #000;
  display: flex;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #f3f3f3;
}

.chat-single:hover {
  text-decoration: none;
}

.chat-user-pic img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}

.chat-info {
  flex: 1;
}

.chat-info h3 {
  color: #373189;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.chat-info h3 span {
  color: #777;
  font-size: 14px;
  font-weight: normal;
}

.chat-info p {
  color: #545454;
  font-size: 14px;
  margin-top: 5px;
}

.other-user-info {
  width: 100%;
  display: flex;
  padding: 10px 15px;
  align-items: center;
  border-radius: 12px 12px 0px 0px;
  background: #f3f3f3;
}

.other-user-info img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 50%;
}

.other-user-info h3 {
  color: #373189;
  font-size: 23px;
  font-weight: bold;
}

.chat-section {
  width: 100%;
  display: flex;
  padding: 10px 20px;
  flex-direction: column;
  border: 1px solid #ccc;
}

.chat-comm {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.chat-comm p {
  max-width: 60%;
  font-size: 15px;
  margin-top: 15px;
  padding: 12px 20px;
}

.chat-comm:last-child {
  margin-bottom: 30px;
}

.other-chat {
  align-items: flex-start;
}

.other-chat p {
  background: #e6e7e8;
  border-radius: 0px 12px 12px 12px;
}

.me-chat {
  align-items: flex-end;
}

.me-chat p {
  background: #cfe1ec;
  border-radius: 12px 0px 12px 12px;
}

.chat-comm h6 {
  color: #7b7b7b;
  font-size: 13px;
  margin-top: 6px;
}

.other-chat h6 {
  margin-left: 10px;
}

.me-chat h6 {
  margin-right: 10px;
}

.comment-Box {
  padding: 20px;
  display: flex;
  background: #e4e4e4;
  border: 1px solid #ccc;
  border-top: none;
}

.comment-Box textarea {
  resize: none;
  border-radius: 6px;
}

.send-btn {
  height: 55px;
  color: #fff;
  margin-top: 0px;
  margin-left: 20px;
  background: #01bff3;
}


/*-------------------------------------------------------------*/
/*------------------------ Media Query ------------------------*/
/*-------------------------------------------------------------*/
@media(max-width:992px) {
  .notifications-on-off ol li {
    width: calc(100% / 2);
  }

  .dashboard-single {
    width: 100%;
  }
}

@media(max-width:767px){
  .main-container {
    overflow: auto;
  }

  .topbar {
    padding: 5px 15px;
  }

  .content-main {
    padding: 30px 15px;
  }

  .side-menu-btn {
    margin-left: 0px;
  }

  .sidemenu {
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 81px;
    left: 0;
    right: 0;
    z-index: 999;
    margin-left: 0px;
    display: none;
  }

  .sidemenu-toggled {
    display: block;
    margin-left: 0px;
  }

  .logo {
    display: none;
  }

  .dashboard-single {
    width: 100%;
  }
}

@media(max-width:565px) {
  .login-box {
    width: 90%;
  }

  .select-all, .filter-main {
    width: 100%;
  }

  .filter-main {
    justify-content: flex-start;
  }

  .filter-main > div {
    width: 100%;
    margin-left: 0px;
  }

  .filter-main > div span {
    width: 90px;
  }

  .filter-main > div select {
    width: auto;
    flex: 1;
  }

  .notifications-on-off ol li {
    width: 100%;
  }
}

@media(max-width:420px){
  .topbar ul li {
    padding: 0px 10px;
  }

  .big-buttons > a {
    width: 100%;
    margin: 0;
    padding: 50px 25px;
  }
}

/*------------- Animation -------------*/
/*-------------------------------------*/

@-webkit-keyframes fadein {
	from { opacity:0; }
	to { opacity:1; }
}

@-moz-keyframes fadein {
	from { opacity:0; }
	to { opacity:1; }
}
@keyframes fadein {
	from { opacity:0; }
	to { opacity:1; }
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
