body{
    font-family: 'Lato', sans-serif;
    /* background-image: url(../assets/images/bg.png);
    padding: 20px; */
}


#quotation-container .column-outer,#project-container .column-outer, #unassigned-leads .column-outer, #assigned-leads .column-outer{
    max-height: 100vh !important;
    min-height: 100vh !important;
}

#quotation-container .column-outer #myTabContent{
    max-height: Calc(100vh - 44px) !important;
    overflow: auto !important;
    width: 100% !important;
    overflow-x: hidden !important;
}
.half_contacted-height-col {
    max-height: Calc(50vh - 14px);
    min-height: Calc(50vh - 14px);
    overflow: auto;
    /* padding: 10px; */
} 
.column-outer-h-unset {
    max-height: unset;
    overflow: hidden;
} 
.cstm-scrollbar::-webkit-scrollbar {
    width: 4px;
      border-radius:4px;
      display:inline-block !important;
}
.last_card_no_mb .card:last-of-type {
    margin-bottom: 0 !important;
}
.mb-10px{
    margin-bottom: 10px !important;
}
.cstm-scrollbar{
    padding: 10px;
}

  /* Track */
  .cstm-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1; 
  
  }
 .cstm-scrollbar::-webkit-scrollbar {
    background: #ffffff; 
    display:block;
    border-top: 10px;
  }
  /* Handle */
  .cstm-scrollbar::-webkit-scrollbar-thumb {
  background: #8e8e91; 
  }
  
  /* Handle on hover */
  .cstm-scrollbar::-webkit-scrollbar-thumb:hover {
      background: #6d6d6d; 
  }

.nav-sidebar .nav-link {
    padding: 8px  !important;
}
.top-header-right-img {
    width: 100%;
    max-width: 200px;
}   
/* .nav-sidebar .nav-link:hover {
    background: rgb(253,222,187);
} */
.icon_img_20 {
    width: 20px;
    height: 20px;
}
.nav-sidebar .nav-link .icon_img_20{ 
    margin-right: 6px;
}

.hidden{
    display: none;
}
.btn-pill{
    padding: 0 8px !important;
}

.btn-lightred{
    background: #DE7171;
}
.btn-lightblue{
    background: #4587e3;
    color: #fff;
}
.modal-content .btn{
    font-size: 16px;
    font-weight: 700;
}
.btn-lightred:hover {
    background: #c83d3d;
}
.btn-lightblue:hover {
    background: #3c75c6;
    color: #fff;
    border: 0;
}
.btn:disabled{
    border: none;
}
.btn.btn-default:disabled{
    background: transparent;
}
.main__page{
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    overflow: auto;
}
.main-sidebar {
    width: 270px;
}
.layout-fixed .main-sidebar {
    position: unset;
    /* border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; */
}
aside.main-sidebar{
    height: 100vh;
    overflow: auto;
}

.sidebar-mini.sidebar-collapse aside.main-sidebar nav li.title p{
    display: none;
}
.sidebar-mini.sidebar-collapse aside.main-sidebar nav ul.nav::after {
    display: none !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover nav li.title p{
    display: block;
}
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover nav ul.nav::after{
    display: block !important;
}
.sidebar-mini.sidebar-collapse aside.main-sidebar nav li.nav-item ul.nav a.nav-link {
    padding-left: 0 !important;
}
.sidebar-mini.sidebar-collapse aside.main-sidebar .user-panel .img-size-60 {
    width: 42px;
    height: 42px;
}
.sidebar-mini.sidebar-collapse aside.main-sidebar ul#user-info{
    padding: 0 !important;
}
.sidebar-mini.sidebar-collapse aside.main-sidebar{
    position: fixed;
}
.sidebar-mini.sidebar-collapse .content-wrapper{
    width: calc(100% - 75px);

}
.sidebar-collapse .content-wrapper{
    /* border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; */
}

.content-wrapper{
    /* border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; */

}
.content-wrapper {
    width: calc(100% - 271px);
    margin: 0px !important;
    overflow: auto;
    min-height: unset !important;
    }
.full_size_logo{
    width: 100% !important;
}
.sidebar-light-primary{
    background: #fff ;
}
.border_bottom_dark{
    border-bottom: 1px solid #000 ;
}
.icon_img_30{
    width: 30px ;
    height: 30px;
}

