table.month {
    width: 300px;
    height: 300px;
}

table.month > tbody > tr {
    margin: 0 20px;
}

.text-primary {
    color: #1abc9c !important;
}

.main h1 {
    font-size: 2.8em;
}

#appointment-final-form input {
    /*display: block;*/
    margin-bottom: -10px;
}

#appointment-final-form .btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

label.custom-control-label[for="customCheck1"] {
    padding-left: 10px;
}

.box-icon-1 .body-content {
    margin-top: 18px;
}

.bron-btn {
    font-size: 1.5rem;
}

.bg-overlay-secondary::before {
    background-color: #1abc9c;
}

.bg-yellow {
    background-color: #F5C343;
}

.notabene p {
    margin: 0 !important;
}

.btn-secondary {
    color: #ffffff;
    background: #F5C343 !important;
    outline: none !important;
    border: 1px solid #F5C343 !important;
    border-radius: 0 !important;
}

a.lang-icon {
    width: 20px;
    padding-left: 15px;
    color: white;
}

/*CALENDAR*/

* {
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}

body {
    font-family: Verdana, sans-serif;
}

.miki-month {
    padding: 5px 55px;
    width: 100%;
    background: #1abc9c;
    text-align: center;
}

.miki-month ul {
    margin: 0;
    padding: 0;
}

li.month_name {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.miki-month .prev {
    float: left;
}

.miki-month .next {
    float: right;
}

.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #ddd;
}

.weekdays li {
    display: inline-block;
    width: 13.6%;
    color: #666;
    text-align: center;
}

.days {
    padding: 10px 0;
    background: #eee;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    color: #777;
}

.days li .active {
    padding: 5px;
    background: #1abc9c;
    color: white !important
}

.section.bgi-cover-center {
    padding: 80px 0;
}

.backgr-mobil {
    display: none !important;
}

.main h1 {
    color: #1abc9c !important;
    font-family: "Roboto", serif;
    font-weight: 700;
    margin-top: 10px;
}

.text-primary {
    color: #1abc9c !important;
}

/* Add media queries for smaller screens */
@media screen and (max-width: 720px) {
    .weekdays li, .days li {
        width: 13.1%;
    }
}

@media screen and (max-width: 420px) {
    .weekdays li, .days li {
        width: 13%;
    }

    .days li .active {
        padding: 2px;
    }
    .section.bgi-cover-center {
        padding: 0px 0;
    }
    .backgr-mobil {
        display: flex !important;
    }
    .main h1 {
        font-size: 1.7em;
    }
}

@media screen and (max-width: 290px) {
    .weekdays li, .days li {
        width: 13%;
    }
}

li.no-appointment {
    color: #999999;
}

li.has-appointment a.calendar_day {
    color: #1abc9c;
    background-color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding-top: 3px;
    display: block;
    margin: auto;
}

a.selected {
    color: white !important;
    background-color: #1abc9c !important;
}

.bgi-cover-center {
    background-image: url("/static/images/white-dog2.jpg");
}

/*.header-1 .navbar-main .navbar-brand {*/
/*    top: -75px;*/
/*}*/
.choice-title {
    border: 1px solid #1abc9c;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
    padding: 10px 20px;
    font-weight: normal;
}

.sub-title {
    font-size: 24px;
    font-weight: normal;
}

.btn-outline-success {
    color: #1abc9c;
    border: 1px solid #1abc9c;
    border-radius: unset;
}

.btn-outline-danger {
    border: 1px solid red;
    border-radius: unset;
    background-color: white !important;
    color: red !important;
    font-size: 10px !important;
    padding: 3px;
    text-align: center !important;
}

.btn-outline-success:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.button-back {
    margin-left: auto;
    margin-right: auto;
}

.input-group-text {
    color: #1abc9c;
}

ul li.next, li.prev {
    margin: 0;
}

.calendar_time {
    background-color: white;
    width: 65px;
    text-align: center;
    font-size: 18px;
}

a.calendar_time {
    color: #1abc9c;
}

.col-form-label {
    color: #1abc9c;
}

.form-control {
    border: 1px solid #1abc9c;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 0.5;
}

.confirm-title {
    border: 1px solid #ffffff;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    padding: 5px 20px;
    font-weight: normal;
}

.confirm-subtitle {
    background-color: #ffffff;
    color: #1abc9c;
    margin: 10px 40px 10px;
    font-size: 1.2em;
    padding: 5px 20px;
    font-weight: lighter;
}

.confirm-block {
    font-size: 1.2em;
    padding: 5px 30px 15px 30px;
}

.confirm-comment {
    border: 1px solid #ffffff;
    padding: 10px 20px;
    margin: 0 55px;
}

.border-primary {
    border-color: #1abc9c !important;
}

.navbar-main ul {
    /*margin-left: 129px;*/
}

#basic-addon3 {
    width: 250px;
}

input[type="radio"], input[type="checkbox"] {
    transform: scale(1.5) !important;
}

#confirm_rules {
    margin-left: 55px;
}

#confirm_rules > .custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.01rem;
}

#confirm_rules > .custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.01rem;
}


.custom-control-label {
    display: inline;
    color: rgba(0, 0, 0, 0.66);
}

.custom-control-label:after {
    display: inline;
}

.col.button-row {
    padding: 0 !important;
}

.time-row {
    margin: 0 11px;
}

.footer-item p {
    font-size: 16px;
}

