/*textarea, select, input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]) {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05) !important;
    position: relative;
    display: flex;
    align-items: stretch;
    border-radius: 5px;
    padding: 10px 26px 10px 16px !important;
    border-width: 1px;
    --tw-border-opacity: 1 !important;
    border-color: rgba(203,213,225,var(--tw-border-opacity)) ;
    font-size: 16px !important;
    color: #000 !important;
    line-height: normal !important;
    min-height: 40px !important;
}*/
.single-project-info a.edit-button {
  position: absolute;
  right: 0;
  top: 0;
}
.single-project-block {
  position: relative;
}
.single-project-info a.edit-button .pto-button-setting {
  font-size: 13px !important;
  padding: 2px 15px !important;
  width: auto;
  min-width: auto;
  opacity: 0.7;
  color: ;
}
#search-project{
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05) !important;
position: relative;
display: flex;
align-items: stretch;
border-radius: 5px;
padding: 10px 26px 10px 16px !important;
border-width: 1px;
--tw-border-opacity: 1 !important;
border-color: rgba(203,213,225,var(--tw-border-opacity));
font-size: 16px !important;
color: #000 !important;
line-height: normal !important;
min-height: 40px !important;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
button.custom-popup-close {
    height: 30px;
    max-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 15px;
}
.pto-project-filter {
    padding-bottom: 20px;
}
.completed {
    color: #30F558;
    text-transform: capitalize;
}
.overdue {
    color: #FF0000;
    text-transform: capitalize;
}
.pto-project-task-slots th, .pto-project-task-slots td {
    text-align: left;
    border: 1px solid #000;
    padding: 10px;
    white-space: normal;
}

.pto-front-tabcontent p {
    font-size: 16px;
    color: #000;
}

.pto-front-tabcontent p:last-child{
    margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6,p{
    margin-top: 0 !important;
}

table th *{
    margin-bottom: 0 !important;
}

table{
    width: 100%;
}




.fl-full-width .container{
    width: 100% !important;    
    max-width: 100% !important;
}

.fl-full-width .container > div.row{
    margin: 0 !important;
}

.fl-page-header-container.container {
    max-width: 1440px !important;
}

.pto-project-design th h4 {
    font-size: 18px;
}

ul.pto-front-tabs li h2{
    margin-top: 0;
    margin-bottom: 10px;
}

ul.pto-front-tabs li button,
ul.pto-project-tabs li {
    background: none;
    color: #222 !important;
    font-size: 20px !important;
    display: inline-block;
    padding: 8px 15px;
    cursor: pointer;
    position: relative;
    background-color: transparent !important;
    border: 0;
}

ul.pto-front-tabs li button h2,
ul.pto-project-tabs li h2{
    margin-bottom: 0;
}

ul.pto-front-tabs li button:before,
ul.pto-project-tabs li:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    transition: all 0.5s ease 0s;
    height: 1px;
}

ul.pto-front-tabs li button:after,
ul.pto-project-tabs li:after {
    content: "";
    position: absolute;
    border-width: 7px;
    border-style: solid;
    border-top-color: #0078FD;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    display: block;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}

ul.pto-front-tabs li button.active:after,
ul.pto-project-tabs li.current:after{
    opacity: 1;
    visibility: visible;
}

ul.pto-front-tabs li button.active:before,
ul.pto-project-tabs li.current:before{
    background-color: #2B78E4;
}

ul.pto-front-tabs li button.active,
ul.pto-project-tabs li.current{
    background: #ededed;
    color: #222;
}

.tab-content {
    display: none;
    background: #ededed;
    padding-top: 25px;
}

.tab-content.current{
    display: inherit;
}

.projects-list-tab-row {
    position: relative;
}

.projects-list-tab-row a.add-new-btn {
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
}

.tab-data ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.projects-list-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px !important;
    width: auto;
    padding: 0;
}

ul.projects-list-block > li {
    width: calc(19% - 30px);
    background-color: #fff;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
    box-shadow: 0 1px 15px 1px rgb(62 57 107 / 7%);
    border-radius: 4px;
    overflow: hidden;
}

.small-priject-banner-img {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
    margin-bottom: 0px;
    margin-top: 0px;
}
.single-project-block img {
    object-fit: cover !important;
}
select#notes-filter,select#metting-filter {
    padding: 10px 10px 10px 6px;
    width: 200px;
}
.small-priject-banner-img > img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
}

