/*---Start Common class---*/
html
{
    scroll-behavior: smooth;
    height: 100%;
}
body
{
    
    font-family: 'PT Sans', sans-serif;
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    color: #000;
}
ul
{ 
    padding: 0 !important;
    margin: 0;
}
ul li
{
    list-style: none;
}
a
{
    text-decoration: none !important;
}
hr
{
    background: #99999B;
    opacity: 1;
}
main
{
    padding-bottom: 2.5rem;
}
.form-control:focus
{
    box-shadow: none;
}
input:focus-visible {
    outline: none;
}
.form-check-input:focus
{
    box-shadow: none;
    outline: 0;
    border-color: 0;
}
/* Scrollbar-Css */
.scrollbar
{
    background-color:#e9e9e9;
    width:8px;
    height: 10%;
}
.scrollbar-track
{
    background-color:#e9e9e9
}
.scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:2px solid #e9e9e9;
}
::-webkit-scrollbar
{
    background-color:#fff;
    width:8px;
    height: 10%;
}
::-webkit-scrollbar-track {
    background-color:#e9e9e9

}
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:2px solid #e9e9e9;
}
::-webkit-scrollbar
{
    background-color:#e9e9e9;
    width:8px;
    height: 10%;
}
::-webkit-scrollbar-track {
    background-color:#e9e9e9
}
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:2px solid #e9e9e9;
}
::-moz-scrollbar
{
    background-color:#fff;
    width:8px;
    height: 10%;
}
::-moz-scrollbar-track {
    background-color:#e9e9e9
}
::-moz-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:2px solid #e9e9e9;
}
/* End Scrollbar Css */  
.heading_
{
    font-size: 36px;
    font-weight: 600;
    font-family: 'proxima_novabold';
    color: #0F1E08;
}
.subtext_
{
    font-size: 16px;
    color: #566151;
    margin: 0;
}
.innerText
{
    font-size: 14px;
    margin: 0;
    color: #566151;
}
.innerSubtext
{
    font-size: 12px;
    margin: 0;
    color: #566151;
    font-weight: 600;
}
.primary_btn {
    display: inline-block;
    width: auto;
    background: #ED343C;
    border: 1px solid #ED343C;
    color: #fff !important;
    border-radius: 25px;
    padding: 11px 74px;
    font-size: 16px;
    font-weight: 500;
}
.back_btn {
    color: #566151 !important;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}
.back_btn i {
    color: #000 !important;
    font-size: 20px;
    -webkit-text-stroke: 0.5px;
    margin-right: 6px;
}
/* Start Custom Radio Button */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    color: #BEC2BC;
    margin-right: 13px;
    font-weight: 500;
}
[type="radio"]:checked + label
{
    color: #0F1E08;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* End Custom Radio Button */
/*---End Common class---*/
.homepage
{
    background: url('../../images/homebg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 100vh; */
}
#navbarNavDropdown {
    justify-content: end;
}
/* End Header Css */
/* Start Alert Button Css */
.alert-success {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 50%;
    width: auto;
    color: #FFF;
    background-color: #2d5643fc;
    border-color: #2d5643fc;
    display: inline-block;
    z-index: 99;
    padding: 11px 30px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    transform: translate(-50%, 0%);
}
.alert button {
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}
/* End Alert Button Css */
.asteric-sign {
    font-size: 15px;
}
.gj-datepicker{
    margin: 0 !important;
}
.btn-outline-secondary {
    border: 0 !important;
    background: transparent !important;
}
.btn-outline-secondary:hover {
    color: #6c757d !important;
}
.gj-datepicker-bootstrap button[role=right-icon] .gj-icon, .gj-datepicker-bootstrap button[role=right-icon] .material-icons {
    top: 0 !important;
}
.gj-icon{
    display: none;
}
.alert-danger {
    color: #fff;
    background-color: #eb323f;
    border-color: #eb323f;
    width: 300px;
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 40%;
    z-index: 999;
}