.hide{
    display: none !important;
}
.nav-sidebar .nav-link.active {
    border-radius: 5px;
    /* background: #e3e3e3;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25); */
    /* color: #000; */
    background: transparent;
    color: #0067FF !important;
}
.nav-sidebar .nav-link:hover {
    border-radius: 5px;
    /* background: #e3e3e3;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25); */
    /* color: black !important; */
    background: transparent;
    color: #0067FF !important;
}
.nav-sidebar>li .title:hover{
    background-color: none;
}
.nav-sidebar .nav-link {
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.nav-sidebar .title {
    color: #000 !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.roboto_slab_font_family{
    font-family: 'Roboto Slab', serif;
}
.nav-sidebar .nav-link , .nav-sidebar .title{
    font-family: 'Roboto Slab', serif;
}
.main-sidebar:not(.sidebar-no-expand) ul.nav-sidebar {
    padding: 0px;
}
/* Nav Bar End*/

.w-100{
    width:100% !important;
}
.w-60{
    width: 60% !important;
}
.w-40{
    width: 40% !important;
}
.sidebar{
    padding: 10px 20px;
}
.user-panel .img-size-60{
    width: 60px;
    height: 60px;
}
.h-100percent{
    height: 100%;
}
.h-100vh{
    height: 100vh;
}
.sidebar{
    height: 100% !important;
}
.user-panel .info{
    padding: 0;
}
.usr__nam{
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}
.post__nam{
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.user-panel .image{
    padding-left: 0;
}
ul.nav-pills:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 83%;
    bottom: 0;
    height: 1px;
    display: block !important;
    background: rgba(0, 0, 0, 0.80);
}
.sidebar .branding{
    position: relative;
}
/* .sidebar .branding::after{
    content: "";
    position: absolute;
    width: 95%;
    bottom: 0;
    height: 1px;
    display: block !important;
    background: rgba(0, 0, 0, 0.80);
} */
.content-wrapper {
    /*padding: 25px 30px !important;*/
    background: #f7f7f7;
}
.placeholder__right_alyn::placeholder{
    text-align: right;
}
.content-header input[type=search] {
    padding: 0 10px !important;
    color: #878787;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    border-radius: 15px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
}

.content-header h1, h1.page-title {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    margin-bottom: 10px;
}
.content-header h1 span {
    color: #0067FF;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}
.column-outer{
    border-radius: 15px;
    background: #e3e3e3;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    /* padding: 10px; */
    max-height: 700px;
    overflow: auto;
}
.remindr-box-scroll{
    max-height: 350px;
    overflow: auto;
    height: 100%;
}
.column-outer::-webkit-scrollbar , .remindr-box-scroll::-webkit-scrollbar , .content-wrapper::-webkit-scrollbar , body::-webkit-scrollbar{
    display: none;
}

.leads_box_outer{
    border-radius: 15px;
    background: #FFF;
}
.lf-badge{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    border-radius: 5px;
    padding: 5px;
    max-width: fit-content;
    display: inline-block;
}
.sf-badge{
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    border-radius: 5px;
    padding: 5px;
    max-width: fit-content;
    display: inline-block;
}
.badge-sm{
    padding: 1px 3px;
}
.badge-peach{
    background-color: #FFB29A !important;
}
.badge-red{
    background-color: #F5CACA !important;
}
.badge-darkblue{
    background-color: #63A4E1 !important;
}
.badge-grey{
    background-color: #878787 !important;
}
.badge-lightblue{
    background-color: #9AEDFF !important;
}
.badge-mustard{
    background-color: #EEBD83 !important;
}
.badge-pink{
    background-color: #FF9AC4 !important;
}
.badge-light-grey{
    background-color:#e1e1e1 !important;
}
.badge-yellow{
    background-color: #FFD232 !important;
}
.btn-skin{
    background-color: #4587e3 !important;
    color: #fff !important;
}
.btn-skin:hover{
    background-color: #1e6ddb !important;
}
.bg-skin{
    background-color: #e3e3e3 !important;
}

.card-skin{
    background-color: #e3e3e3 !important;
    border-radius: 15px;
    padding: 0.5rem 1rem;
    border: none;
}

.card-light-gray{
    background-color: #e3e3e3 !important;
}
.card-light-blue{
    background-color: #D7E6EE !important;
}
.card-light-pink{
    background-color: #F2EAF6 !important;
}
.card-light-yellow{
    background-color: #edebcb !important;
}
.card-light-green{
    background-color: #DFFBD8 !important;
}
/* .card-light-gray{
    background-color: #e3e3e3 !important;
} */


button:active {
    border-color: #ffdebb !important;
}
.f-16{
    font-size: 16px;
}
.f-12{
    font-size: 12px;
}
.f-20{
    font-size: 20px;
}
.f-40{
    font-size: 40px;
}
.f-48{
    font-size: 48px;
}
.fw-b{
    font-weight: 900;
}
.fw-700{
    font-weight: 700;
}
.fw-600{
    font-weight: 600;
}
.fw-normal{
    font-weight: 400;
}
.fw-300{
    font-weight: 300 !important;
}
.f-dark{
    color: #000;
}
.f-grey{
    color: #D4D4D4;
}
.f-darkgrey{
    color: #878787 !important;
}
.text-darkgreen{
    color: #217E00 !important;
}
.icon-w-26{
    width: 26px;
    height: 26px;
}
.border-line {
    width: 3px;
    height: 20px;
    background: #000;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.dash_main_cstm_width_child .width-25{
    width: 25%;
}
.dash_main_cstm_width_child .w-20{
    width: 20%;
}
.dash_main_cstm_width_child .w-35{
    width: 35%;
}
.cstm-height .h-cal{
    height: 350px;
}
.cstm-height .h-rmndr {
    height: calc(100% - 375px);
}
.underline-under{
    text-underline-position: under;
}
.bg_lightgreen{
    background: #97FF86;
}
.progress{
    height: 10px;
    border-radius: 5px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.45));
}

.info__box li{
    color: #000;
    font-weight: 400;
    line-height: normal;
}
.info__box{
    background: #E0E0E0;
    border-radius: 15px;
}
.f-36{
    font-size: 36px;
}
.opacity_half{
    opacity: 0.5;
}
.br_display br{
    display: none;
}
/* .menu_toggle_button{
    display: none;
} */
.usr_imeg img{
    margin-left: -10px;
}
/* services */
.folder_icon{
    width: 120px;
    height: 120px;
}
.folder-outer{
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    text-align: center;
    text-decoration: none;
    color: #000;
    display: block;
    line-height: 24px;
}
.folder-outer:hover{
    cursor: pointer;
    background: #fdffe4;
    color: #000;
}
.second_top_header input {
    border: none;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 10px;
}
.second_top_header .input-group {
    width: 200px;
}

.second_top_header input {
    min-height: 40px;
    height: 40px;
}
.second_top_header input.search:focus {
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    outline: none;
}
.bottom_p_fixed{
    position: absolute;
    bottom: 20px;
}
.content-wrapper.btn_padding_a-c {
    padding: 0 0 70px 0 !important;
}
/*table - css*/
table.dataTable{
    border-collapse: collapse !important;
}
.layout-fixed .table-hover>tbody>tr:hover>* {
    --bs-table-color-state: #000;
    --bs-table-bg-state: rgb(255 246 236);
}
.table thead th {
    font-size: 16px;
    font-weight: 700;  
    background: #F2EAF6;
    white-space: nowrap;
}

