﻿html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #E5EAF5 !important;
    background-image: none;
}

h4 {
    color: #845CA5;
}

.body-content {
    background-color: #fff !important;
    border-radius: 20px;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.footer {
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 60px;
}

figure.mama-data-logo {
    margin: 0 auto;
    width: 200px;
    position: relative;
    top: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.3em + .75rem + 2px) !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #F1F7FF !important;
    background-clip: padding-box;
    border: 1px solid #F1F7FF !important;
    border-radius: 1.65rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.text-box {
    width: 40%;
    height: calc(2.3em + .75rem + 2px) !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #F1F7FF !important;
    background-clip: padding-box;
    border: 1px solid #F1F7FF !important;
    border-radius: 1.65rem !important;
}

.btn-login {
    background: #1FB9FC;
    color: #fff;
    text-decoration: underline;
    padding: 15px !important;
    width: 100px;
    text-decoration: none;
    border: none;
    border-radius: 42px;
    white-space: nowrap;
}

button.btn-login:hover {
    background-color: #E9B003;
    color: #fff;
    text-decoration: none;
    transition: .2s ease;
    box-shadow: 0px 4px 31px rgb(255 193 7 / 28%);
}

.btn.btn-back {
    background: #FFC107;
    color: #fff;
    text-decoration: underline;
    padding: 15px 1px !important;
    width: 100px;
    text-decoration: none;
    border: none;
    border-radius: 42px;
    white-space: nowrap;
}

.voice-button {
    width: 6%;
    height: calc(2.3em + .75rem + 2px) !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #F1F7FF !important;
    background-clip: padding-box;
    border: 1px solid #F1F7FF !important;
    border-radius: 1.65rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.disclaimer {
    border-radius: 20px;
    border: 2px dashed #E5EAF5;
}

.disclaimer p {
    font-size: 13px;
    line-height: 17px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.more-margin {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.hospital-select-color {
    background: #EDB7D0 !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.submitted-datacards {
    background-color: #7e5ea1;
    color: #fff;
    border-radius: 42px;
    padding: 15px 23px;
    box-shadow: 0px 4px 31px rgb(126 94 161 / 35%);
}

.col-md-12.wrapper-info {
    background-color: #F1F7FF;
    border-radius: 26px;
    margin-top: 30px;
    padding: 20px;
}

.wrapper-info i {
    color: #FFC107;
    padding-left: 5px;
    font-size: 20px;
}

.color-bold2 {
    color: #7e5ea1;
    font-size: 18px;
}

.item-info-first {
    display: flex;
}

.item-info-second {
    display: flex;
}

.item-info-third {
    display: flex;
}

span#date-of-visit {
    display: block;
    font-size: 18px;
}

span#country-name {
    display: block;
    font-size: 18px;
}

span#hospital-name {
    display: block;
    font-size: 18px;
}