
.pills-home[data-v-38c79809] {
        display: flex;
        flex-direction: column;
        align-items: center;
}
.v-window[data-v-38c79809] {
        width: 100%;
}
.pills-profile-tab[data-v-38c79809] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
}
.tab-content[data-v-38c79809] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
}
.tab-active[data-v-38c79809]{
        color: #fff !important;
        background-color: #006228 !important;
        box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}
.tab[data-v-38c79809] {
        margin: 0 5px;
        color: #1976d2;
        background-color: #00c851;
}
.btn-numbers[data-v-38c79809] {
    margin: 0;
    display: flex;
    border-radius: 10px;
    padding: 3px 8px 3px 12px;
    font-family: "Istok Web Regular";
    background-color: #ffffff;
    width: 165px;
    border: 1px solid black;
    border-radius: 15px;
}
.car-scroll[data-v-38c79809] {
        height: 600px;
        overflow: auto;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
}
.btn-numbers__wrapper[data-v-38c79809] {
        text-align: left;
}

.theme--light.v-divider {
  border-color: rgba(0, 0, 0, 0.12);
}

.theme--dark.v-divider {
  border-color: rgba(255, 255, 255, 0.12);
}

.v-divider {
  display: block;
  flex: 1 1 0px;
  max-width: 100%;
  height: 0px;
  max-height: 0px;
  border: solid;
  border-width: thin 0 0 0;
  transition: inherit;
}
.v-divider--inset:not(.v-divider--vertical) {
  max-width: calc(100% - 72px);
}
.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical) {
  margin-left: 72px;
}
.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical) {
  margin-right: 72px;
}
.v-divider--vertical {
  align-self: stretch;
  border: solid;
  border-width: 0 thin 0 0;
  display: inline-flex;
  height: inherit;
  min-height: 100%;
  max-height: 100%;
  max-width: 0px;
  width: 0px;
  vertical-align: text-bottom;
  margin: 0 -1px;
}
.v-divider--vertical.v-divider--inset {
  margin-top: 8px;
  min-height: 0;
  max-height: calc(100% - 16px);
}