.table tbody td {
    font-size: 16px;
    font-weight: normal;
}
.table thead th, .table tbody td {
    vertical-align: middle !important;
}
.table thead th, .table tbody td, .table tbody tr, .table thead tr {
    border: none !important;
}
tr.empty_row_tbl td {
    padding: 5px;
    background-color: transparent !important;
}
tbody tr td {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.45);
}
table thead .border-right-line::after {
    position: absolute;
    content: "";
    display: inline-block;
    height: 20px;
    width: 2px;
    background: rgba(0, 0, 0, 0.60);
    right: 0;
    bottom: 10px;
}

table thead th {
    position: relative;
}
thead tr th:first-child {
    border-radius: 15px 0 0 15px;
}
thead tr th:last-child {
    border-radius: 0 15px 15px 0;
}
th[aria-label="S/N"]::after{
    content: '' !important;
}
/*table-css end*/

.img_70px{
    max-width: 70px;
    width: 100%;
}
.issues_inner_div{
    border-radius: 15px;
    padding: 10px 20px  ;
}
.br-15{
    border-radius: 15px !important;
}
.bx-shdw{
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.p-p-bottom-grey{
    border-bottom: 1px solid  rgb(0 0 0 / 40%);
}
.w-70{
    width: 70% !important;
}
.w-30{
    width: 30% !important;
}
/* .main-bg-color{
    background: #FFF6EB !important;
} */
/*login css*/
.login-content{
    height: 100vh;
    max-height: 100%;
}
.login-logo-img{
    width: 400px;
    max-width: 100%;
}
.login-form input::placeholder {
    line-height: 24px;
    font-weight: 300;
}
.login-inner-div{
    max-height: 100%;
    overflow: auto;
}

.mx-w-fit-content {
    max-width: fit-content;
}
.no-focus:focus{
    outline: unset !important;
    border-color: transparent !important;
    box-shadow: unset !important;
}
i.heading-icon {
    transform: rotateY(180deg);
    font-size: 30px;
    margin-left: 10px;
    color: #878787;
}
.bg-d3{
    background-color: #d3d3d3 !important;
}
.mx-w300{
    max-width: 300px;
}
.border-center-h-90{
    background: #000;
    width: 1px;
    height: 90px;
    vertical-align: middle;
} 
.f-24{
    font-size: 24px;
}
.h-100-titlenbtncalc {
    height: calc(100% - 80px);
}
.icon_img_80{
    width: 100%;
    height: 100%;
    max-width: 80px;
    max-height: 80px;
}
.box-shadow{
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);

}
.round-corners{
    border-radius: 5px;
}

/*nav-tabs css*/
.nav-tabs:not(.simple)>li.nav-item>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-top: 1px solid #a5a5a5;
    border-radius: 4px 4px 0 0;
}
.nav-tabs:not(.simple)>li.nav-item>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
    background: #b8ffe1;
}

.nav-tabs:not(.simple).skin>li.nav-item>a {
    background: #c3dbe9;
}
.round-up.nav-tabs {
    border-bottom:none;
}

.nav-tabs:not(.simple)>li .nav-link {
    background-color: #fff;
    border-radius: 0px 15px 0px 0px !important;
    box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.45);
    margin-right: 2px;
    z-index: 1;
}

.nav-tabs:not(.simple).profile-tab .nav-item{
    background: #b8ffe1;
}

.round-up.nav-tabs.profile-tab .nav-item:last-child{
    background: transparent;
}

/* 19-jan */
.round-up.nav-tabs>li .nav-link.active {
    margin-top: -15px;
    background-color: #73fec4 !important;
    z-index: 0;
    /* margin-left: -13px; */
    padding-left: 15px;
    padding-bottom: 21px;
    z-index: 1;
    font-weight: 700;
    border-top-left-radius: 15px !important;
}
.cumulative.active{
    padding-bottom: 0 !important;
}
.nav-tabs:not(.simple)>li:first-child .nav-link {
    border-top-left-radius: 15px !important;
}
.nav-tabs:not(.simple).skin>li .nav-link.active {
    background-color: #9ed3f3 !important;
    border-bottom: 1px solid #9ed3f3;
}

.nav-tabs.simple .nav-item a {
    padding: 4px 10px;
    color: #000;
}
.nav-tabs.simple .nav-item a.active {
    border-radius: 3px;
    /* border: 1px solid #ffdebb; */
    /* background: #ffdebb; */
    background-color: #c3dbe99c !important;
}

