﻿/* Import Google font - Poppins */

body {
    margin: 0;
    padding: 0;
    font-family: Source Sans Pro;
    font-size: 12px;
    color:darkgreen ;
    font-weight:bold;
}
a, a:hover {
    text-decoration: none;
}

.hidden {
    display: none;
}

div.Hidden {
    display: none;
}

.tabpage {
    background-color: white;
    color: darkgreen;
}

.dlgBox {
    /* border-bottom: 1px solid; */
    background-color: white; /* #BCC6CC; */
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-color: darkgreen;
    color: darkblue;
    font-weight: bold;
    text-align:justify;
    font-size: 12px; 
    display: none;
    Width: 300px ;
}

.prospect {
    /* border-bottom: 1px solid; */
    color: darkblue;
    font-weight: bold;
    text-align: justify;
    font-size: 16px;
    Width: auto;
    display:none;
}

.btncss {
    width: 55px; 
    /* border-radius: 3px; */
    background-color:lightgray; 
    color: black;
}

.dlgHead {
    /* border-bottom: 1px solid; */
    background-color: lightgreen;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    color: darkgreen;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    border-color: darkgreen;
}

.dlgBody {
    /* border-bottom: 1px solid; */
    padding: 1px;
    font-size: 12px;
}

.dlgButn {
    /* border-bottom: 1px solid; */
    background-color:whitesmoke;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    border-color: darkgreen;
    padding:9px;

}

.clist {
    width: 100%;
    height: auto;
    border: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: forestgreen;
    font-size: 14px;
    outline-color: darkgreen;
}

.txtdata {
    width: 100%;
    height: auto;
    border: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: forestgreen;
    font-size: 14px;
    outline-color: darkgreen;
}

.divhead {
    /* height: 30px; */
    width: auto;
    background-color: white; /*background-color: lightgreen; */
    /*border-top-left-radius: 9px;
    border-top-right-radius: 9px; */
    color: #00A85A ;
    padding-top: 15px;
    /*margin:0; */
    text-align: center;
    font-size: 20px;
}

.a1-steps {
    border: solid;
    border-color: black;
    border-width: 1px;
    /*order-radius: 9px; */
    background-color: white;
    margin-bottom: 15px;
    display: block;
}

.snext {
    display: inline; 
    border: 1px solid darkgreen;
    border-radius: 3px; 
    color: darkblue;
    font-size: 16px;
    text-decoration: none; 
    background-color: lightgreen;
    padding-left: 5px;
    padding-right:5px;
    position:relative;
}


.step1 {
    margin-bottom: 15px;
    padding-bottom: 9px;
    overflow: auto;
    display: block;
}

.step2 {
    background-color: white;
    margin-bottom: 15px;
    padding-bottom: 9px;
    display: none;
}

.appoint {
    border: solid;
    border-color: black;
    border-width: 1px;
    background-color: white;
    width:100% ;
    padding-bottom:50px;
    display: block;
}

.wrapper {
    border: solid;
    border-color: #283891;
    border-width: 1px;
    background-color: white;
    width: auto;
    /*margin-left :25px;
    margin-right:25px ; */
    margin:auto;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    text-align:center;
}

    .wrapper header {
        display: flex;
        align-items: center;
        padding: 25px 30px 10px;
        justify-content: space-between;
    }

.monthprev {
    font-size: 1.7vw;
    display: inline;
    padding-right: 5px;
    font-weight: bold;
    color: darkblue;
}

.monthnext {
    font-size: 1.7vw;
    display: inline;
    padding-left: 5px;
    font-weight: bold;
    color:darkblue;
}

header .icons {
    display: inline-flex;
}

    header .icons span {
        height: 38px;
        width: 38px;
        margin: 0 1px;
        cursor: pointer;
        color: #878787;
        text-align: center;
        line-height: 38px;
        font-size: 14px;
        user-select: none;
        border-radius: 50%;
    }

.icons span:last-child {
    margin-right: -10px;
}

.icons span:hover {
    background: #f2f2f2;
}

.current-date {
    font-size: 14px;
    font-weight:bold;
    text-align: center;
    color: #0071C4;
    margin: auto;
}

.pickup {
    margin: auto;
    display: none;
    text-align:center;
}

    .pickup ul {
        display:flex;
        flex-wrap: wrap;
        list-style: none;
        text-align: center;
    }

    .pickup li {
        color: white;
        background-color: #0071C4;
        width: calc(100% / 5);
        font-size:12px;
    }

    .pickup .slots li {
        z-index: auto;
        cursor: pointer;
        position:relative;
        font-weight: 500;
        margin:5px;
    }


.calendar {
    padding: 20px;
}

    .calendar ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        text-align: center;
    }

	.calendar .days {
		margin-bottom: 10px;
	}

    .calendar li {
        color:black;
        width: calc(100% / 7);
        font-size: 14px;
    }

    .calendar .weeks li {
        font-weight: 800;
        cursor: default;
        color:#0071C4;
    }


    .calendar .days li {
        z-index: 1;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        font-weight:500;

    }

.days li.inactive {
    color: #aaa;
    pointer-events: none;
}

.days li.active {
    color:#fff ;
}

.days li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 100%;
    width: 60%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.days li.active::before {
    background: #3E4699;
}

.days li:not(.active):hover::before {
    background: #f2f2f2;
}

.slots li.active {
    color: white;
    position:relative;

}

.slots li.inactive {
    color: #aaa;
    pointer-events:none;
}

.slots li.invisible {
    background-color: inherit;
    color: #FFF;
}

.overlay {

    position: fixed;
    top: 0 ;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% ;
    height: 100% ;
    background: rgba(0,0,0,0.5) ;
    backdrop-filter: blur(3px) ;
    z-index: 1;

}

.button-3 {
    background-color: #2ea44f;
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 3px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

    .button-3:focus:not(:focus-visible):not(.focus-visible) {
        box-shadow: none;
        outline: none;
    }

    .button-3:hover {
        background-color: #2c974b;
    }

    .button-3:focus {
        box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
        outline: none;
    }

    .button-3:disabled {
        background-color: #94d3a2;
        border-color: rgba(27, 31, 35, .1);
        color: rgba(255, 255, 255, .8);
        cursor: default;
    }