﻿@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree&display=swap');

:root * {
    font-family: 'Bai Jamjuree', sans-serif;
    --radius: 8px;
}

:root html, body {
    /*    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'Bai Jamjuree', sans-serif;
    
}

:root .ant-card {
    border-radius: var(--radius) !important;
}

:root .body1 {
    margin: 10px;
}

:root .btn-add-1, :root .btn-add-1:focus {
    /*    height: 35px;
    font-size: 16px;*/
    color: #FFFFFF;
    background: #949FFF;
    border-style: none;
    /*border-radius: 6px;*/
}

    :root .btn-add-1:hover {
        background: #6E70C5;
        border-color: #6E70C5;
        color: #FFFFFF;
    }

:root .btn-save-next-1, :root .btn-save-next-1:focus {
    /*    height: 35px;
    font-size: 16px;*/
    color: #FFFFFF;
    background: #55A9F1;
    border-style: none;
    /*border-radius: 6px;*/
    /*height: 35px;*/
    /*border-radius: 12px;*/
    /*font-size: 16px*/
}

    :root .btn-save-next-1:hover {
        background: #3494E5;
        /*border-color: #3494E5;*/
        color: #FFFFFF;
    }

:root .ant-modal-content {
    border-radius: var(--radius);
}

:root .ant-modal-header {
    border-radius: var(--radius);
}

:root .btnn-save {
    border-radius: var(--radius) !important;
    background-color: #6FBA4A !important;
    border: 1px solid #629C46 !important;
    color: #FFFFFF !important;
    /*font-weight: 400 !important;*/
}

:root .btn-back {
    border-radius: var(--radius) !important;
    background-color: #FFFFFF !important;
    border: 1px solid #A5ABBD !important;
    color: #000000 !important;
    /*font-weight: 400 !important;*/
}

.btn-return {
    border-radius: var(--radius) !important;
    background-color: #ffe5a3 !important;
    border: 1px solid #ffb954 !important;
    color: #0a2432 !important;
}

    .btn-return:hover {
        background-color: #ffeab6 !important;
        border: 1px solid #ffb954 !important;
        color: #0a2432 !important;
    }