.tab-content>.tab-pane .main-tab-content {
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
/**/
.bg-F9E5D0{
    background: #F9E5D0;
}
.inner-scroll-content{
    width: 40%;
}
.bg-FEF1D0{
    background: #FEF1D0;
}
.bg-DCE9D5{
    background: #DCE9D5;
}
.bg-D2E0E2{
    background: #D2E0E2;
}
.green-bg{
    background: #7EFF7B !important;
}
.placeholder-fw-300::placeholder {
    font-weight: 300;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul.side-nav.side-nav-tabs {
    list-style: none;
    padding-left: 0;
}

.side-nav li.tab-item {
    padding: 10px 10px;
    margin: 6px 0px;
    background: #e3e3e3;
    box-shadow: 2px 2px 4px 0px #DFFBD8;
}
.side-nav li.tab-item.active {
    background: #DFFBD8;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.modal-backdrop {
    z-index: 9 !important;
}

.modal {
    z-index: 99 !important;
}

aside.main-sidebar {
    z-index: 9 !important;
}
a.nav-link button.remove-button {
    display: none !important;
}

a.nav-link.active button.remove-button {
    display: inline-block !important;
}


/**-------------------------------------------------------
* images -card- css
* -------------------------------------------------------*/

.secondary-btn:hover {
    border: 1px solid !important;
}

.amount-summary-inner-section input:focus {
    outline: 0;
    box-shadow: none;
}
.amount-summary-inner-section input{
   border: 1px solid #ced4da;
   border-radius: var(--bs-border-radius);
}
.product-card img {
    width: 100%;
    display: block;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    object-fit: cover;
    height: 70% !important;
}
p.text-end.w-100 {
    margin-top: -18px;
}

/**-------------------------------------------------------
* jconfirm
* -------------------------------------------------------*/

.jconfirm .jconfirm-box .jconfirm-title {
    color: #868e96 !important;
    font-weight: 500 !important;
  }
  
  .jconfirm .jconfirm-box .jconfirm-content {
    margin-top: 10px !important;
  }
  
  .jconfirm .jconfirm-box .jconfirm-content .x-details {
    font-size: 18px;
    min-height: 60px;
  }
  
  .jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 6px #79B75B;
  }
  
  .jconfirm .jconfirm-box.jconfirm-type-danger {
    border-top: solid 6px #fb3a3a;
  }
  
  .jconfirm .jconfirm-box.jconfirm-type-blues {
    border-top: solid 6px #3751FF;
  }
  
  .jconfirm .jconfirm-box.jconfirm-type-primary {
    border-top: solid 6px #186ADE;
  }
  
  .jconfirm .jconfirm-box .jconfirm-buttons button {
    font-weight: initial !important;
    padding: 8px 20px !important;
    font-size: 15px !important;
    border: solid 1px !important;
    text-transform: none !important;
  }

  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-outline-danger, .jconfirm .jconfirm-box .jconfirm-buttons .btn-outline-red {
    border: solid 1px #DE7171 !important;
  }
  
  .jconfirm .jconfirm-box .jconfirm-buttons .btn-outline-secondary {
    border: solid 1px #88ABDC !important;
  }

  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-outline-danger:hover, .jconfirm .jconfirm-box .jconfirm-buttons .btn-outline-red:hover {
    border: solid 1px #c83d3d !important;
    background-color: #DE7171;
  }
  
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-outline-secondary:hover {
    border: solid 1px #3c75c6 !important;
    background-color: #88ABDC;
  }

  .quotations .subtotal-card .label-input{
    width: 30px;
    padding: 0;
    margin: 0;
    max-width: 40px;
    height: 25px;
  }
  
  .quotations .subtotal-card .label-input + span{
    padding: 0px 4px;
  }

  .datepicker-default{
    z-index: 99999;
  }
  
  #quotation-modules-container .nav-tabs {
    padding-left: 7.5px;
    padding-right: 7.5px;
    }

    a.no-decor {
        text-decoration: unset;
        color: unset;
    }

/*----------------------------------------------
Date Pciker ToDo
----------------------------------------------*/
.todo-calendar {
    height: 100%;
}

.todo-calendar .datepicker.datepicker-inline {
    width: 100%;
    height: 100%;
}

.todo-calendar .datepicker-days {
    height: 100%;
}
.todo-calendar table.table-condensed {
    width: 100%;
    height: 100%;
}

.todo-calendar .datepicker table tr td.day {
    border: unset;
    border-radius: 50%;
    box-shadow: none;
}

.todo-calendar table tr td.day {
    border: unset;
    border-radius: 50%;
    box-shadow: none;
}
.datepicker table tr td.today{
    background-color: #cacaca;
}

.todo-calendar .datepicker table tr td.active.day,
.todo-calendar .datepicker table tr td.today.active {
    border-radius: 50%;
    background-color: #007bff;
}

.todo-calendar th.dow {
    color: #1d67ff;
}

.todo-calendar span.year.active.focused, .todo-calendar span.month.focused.active  {
    background-color: #1d67ff;
}
/*----------------------------------------------
Date Pciker ToDo - End
----------------------------------------------*/

/**-------------------------------------------------------
* filter service card
* -------------------------------------------------------*/
.filter-service-card{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 25%);
    padding: 0.25rem 0.5rem;
    display: inline-block;
    margin: 0.25rem;
    margin-left: 0.5rem;
    font-size: 16px;
    border: unset;
}

/*----------------------------------------------
Gantt Chart
-----------------------------------------------*/
.gantt_grid_scale, .gantt_task_scale, .gantt_task_vscroll {
    /* background-color: #FEDFB8; */
    background-color: #c3dbe99c !important;
}
.gantt_row.odd, .gantt_row.even, .gantt_row, .gantt_task_row, .gantt_task_row.odd, .gantt_task_row.even{
    /* background-color: #FEDFB8; */
    background-color: #c3dbe99c !important;
}

.gantt_grid_data, .gantt_layout_content{
    /* background: #FEDFB8; */
    background-color: #c3dbe99c !important;
}
.gantt_task_line.section {
    background-color: #90c58d;
}

.gantt_task_line.section .gantt_task_progress {
    background-color: #5baf56;
}
.gantt_task_line.task {
    background-color: #87afffbf;
}

.gantt_task_line.task .gantt_task_progress {
    background-color: #6590e7;
}
.gantt_grid_scale .gantt_grid_head_cell, .gantt_task .gantt_task_scale .gantt_scale_cell  {
    color: #000000;
}
.gantt_marker{
    background-color: #555555;
}
/* [aria-level="2"].gantt_row_task .gantt_last_cell, .gantt_row_task .gantt_last_cell, .gantt_grid_head_cell.gantt_grid_head_add.gantt_last_cell  {
    display: none;
} */
[aria-level="1"].gantt_row_task .gantt_cell_tree .gantt_tree_content{
    font-size: 16px;
}
/*----------------------------------------------
Gantt Chart End
-----------------------------------------------*/
div.comments-container {
    max-height: 600px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column-reverse;
}
div.comments-container div {
    margin-right: 4px;
}
.comments-container::-webkit-scrollbar {
    width: 4px;
    height: 5px;
  }
  
