﻿@font-face {
    font-family: 'Kanit-Regular';
    src: url(../fonts/Kanit-Regular.ttf);
}


body {
    min-height: 100%;
    padding: 0;
    margin: 0 !important;
    position: relative;
    font-family: 'Kanit-Regular';
}

.head {
    padding: 10px 20px;
    border-radius: 0px 10px 10px 0px;
    font-size: 20px;
    font-weight: 700;
}

.head-Blue {
    border-left: 5px solid #005093;
    background-color: #e7eef4;
    color: #005093;
}

.table {
    font-size: inherit;
}

.head-Red {
    border-left: 5px solid #ce0c14;
    background-color: rgba(206, 12, 20, 0.07);
    color: #ce0c14;
}

.rating {
    width: 33%;
}

footer {
    color: #212529;
}

.img-logo {
    width: 100%;
}

/*p {
    font-size: small;
}*/

.download-mobile {
    width: 30%;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

    footer p {
        font-size: small;
    }

/* 2020/05 */
.btn-primary {
    background-color: #e44365;
    border-color: hsla(347, 57%, 48%, 1);
}
    /* 2020/05 */
    .btn-primary:hover {
        background-color: #e44365;
        border-color: hsla(347, 57%, 48%, 1);
    }

    .btn-primary:active {
        background-color: #e44466 !important;
        border-color: hsla(347, 57%, 28%, 1) !important;
        box-shadow: none
    }

.text-blue {
    color: #0776aa !important;
}

.text-red {
    color: #e44466 !important;
}

.btn-light {
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
}

.btn-danger {
    background-color: #EC2A7F;
    border-color: #EC2A7F;
}

@media (max-width: 576px) {
    .rating {
        width: 45%;
    }

    .table {
        font-size: smaller;
    }

    .img-logo {
        width: 40%;
        left: 30%;
        position: relative;
    }

    p {
        font-size: smaller;
    }

    h5 {
        font-size: medium;
    }

    .download-mobile {
        width: 30%;
    }

    .btn-xs-100 {
        width: 100% !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .head-Blue, .head-Red {
        font-size: 16px;
    }

    .table {
        font-size: small;
    }

    .rating {
        width: 50%;
    }
}

.form-control {
    border: 1px solid #dddddd63;
    padding: 13px 11px;
    border-radius: 9px;
    color: black;
}

    .form-control :focus {
        color: black;
        outline: none;
    }

    .form-control:focus {
        border-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-send {
    padding: 11px;
    border-radius: 100px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .head-Blue, .head-Red {
        font-size: 16px;
    }

    .download-mobile {
        width: 50%;
    }
}

.toast {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* max-width: 90%; */
    z-index: 2000;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    background: #e44365;
    text-align: center;
    color: #fefafa;
    padding: 12px 60px;
    /* border-radius: 14px; */
}

.swal2-popup {
    border-radius: 22px !important;
}

.ezy-searchbar {
    background: #ffffff78;
    width: 100%;
    border-radius: 100px;
    padding: 6px 21px;
}

#search {
    outline: none;
}

.menu-top-bar {
    width: 100%
}

.ezy-switch-lang {
    position: absolute;
    top: 24px;
    right: 0;
    margin: 16px;
}

.ezy-nav-back {
    z-index: 3;
    font-size: 18px;
    color: white;
    background: white;
    text-align: center;
    padding: -3px;
    padding-top: 3px;
    padding-right: 3px;
    display: grid;
    align-items: center;
}

.text-blue {
}

.text-red {
}
