﻿
/* Define the custom font */
@font-face {
    font-family: 'my-font';
    src: url('/adminpanel/assets/fonts/Yekan_Bakh_EN_04_Regular.eot'); /* IE9 Compat Modes */
    src: url('/adminpanel/assets/fonts/Yekan_Bakh_EN_04_Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/adminpanel/assets/fonts/Yekan_Bakh_EN_04_Regular.woff') format('woff'), /* Modern Browsers */
    url('/adminpanel/assets/fonts/Yekan_Bakh_EN_04_Regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

/* Apply the custom font to body or specific elements */
body, p, h1, h2, h3, h4, h5, h6, span, a {
    font-family: 'my-font' !important;
}


a{
    text-decoration:none;
}

.card-custom {
    border-radius: 15px;
    border: 2px solid #000;
    padding: 10px;
    margin-bottom: 20px;
}

.card-blue {
    background-color: #cde5fd;
}

.card-green {
    background-color: #d3f4d3;
    border-color: #9dd49d;
}

.card-outline-blue {
    background-color: #cde5fd;
    border-color: #4197e7;
}

.inner-box {
    background-color: #a7d3f2;
    padding: 5px;
    border-radius: 10px;
    border: 1.5px solid #000;
    margin-top: 10px;
}

.card-outline {
    border-color: #999;
}

.login-btn {
    background-color: #f3c45d;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border: 2px solid #000;
}


#calender-select {
    cursor: pointer;
}

textarea {
    resize: none;
}

form {
    margin-bottom: 8px;
}

#calender-banner-image {
    width: -webkit-fill-available;
}



@media only screen and (max-width: 768px) {
    .pdp-default {
        left: 100px !important;
    }
}


@media only screen and (min-width: 769px) {
    .pdp-default {
        left: 680px !important;
    }
}