.comments-container::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 10px;
border-radius: 10px;
}

.comments-container::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(255, 255, 255, 0.3);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

[aria-expanded="true"].list-view-toggle{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.min-w-30 {
    min-width: 30px;
    display: inline-block;
}

select#variationOrder + .select2 {
    width: 280px !important;
}
select#variationOrder + .select2 .select2-selection{
    background-color: #D3D3D3;
}
select#variationOrder + .select2:not(.select2-container--open) .select2-selection__arrow b {
    border-width: 0.50rem 0.50rem 0 0.50rem;
    left: -15px;
    top: 45%;
}
select#variationOrder + .select2.select2-container--open .select2-selection .select2-selection__arrow b {
    border-width: 0 0.50rem 0.50rem 0.50rem;
    left: -15px;
    top: 45%;
}
.project-gallery-image {
    width: 140px;
    height: 140px;
}

#result-box{
    display: none;
}
div#result-box:hover {
    display: block;
}
.global-search-element:focus + #result-box{
    display: block;
}
#result-box{
    position: absolute;
    top: 50px;
    width: 98%;
    background: #fff;
    z-index: 1;
    right: 0px;
    border-radius: 0 0 10px 10px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
#result-box ul{
    list-style: none;
    padding: 5px 0;
}
#result-box ul a {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 1px;
    background: #f7f7f7;
    text-decoration: none;
    color: #404040;
}
#result-box ul li a:hover {
    background: #cccccc;
}

ul.pagination{
    justify-content: end;
}

div#items-table_processing div {
    display: flex;
    justify-content: space-evenly;
}

div#items-table_processing div div {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #cd7b24;
    animation: blink 1s infinite alternate;
}

.color {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: none;
}

.color-flex-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.bgreen {
    background: #02633D;
}

.bsilver {
    background: #C0DDED;
}

.byellow {
    background: #FEDE41;
}
.btn-darkblue{
  background-color: #63A4E1 !important;
}
.inner-desc-box ul{
    list-style-type: disc;
}
.price-text {
    color: green;
}
.badge-green {
    background: green;
}
.secondary-btn {
    border: 1px solid;
}
.product-title {
    font-size: 20px;
    font-weight: 600;
}

.product-details-section label {
    font-size: 18px;
    margin-bottom: 6px;
    margin-right: 6px;
}

.desc-title {
    font-size: 18px;
    font-weight: 600;
}

.inner-desc-box p, .inner-desc-box ul {
    font-size: 15px;
}
.product-details-section .size-box .select2{
    max-width: 150px;
}
.description-box {
    border-top: 1px solid rgb(0 0 0 / 30%);
    border-bottom: 1px solid rgb(0 0 0 / 30%);
}
.product-card img{
    width: 100%;
    height: auto;
    display: block;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.product-details {
    padding: 10px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    background: #e3e3e3;
    color: #000;
    display: block;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.product-rating i {
    color: #fff;
}

.product-rating i.checked {
    color: #000;
}
.sliders-section {
    position: relative;
}

.product-container {
    padding-left: 70px;
}


.product-container .thumb-row {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    gap: 20px;
    flex-wrap: wrap;
    width: 60px;
}

.product-container .thumb-row .column {
    width: 60px;
    height: 60px;
}

.product-container .thumb-row .column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-container .demo {
    opacity: 0.6;
  }
  
  .product-container .active,
  .product-container .demo:hover {
    opacity: 1;
    cursor: pointer;
  }


@keyframes blink {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.7);
        opacity: 0.7;
    }
}
div#items-table_processing div div:nth-child(1) {
    animation-delay: 0s;
}

div#items-table_processing div div:nth-child(2) {
    animation-delay: 0.1s;
}

div#items-table_processing div div:nth-child(3) {
    animation-delay: 0.2s;
}

