﻿@font-face {
    font-family: RobotoCondensed-Bold;
    src: url(../fonts/RobotoCondensed-Bold.ttf);
}

@font-face {
    font-family: RobotoCondensed-Regular;
    src: url(../fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: KdamThmorPro-Regular;
    src: url(../fonts/KdamThmorPro-Regular.ttf);
}

@font-face {
    font-family: 'Khmer OS Muol';
    src: url(../fonts/KhmerMoul.ttf);
}

@font-face {
    font-family: 'Khmer OS Muol Light';
    src: url(../fonts/KhmerOSmuollight.ttf);
}
@font-face {
    font-family: 'Khmer-OS-Muol-Light';
    src: url(../fonts/KhmerOSmuollight.ttf);
}
@font-face {
    font-family: 'Khmer OS Battambang';
    src: url(../fonts/KhmerOSbattambang.ttf);
}

@font-face {
    font-family: 'Hanuman';
    src: url(../fonts/KhmerOSbattambang.ttf);
}
@font-face {
    font-family: 'Kantumruy';
    src: url(../fonts/Kantumruy-Regular.ttf);
}
@font-face {
    font-family: 'Bokor';
    src: url(../fonts/KhBokorRegular.ttf);
}
.nssf-brand-card {
    width: 100%;
    margin: 1px 1px 4px -1px !important;
    border:1px dotted #e0e0e0;
    box-sizing: border-box;
}

.branch-image,
.branch-content {
    padding: 5px !important;
}

.branch-img {
    display: block;
    width: 100%;
    height: 110px;
    object-fit: contain;
    background: #f5f5f5;
    border-radius: 6px;
}

.branch-info {
    width: 100%;
    padding-left: 8px;
    box-sizing: border-box;
}

.branch-address {
    text-align: left;
    line-height: 1.6;
    font-weight:bold;
    margin: 0px 0;
}
.branch-divider {
    width: 100%;
    border-bottom: 1px dotted #ced4da;
    margin: 10px 0;
}
.branch-phone {
    margin: 8px 0 0 0;
}
.branch-location {
    color: #6c757d;
    padding: 5px 0;
    line-height: 1.6;
}
.branch-location a {
    color: red;
    text-decoration: underline;
    margin-left: 4px;
}
html {
    scroll-behavior: smooth;
}
.ml-10 svg{
    margin-left: 10px !important;
}
.mud-icon-size-small {
    font-size: 0.87rem !important;
}
/* Focus state */
.white-input.mud-input-focused .mud-input-outlined-border {
    border-color: white !important;
}
.mud-icon-root {
    width: 0.8em !important;
    height: 0.8em !important;
}
/* Placeholder */
.white-input input::placeholder {
    color: rgba(255,255,255,0.7);
}
.header-app-bar {
    width: 100%;
    background-color: #24369e;
    background-position: center;
    padding: 0px;
    display: flex;
    justify-content: center;
}
.font-bold-title {
    font-weight: 800 !important;
    color: #0031a3 !important;
}
.btn-read-more {
    font-weight:800 !important;
    color: rgba(57, 73, 171, 1) !important;
    border-radius: 5px;
    border-top: none !important;
    border-left: none !important;
    border-bottom: 2px solid #dedede !important;
    border-right: 2px solid #dedede !important;
}
.btn-read-more:has(:hover) {
    background: #f5f5f5 !important;
}
.app-bar {
    width: 100%;
    background-color: rgba(57,73,171,1);
}

.footer {
    display: grid;
    align-content: center;
    /* padding-inline-start:150px;*/
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.btn-width-110 {
    width: 130px !important;
}

.btn-m {
    height: 36.4px !important;
    min-width: 10px;
    margin-top: 11.2px;
    border: 1px solid #bdbdbd;
    /* background: var(--bs-gray-100); */
}

h6 {
    font-size: 15px;
}

.bg-image {
    width: 100%;
    height: 50%;
    background-color: rgba(57,73,171,1);
}

hr {
    margin: 8px 0;
}

p {
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px;
}

.mlvt-title-sub {
    color: rgba(57,73,171,1);
    text-align: center;
    font-family: 'Khmer OS Muol Light';
    font-size: 11px;
}

.nssf-title-sub {
    color: rgba(57,73,171,1);
    text-align: center;
    font-family: 'Khmer OS Muol Light';
    font-size: 18px;
}
/* animation.css */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-title1 {
    display: inline-block;
    /*background: linear-gradient(90deg, #0a58ca, #3949ab);*/
    color: #0a58ca;
    /*box-shadow: 1px 2px 1px #3949ab, inset 2px 6px 7px rgb(255 255 255 / 56%);*/
    font-family: "Moul" !important;
    padding: 14px 10px 10px 10px;
    border-radius: 9px;
    font-weight: 600;
    font-size: 20px;
    margin: auto;
    text-align: center;
}
.page-title {
    display: inline-block;
    /*background: linear-gradient(90deg, #0a58ca, #3949ab);*/
    color: #0a58ca;
    /*box-shadow: 1px 2px 1px #3949ab, inset 2px 6px 7px rgb(255 255 255 / 56%);*/
    font-family: "Kantumruy" !important;
    padding: 14px 100px 10px 100px;
    border-radius: 9px;
    font-weight: 600;
    font-size: 20px;
    margin: auto;
    text-align: center;
}
.official-card1 {
    border-radius: 18px !important;
    padding: 12px;
    height: 290px;
    background: #f8fbff;
    box-shadow: 0 1px 6px rgb(177 187 196), inset 2px 2px 10px 5px #ccdaf5;
    transition: all 0.3s ease;
}

.official-card {
    border-radius: 18px !important;
    padding: 12px;
    height: 312px !important;
    background: #f8fbff;
    cursor: pointer;
    box-shadow: 0 1px 6px rgb(177 187 196), inset 2px 2px 10px 5px #ccdaf5;
    inset 0 2px 4px rgb(199 215 248);
    transition: all 0.3s ease;
}

.official-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.official-card1:hover {
    transform: translateY(-6px);
    cursor: pointer;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.official-image {
    /*width: 100%;*/
    height: 185px !important;
    object-fit: contain !important;
    object-position: top !important;
    border-radius: 14px;
    border: 4px solid #ffffff;
}
.oc-hover-1:hover {
    transform: translateY(-6px);
    /*background: rgb(0 0 0 / 32%) !important;*/
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 1) 43%, red 94%);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.oc-hover-2:hover {
    transform: translateY(-6px);
    /*background: rgb(0 0 0 / 32%) !important;*/
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 1) 43%, orangered 94%);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.oc-hover-3:hover {
    transform: translateY(-6px);
    /*background: rgb(0 0 0 / 32%) !important;*/
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 1) 43%, green 94%);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
/*.new-official-card:hover {
    transform: translateY(-6px);
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 1) 43%, red 94%);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.new-official-card1:hover {
    transform: translateY(-6px);
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 1) 43%, #0a58ca 94%);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}*/
.new-official-card:hover .cust {
    color: white !important;
}
.new-official-card1:hover .cust {
    color: white !important;
}
.img-box {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
}
.img-box > .new-official-image {
    width: 100%;
    height: 185%;
    padding-top: 60px;
}
.st-border1 {
    border: 4px solid #ff00003d;
    border-radius: 50%;
}