.card-body {
    background-color: #eeeeee;
}

.h1-mobile {
    font-size: 1.7em;
}

.backgr-mobil {
    height: 300px;
}

#navbarNavDropdown.show {
    /* background-color: #EEE; */
    /* padding: 10px 15px 0 0; */
    /* border: 1px solid black; */
    /* padding: 10px 0 0 0; */
}

#navbarNavDropdown a {
    color: #fff !important;
}

.navbar-mobil {
    margin-left: 15px !important;
}

.open-hours-mobile {
    font-size: 1.3em;
}

@media (max-width: 767px) {
    /*.header-1 .navbar-main {*/
    /*    background-color: #1abc9c;*/
    /*}*/
    li.nav-item > a.nav-link {
        color: #1abc9c !important;
    }

    a.lang-icon {
        color: #1abc9c;
        font-weight: bolder;
    }

    .bgi-cover-center {
        background-image: url("/static/images/white-dog-mobil.jpg");
    }
}

.btn, .btn-primary, .btn-secondary, .btn-light {
    padding: 13px 20px !important;
}

ul li a {
    color: white;
}

ul.article li a {
    color: #999999;
}

ul.article {
    margin-left: -20px !important;
    list-style-type: disc;
}

ul li.prev, ul li.next {
    color: #1ABC9C;
}

/*textarea#commentTextarea.form-control {*/
/*    width: 250px;*/
/*    !*margin-left: 20px;*!*/
/*}*/

/*input#contactEmail.form-control {*/
/*    width: 250px;*/
/*    !*margin-left: 15px;*!*/
/*}*/


a:link.topMenu {
    color: #1abc9c !important;
}

a.topMenu {
    color: #1abc9c !important;
    font-weight: normal;
    font-size: 20px;
}

.topbar {
    background-color: #1abc9c;
}

.topbar a.topMenu {
    color: white !important;
}

.profession {
    position: absolute;
    top: 100px;
}

.card-img-overlay {
    padding: 0 !important;
}

.card-title {
    position: absolute;
    bottom: 30px;
    width: 100%;
    background-color: #F5C343;
    font-size: 20px;
}

ul.form-errors li {
    color: red;
}

ul.messages {
    margin-left: 0 !important;
}

.login-call {
    border: 1px solid #1abc9c;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    padding: 10px 20px;
    font-weight: normal;
}

.border-primary-dark {
    border-color: #1e7e34 !important;
}

ul.miki-list {
    margin-left: 0 !important;
}

.month-link {
    color: #1abc9c;
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    padding-top: 3px;
}

.small-btn {
    padding: 5px !important;
    text-align: center !important;
}

.popover-body {
    line-height: 0.1;
}

.btn-secondary, .btn-primary {
    min-width: 150px;
    border-radius: unset;
}

button#confirm_submit:disabled, button#confirm_submit[disabled] {
    border: 3px solid #f78009 !important;
    background-color: #cccccc;
    color: #666666;
}
button#confirm_submit:disabled, button#confirm_submit[disabled] {
  background-color: #fff !important;
}

.green-block {
    background-color: #1abc9c;
    color: #fff;
    padding: 15px;
    font-size: 20px;
}
.each-day{
    font-size: 1.286em;
    line-height: normal;
    font-family: "Roboto", serif;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}
.single-news .title {
  font-size: 24px;
  font-weight: 700;
  color: #F5C343;
  margin-bottom: 10px;
    line-height: normal;
    font-family: "Roboto", serif;
}
.desktop-login {
  margin-left: 15px;
  color: #6c757d;
  padding: 3px 10px;
  background: #ffffff;
}

@media (min-width: 766px) {
    a.desktop-login.admin {
        display: inline-block;
        height: 40px;
        width: 40px;
        position: fixed;
        bottom: 100px;
        right: 10px;
        z-index: 999;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        background: #1abc9c;
        opacity: 1;
        border-radius: 20px;
        color: transparent;
    }
    a.desktop-login.admin:before {
        content: "A";
        position: absolute;
        top: -1px;
        left: 1px;
        color: #fff;
        font-size: 20px;
        line-height: 40px;
    }
    #navbarNavDropdown a {
        font-size: 12px;
    }
    .navbar-main .navbar {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .navbar-main .navbar a.btn.btn-secondary {
        padding: 10px 20px !important;
    }
}

@media (max-width: 767px) {
  #navbar-example {
    position: relative;
  }
  .header-1 .navbar-main {
    background-color: #1abc9c;
  }
  .desktop-login {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .desktop-login.admin {
    right: 150px;
  }

  #navbarNavDropdown {
    text-align: center;
  }
  #navbarNavDropdown .btn-secondary {
    margin-bottom: 10px !important;
  }
  .navbar-main .navbar-toggler {
    outline: none;
  }
  li.nav-item {
    text-align: center;
  }
  .lang-switcher {
    margin-bottom: 10px;
  }
  .bgi-cover-center {
    background-image: url("https://dev.miki.ee/static/images/white-dog-mobil.jpg");
  }

  .main h1 {
    margin-top: 1.5rem;
  }
  .navbar-mobil {
    margin-left: 0 !important;
  }

  .h2-title {
    font-size: 1.714em;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .h2-title~h3 {
    margin-top: 0;
    font-size: 1.414em !important;
  }
  .each-day {
    font-weight: 400;
  }

}

.navbar-main .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}