.front-primary-btn {
    font-size: 16px !important;
    background-color: #0078FD !important;
    display: block;
    color: #fff !important;
    padding: 5px 12px !important;
    border: 1px solid transparent !important;
    /* min-width: 80px; */
    font-weight: 500 !important;
    transition: all 0.5s ease 0s;
    text-transform: capitalize;
    border-radius: 4px !important;
}

ul.pto-front-tabs{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

ul.pto-front-tabs::-webkit-scrollbar,
ul.pto-project-tabs::-webkit-scrollbar {
  display: none;
}

ul.pto-front-tabs, ul.pto-project-tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    /* border-bottom: 1px solid #D8DCDF; */
    padding-right: 110px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.main-project-lists {
    background-color: #E8EDF0;
    width: 100%;
    padding: 20px 40px;
    max-width: 100% !important;
}

.main-project-lists > div{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.main-project-lists-row {
    display: flex;
    flex-wrap: wrap;
}

.main-project-lists-row .projects-list {
    width: 70%;
    padding-right: 30px;
}

.main-project-lists-row .search-projects-block{
    width: 27%;
}

.single-project-info a {
    text-decoration: none;
    vertical-align: top;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    text-decoration: none !important;
}

.single-project-info a h4{
    margin-bottom: 0;
    margin-top: 15px !important;
}

.single-project-info {
    padding: 15px;
    font-size: 16px;
    border-top: 1px solid #ccc;
    text-align: center;
}

.single-project-info h5 {
    padding-top: 15px;
    font-size: 18px;
    text-align: center;
}

/* Style the tab content */
.pto-front-tabcontent {
  display: none;
  border-top: 0;
  margin-top: 30px;
}

.pto-project-frontend-budget-total {
    padding-top: 15px;
    display: flex;
    align-items: center;
}

.pto-store-total-budgets h6,
.pto-project-frontend-budget-total h6 {
    margin-bottom: 0;
    margin-left: 6px;
    font-size: 16px !important;
    font-weight: 700;
}

.pto-project-frontend-budget-total,
.pto-project-frontend-budget-total label{
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
}

.pto-store-total-budgets {
    font-size: 18px;
    padding-bottom: 10px;
    color: #000;
    display: flex;
    align-items: center;
}

.pto-store-total-budgets h6{
    margin-bottom: 0;
    margin-left: 6px;
}

.pto-store-total-budgets label{
    margin-bottom: 0;
}

.pto-front-tabcontent .sortable-data ul {
    border-top-color: #f4f5f7 !important;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

table#pto-tasks_table thead tr td:nth-child(2) {
    width: 42%;
}

.pto-allow-user-permision{
    padding-bottom: 15px;
}

.pto-project-filter-block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.wp-admin.pto-custom-style .task-kan-ban {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    margin: 0 -10px;
}

.pto-add-new-pm::-webkit-scrollbar,
.wp-admin.pto-custom-style .sortable-data ul::-webkit-scrollbar,
.wp-admin.pto-custom-style .task-kan-ban::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.pto-add-new-pm::-webkit-scrollbar-track,
.wp-admin.pto-custom-style .sortable-data ul::-webkit-scrollbar-track,
.wp-admin.pto-custom-style .task-kan-ban::-webkit-scrollbar-track {
  background: #f1f1f1;
}


.pto-add-new-pm::-webkit-scrollbar-thumb,
.wp-admin.pto-custom-style .sortable-data ul::-webkit-scrollbar-thumb,
.wp-admin.pto-custom-style .task-kan-ban::-webkit-scrollbar-thumb {
  background: #888;
}


.pto-add-new-pm::-webkit-scrollbar-thumb:hover,
.wp-admin.pto-custom-style .sortable-data ul::-webkit-scrollbar-thumb:hover,
.wp-admin.pto-custom-style .task-kan-ban::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.wp-admin.pto-custom-style .task-kan-ban > div {
    margin: 10px 10px;
    background: #f4f5f7;
    min-height: 500px;
    min-width: calc(20% - 20px);
}



.wp-admin.pto-custom-style .sortable-data ul {
    width: 100%;
    min-height: 200px;
    list-style-type: none;
    margin: 0;
    padding: 2px 5px;
    margin-right: 10px;
    border-radius: 0;
    background: #f4f5f7;
    box-sizing: border-box;
    border-top: 5px solid #fff;
    margin-top: 0;
    max-height: 500px;
    overflow: auto;
    white-space: initial;
}

.wp-admin.pto-custom-style .kanban-status-list .sortable-data .title {
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    margin-bottom: 9px;
    padding: 14px 10px 12px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    color: #544d61;
    text-transform: uppercase;
    background-color: #EEEEEE;
}

.wp-admin.pto-custom-style .sortable-data ul > li p{
    font-size: 16px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wp-admin.pto-custom-style .sortable-data ul > li {
    margin: 5px 0;
    width: auto;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(9,30,66, 0.25);
    padding: 10px;
    border: 0;
    background: #fff;
}

.wp-admin.pto-custom-style .sortable-data ul > li:last-child{
    border-bottom: 0;
}


.pto-front-tabcontent ul li {
    color: #000;
    position: relative;
    font-size: 16px;
    padding-bottom: 4px;
    /*padding-left: 15px;*/
}

/*.pto-front-tabcontent ul li:before{
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    display: block;
    background-color: #000000;
    top: 9px;
    }*/

    p:empty{
        display: none;
    }

    .pto-front-tabcontent div p {
        margin-bottom: 0;
    }

    .pto-front-tabcontent {
        color: #000;
    }

    .custom-popup {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease 0s;
        margin: 0 !important;
    }

    .custom-popup.custom-popup-show{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .custom-popup-inner {
        width: 100%;
        max-width: 750px;
        background-color: #fff;
        padding: 20px;
        border-radius: 4px;
        margin: 50px 15px;
        /*height: 100%;*/
        max-height: calc(100vh - 100px);
        position: relative;
        padding-top: 20px;
        overflow: auto;
    }
    .custom-popup-meetinginfo {padding-top: 10px;}
    .title-date {
        display: flex !important;
        justify-content: space-between !important;
        border-bottom: 1px solid;
        padding-bottom: 6px !important;
        align-items: center;
    }

    .custom-popup-noteinfo {padding-top: 10px;}
    span.data-title {
        font-weight: bold;
        font-size: 19px;
    }
    .custom-popup-inner > div{
        color: #000;
        font-size: 16px;
        display: block;
    }

    .custom-popup-inner > div > div{
        padding-bottom: 15px;
    }

    .custom-popup-inner > button {
        position: absolute !important;
        right: 10px;
        top: 10px !important;
        padding: 5px 10px;
        background: #428bca;
        color: #fff;
        font-size: 16px;
        line-height: 1.2;
        padding: 6px 12px;
        font-weight: normal;
        text-shadow: none;
        border: 1px solid #2d6ca2;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .custom-popup-inner::-webkit-scrollbar{
      width: 6px;
      height: 6px;
  }

  .custom-popup-inner::-webkit-scrollbar-track{
      background: #f1f1f1;
  }

  .custom-popup-inner::-webkit-scrollbar-thumb {
      background: #888;
  }

  .custom-popup-inner::-webkit-scrollbar-thumb:hover {
      background: #555;
  }

  .pto-project-metting-list-single_title,
  .pto-project-notes-list-single_title {
    cursor: pointer;
    text-decoration: underline;
}

.custom-popup-inner > div ul li{
    position: relative;
    padding-left: 15px;
}

.custom-popup-inner > div ul li:before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 100%;
    display: block;
}

.custom-popup-inner > div ul {
    list-style: none;
    padding: 0;
}








.projects-list + .search-projects-block {
	height: 100%;
	position: sticky;
	top: 100px;
	margin-bottom: 30px;
}

.search-projects-block .search-projects {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 1px 15px 1px rgb(62 57 107 / 7%);
}
.search-projects h3.pto-header-three {
	border-bottom: 1px solid #ccc;
	padding: 10px 15px;
	font-size: 20px;
	font-weight: 600;
}
.search-projects .search-projects-form-box {
	padding: 15px;
}
body .cust-field label.pto_text_setting {
	font-size: 14px !important;
    color:#333;
}

#Task_Management tr td:last-child {
    text-transform: capitalize;
}


/* Design Issue */
    .pto-project-single-page-sec{
        padding: 0 !important;
    }
    .pto-project-single-page-sec .container {
        width: 100%;
        padding: 0;
    }
.pto-project-single-page-sec .container >div,
.pto-project-single-page-sec .container >ul {
    padding: 15px;
}
/* Design Issue */