/* @font-face {
  font-family: 'Pyidaungsu';
  src: url('../fonts/Pyidaungsu-2.5.3_Regular.ttf');
} */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
li,
div,
a,
label,
button {
    font-weight: normal !important;
}

p, li, input, label {
    font-size: 14px !important;
}

.navigation li,
.sidebar-dd-menu a {
    font-size: 12px !important;
}

* {
    font-family: 'Pyidaungsu', 'Arial', 'sans-serif'; 
}
.sidebar-menu{
    height: calc(100vh - 100px);
}
.logo-text {
    margin-top: 14.5px;
    margin-bottom: 14.5px;
    font-size: 24px !important;
}

.flex-container {
    display: flex;
}

.flex-container .flex-title {
    width: 100%;
}

#searchForm .form-flex {
    display: flex;
}

#searchForm .form-flex div {
    width: 100%;
    margin-right: 20px;
}

#searchForm .form-flex div button {
    margin-top: 27.5px;
}

#searchForm .form-flex div.contains-button-div {
    margin-right: 0;
    flex: 1;
}

.contains-po {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #c0c0c0;
}

.contains-ship-to {
    width: 100%;
    max-width: 300px;
}

.contains-ship-to h5 {
    padding-left: 5px;
    padding-right: 5px;
}

.contains-ship-to h6 {
    background: purple;
    box-sizing: border-box;
    padding: 5px 10px;
}

.contains-ship-to p {
    padding-left: 5px;
    padding-right: 5px;
}

@media(max-width: 789px) {
    .flex-container {
        display: block !important;
    }

    .flex-container a {
        width: 100% !important;
    }

    #searchForm .form-flex {
        display: block !important;
    }

    #searchForm .form-flex div {
        display: block !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }

    #searchForm .form-flex div button {
        margin-bottom: -10px !important;
        margin-top: 0 !important;
        width: 100% !important;
    }
}

/**
 * Chat room CSS
 */
.contains-live-chat {
    height: 550px;
    border: 1px solid #e0e0e0;
    position: relative;
}

.live-chat-box {
    height: 500px;
    box-sizing: border-box;
    padding: 10px;
    overflow: scroll;
}

.live-chat-message-box {
    border-top: 1px solid #e0e0e0;
    height: 49px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
}

.live-chat-message-box form {
    display: flex;
}

.live-chat-message-box input[type='text'] {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    font-family: "Roboto", -apple-system, system-ui, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    border: 0;
    resize: none;
    height: 40px;
    word-wrap: break-word;
    white-space: initial;
    overflow-wrap: break-word;
}

.live-chat-message-box button {
    width: 60px;
    height: 48px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    font-family: "Roboto", -apple-system, system-ui, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    border-radius: 0;
}

.live-chat-box .message {
    width: 100%;
    background: #f0f0f0;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
}

.live-chat-box .message p {
    padding: 0;
    margin: 0;
}

.live-chat-box .message.admin-message {
    background: #875F9A;
    color: white;
}

.template-list{
    padding: 0;
    list-style: none;
}

.template-list li{
    padding:10px 15px;
    cursor: pointer;
    transition: all 0.4s;
}
.template-list li:hover{
    color:#fff;
    background-color:#445192;
}
.template-list li h4{
    font-size: 15px;
    margin:0;
}
.image-forum-list{
    display:inline-block;margin-right: 10px;margin-top: 5px;
}
.image-container{
    width: 80px;
    height: 60px;
    overflow:hidden;
    background-size: cover !important;
    border-radius: 5px;
}

.navigation a:hover {
    text-decoration: none !important;
}

.sidebar-dd-menu a {
    font-size: 14px;
}

.callout {
    margin-bottom: 20px !important;
}

.callout-danger li {
    color: #dc3545 !important;
}

