@font-face {
    font-family: 'Hanuman';
    src: url('../fonts/khmer/HanumanUI.eot');
    src: url('../fonts/khmer/HanumanUI.eot?#iefix') format('embedded-opentype'), url('../fonts/khmer/HanumanUI.woff2') format('woff2'), url('../fonts/khmer/HanumanUI.woff') format('woff'), url('../fonts/khmer/hanuman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hanuman';
    src: url('../fonts/khmer/HanumanUI-Bold.eot');
    src: url('../fonts/khmer/HanumanUI-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/khmer/HanumanUI-Bold.woff2') format('woff2'), url('../fonts/khmer/HanumanUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khmermef1';
    src: url('../fonts/khmer/KhmerMEF1.eot');
    src: url('../fonts/khmer/KhmerMEF1.eot?#iefix') format('embedded-opentype'), url('../fonts/khmer/KhmerMEF1.woff2') format('woff2'), url('../fonts/khmer/KhmerMEF1.woff') format('woff'), url('../fonts/khmer/KhmerMEF1.ttf') format('truetype'), url('../fonts/khmer/KhmerMEF1.svg#KhmerMEF1') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khmermef2';
    src: url('../fonts/khmer/KhmerMEF2.eot');
    src: url('../fonts/khmer/KhmerMEF2.eot?#iefix') format('embedded-opentype'), url('../fonts/khmer/KhmerMEF2.woff2') format('woff2'), url('../fonts/khmer/KhmerMEF2.woff') format('woff'), url('../fonts/khmer/KhmerMEF2.ttf') format('truetype'), url('../fonts/khmer/KhmerMEF2.svg#KhmerMEF2') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khmer-OS-Battambang';
    src: url('../fonts/khmer/Khmer-OS-Battambang.ttf.woff') format('woff'), url('../fonts/khmer/Khmer-OS-Battambang.ttf.svg#Khmer-OS-Battambang') format('svg'), url('../fonts/khmer/Khmer-OS-Battambang.ttf.eot'), url('../fonts/khmer/Khmer-OS-Battambang.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+00-FFFF;
}

@font-face {
    font-family: 'Khmer-OS-Battambang-Regular';
    src: url('../fonts/khmer/Khmer-OS-Battambang-Regular.ttf.svg#Khmer-OS-Battambang-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+00-FFFF;
}

@font-face {
    font-family: 'KhmerMN';
    src: url('../fonts/khmer/KhmerMN.ttc');
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/khmer/Futura.ttc');
}

body {
    font-family: Futura, KhmerMef1, Hanuman, Montserrat;
    font-size: 20px;
}

h1,
h2,
h3,
h4 {
    font-family: Futura, KhmerMef1, Montserrat !important;
    font-size: larger !important;
    font-weight: bolder !important;
}

body.login .copy h1 {
    font-family: Futura, KhmerMef1, Montserrat !important;
}

h5 {
    font-family: Futura, KhmerMef1, Montserrat;
    font-size: larger !important;
    font-weight: bolder !important;
}

h6 {
    font-family: Futura, KhmerMef1, Hanuman, Montserrat;
}

h4 {
    font-size: 22px;
}

span {
    font-family: Futura, KhmerMef1, Hanuman, Montserrat;
    font-size: 18px;
}

div {
    font-size: 16px !important;
}

p {
    font-family: Futura, KhmerMef1, Hanuman, Montserrat;
    font-size: 16px !important;
}

input::placeholder {
    font-size: 16px !important;
}

button,
span,
label {
    font-family: Futura, KhmerMef1, Hanuman, Montserrat !important;
    font-size: 16px !important;
}

label.required::after {
    content: '*';
    padding-right: 5px;
    color: #FF5F00;
}

a {
    font-family: Futura, KhmerMef1, Hanuman, Montserrat;
    font-size: 16px !important;
}

.btn {
    font-size: 16px;
}

.error {
    color: red;
}

.voyager .panelf {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    margin-bottom: 22px;
}

.panelf {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 20px
}

@import url('https://fonts.googleapis.com/css?family=Niramit:300,300i,700');

/* * {
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
}
 body {
	 font-family: 'K2D', sans-serif;
	 background: #1e1e2f;
	 letter-spacing: 1px;
} */

.container {
    max-width: 650px;
    margin: 50px auto;
}


/* p {
	 font-weight: 300;
	 line-height: 1.5;
	 font-size: 14px;
	 opacity: 0.8;
} */

.timeline {
    position: relative;
    padding-left: 4rem;
    margin: 0 0 0 30px;
    color: white;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #27293d;
}

.timeline .timeline-container {
    position: relative;
    margin-bottom: 2.5rem;
}

.timeline .timeline-container .timeline-icon {
    position: absolute;
    left: -88px;
    top: 4px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 2rem;
    background: #4f537b;
}

.timeline .timeline-container .timeline-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.timeline .timeline-container .timeline-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.timeline .timeline-container .timeline-body {
    background: #27293d;
    border-radius: 3px;
    padding: 20px 20px 15px;
    box-shadow: 1px 3px 9px rgba(0, 0, 0, .1);
}

.timeline .timeline-container .timeline-body:before {
    content: '';
    background: inherit;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: -10px;
    transform: rotate(45deg);
    border-radius: 0 0 0 2px;
}

.timeline .timeline-container .timeline-body .timeline-title {
    margin-bottom: 1.4rem;
}

.timeline .timeline-container .timeline-body .timeline-title .badge {
    background: #4f537b;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}

.timeline .timeline-container .timeline-body .timeline-subtitle {
    font-weight: 300;
    font-style: italic;
    opacity: 0.4;
    margin-top: 16px;
    font-size: 11px;
}

.timeline .timeline-container.primary .badge,
.timeline .timeline-container.primary .timeline-icon {
    background: #1d8cf8 !important;
}

.timeline .timeline-container.info .badge,
.timeline .timeline-container.info .timeline-icon {
    background: #11cdef !important;
}

.timeline .timeline-container.success .badge,
.timeline .timeline-container.success .timeline-icon {
    background: #00bf9a !important;
}

.timeline .timeline-container.warning .badge,
.timeline .timeline-container.warning .timeline-icon {
    background: #ff8d72 !important;
}

.timeline .timeline-container.danger .badge,
.timeline .timeline-container.danger .timeline-icon {
    background: #fd5d93 !important;
}

.author {
    font-family: inherit;
    padding: 3em;
    text-align: center;
    width: 100%;
    color: white;
}

.author a:link,
.author a:visited {
    color: white;
}

.author a:link:hover,
.author a:visited:hover {
    text-decoration: none;
}

.author .btn:link,
.author .btn:visited {
    margin-top: 1em;
    text-decoration: none;
    display: inline-block;
    font-family: inherit;
    font-weight: 100;
    color: white;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: black;
    padding: 1.5em 2rem;
    border-radius: 1em;
    transition: 0.5s all;
}

.author .btn:link:hover,
.author .btn:visited:hover,
.author .btn:link:focus,
.author .btn:visited:focus,
.author .btn:link:active,
.author .btn:visited:active {
    background-color: #1a1a1a;
}

.profile .dropdown-toggle img {
    display: inline !important;
    border-radius: 50% !important;
    height: 30px !important;
    width: 30px !important;
}

.form-control {
    font-size: 17px;
}

.autocomplete-items {
    font-size: 16px;
    position: absolute;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 10px;
    right: 10px;
}

.autocomplete-items div {
    padding: 4px;
    padding-left: 11px;
    cursor: pointer;
    background-color: #fff;
}


/*when hovering an item:*/

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}


/*when navigating through the items using the arrow keys:*/

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.file-upload .file-select {
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #34495e;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button,
.upload-file-button:hover {
    background: #34495e;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button,
.upload-file-button.active {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2px;
}

.file-upload a {
    color: #34495e;
    background-color: #dce4ec;
    padding: 8px 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    border: none;
    cursor: pointer;
}

.file-upload .upload-file-button.active:hover {
    opacity: 0.5;
}

.file-upload .file-select.no-file {
    border-color: red;
}

.body-color {
    background-color: #f5fbff;
}

.info-section {
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
    /* Light gradient */
    padding: 20px;
    /* Add padding inside the div */
    border-radius: 30px;
    /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Soft shadow */
    border: 1px solid #ddd;
    /* Light border */
    margin-bottom: 20px;
    /* Add some space at the bottom */
}

.input_select_box {
    border-radius: 30px !important;
    font-size: 14px;
}
.voyager a{
    font-family: Futura, KhmerMef1, Hanuman, Montserrat !important;
}
/* border radius form input */

.input {
    border-radius: 30px;
}

.input-radius {
    border-radius: 30px;
}

.bg-color-card {
    background-color: #eaeced;
}

.bg-color-step3 {
    background-color: #cdeaff;
}


/* For single select dropdown */

.select2-container .select2-selection--single {
    border-radius: 30px !important;
    padding-left: 10px;
}


/* For multiple select dropdown */

.select2-container .select2-selection--multiple {
    border-radius: 30px !important;
    height: 40px;
    padding-left: 10px;
}
.breadcrumb{
    font-size: 16px !important;
}

/* For dropdown options */


/* .select2-container--default .select2-results__options {
    border-radius: 30px !important;
} */