.Vue-Toastification__container svg path, .vue-toast-white-color {
    fill: #ffff;
    color: #ffff;
}

.radio-padding {
    padding: 7px 0
}

[v-cloak] {
    display: none;
}

.chat-participant-img {
    max-width: 50px;
    max-height: 50px;
}

.chat-message {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.d-block-imp {
    display: block !important;
}

.py-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.Quick-Chat-sec-head .dropdown-menu {
    padding: 15px;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    min-width: 16rem;
    top: 40% !important;
    transform: translate(9px, 26px) !important;
}

.Quick-Chat-sec-head .dropdown-menu:before {
    height: 1rem;
    width: 1rem;
    background-color: #fff;
    position: absolute;
    content: "";
    left: 86%;
    top: 0;
    border-left: 1px solid #d1d5db;
    border-top: 1px solid #d1d5db;
    transform: translate(50%, -50%) rotate(45deg);
}

.inbox-border{
    border: 1px solid #5B7FFF;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inbox-msg-change img {
    position: relative !important;
    right: 0 !important;
    bottom: 0 !important;
}

.timesheet-checkbox .form-check-input[type=checkbox] {
    margin-right: 8px;
}

.timesheet-checkbox .form-check-input:checked[type=checkbox] {
    margin-right: 8px;
}

.btn-red,
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    background-color: #F44336 !important;
    color: #ffffff;
}

.rightsec {
    width: calc(100%); 
    padding: 15px 7px 15px 4.1%;
    float: right;
    }
    
    .sidebarcolor {
        background: #000000;
        border-right: 1px solid #DDDDDD;
        padding: 0px 0px 8px 0px;
        min-height: 100%;
        height: 100%;
        max-height: 100%;
        }
        /* sidebar css start */
        .logo-big {
          display: none;
      }
      
      .sidebar-active .logo-big {
          display: block;
      }
      
      .sidebar-active .logo-small {
          display: none;
          height: 35px;
      }
        .sidebar {
          width: 50px;
          position: fixed;
          z-index: 1035;
          top: 0;
          left: 0;
          transition: 0.5s;
          overflow-x: hidden;
          /* padding-top: 60px; */
          white-space: nowrap;
        }
        
        #main {
          margin-left: 42px;
          transition: margin-left 0.5s;
        }
      
        .ms-64 {
          margin-left: 42px;
      }
      
        /* sidebar css end */
      
        

/*header css start*/
.headertop {
    background: #ffffff;
    box-shadow: inset 0px -1px 0px #dddddd;
    position: fixed;
    right: 0;
    z-index: 9;
  }
  
.headlogo {
    padding-top: 15px;
    width: 205px;
    background: var(--theme-clr);
    padding-left: 10px;
    height: 65px;
    /* text-align: center; */
  }
  .headlogo img {
    width: auto;
    max-height: 30px;
    margin: 0 auto;
    max-width: 255px;
  }
  
.list-group-item a {
   
    padding: 13px 10px; 
  }
  .up-down-css {
    width: 20px;
    height: 20px;
  }
  a.btn.btn-secondary {
    background-color: grey;
    color: white;
}
.dropdown-menu.show {
    margin-left: -47px;
}

@media (max-width: 767.98px) {

    .rightsec {
        width: calc(100%);
        padding: 15px 17px 15px 15%;
        float: right;
        }
    }
.table-data table tr th {
    position: relative;
}
    
.table-data table tr th .sort-default,
.table-data table tr th>.btm-arrow,
.table-data table tr th>.top-arrow {
    background: url(../../public/img/svg/ic_sort_default.svg) no-repeat center;
    height: 24px;
    width: 24px; 
    content: "";
    top: 0;
    bottom: 0;
    margin: auto auto auto 3px;
    position: absolute;
}

.table-checkable table tr th>.top-arrow {
    background-image: url(../../public/img/svg/ic_sort_up.svg);
}

.table-checkable table tr th>.btm-arrow {
    background-image: url(../../public/img/svg/ic_sort_down.svg);
}

.table-checkable table tr th>.btm-arrow:after,
.table-checkable table tr th>.top-arrow:after {
    display: none;
}
.action-btn{
margin-right: 5px;
}
.lds-ripple div {
    border: 4px solid #EE3224;
}
@media (max-width: 767.98px) { .dropdown-menu.show { margin-left: -6em; } }
.btn-success{
    background-color: var(--bs-btn-bg);
    color: var(--bs-btn-color) !important;
    pointer-events: none;

}
.child-item .ps-45{
    padding-left: 30px;
}
.mt-51{
    margin-top: 8px;
}
.teambackground{    
    padding: 20px 3px;
}
/* .rightsec{
    padding: 15px 30px 15px 3.1%
} */
.mt-20{
    margin-top: 0px; 
} 
.amount-nt-div > .form-control{
    width: 110px;
}
.amount-nt-div-tax > .form-control{
    width: 60px;
}
.amount-nt-div-taxamount > .form-control{
    width: 80px;
}
 
label.custom-label{
    padding: 3px 2px !important;
    height: 26px !important;
    font-size: 12px !important;
    margin-bottom: 0; 
}
.table tr td{
    padding: 0px 2px !important;
}
.table tr th{
    padding: 4px 5px !important;
    font-weight: 600 !important;
}
.action-btn{
    height: 24px !important;
    line-height: 0px !important;
    padding: 7px 4px !important;
    font-size: 12px !important;
}

.table tbody tr{
    height: 36px !important;
    font-size: 12px !important;
}
.table tr td {
    font-size: 12px !important;
}
tr.top-header{
    height: 45px; 
}
th.top-header-th{ 
    background-color: #e9d2d2 !important;
}
th.top-header-th-none{ 
    background-color: #fff !important;
}