div#items-table_processing div div:nth-child(4) {
    animation-delay: 0.3s;
}
.product-card img{
    width: 100%;
    height: auto;
    display: block;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.product-details {
    padding: 10px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    background: #e3e3e3;
    color: #000;
    display: block;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.product-rating i {
    color: #fff;
}

.product-rating i.checked {
    color: #000;
}
.productSlide img {
    max-width: 100%;
}
.color-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.color-box .color-text {
    width: 100%;
}

.color-box .color-flex-outer label {
    margin: 0;
    cursor: pointer;
}
.color-box input[type="radio"] {
    display: none;
}

.color-box input[type="radio"] + label.color {
    display: inline-block;
    width: 30px; 
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.color-box input[type="radio"] + label.color::before {
    content: "";
    display: block;
    width: 100%; 
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid transparent;
}

.color-box input[type="radio"]:checked + label.color::before {
    width: Calc(100% - 2px);
    border-color: #fff; 
    height: Calc(100% - 2px);
    margin: 1px;
}

.secondary-btn-darkblue{
    border: 1px solid #63A4E1 !important;
    color: #63A4E1;
}
.secondary-btn-darkblue:hover{
    background: #63A4E1;
    color: #fff;
}
.btn-darkblue:hover {
    background-color: #378ddf !important;
}
.checkout-main-outer input:focus, .checkout-main-outer textarea:focus {
    box-shadow: none;
    border-color: #999;
}
.cart-list-img {
    width: 90px;
    height: 90px;
}
.btn-darkblue{
  background-color: #63A4E1 !important;
}
.delivery-option-row label {
    cursor: pointer;
}
.cart-items-conatiner {
    padding: 10px 4px 10px 0;
    max-height: 359px;
    overflow-y: auto;
}
.cart-items-conatiner::-webkit-scrollbar {
  width: 4px;
}

.cart-items-conatiner::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.cart-items-conatiner::-webkit-scrollbar-thumb {
  background: #5ca2dd;
}

.cart-items-conatiner::-webkit-scrollbar-thumb:hover {
  background: #3275a8;
}

/* qty */
.qty-container{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.qty-container .input-qty{
  text-align: center;
  padding: 0px 4px;
  border: 1px solid #d4d4d4;
  max-width: 40px;
  font-size: 12px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
  border: 1px solid #d4d4d4;
  font-size: 10px;
  height: 20px;
  width: 20px;
  transition: 0.3s;
}
.qty-container .qty-btn-plus{
  margin-left: -1px;
}
.qty-container .qty-btn-minus{
  margin-right: -1px;
}

/* qty-end */
/* typography */

.checkout-section .card-title {
    font-size: 20px;
    font-weight: 500;
}
.checkout-section label {
    font-size: 16px;
    margin-bottom: 4px;
}
.badge-darkblue{
    background-color: #63A4E1 !important;
}
.amount-summary-inner-section p {
    font-size: 16px;
}

.amount-summary-inner-section h6 {font-size: 16px;font-weight: 500;}

.checkout-main-outer input, .checkout-main-outer textarea {
    font-size: 16px;
}
.checkout-main-outer .btn {
    font-size: 16px;
}
.vh-50 {
    height: Calc(50vh - 17px)!important;
}

tr.section-row td {
    background-color: #e3e3e3;
    padding: 0 10px;
}
tr.add-task td{
    background-color: #efefef94;
}


/* Aniket start */
.amount-summary-inner-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.my-orders-img-outer img , .wishlist-image-outer img {
    width: 100%;
    max-width: 110px;
    aspect-ratio: 1.2/ 1;
}

.red-style-popup .modal-content {
    border-top: solid 6px #fb3a3a;
}

.red-style-popup .modal-dialog {
    width: 100%;
    max-width: 430px !important;
}


.red-style-popup .modal-footer {
    padding-bottom: 20px;
}


.red-style-popup .modal-footer button.btn.btn-secondary {
    font-weight: initial !important;
    padding: 8px 26px !important;
    font-size: 15px !important;
    border: solid 1px #212529 !important;
    text-transform: none !important;
    background: transparent;
    color: #212529;
}


.red-style-popup .modal-footer button.btn.btn-primary {
    border: solid 1px #DE7171 !important;
    color: #212529;
    font-weight: initial !important;
    padding: 8px 26px !important;
    font-size: 15px !important;
    text-transform: none !important;
    background: transparent;
}
.qty-main-outer-box .input-qty {
    text-align: center;
    padding: 0px 4px;
    border: 1px solid #d4d4d4;
    max-width: 40px;
    font-size: 12px;
    height: 37px;
}
.qty-main-outer-box .qty-btn-minus, .qty-main-outer-box .qty-btn-plus {
    border: 1px solid #d4d4d4;
    font-size: 16px;
    width: 40px;
    transition: 0.3s;
}

.qty-main-outer-box {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.qty-main-outer-box label {
    width: 100%;
}
.cart-summary-inner-section .product-content-text {
    width: 50%;
} 



/* Aniket end */
.product-inner {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #e2e5e9;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}
.p-outer {
    padding: 10px;
    width: 20%;
    border-right: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.p-outer:last-child {
    border: 0px;
}
.p-outer img {
    width: 90px;
}
.p-outer h4 {
    margin: 0px 0 5px 0;
    font-size: 18px;
    font-weight: 800;
}
.p-outer p {
    font-size: 16px;
    margin: 0px;
}
.p-wrap {
    width: 100%;
}
.p-outer .cancel-btn {
    background-color: #dc3545;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.checkout-section hr {
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
}
/**/

.direct-chat-msg:hover .direct-chat-action{
    display: block !important;
}

.direct-chat-text{
 margin-left: 5px !important;
}
.right .direct-chat-text{
    float: right;
}


/*loader*/
.spanner{
    position:absolute;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display:block;
    text-align:center;
    height: 300px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
  }
  
  .overlay{
    position: fixed;
      width: 100%;
      height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
  
      align-items: center;
      vertical-align: middle;
      display: flex;
  }
  
  .loading,
  .loading:before,
  .loading:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
  }
  .loading {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .loading:before,
  .loading:after {
    content: '';
    position: absolute;
    top: 0;
  }
  .loading:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .loading:after {
    left: 3.5em;
  }
  
  
  @-webkit-keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  @keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  
  .show{
    visibility: visible;
  }
  
  .spanner, .overlay{
      opacity: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
  }
  
  .spanner.show, .overlay.show {
    z-index: 999999;
      opacity: 1;
  }
  
.dropdown-divider:last-child {
    display: none;
}
.purple-text{
    color:#3947C8 !important;
}
.f-13{
    font-size: 13px;
}
.table thead tr.table-dark th, .table tfoot tr.table-dark th, .table tfoot tr.table-dark td {
    background: #09333D !important;
    border-radius: unset;
}
.table.table-bordered tbody tr td, .table.table-bordered thead tr th {
    border: 2px solid #484848 !important;
}

/* -----------  css for on off for toggle button -------*/


     /* switch start */
     .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
      }
    
      .switch input {
        opacity: 0;
        width: 0;
        height: 0;
      }
    
      .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
      }
    
      .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
      }
    
      input:checked + .slider {
        background-color: #186ADE;
      }
    
      input:focus + .slider {
        box-shadow: 0 0 1px #186ADE;
      }
    
      .switch .yes, .switch .no {
        display: none;
      }
    
      .switch input:checked + .slider + .yes {
        display: block;
      }
    
      .switch input:not(:checked) + .slider + .label + .no {
        display: block;
      }
    
      input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
      }
    
      /* Rounded sliders */
      .slider.round {
        border-radius: 34px;
      }
    
      .slider.round:before {
        border-radius: 50%;
      }
      .switch .label{
        position: absolute;
        right: -30px;
        top: 5px;
      }
    
      .switch.sm{
        width: 42px;
        height: 25px;
      }
      .switch.sm .slider:before{
        height: 20px;
        width: 20px;
        left: 1px;
        bottom: 3px;
      }
    
      .switch.sm input:checked + .slider:before{
        transform: translateX(20px);
      }
    
    /* .table-description-box {
        min-width: 210px;
    } */
    
    i.fa.fa-plus {
        padding-left: 5px;
    }
    
    li.nav-item {
        display: inherit;
    }
    
    .notifications-menu {
        max-height: 700px; 
        overflow-y: scroll;
    }
    
    .notifications-menu .dropdown-item {
        display: flex;
        flex-direction: column;
        padding: 10px;
        text-align: left;
        overflow: hidden;
        white-space: normal;
    }
    
    .notifications-menu .media-body {
        overflow: hidden; 
    }
    
    .notifications-menu .notification-message {
        word-wrap: break-word; 
        overflow-wrap: break-word;
        margin-top: 5px; 
    }
    
    .notifications-menu .dropdown-item-title {
        font-weight: bold;
        margin-bottom: 5px; 
    }
    
    .notifications-menu .text-muted {
        font-size: 0.875rem; 
    }
    
    .desired_price{
        width: 30%;
        height: 30px;
    }
    
    ul.nav.nav-pills {
        padding-block: 20px !important;
    }

    .nav-sidebar .nav-item>.nav-link p {
        white-space: nowrap;
    }

    .issues_inner_div #project-status-button {
        max-width: 100%;
        white-space: normal;
    }

    .table-description-box {
        min-width: 600px; 
    }
  
    .sidebar-open #sidebar-overlay {
        display: none !important;
        z-index: 0;
    }

    table td, table th {
        white-space: nowrap;
    }
    table input[name="checklist_number"] {
        min-width: 100px !important;
    }

    .custom-profile-img {
        width: 150px;
        height: 150px;
        object-fit: cover;
    }

    .profile-image-section {
        display: flex;
        flex-direction: column;
        align-items: right;
    }
    /* .primry_heading {
        display: flex;
        align-items: center;
        margin-top: 2px;
    } */
    .delete_icon{
        margin-top: 3px;
    }
    /* .secondary_heading{
        display: flex;
        align-items: center;
    } */
    .add-secondary-card {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: auto;
        aspect-ratio: 1;
        border-radius: 100%;
        margin-inline: auto;
        max-width: 100%;
        margin-block: 10px !important ;
    }
    #add-secondary #add-primary .card-body {
        align-items: center;
        justify-content: center;
    }
    .profile-card .card-body {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .profile-card .card-body h6 {
        width: 100%;
        border-top: 1px solid rgb(0 0 0 / 40%);
    }
    .commission-table-card .commission_cstm-row {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .commission-table-card .commission_cstm-row .label-left {
        flex: 1;
    }
    
    .commission-table-card .commission_cstm-row .input-right span.input-group-text {
        width: 67px;
        max-width: fit-content;
    }
    .user-panel {
        gap: 10px;
    }
    .user-panel.d-flex.border-bottom-0 {
        overflow: unset !important;
    }
    .form-lr-group {
        display: flex !important;
    }
    .form-lr-group .form-left-group {
        width: 70% !important;
        padding-right: 10px !important;
    }
    .form-lr-group .form-right-group {
        width: 30% !important;
        min-width: 70px !important;
    }
    .form-lr-group .form-left-group label, 
    .form-lr-group .form-right-group input {
        margin: 0 !important;
        width: 100% !important;
    }
    .form-lr-group .form-right-group.input-with-val {
        display: flex !important;
        align-items: center !important;
    }
    .form-lr-group .form-left-group.label-with-select {
        align-items: center !important;
        display: flex !important;
    }
    .form-lr-group .form-left-group.label-with-select label {
        width: auto !important;
        max-width: 50% !important;
        margin-right: 20px !important;
    }
    .form-lr-group .form-left-group.label-with-select .select2 {
        width: 50% !important;
    }
    
    .form-lr-group .form-right-group input{
        background: #E4E4E4 !important;
        border-radius: 5px 0px 0px 5px !important;
        height: 36px !important;
        padding: 6px 0px 6px 6px !important;
        width: 100% !important;
        margin: 0 !important;
    }
    
    .form-lr-group .form-right-group .input-group-text {
        background: #E4E4E4 !important;
        border-radius: 0px 5px 5px 0px !important;
        padding: 6px !important;
        height: 36px !important;
    }
    .form-lr-group .form-right-group.input-as-p .input-group-text {
        border-radius: 5px !important;
    }
    .form-lr-group .form-right-group.input-as-p {
        justify-content: flex-end;
        gap: 10px;
        align-items: center;
    }
    .form-lr-group .form-right-group.input-as-p .input-text {
        margin: 0;
    }
    .form-lr-group {
        display: flex !important;
        align-items: center !important;
    }
    .commission-table-card .card-header {
        background: none;
        border: none;
    }
    .commission-table-card {
        background: #fff;
        border-radius: 10px !important;
        box-shadow: 2px 2px 2px 2px #00000025 !important;
    }
/*---------------------------------------------- 
media screens starts 
------------------------------------------------*/
/*max and min width*/

/* typography-end */


@media screen and (max-width:1600px) {
    .folder_nem.f-20{
        font-size: 16px;
    }
    .folder_icon{
        width: 80px;
        height: 80px;
    }
    .table thead th , .table tbody td {
        font-size: 12px;
    }

}
@media (min-width:1400px){
    .col-xxl-2-4 {
        flex: 0 0 auto;
        width: 20%;
    }
}
@media screen and (max-width:1199px){
    .amount-summary-inner-section {
        width: 100%;
    }

    .table-description-box {
        min-width: 300px; 
    }
}

@media (max-width:480px){
    .cart-items-conatiner .cart-item {
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    }

    .cart-items-conatiner .cart-item .qty-container {
        padding: 10px 0;
        width: 100%;
        justify-content: end;
    }
    .cart-items-conatiner .cart-item:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }
    .cart-item .img-container {
        width: 20%;
    }

    .cart-item .img-container img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .cart-item .product-content-text {
        width: Calc(80% - 1rem);
    }
    .right .direct-chat-text {
        margin-right: 10px;
    }
}

@media screen and (max-width:767px){
    .product-content-text {
        font-size: 14px;
        line-height: normal;
    }
    
    .product-content-text .nav-link {
        margin-bottom: 4px;
    }

    .p-outer {
        width: 50%;
    }
    .p-outer:last-child {
        border-right: 1px solid #ccc;
    }
    .notifications-menu {
        width: 420px !important;
        top: 77px !important;
        right: 0px !important;
    }
}

@media (min-width: 380px) and (max-width:575px){
    .product_row .col-12 {
    width: 50%;
    }   
}
@media screen and (max-width:1249px) and (min-width:992px) {
    .main_row_details .inner_text_box {
        width: 100% !important;
        padding: 0 !important;
    }

    .main_row_details {
        flex-wrap: wrap;
    }
    .thumb-row {
        position: unset !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        margin-top: 30px !important;
        width: 100% !important;
    }
    .product-container {
        padding-left: 0 !important;
    }
}

@media screen and (max-width:992px) and (min-width:992px) {
    .menu_toggle_button{
        display: inline-block;
    }
    .sidebar-collapse .content-wrapper{
        width: 100% !important;
        transition-delay: 0s !important;

    }
    .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before{
        margin-left: -147.2px;
    }
}
/*max-width*/
@media screen and (max-width:1749px) {
    .lf-badge {
        font-size: 13px;
    }
    .f-12 {
        font-size: 11px;
    }
    .f-16 {
        font-size: 12px;
    }  
    .f-20{
        font-size: 16px;
    }
    .f-36 {
        font-size: 24px;
    }   
    .f-24{
        font-size: 22px;
    }
    .f-40{
        font-size: 36px;
    }
    .sf-badge {
        font-size: 11px;
    }
    .content-wrapper {
        padding: 0px 5px !important;
    }
    .dash_main_cstm_width_child .col {
        padding: 0 5px;
    }
    
}
@media screen and (max-width:1400px) {
    .border-line{
        margin: 0 5px;
    }
    .dash_main_cstm_width_child .width-25{
        width:40%;
    }
    .dash_main_cstm_width_child .w-20{
        width:30%;
    }
    .dash_main_cstm_width_child .w-20{
        width:30%;
    }
    .dash_main_cstm_width_child .w-35{
        width:50%;
    }
    .f-48{
        font-size: 30px;
    }
    .f-24{
        font-size: 20px;
    }

    .table-description-box {
        min-width: 450px; 
    }
}

@media screen and (max-width:1199px) {
    i.heading-icon {
        font-size: 24px;
    }
    .content-header h1, .content-header h1 span {
        font-size: 24px;
    }
    .content-header input[type=search]::placeholder {
        font-size: 16px !important;
    }
    .top_header_row form {
        max-width: 300px;
        margin-left: auto;
        width: 100%;
    }
    .issues_inner_div .border-right{
        border-right: none !important;
    }
    .inner-scroll-content{
    width: 45%;
    }

}

@media screen and (max-width:991px) {
    .menu_toggle_button{
        display: inline-block;
    }
    .sidebar-collapse .content-wrapper{
        width: 100% !important;
        transition-delay: 0s !important;

    }
    .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before{
        margin-left: -270px;
    }
      .icon_img_80{
        max-width: 50px;
        max-height: 50px;
    }
    .checkout-main-outer .row {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width:767px) {
    .dash_main_cstm_width_child .width-25{
        width:50%;
    }
    .dash_main_cstm_width_child .w-20{
        width:50%;
    }
    .dash_main_cstm_width_child .w-35{
        width:100%;
    }
    .dash_main_cstm_width_child .col{
        flex: unset;
    }
    .top_header_row .col {
        margin-bottom: 8px;
	flex:unset;
    }
    .content-header input[type=search] {
        min-height: 30px;
        height: 100%;
    }
    body{
        padding: 8px;
     }
     .img_70px{
        max-width: 40px;
     }
     .inner-scroll-content{
    width: 75%;
    }
    .thumb-row {
        position: unset !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        margin-top: 30px !important;
        width: 100% !important;
    }
    .product-container {
        padding-left: 0 !important;
    }
    .os-content {
        height: Calc(100% - 5vh) !important;
        padding-bottom: 20px;
    }

}
@media screen and (max-width:575px) {
    .dash_main_cstm_width_child .w-20{
        width:100%;
    }
    .dash_main_cstm_width_child .width-25{
        width:100%;
    }
    .br_display br{
        display: block;
    }
    body{
        padding: 4px;
     }
     .main_row_details {
        flex-wrap: wrap;
    }
    .main_row_details .inner_text_box{
        width: 100% !important;
        padding-left: 0 !important;
    }

}
@media screen and (max-width:480px) {
    .folder_nem.f-20 {
        font-size: 14px;
    }
    .inner-scroll-content .col-4{
        width: auto;
    }
    .inner-scroll-content .row{
        justify-content: center;
    }
}
/*min-width*/
@media (min-width: 1600px){
   .col-xxxl-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-xxxl-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-xxxl-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xxxl-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-xxxl-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-xxxl-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xxxl-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-xxxl-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-xxxl-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xxxl-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-xxxl-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-xxxl-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
}

@media screen and (min-width: 1200px){
    .col-xl-4nhalf {
        width: 37.5%; 
    }
}

