@font-face {
    font-family: 'Phetsarath_OT';
    src: url('../font/phetsarath_ot.eot'),
    url('../font/phetsarath_ot.woff2') format('woff2'),
    url('../font/phetsarath_ot.woff') format('woff'),
    url('../font/phetsarath_ot.ttf') format('truetype'),
    url('../font/phetsarath_ot.svg#Phetsarath_OT') format('svg');
    font-weight: normal;
    font-style: normal;
    }


*{
    font-family: "Phetsarath_OT", sans-serif;
}


h1,h2,h3,h4,h5,h6{
    font-family: "Phetsarath_OT", sans-serif!important;
}
.form-label, .col-form-label {
    font-size: 1rem;
}

.bx.bx-x,.bx.bx-edit{
    cursor: pointer;
}



#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.btn{
    padding: 0.469rem 1.8rem;
    border-radius: none!important;
}

input[type=radio]:hover{
    cursor: pointer;
}
#loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 100;
}

.hide {
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.flatpickr-calendar.animate.open {
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar {
    line-height: 1.47;
    font-size: 0.9375rem;
    box-shadow: 0 0.25rem 1rem rgb(147 158 170 / 45%);
}



.flatpickr-calendar,
.flatpickr-days {
    background: #fff;
    width: 16.075rem !important;
}
.dayContainer{
    width : auto;
    max-width: none;
    min-width: none;
}

#outer {
    width: 100%;
    text-align: center;
}

#outer .box_inner {
    display: inline-block;
}

.dataTables_empty {
    display: none;
}

@media only screen and (max-width: 600px) {
  .mobile_print{
    padding: 0px!important;
  }
  html {
      font-size: 12px!important;
  }

  .room_price_zone{
    display: none;
  }

}

.form-control {
    border-radius: 0;
}

.authentication-bg{
    background-color: #fff;
}

#rooms_view{
    overflow-x: scroll;
}

#rooms_view tbody tr td:hover{
    cursor: pointer;
    background-color: #bbb;
}
#rooms_view tbody tr:hover{
    background-color: #F6F6F6;
}
#rooms_view tbody tr td.text-center{
    max-width: 35px;
    min-width: 35px;
}

#business_source thead tr th.text-center{
    max-width: 35px;
    min-width: 35px;
    font-size: 12px;
    font-weight: normal;
}
#business_source tbody tr td.text-center{
    max-width: 35px;
    min-width: 35px;
    font-size: 12px;
    font-weight: normal;
    border-style: dashed;
}

#business_source{
    border-color: #bbb;
}

#rooms_view tbody tr td.text-end{
    min-width: 100px;
}

.swal2-title {
    font-family: "Phetsarath_OT", sans-serif;
  }


/* Customer Form */
.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}

.star-rating {
    margin: 25px 0 0;
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 175px;
    height: 35px;
    overflow: hidden;
    position: relative;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=);
    background-size: contain;
}

span.scale-rating {
    margin: 5px 0 15px;
    display: inline-block;
    width: 100%;
}

span.scale-rating label {
    position: relative;
    -webkit-appearance: none;
    outline: 0!important;
    height: 33px;
    margin: 0 5px 0 0;
    width: calc(10% - 7px);
    float: left;
    cursor: pointer;
}

span.scale-rating>label {
    position: relative;
    -webkit-appearance: none;
    outline: 0!important;
    border: 1px solid grey;
    height: 33px;
    margin: 0 5px 0 0;
    width: calc(10% - 7px);
    float: left;
    cursor: pointer;
}

span.scale-rating input[type=radio] {
    position: absolute;
    -webkit-appearance: none;
    opacity: 0;
    outline: 0!important;
    height: 33px;
    margin: 0 5px 0 0;
    width: 100%;
    float: left;
    cursor: pointer;
    z-index: 3;
}
span.scale-rating input[type=radio] {
    position: absolute;
    -webkit-appearance: none;
    opacity: 0;
    outline: 0!important;
    height: 33px;
    margin: 0 5px 0 0;
    width: 100%;
    float: left;
    cursor: pointer;
    z-index: 3;
}

