.logo{
    width: 100%;
    height: auto;
    max-width: 250px;
}

.footer-logo{
    width: 100%;
    height: auto;
    max-width: 239px;
}

.nav-custom {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.footer-container-3{
    border-top: 1px solid orange;
}

.bdr-radius-10{
    border-radius: 10px;
}

.map-msm{
    width: 100%;
    height: 200px;
    border: 0;
}

.address{
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    color: #fff;
}

.contact-info{
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    color: #fff;
}

.footer-divider{
border: 2px solid #fff;
}

.copyright-msm{
font-weight: 700;
color: #fff;
}

.footer-main{
        background-color: #fd5f00;
}

.footer-main-2{
    background-color: #27255f;
}

.bg-nav-3{
 background-color: #27255f;
}

.bg-nav-4{
 background-color:#00a594;
}

.text-1-footer{
font-size: 12px;
font-weight: 600;
line-height: 1.5;
color: #fff;
}


.form-control-custom{
    border-radius: 50px;
    border: 2px solid #fd5f00;
    height: 50px;
    width: 100%;
    padding: 16px 20px;
}

.form-control-custom:focus{
    border:1px solid #020363;
}

.btn-search-1 {
    background-color: #fd5f00 !important;
    color: white !important;
    position: absolute;
    right: 3px;
    width: 90px;
    border-radius: 50px !important;
    border: none;
    padding: 10px;
    top: 3px;

    font-weight: 700;
}


.form-search-3{
    margin-bottom: 20px;
    position: relative;
}

.a-link-homecare{
    text-decoration: none;
}

.tittle-layanan{
    font-weight: 600;
    color: #fd5f00;
}

.price-layanan{
    font-weight: 600;
    color: #039739;
    font-size: 1.2rem;
}

.bdr-radius-10{
    border-radius: 10px;
}

.fz-14{
    font-size: 14px !important;
}


.h-60{
    height: 60px;
}

.fw-700{
    font-weight: 700 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-200{
    font-weight: 200 !important;
}
.fw-100{
    font-weight: 100 !important;
}
.hr-line-z{
    border-left: 2px solid #fd5f00;
}

.form-check.custom-radio .form-check-input{
    float: left;
    margin-left: 0px;
    margin-right: 8px;
    border-radius:10px; 
}
.form-check-inline.form-check.px-3.py-2.mb-3.custom-radio {
    border: 1px solid grey;
    border-radius: 10px;
}



.d-flex-custom{
display: flex !important;
    justify-content: center;
    align-items: center;
}

.btn-primary-2{
    background-color: #fd5f00 !important;
    color: white !important;
}


table.table-condensed {
    width: 100% !important;
}

.bold{
    font-weight: bold;
}

#inline-datepicker td, #inline-datepicker th {
    width: 30px;
    height: 40px;
}

#inline-datepicker .datepicker-inline {
    width: 90%;
}

#inline-datepicker .datepicker-switch{
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid orange;
}


.border-none{
    border: none !important;
}

.input-99{
    border: none;
    padding: 0px !important;
     outline: none !important;
}
.input-99:focus{
    border: none !important;
    box-shadow: none !important;
     outline: none !important;
}

@media (max-width: 768px) {
    #inline-datepicker .datepicker-inline {
            width: 100% !important;
        }

        .text-status-2{
                text-align: left !important;
                }
}

.copy-btn{
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    text-align: center;
}

.color-2{
    color: #27255f;
}

.text-status-2{
    text-align: right;
}


span.status-Menunggu.Konfirmasi{
    background-color: grey;
    color: white;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 12px;
    position: relative;
    top: 8px;
}

.max-d-product{
    max-width: 90px;
}

div#layananTable_filter {
    padding-bottom: 10px !important;
}

.back-to{
    text-decoration: none;
    color: #27255f;
    font-weight: 600;
}

        .option-dokter {
            display: flex;
            align-items: center;
        }

        .option-dokter img {
            width: 100px;
            margin-right: 10px;
            border-radius: 5px;
        }

        .select2-container .select2-selection--single {
            height: 64px !important;
            padding-top: 5px;
            font-weight: 600;
        }

        span.select2.select2-container.select2-container--default {
            width: 100% !important;
        }

        .fz-12{
font-size: 12px;
        }

        .border-none{
            border:none !important;
        }

        .bx-card{
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
        }


        .body-1 {
	background: linear-gradient(-45deg, #ffa6001c, #ff80001e, #039e0d1e, #86ee1718);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.text-warning-2{
    color: #fd5f00;
}

.img-profil{
    max-width: 150px;
    border-radius: 16px;
}


.bdr-100-percent{
    border-radius:100%;
}

.bg-orange{
    background-color: #fd5f00;
}

.hover-1:hover{
    font-size: 18px;
    margin-right:16px;
    transition: 700ms;
}

   
