@import url(https://fonts.googleapis.com/css?family=Poppins&display=swap);

.scrollable-table .v-table__overflow, .scrollable-list {
    max-height: 300px;
    overflow-y: scroll;
}
.short-input {
    max-width: 200px;
}
.ottu-logo{
    height: 40px;
}
.ottu-logo__container{
    /*margin-left: 10px;*/
    margin-right: 10px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}


.stats-box[data-v-68a02030] {
}
.stats-box-title[data-v-68a02030] {
}
.stats-box-content[data-v-68a02030] {
}


.main-wrap[data-v-dc4687e6] {
  padding-top: 20px;
  padding-bottom: 20px;
}


.fixed-height{
  height: 430px;
}


.inline-icon[data-v-43762c86]{
    font-size: 13px;
    line-height: 1.5;
    margin-right: 2px;
}


.popover-main[data-v-5b38fb53] {
  padding: 5px 10px 0 10px;
}
.popover-section[data-v-5b38fb53] {
  margin-top: 10px;
}


.table-wrap td[data-v-2650ebc4] {
  white-space: nowrap;
  /*padding: 0 12px !important;*/
}


.piechart-labels[data-v-578e2760]{
    max-height: 125px;
    overflow-y: scroll;
}
.list-without-style[data-v-578e2760]{
    list-style-type: none;
    padding-left: 0;
}


.scrollable-table .v-table__overflow[data-v-7903b247], .scrollable-list[data-v-7903b247] {
    max-height: 300px;
    overflow-y: scroll;
}
.short-input[data-v-7903b247] {
    max-width: 200px;
}
.success-rate-list[data-v-7903b247]{
    max-height: 400px;
    overflow-y: auto;
}
.scroll[data-v-7903b247] {
    overflow-y: auto;
}
.rounded-card[data-v-7903b247] {
    border-radius:0.625rem !important;
}


.client-data[data-v-7081ab08]{
    padding: 5px;
    border-radius: 5px;
}
.client-data__label[data-v-7081ab08]{
    background-color: #f1f1f1;
}
.client-data__value[data-v-7081ab08]{
    border: 1px solid #f1f1f1;
}

#app{
    font-family: 'Poppins', sans-serif;
        background: #f3f3f3;
}
.v-list > div{
   border-bottom: 1px solid #e1e5eb;
}

.v-list__tile__title{
   color: #8a8a8a;
}

.theme--light.v-icon{
   color: #CACEDB;   
}

.headline{
    font-size: 18px !important;
    color: #565656;
    font-weight: 600;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 5px;
}

.subheading{
    color: #9d9d9d;
}

.theme--light.v-sheet{
        box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1) !important;
}

.v-card__title{
    border-bottom: 1px solid #e1e5eb !important;
}

.csbox1 .subheading{
    font-size: 14px !important;
    font-weight: 100;
}
.display-2{
    color: #565656;
    font-size: 18px !important;
    margin-bottom: 0px;
    display: block;
}

.v-breadcrumbs {
    padding: 0px;
    margin-bottom: 10px;
}

.breadcrumb-item-custom {
    text-decoration: none;
}
.breadcrumb-item-custom.disabled {
    color: grey;
    pointer-events: none;
}

.selectspace0 .v-text-field,.selectspace0  .v-input__slot{
    padding: 0px;
    margin: 0px;
}

.selectspace0  .v-input{
    font-size: 12px;
}
.v-list__tile--active{
        box-shadow: inset 0.1875rem 0 0 #ef242b;
}

table.v-table thead th{
    color: #5a6378;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

h3{
    font-size: 18px !important;
    color: #565656;
    font-weight: 600;
    font-family: 'Poppins', sans-serif !important;
 }


.v-card.info .v-card__title, .v-card.info  .v-card__text,
.v-card.success .v-card__title, .v-card.success  .v-card__text,
.v-card.error .v-card__title, .v-card.error  .v-card__text
{
    padding: 5px;
}

.stats-box{
    cursor: pointer;
}

.stats-box-content {
    font-size: 32px;
    line-height: 40px;
    padding: 10px 10px;
    color: #3E4B5B;
  }

.stats-box-content p{
    margin-bottom: 0px;
}
.stats-box-title{
    text-align: center;
    display: block;
}

.stats-box:hover{
    -webkit-transform: translateY(-5px) scale(1.02);
    transform: translateY(-5px) scale(1.02);
    -webkit-box-shadow: 0px 5px 12px rgba(126,142,177,0.2);
    box-shadow: 0px 5px 12px rgba(126,142,177,0.2);
}

.stats-box:hover .stats-box-content,.stats-box:hover .stats-box-title{
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
     color: #f77c1a;
}

/* !!! Don't change built-in framework color styles !!! */
/* They're global, you can affect other parts of web application */
/*.indigo{*/
/*    background-color: #212121 !important;*/
/*    color: #fff !important;*/
/*}*/

.export-checkbox {
    margin-top: 0;
}
.export-checkbox label {
    white-space: nowrap;
}

.text-start{
    text-align: start;
}

.text-end{
    text-align: end;
}

.iframe-container iframe {
    width: 100% !important;
}

.time-expansion-panel .v-expansion-panel__header{
    padding: 0;
}

/*@media (max-width: 767px) {*/
/*    .price-section[data-v-987290d6]{*/
/*        width: 33%;*/
/*        display: inline-block;*/
/*        float: left;*/
/*        flex-basis: auto;*/
@media (min-width: 1000px) {
    .price-text {
        margin-left: auto;
    }
}