.card-header{
    font-family: "Phetsarath_OT", sans-serif;
}
td .separate_room{
    padding: 0;
    margin: 0;
    border: 0;
}
.separate_room{
    display: inline; /* the default for span */
    height: 100%;
    padding: 0;
    margin: 0;

    position: relative;
}

.separate_room .separate1 {
    display: inline-block;
    width: 50%;
    height: 100%;
    min-height:30px;
    top: 0;
    vertical-align: middle;
  }

  .separate_room .separate2 {
    display: inline-block;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    vertical-align: middle;
    min-height:30px;
  }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.file_description:hover{
    color: #575cff;
    cursor: pointer;
}

.no-padding tbody tr td{
    padding: 0;
}

.login_form{
    width: 400px;
}

@media (max-width: 500px) {
    .login_form{
        width: 350px;
    }
}

@media (max-width: 400px) {
    .login_form{
        width: 300px;
    }
}
@media (max-width: 300px) {
    .login_form{
        width: 250px;
    }
}


i:hover{
    cursor: pointer;
}


#share_list_table tbody tr td,#share_list_table thead tr th{
    padding: 0.2rem 1rem;
    font-size: 14px;
    font-weight: normal;
}

footer{
    bottom:0px;
    width: 100%;
    background-color: #375AA4;
    padding: 30px;
    box-shadow: black;
    color: white;
    position: relative;
    z-index: 1080;
    margin-top: 50px;
}

.datatable-action{
    width: 10px;
    padding: 0 !important;
    text-align: center;

}

.workflow_button{
    width: 150px;
}


.timeline .timeline-end-indicator {
    left: -1rem;
    bottom: -2.1rem;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #5a8dee;
    background-color: #f2f2f6 !important;
    width: 2rem;
    height: 2rem;
}

.timeline .timeline-item .timeline-indicator {
    width: 2rem;
    height: 2rem;
    left: -1rem;
    padding-top: 4px;
}

.resolution-files {
    border: 1px #cbcbcb solid;
    border-radius: 2px;
    font-size: 1.2rem;
    margin-left: 0;
    margin-bottom: 1.5rem;
}

.resolution-files li:last-child {
    border-bottom: none;
}
.resolution-files li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px #cbcbcb solid;
}

.resolution-files li .resolution-file-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-all;
}

.resolution-files li .resolution-file-name div.icon {
    padding-top: 2px;
    padding-right: 5px;
}

.resolution-files li .resolution-file-name .name {
    line-height: 2.4rem;
}

.resolution-files li .resolution-file-download, .resolution-files li .resolution-file-preview {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border: 0 #cbcbcb solid;
    border-left-width: 1px;
    margin: 3px 0;
}

.resolution-files li .resolution-file-download img, .resolution-files li .resolution-file-preview img {
    padding: 12px 20px 11px;
}

.resolution-files li .resolution-file-download, .resolution-files li .resolution-file-preview {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border: 0 #cbcbcb solid;
    border-left-width: 1px;
    margin: 3px 0;
}


.resolution-files li .resolution-file-download img, .resolution-files li .resolution-file-preview img {
    padding: 20px 20px 19px;
}

table.dataTable thead tr th:first-child {
    background-image: none;
}

.no-sort::after, .no-sort::before { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }


.menu-item{
    cursor: pointer;
}

table.dataTable td {
    padding: 5px;
    font-size: 14px;
  }


  #loading{
    z-index: 2000;
  }


  .dropdown-menu {
    z-index: 1100!important;

  }

  .tags_button{
    padding-left:10px!important;
    padding-right:10px!important;
    font-size: 13px;
  }

  .light-style .bootstrap-select {
    border-radius: 0!important;
  }


  .main_menu_active{
    background-color: #007bff;
    color: #FFFFFF!important;
  }

  .main_menu_active a{
    background-color: #007bff;
    color: #FFFFFF!important;
  }

  .workflow-title{
    background-color: #E5ECFC!important;
  }

.workflow-add-button{
    background-color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    font-size: 11px;
}




#directory_table tbody tr{
    cursor: pointer;
    height: 50px;
}

