.navbar-nav::-webkit-scrollbar{
    display: none;
}
.main-page ::-webkit-scrollbar,
  .modal-dialog ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  .main-page ::-webkit-scrollbar-track,
  .modal-dialog ::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
  }
  .main-page ::-webkit-scrollbar-track:hover,
  .modal-dialog ::-webkit-scrollbar-track:hover {
    background: #ffffff;
  }
  .table-scroll::-webkit-scrollbar-track {
    background: #DADBE2;
    border-radius: 10px;
  }
  .table-scroll::-webkit-scrollbar-track:hover{
    background: #DADBE2;
  }
   
  .main-page ::-webkit-scrollbar-thumb,
  .modal-dialog ::-webkit-scrollbar-thumb {
    background: #D3D3D3; 
    border-radius: 10px;
  }
  
  .main-page ::-webkit-scrollbar-thumb:hover,
  .modal-dialog ::-webkit-scrollbar-thumb:hover {
    background:#3d6499; 
  }

.login .icon-login{
    width: 190px;
    height: 90px;
}
.login .img-login{
    width: 100%;
    height: 100vh;
}

.login-btn{
    padding: 8px 0.75rem 10px;
}
.login .input-group .input-group-text{
    background-color: transparent;
}
/* .main-page{
    min-height: 100vh;
} */
.main-page .main-content{
    margin-top: 120px;
    width: 100%;
    display: inline-block;
    padding: 0 21px;
    overflow: hidden;
}
@media(max-width:992px){
    .main-page .main-content{
        margin-top: 100px;
    }
}
.navbar{
  box-shadow: 0px 3px 6px #09106F29;
}
.navbar .navbar-nav {
  overflow-x: auto;
}
.navbar .logo{
    height: 45px;
    width: 70px;
}
.navbar-nav .nav-item{
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: flex;
    width:90px;
    font-family: 'nova-regular';
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    float:left;
    border-bottom: 2px solid transparent;
}
.navbar .nav-title{
    white-space: nowrap;
}
@media(min-width:1020px) and (max-width:1080px){
    .navbar-nav .nav-item{
        width:82px;
    }
}
@media(min-width:992px) and (max-width:1019px){
    .navbar-nav .nav-item{
        width:75px;
    }
}
.nav-item .nav-link .nav-icon,  
.navbar-nav .nav-item{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-nav .nav-item:focus{
    outline: none;
}
.navbar .navbar-nav .nav-item.active,
.navbar .navbar-nav .nav-item:hover{
    border-bottom: 2px solid #cc324c;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item:hover .nav-link{
    color: #111FD6;
}
.navbar .navbar-nav .nav-link{
    padding-top: 0.8rem;
    padding-bottom: 0.60rem;
    color: #161616;
    margin: auto;
    text-align: center;
}
.nav-item .nav-link .nav-icon{
    width: 20px;
    height: 20px;
    fill: #8D8D8D !important
}
.nav-item.active .nav-link .nav-icon,
.nav-item:hover .nav-link .nav-icon{
    fill: #cc324c !important;
}
.navbar .nav-img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.navbar .navbar-toggler {
    padding: 4px 7px;
    font-size: 13px;
}
.navbar .navbar-toggler:focus {
    box-shadow: none;
}
.page{
    position: relative;
    margin-bottom: 1rem;
}

.side-menu{
    width: 100%;
}
@media(min-width:570px){
    .side-menu{
        width: 275px;
        float: left;
        position: fixed;
        top: 125px;
        left: 10px;
    }
    .page-content{
        padding-left: 280px;
    }
}
@media(min-width:767px){
    .side-menu{
        width: 305px;
        float: left;
        position: fixed;
        top: 125px;
        left: 40px;
    }
    .side-menu .side-list{
        height: 300px !important;
    }
    .page-content{
        padding-left: 340px;
    }
    .main-page .main-content{
        padding: 0 51px;
    }
}
.side-menu .side-list{
    height: 200px;
    overflow-y: auto;
}
.card-content .card-list{
    height: calc(100vh - 242px);
    overflow-y: auto;
    margin-right: -12px;
    margin-left: -12px;
    padding-right: 12px;
    padding-left: 12px;
}

.header-search.input-group .form-control{
    border:none ;
    background-color: transparent;
    padding: 3px 0 3px 7px;
}
.header-search.input-group .input-group-text{
    border:none ;
    background-color: transparent;
    padding: 0;
}
.card-footer,
.card-header{
    margin-right: -17px;
    margin-left: -17px;
    padding-right: 17px;
    padding-left: 17px;
    min-height: 47.41px;
    background-color: transparent;
    display: flex;
}
.card-header{
    border-bottom: 2px solid #EAEAEA;
    padding-top: 0;
    min-height: 47.41px;
    flex-direction: column;
}
.card-footer {
    border-top: 2px solid #EAEAEA;
    padding-bottom: 0;
}
.attach-btn,
.card-header .search-btn,
.add-btn{
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.card-header .search-btn,
.add-btn{
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
}
.attach-btn {
    padding-top: 0.25rem;
    padding-bottom: 0.4rem;
    background-color: #505050;
}
.attach-btn:hover{
    background-color: #383838;
}
.table-btn{
    padding: 2px 4px !important;
    margin-top: -3px;
    display: flex; 
}
.room-btn{
    border-radius: 6px;
    font-size: 11px;
    font-weight: bold;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
    color: #fff;
}
.add-btn{
    background-color: #111FD6;
}
.card-header .search-btn{
    background-color: #383838;
}
/* .card-content .form .input-group .form-control{
    border-right: none;
} */
.card-content .form .input-group .form-control:focus ~ .input-group-text{
    border-color: #86b7fe;
}
.card-content .form .input-group-text{
    background-color: transparent;
    padding: 0 7px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.card-content .form .input-group-text img{
    width: 15px;
    height: 15px;
}
.form-group .form-check{display: flex;}
.task-side{
    position: fixed;
    top: 55px;
    right: 0;
    z-index: 999;
    background-color: #fff;
    overflow: hidden;
    box-shadow: -3px 0px 3px #3333331A;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
}
.task-side.open{
    right: 0;
    /* width: 305px; */
    /* animation: task-side-width 0.5s ease-in-out ; */
}
.task-side.close{
    right: -100%;
    /* width: 0px; */
    /* animation: task-side-collapes 0.5s ease-in-out ; */
}

@keyframes task-side-width{
    0%{width: 0px;}
    100%{width: 305px;}
}
@keyframes task-side-collapes{
    0%{width: 305px;}
    100%{width: 0px;}
}

.task-side .side-list{
    overflow-y: auto;
    height: 60vh;
}
/* .ng-select .ng-arrow-wrapper .ng-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
}
.ng-select .ng-clear-wrapper {
    margin-top: -3px;
    height: 17px;
    width: 12px !important;
}
.ng-select .ng-clear-wrapper .ng-clear {
    line-height: 0 !important;
}
.ng-select .ng-clear-wrapper:hover .ng-clear{
    color: #CB0B0B !important;
}
.ng-dropdown-panel .ng-option{
    padding: 4px 0;
} */

.form-check {
    margin-bottom: .225rem;
}
:host ::ng-deep .calendar_default_rowheader_inner {
    text-align: left;
    padding: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  :host ::ng-deep .calendar_default_colheader_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  :host ::ng-deep .calendar_default_event_inner {
    color: #333;
  }

  .icon-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    width: 1.8rem;
    height: 1.8rem;
    background-color: #111FD6;
    border-radius: 7px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: 5px;
}
.icon-btn.edit-btn,
.icon-btn.back-btn{
    border: 2px solid #111FD6;
    color: #111FD6;
    background-color: #fff;
    text-decoration: unset;
}
.icon-btn.edit-btn:hover,
.icon-btn.back-btn:hover{
    color: #fff;
    background-color: #111FD6;
}

.panel-footer .total-items p{
    font-weight: bold;
}
.dropdown-item {
    font-weight: bold;
    font-size: 13px;
    color: #525252;
}

bs-datepicker-container{
    z-index: 11;
}
.calender .table thead {
    background-color: unset;
}
.calender .table thead th {
    background-color: #fff;
    border: 1px solid #E0E0E0;
    color: #161616;
}
.calender .table th, .calender .table td {
    text-align: center;
    padding: 16px;
    vertical-align: middle;
    min-width: 130px;
    position: relative;
}
.calender .table th:first-child, .calender .table td:first-child {
    width: 90px;
    min-width: unset;
}
.calender .table td:first-child {
    background-color: #fff;
    position: sticky;
    right: 0;
    z-index: 8;
}
.calender .table-scroll {
    padding: 0;
}
.calender .received{background-color: #959595!important;}
.calender .received-light{background-color: #95959538!important;}
.calender .confirmed{background-color: #0BCB3E!important;}
.calender .confirmed-light{background-color: #0BCB3E38!important;}
.calender .paid{background-color: #03A9F3!important;}
.calender .paid-light{background-color: #03A9F338!important;}
.table tbody td.current{background: #97e7ea3b !important;}
.reserve-container{
    border-radius: 20px;
}
.calender .circle{
    width: 28px;
    height: 28px;
    transition: 0.7 all ease-in-out;
}
.calender .add-circle{
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    border-bottom-left-radius: 4px;
}
.calender .add-circle img{
    width: 14px;
    height: 14px;
}
.timepicker-dial__time{
    direction: ltr;
}


ng-select.form-control {
    padding: 0 0 0 4px !important;
  }
  
  .ng-select .ng-select-container {
    border-radius: unset !important;
    border: unset !important;
    background-color: transparent !important;
    align-items: center;
  }
  .ng-select .ng-select-container, .ng-select-container {
    height: 28.5px !important;
    min-height: unset !important;
  }
  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
  .ng-select .ng-select-container {
    font-weight: bold;
  }
  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
  .ng-select .ng-select-container {
    color: #161616 !important;
  }
  .ng-select.ng-select-single .ng-select-container .ng-value-container, 
  .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    align-items: center;
  }
  .ng-select .ng-select-container .ng-value-container {
    padding-left: unset !important;
    padding-right: 10px !important;
  }
  .ng-value-container .ng-value{
    transition: unset;
  }
  .ng-select .ng-select-container .ng-value-container .ng-placeholder {
    color: #999;
  }
  .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    top: 5px;
  }
  .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    left: unset !important;
    right: 0 !important;
    padding-left: 50px !important;
    padding-right: 10px !important;
  }
  .ng-select .ng-arrow-wrapper {
    width: 25px;
    padding-right: 5px;
  }
  .ng-select.ng-select-opened>.ng-select-container .ng-arrow {
    top: -2px;
    border-color: transparent transparent #999;
    border-width: 0 5px 5px;
    margin-bottom: unset;
  }
  .ng-select .ng-arrow-wrapper .ng-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    margin-bottom: -2px;
    transition: unset;
  }
  .ng-dropdown-panel.ng-select-top {
    bottom: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-color: #e6e6e6;
    margin-bottom: -1px;
  }
  .ng-dropdown-panel {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgb(0 0 0 / 6%);
    left: 0;
    z-index: 1060 !important;
  }
  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    background-color: #fff;
    padding: 8px 10px;
    color: #161616;
  }
  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
    background-color: #f5faff;
  }
  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option, .ng-select .ng-select-container, .bold {
    font-weight: bold;
  }

  .ui-tree {
    width: 20em;
    border: 1.5px solid #bababa;
    border-radius: 4px;
    padding: 4px;
}
.ui-tree .ui-tree-container {
    padding: 0 .25em .5rem !important;
}
.ui-tree .ui-treenode-label {
    font-size: 14px;
    font-weight: bold !important;
    margin-top: -4px;
}

  


.invoice-box {
    max-width: 800px;
    margin: auto;
    margin-top: 30px;
    /* padding-top: 80px; */
    /* border: 1px solid #eee; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .15); */
    font-size: 12px;
    line-height: 24px;
    font-family: 'Droid Arabic Kufi', serif;
    color: black;
  }
  
  .invoice-box table {
    width: 100%;
    line-height: inherit;
    text-align: left;
  }
  
  tr:nth-child(even) {
    background-color: #f5f5f5
  }
  
  .invoice-box table td {
    padding: 5px;
    vertical-align: top;
  }
  
  .invoice-box table td span {
    outline: 1px dotted #ccc;
    margin: 3px;
    padding: 4px 6px;
    display: inline-block;
    min-width: 70px;
  }
  
  .invoice-box table tr.top table td {
    padding-bottom: 20px;
  }
  
  .invoice-box table tr.top table td.title {
    font-size: 12px;
    /* line-height: 45px; */
    font-weight: bold;
    color: #333;
  }
  
  .invoice-box table tr.information {
    border-top: 3px double #000000;
    background-color: white;
    font-weight: bold;
  }
  
  .heading td, .item td {
    border: 1px solid #ddd !important;
    min-height: 20px;
    font-size: 12px;
  }
  
  .invoice-box table tr.information table td {
    padding-bottom: 40px;
  }
  
  .invoice-box table tr.heading td {
    background: #f5f5f5;
    /* border-bottom: 1px solid #ddd; */
    font-weight: bold;
  }
  
  .invoice-box table tr.details td {
    padding-bottom: 20px;
  }
  
  .invoice-box table tr.total td:nth-child(2) {
    /* border-top: 2px solid #eee; */
    font-weight: bold;
  }
  
  @media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td {
      width: 100%;
      display: block;
      text-align: center;
    }
    .invoice-box table tr.information table td {
      width: 100%;
      display: block;
      text-align: center;
    }
  }
  
  /** RTL **/
  
  .invoice-box.rtl {
    direction: rtl;
    font-family: tahoma, serif;
  }
  
  .invoice-box.rtl table {
    text-align: right;
    border-collapse: collapse;
  }
  /* 
  .invoice-box.rtl table tr.information td:nth-child(2) {
    float: left;
  }
  
  .invoice-box.rtl table tr.information td:nth-child(1) {
    float: right;
  } */
  
  .invoice-box.rtl table tr.top td:nth-child(2) {
    padding-top: 20px;
  }
  
  /* **************************Print**************************************** */
  
  .print-only {
    display: none;
  }
    
  @media print {
    .navbar,
    .no-print {
      display: none !important;
    }
    .print-only {
      display: block;
    }
    .main-content{
        margin-top: 0 !important;
    }
    .table-scroll {
      max-height: unset;
      overflow-y: unset;
    }
    .table thead tr:last-child td, .table thead tr:last-child th {
      /* position: unset !important; */
      top: 0;
    }
    table { page-break-after:auto }
    tr    { page-break-inside:avoid; page-break-after:auto }
    td    { page-break-inside:avoid; page-break-after:auto }
    thead { display: table-row-group; }
    tfoot { display:table-footer-group }
    .p0-print{
      padding: 0 !important;
    }
  }
  
  .print-describe-box{
    border: 1px dashed #918c8c;
    padding: 0px 4px 2px;
    border-radius: 3px;
  }
  .print-details{
    padding: 8px 0; 
    margin-bottom: 8px;
    border-bottom: 1.5px solid #111FD6;
  }
  .print-details p{
    font-size: 15px;
    font-weight: bold;
    border: 1px dashed #aaaaaa;
    border-radius: 4px;
    padding: 0 8px 4px;
    margin-bottom: 0;
  }
  