.callout ul {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.btn.btn-success {
    min-width: 150px;
}

.mB-20 {
    margin-bottom: 20px;
}

.mT-20 {
    margin-top: 20px;
}

.mR-10 {
    margin-right: 10px;
}

.flex-title {
    font-size: 24px;
}

.form-text {
    display: block;
    font-size: 1.15em;
    color: red !important;
}

.pB-10 {
    padding-bottom: 10px;
    width: 100%;
    display: block;
}

.table-responsive {
    overflow-x: auto;
}

.selectize-input input {
    height: auto !important;
}

.form-control + .form-control, .input-group + .input-group {
    margin-top: 0 !important;
}

.global-search-container {
    border:none !important;
}

.global-search-addon {
    font-size: 13px;
    background: #c3c3c3;
    border: none;
}

.global-search-input {
    font-size: 12px !important;
    border: none;
}
.global-search-big-input-container .input-group {
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    overflow: hidden;
}

.global-search-big-input-container .input-group-addon {
    border: none;
    background: none;
    font-size: 28px;
    padding-right: 20px;
}

.global-search-big-input-container input {
    border: none;
    font-size: 28px !important;
    padding: 10px 30px 10px 10px;
    height: auto !important;
}

/**
 * Typeahead css
 */
.tt-hint {
  color: #999
}

.tt-menu {
    position: absolute;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
            border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
            box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 8px 15px;
  font-size: 13px;
  line-height: 1;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.twitter-typeahead {
    width: 100%;
}

.btn-input-file {
    position: relative;
}

.btn-input-file input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

.btn-input-file label {
    margin: 0;
    font-size: 12px !important;
}

.hidden-field {
    display: none;
}

.badge-success {
    background-color: #10c72b;
}

.badge-magenta {
    background-color: #600fd1;
}

.badge-warning {
    background-color: #e6b720;
}

.badge-danger {
    background-color: #dc3545;
}

.badge-orange {
    background-color: orange;
}


/* css for advertising section */

.border-module {
    border-radius: 0.75rem !important;
    border: 1px solid #E7E9EC;
    padding: 31px;
    margin-top: 20px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

#image-advertising {
    background-repeat: no-repeat;
    background-origin: border-box;
    width: auto;
    height: auto;
  }

.card {
    padding: 15px 10px;
    margin: 30px;
    background-color: #fff;
}

.card-header {
    margin-bottom: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.125);
    max-width: 400px;
}
  
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 0rem;
}

.card-footer {
    padding: 0.75rem 0rem;
}

.button-download:link, .button-download:visited {
    background-color: #FC5414	;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 0.75rem !important;
}
  
.button-download:hover, .button-download:active {
    background-color: #FF4500	;
}

.gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+48,ffffff+100&1+49,0+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 48%, rgba(255,255,255,1) 49%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 48%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 48%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
 
.flex.flex-end {
    justify-content: flex-end;
}
  
.notification {
    float: right; 
    /* padding: 13px;  */
    margin-right: 60px;
}

.notification .timeline {
    list-style: none;
    padding-left: 0;
    position: relative;
}

.notification .timeline.active {
    background-color: #65b68833
}

.notification .dropdown-menu{
    padding:0 0 0 0;
}

.notification a.dropdown-menu-header {
    background: #f7f9fe;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
}
.notification .dropdown-menu > li a {
    padding: 10px 20px;
}

.notification .dropdown-menu > li:first-child:after {
    position: absolute;
    top: -5px;
    left: unset;
    right: 22px !important;
    display: inline-block;
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid #3A4B55;
    border-left: 6px solid rgba(0, 0, 0, 0);
    content: '';
}

.notification a.dropdown-menu-header {
    color: #ffffff;
    background-color: #3A4B55;
}

.notification .dropdown-menu > li:first-child:before {
    display: none !important;
}
  
.notification .badge{
    padding: 3px 5px 2px;
    position: absolute;
    top: 8px;
    right: 0px;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    width: 27px;
}

.notification .timeline .timeline-date {
    display: inline-block;
    width: 100%;
    color: #a6a6a6;
    font-style: italic;
    font-size: 13px;
}

.notification .notification-list {
    max-height: 365px; 
    overflow: scroll; 
    padding-left: 0;
}

.notification .notification-list .list-item {
    padding: 10px 10px 0 15px; 
    width:330px; 
    border-bottom: 1px solid #a6a6a6;
}

.nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    background: none;
    font-weight: 500;
    transition: color 0.2s, border-bottom 0.2s;
}
.nav-tabs .nav-link.active {
    color: #0d6efd;
    border-bottom: 2.5px solid #0d6efd;
    background: none;
}

.st0 {
    display: none;
}

.st1 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st2 {
    fill: #303030;
}

.d-flex {
    display: flex;
    align-items: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-end {
    align-items: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.flex-column {
    flex-direction: column;
}

.gap-2 {
    gap: 1rem;
}
.border-bottom {
    border-bottom: 2px solid #009dff;
}

.p-3 {
    padding: 1rem 0.5rem;
}

.cursor-pointer {
    cursor: pointer;
}

.plus-btn {
    color: #0d6efd;
    border: 2px solid #0d6efd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    font-size: 1.5em;
}

.delete-btn {
    color: #ff0000;
    border: 2px solid #ff0000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    font-size: 1.5em;
    padding-bottom: 2px;
}

fieldset[disabled] .not-disabled {
    pointer-events: auto;
    opacity: 1;
    cursor: pointer;
}

.tab-content.sub-tab-content{
    border: none !important;
    margin-top: 13px;
}