@font-face {
    font-family:'Nunito';
    src:url('../../fonts/Nunito-Regular.ttf');
    font-weight:400;
}

@font-face {
    font-family:'Nunito-Bold';
    src:url('../../fonts/Nunito-Bold.ttf');
    font-weight:700;
}

body {
    font-family:'Nunito';
}

h1, h2, h3, h4, h5, h6 {
    font-weight:bold;
    color:#333;
}

main {
    position:relative;
    /* background-image:url('../../images/queuerite-appointment-bg.jpg'); 
    background-image:url('../../images/qright-bg.jpg');
    background-image:url('../../images/tasmania-bg.jpg');*/
    background-repeat:no-repeat;
    background-size:cover;
    background-position:bottom center;
    background: linear-gradient(90deg, #209b52 0%, #7aaf51 100%);
    background: #267151;
    flex: 1;
}

.content {
    background-color:rgba(255,255,255,.95);
    padding:1.25rem 1.25rem 1.75rem;
}

.content-container {
    width:100%;
    height: fit-content;
}

main .inner {
    padding-bottom:4.4em;
}

.btn {
    padding:.75rem 2rem;
    border-radius:.8rem;
    font-weight:700;
}

.btn-primary {
    /* background-color:#99CC01;
    border-color:#99CC01; */
    
    background-color:#000;
    border-color:#000;
}

.btn-primary:hover {
    /* background-color:#8ab801;
    border-color:#8ab801; */
    background-color:#af956c;
    border-color:#af956c;
}

.btn-primary:focus, .btn-primary:active {
    /* background-color:#7ca501;
    border-color:#7ca501; */
    
    background-color:#af956c;
    border-color:#af956c;
}

.step-pill {
    margin-bottom:2em;
}

.pill {
    padding:1rem;
    background:#fff;
    border:6px solid #cecece;
    border-radius:1rem;
    height:100%;
}

.pill.active {
    background:#99CC01;
    border-color:#99CC01;
}

.pill.active * {
    color:#fff;
}

.pill p {
    margin:0;
    font-size:.8rem;
    font-weight:700;
}

label {
    font-weight:700;
}

.name-det {
    margin-bottom:1.5rem;
}

.name-det p {
    margin:0;
    font-weight:bold;
}

.form-control {
    height:auto;
    padding:.75rem;
}

.form-control:focus {
    border-color:#7ca501;
    box-shadow:0 0 0 0.2rem rgba(124,165,1,.25);
}

.errors {
    color : red;
}

.loader-cover {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
}

.loader-content {
    position: absolute;
    width: 100%;
    top: 45%;
}

footer {
    padding-top:1.5rem;
}

td.day {
    font-weight:bold;
    text-decoration:underline;
}

td.disabled.day {
    font-weight:normal;
    text-decoration:none;
}

option:disabled {
        background:rgba(170,170,170,.25);
        color:rgba(170,170,170,.25);
    }
    
@media (min-width:992px) {
    .content-container {
        width:579px;
    }
    
    main .inner {
	    padding-top:4.4em;
	}
}

@media (max-width:992px) {
    .btn {
        display:block;
        width:100%;
    }
}


body{background:#098851; height: 100vh;}
header, footer{background:#000;}
header.head{background:#fff;}
footer.foot{background:#404041;}
header > div > div > h4{color:#fff;}

footer > div {color:#fff;}

.content-container {
    background: #fff;
    padding: 1rem;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-get-started {
  background: #2e7d32;
  color: white;
  border: none;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border-radius: 8px;
  transition: background 0.3s ease;
}
.btn-get-started:hover {
  background: #1b5e20;
}

main:after{
    background-image: url(../../images/tamania.svg);
    background-position: center;
    background-size: contain;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}

.col-md-6.col-main-info {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    flex: 1 !important;
    max-width: 100%;
}

.name-det {
    width: 50%;
}

#confirm-email{
	word-wrap: break-word;
}

/*.bg-image {
    width: 50%;
     background-image: url(../../images/hobart-team.jpg);
       background-position: center;
    background-size: cover;
}
main:before {
    background-image: url(../../images/hobart-team.jpg);
    background-position: center;
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}*/