.st-border2 {
    border: 4px solid #ffa50036;
}

.st-border3 {
    border: 4px solid #0080005c;
}
.new-official-card {
    padding: 12px;
    height: 255px;
    background: rgb(245 245 245);
    transition: 0.3s;
    border-radius: 18px !important;
    justify-content: center;
    align-items: center;
    position: relative;
}
.sk-new-official-card {
    padding: 12px;
    height: 255px;
    background: rgb(245 245 245);
    transition: 0.3s;
    border-radius: 18px !important;
}
.new-official-card1 {
    padding: 12px;
    height: 290px;
    background: rgb(245 245 245);
    transition: 0.3s;
    border-radius: 18px !important;
    justify-content: center;
    align-items: center;
    position: relative;
}
.official-role {
    font-size: 13px;
    color: #555;
    margin-top: 10px;
}
.official-name {
    font-size: 14px;
    font-weight: 600;
    color: #1565c0;
    font-family: 'Bokor', sans-serif;
    margin-top: -15px;
}
.official-name-3 {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Khmer OS Battambang', sans-serif;
    color: #1565c0;
    margin-top: -5px;
}
.official-description {
    height: 40px;
    display: flex;
    font-family: 'Kantumruy', sans-serif;
    justify-content: center;
    align-items: center;
}
.official-description .mud-typography {
    color: #1565c0;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}
.scroll-animate {
    /*transition: all 0.6s ease-out;*/
    animation: fadeInUp 0.8s ease-out forwards;
}

.image-box {
    width: 100%;
    padding-top: 15px;
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center;
}

.mud-input > input.mud-input-root.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root.mud-input-root-margin-dense {
    font-size: 14px !important;
}

.custom-placeholder ::placeholder {
    font-size: 14px; /* Change this to any size you want */
    color: gray; /* Optional: change color */
    opacity: 1; /* Make sure it's visible */
}

.khmer-os-muol-light {
    font-family: 'Khmer OS Muol Light';
}

.khmer-os-muol {
    font-family: 'Khmer OS Muol';
}

.text-sub-font {
    font-size: 12px !important;
    color: #6c757d !important;
}

body {
    font-family: 'Kantumruy' !important;
    background-color: whitesmoke;
}

.table > table {
    width: 100%;
}

    .table > table > tbody > tr > td {
        border: 1px solid #a2acb3;
        padding-left: 5px;
        padding-right: 5px;
    }

.mud-button {
    font-family: 'Kantumruy' !important;
    padding: 6px 6px;
}
/* .mud-grid-item-lg-9 {
    flex-grow: 0;
    max-width: 73%;
    flex-basis: 75%;
} */
.p-ann {
    font-size: 16px;
}

.p-sub-14 {
    font-family: 'Kantumruy' !important; 
    font-size: inherit !important;
    text-align: start;
    line-height: 30px;
    margin-top: -5px;
    margin-bottom: -15px;
    padding: 1px;
}

.mud-input-label-outlined {
    font-size: 14px !important;
}

.mud-item-custom-padding-6 > button {
    padding: 12px 12px !important;
}
/*.mud-button {
    padding: 8px;
    min-width: 130px;
}*/
.mt-5, .my-5 {
    margin-top: 14px !important;
}

.mud-typography-body1 {
    font-size: inherit;
}

p.mud-typography.mud-typography-body1 {
    font-family: 'Kantumruy';
}

.menu-active {
    background: rgb(26 41 129) !important;
    border-radius: 0px !important;
    line-height: 2 !important;
    color: white !important;
}

    .menu-active > button {
        background: rgb(26 41 129) !important;
        border-radius: 0px !important;
        line-height: 2 !important;
        color: white !important;
    }

.menu-size {
    border-radius: 0px !important;
    line-height: 2 !important;
    color: white !important;
}

    .menu-size > button {
        border-radius: 0px !important;
        line-height: 2 !important;
        color: white !important;
    }
/*announcement*/
.btn-ann {
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,1);
    border-radius: 6px;
    cursor: pointer;
    /*box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
}
.btn-new-box {
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,1);
    border-radius: 6px;
    cursor: pointer;
}
.img-ann-cus {
    min-height: 100px;
    width: 80px;
    border-radius: 6px;
    object-fit: contain;
    background: #fff;
    margin-right: 10px;
}

.img-ann {
    height: 100%;
    width: 110px;
    margin-right: 10px;
}

.b-ann {
    font-family: Kantumruy;
    font-size: 10pt;
    text-align: start;
    padding-top: 10px;
    color: rgba(57,73,171,1);
    /*text overflow*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/ /* number of lines to show */
    -webkit-box-orient: vertical;
}

