.content{
width: 300px;height:200px;
display: inline-flex;
justify-content: center;
align-items: center; margin:2px;
font-weight: bolder;
color:#12375f;
}
.md-card-content{
font-size: x-large;
color:#12375f;
}
/* .content:hover {
  background-color: #ccc;
  cursor: pointer;
  border-radius: 3%;
}*/

.content-home{
width: 300px;
height: 200px;
display: inline-flex;
justify-content: center;
align-items: center;
border:2px solid;
margin:2px
}
.content-home:hover {
  background-color: #ccc;
}
.subscribtion{
    display:flex;
    flex-wrap:wrap;
    text-align:center;
    justify-content:center;
}

.content-sub{
flex-basis:30%;
height: 300px;
display: inline-block;
justify-content: center;
align-items: center;
margin:20px;
}

.content-sub-selected{
background:#ccc !important;

}
.subscription {
font-size: medium !important;
}
.subscribtion-refund{
text-align: center;
font-size: xx-small;
}
.subscribtion-refund-content-confirm {
font-size: small;
color: black;
padding:5px;
text-align:center;

}
.subscribtion-refund-content {
font-size: small;
color: black;
padding:5px
}


  .full-control {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }

  .list {
    width:320px;
  }

  .full-control > .md-list {
    width: 320px;
    max-width: 100%;
    height: 400px;
    display: inline-block;
    overflow: auto;
    border: 1px solid rgba(#000, .12);
    vertical-align: top;
  }

.pending{
font-size: large;
font-weight: bolder;
color:#12375F
}
.accepted{
font-size: large;
font-weight: bolder;
color:green
}

.rejected{
font-size: large;
font-weight: bolder;
color:red
}


.dispute{
width:display: inline-flex;justify-content: center;align-items: center; margin:2px
}


/* Chat containers */
.container {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 3px;
  margin: 5px 0;
}

/* Darker chat container */
.darker {
  border-color: #ccc;
  background-color: #ddd;
}

/* Clear floats */
.container::after {
  content: "";
  clear: both;
  display: table;
}

/* Style images */
.container img {
  float: left;
  max-width: 50px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}

/* Style the right image */
.container img.right {
  float: right;
  margin-left: 20px;
  margin-right:0;
}

/* Style time text */
.time-right {
  float: right;
  color: white;
}

/* Style time text */
.time-left {
  float: left;
  color: white;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
}

ul.pagination li a.active {
    background-color: #12375f;
    color: white;
    border-radius: 5px;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

.textarea {
width:100%
}


body{
    background:#fff;
}
.chat-list {
    padding: 0;
    font-size: .8rem;
}

.chat-list li {
    margin-bottom: 10px;
    overflow: auto;
    color: #ffffff;
}

.chat-list .chat-img {
    float: left;
    width: 48px;
}

.chat-list .chat-img img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100%;
}

.chat-list .chat-message {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #5a99ee;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
}

.chat-list .chat-message:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 0;
    height: 0;
}

.chat-list .chat-message h5 {
    margin: 0 0 5px 0;
    font-weight: 600;
    line-height: 100%;
    font-size: .9rem;
}

.chat-list .chat-message p {
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.chat-list .chat-body {
    margin-left: 20px;
    float: left;
    width: 70%;
}

.chat-list .in .chat-message:before {
    left: -12px;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #5a99ee;
}

.chat-list .out .chat-img {
    float: right;
}

.chat-list .out .chat-body {
    float: right;
    margin-right: 20px;
    text-align: right;
}

.chat-list .out .chat-message {
    background: #fc6d4c;
}

.chat-list .out .chat-message:before {
    right: -12px;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fc6d4c;
}

.card .card-header:first-child {
    -webkit-border-radius: 0.3rem 0.3rem 0 0;
    -moz-border-radius: 0.3rem 0.3rem 0 0;
    border-radius: 0.3rem 0.3rem 0 0;
}
.card .card-header {
    background: #17202b;
    border: 0;
    font-size: 1rem;
    padding: .65rem 1rem;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}
/*
.content{
    margin-top:40px;
}
*/
.main-header{
text-align: center;
color:#12375f;
font-weight:bolder;
font-size: 28;
}
.main-activity {
font-weight: bolder;
font-size: 18px;
color:#12375f;
padding-left:20px;


}

[v-cloak] {
    display: block;
    padding: 50px 0;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

[v-cloak]:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner 0.6s linear infinite;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

[v-cloak]>* {
    display: none;
}


.main-menu{
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: center;
padding-bottom:20px;
}


.avatar-custom{
width:60px!important;
height:60px!important

}
.activity-flex{
display: flex;
flex-flow: wrap;
width: 100%;
    /* border: 2px solid; */
justify-content: space-between;
}

.custom-img{
max-width: 80%;
max-height: 80%;
border-radius: 50%;
min-width:50%;
min-height:50%;

}

