﻿
@font-face {
    font-family: 'Varela Round Regular';
    src: url('/fonts/VarelaRound-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Varela Round Regular', sans-serif;
    background-color: #ffffff;
}

.topimgbg {
    font-weight: bold;
    font-size: 2.5em;
    color: white;
    text-shadow: 0.1em 0.1em 0.07em black;
    background-image: none;
    background-color: transparent;
}

.dirp {
    font-family: 'Varela Round Regular', sans-serif;
}

h1 {
    font-family: 'Varela Round Bold', sans-serif;
}

p.light-text {
    font-family: 'Varela Round Light', sans-serif;
}

strong {
    font-family: 'Varela Round Black', sans-serif;
}


h3 {
    font-size: 1.5em;
}

div.btn {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 2px;
}

    .a-remove-slot img {
        margin-top: 3px !important;
    }


.td-mm {
    width: 100%;
}


.tabledays {
    border-radius: 10px;
    background-color: #F5F6FA;
    margin-bottom: 25px;
    width: 100%;
}

.divday {
    display: inline-block;
    width: 100%;
    margin: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    font-size: 1.15em;
}

.a-goday div{
    padding-top: 8px;
    font-size: 1.2em;
}

.th-dd {
    width: 14.28%;
}

.td-last {
    width: 1%;
}

.dayinx {
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    margin: 5px;
    border-radius: 5px;
    font-size: 1.15em;
}

.emptyday {
    background-color: #ffffff9a !important;
}

.fitem {
    margin: 10px;
    border: 1px solid #666666;
    border-radius: 5px;
    width: 150px;
}

.slt-h3{
    color: #ffffff;
    
}

.lightbg{
    border-radius: 10px;
    background-color: #ffffff !important;
}
.slot-type-h {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 5px;
    font-weight: bold;
    background-color: #151313ff;
    color: #ffffff;
}

.slot-type-p {
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.info-fac-h {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    background-color: #151313ff;
    color: #ffffff;
}

.info-type-p {
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.form-tbl{
    border-bottom: 1px solid #666666; 
}

.psitem{
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.pstopnm{
    background-color: #151313ff;
    color: #ffffff;
    border-radius: 10px;
}