.p-ann {
    font-family: Kantumruy;
    font-size: 9pt;
    text-align: start;
    /*text overflow*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/ /* number of lines to show */
    -webkit-box-orient: vertical;
}
/*.img-size-90{
    display: flex;
    justify-content: center;
    width: 90%;
    margin-bottom:5px;
}*/
/*hotnew*/
.btn-HN {
    height: 347px;
    width: 230px;
    background-color: white;
    /*box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
    border-radius: 6px;
}

.img-hn {
    width: 210px;
    height: 159px;
    margin-left: 2px;
}

.btn-menu {
    display: none
}

.iframe-allow {
    display: block;
}
/* Fixed header */
.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


/*exchange rate*/
.img-ex {
    height: 300px;
    width: 100%;
}

.map {
    height: 357px;
    width: 100%;
    max-width: 500px;
}
/*----------------*/

.status-info {
    width: 100%;
    height: 50px;
    background-color: #E8EAF6;
}




.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }




@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}


.mud-button-filled {
    color: var(--mud-palette-text-primary);
    box-shadow: 0 0px 0px 0px rgba(0,0,0,.0), 0 0px 0px 0 rgba(0,0,0,.0), 0 0px 0px 0 rgba(0,0,0,.0) !important;
    background-color: var(--mud-palette-action-default-hover);
}