.card_table_tasks{
    background-color: #d1ddf4;
}

.table_tasks tbody tr{
    line-height: 30px;
}


/* Style for the dropdown container */
.tasks-dropdown {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.3125rem 0;
    margin: 0;
    font-size: 0.9375rem;
    color: #677788;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 0.3125rem;
}

/* Style for the dropdown items */
.tasks-dropdown ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tasks-dropdown li {
    padding: 10px;
}

.tasks-dropdown a {
    text-decoration: none;
    color: #333;
    display: block;
}

.tasks-dropdown a:hover {
    background-color: #f2f2f2;
}


a.dropdown-item{
    cursor: pointer;
}

.layout-navbar {
    background-color: #005BAE!important;
}

.taskdetail_label {
    max-width: 80%;
}

.list-icon-directory{
    width: 1.5rem;
}


p.iconview_title{
    overflow: hidden!important;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    padding: 0px;
}

.card-title img{
    max-width: 100%;
    max-height: 70%;

}


#iconview_zone .col {
    max-width: calc(100% / 12 - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

#iconview_zone .col img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1700px) {
    #iconview_zone .col {
        max-width: calc(100% / 10 - 5px);
    }
}

@media (max-width: 1500px) {
    #iconview_zone .col {
        max-width: calc(100% / 8 - 5px);
    }
}


@media (max-width: 768px) {
    #iconview_zone .col {
        max-width: calc(100% / 4 - 5px);
    }
}



#iconview_zone .card-body{
    padding: 5px;
}


.iconview-card{
    border-color: #bbb;
}
.iconview-card:hover{
    border-color: #007bff;
    cursor: pointer;
}

.dashboard-card1{
    background-color: #FFF6C3;
    color: #333;
    text-align: center;
}

.dashboard-card2{
    background-color: #D7FFEB;
    color: #333;
    text-align: center;
}

.dashboard-card3{
    background-color: #FFE4E4;
    color: #333;
    text-align: center;
}

.dashboard-card4{
    background-color: #FFE0C3;
    color: #333;
    text-align: center;
}

.dashboard-card5{
    background-color: #E5ECFC;
    color: #333;
    text-align: center;
}

.dashboard-text{
    font-size: 16px!important;
    font-weight: bold;
}
.dashboard-card1 i{
    color: #FBDC3B;
}

.dashboard-card2 i{
    color: #39DBA0;
}

.dashboard-card3 i{
    color: #F46666;
}
.dashboard-card4 i{
    color: #FB973A;
}

.dashboard-card5 i{
    color: #699BF7;
}

#updownload_barChart {
    width: 100%;
    height: 240px;
  }

  #disk_pieChart {

    height: 100%;
  }

  .additional-text {
    font-size: 14px;
    text-align: right;
}

.daskboard-card-title{
    font-size: 18px;
    color: #72A1F7;
}

.badge-notifications{
    padding: 0.2rem 0.4rem!important;
}


#viewerContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    position: absolute;
    inset: 0 0 0;
    outline: none;
}

#viewer {
    max-width: 100%;
    max-height: 100%;
}


.contentview
{
    background-color: #f0f0f0;
}

.iconview-image {
    width: 103px!important;
    height: 103px!important;
    width: auto;
    height: auto;
    margin: 0 auto;
  }

  #middle-header{
    padding: 0.5rem 1.5rem 0.5rem!important;
  }


  .icon_setting{
    background-color: #FFFFFF;
  }

  .icon_setting:hover{
    background-color: rgb(229, 230, 231);
  }


  .img-icon{
    width: 30px;
    height: 30px;
  }


  .dropstart .dropdown-toggle::before, .dropend .dropdown-toggle::after {

    vertical-align:baseline;
  }

  .dropend .dropdown-toggle::after {
    border: 0px;
  }

  .dropdown-item .fas.fa-angle-right {
    position: absolute;
    right: 10px; /* Adjust this value to control the spacing between text and arrow */
    top: 50%; /* Vertically center the arrow */
    transform: translateY(-50%);
    color: #bfbfbf;
}
