body{
    font-family: 'Roboto', sans-serif !important;
}
.login_page_background{
	background: url(../media/bg/bg.png);
}
.login_page_background .form{
	background: #fff;
	padding: 50px;
	border-radius: 5px;
}
ul.menu-nav.flex-one {
    flex: 1;
}
body .sticky-toolbar{
	display: none;
}
body .ReactTable .rt-thead .rt-th, .ReactTable .rt-thead .rt-td{
	padding: 15px 15px;
	border-right: 0px;
	text-align: left;
}
body .ReactTable .rt-th, body .ReactTable .rt-td{
	padding: 15px 15px;
	border-right:none !important;
}
body .ReactTable .rt-thead.-header {
    box-shadow: 0 -3px 11px 0 rgba(0,0,0,0.15);
}
.login-logo{
    width: 220px;
    object-fit: contain;
}
body .brand-logo img{
    object-fit: contain;
}
body .ReactTable{
	border:none;
}
.pagination-bottom {
    margin-top: 25px;
}
body .ReactTable .-pagination{
	justify-content: flex-end;
	box-shadow: none;
	border:none;
}
body .ReactTable .-pagination .-center{
    justify-content: flex-end;
    flex: inherit;
}
body .ReactTable .-pagination .-previous, body .ReactTable .-pagination .-next{
	flex: initial;
}
body .ReactTable .-pagination .-btn[disabled]{
	background: transparent;
}
.ReactTable.dataTable .rt-thead .rt-th.-cursor-pointer:before ,
.ReactTable.dataTable .rt-thead .rt-th.-sort-asc.-cursor-pointer:before {
    font-family: 'FontAwesome';
    content: "\f176";
    height: 6px;
    opacity: 1;
    width: 6px;
    position: absolute;
    margin-top: 6px;
    right: 15px;
    top: 12px;
}
.ReactTable.dataTable .rt-thead .rt-th.-sort-desc.-cursor-pointer:before {
    font-family: 'FontAwesome';
    content: "\f175";
}
body .ReactTable .rt-thead .rt-th.-sort-asc,
body .ReactTable .rt-thead .rt-td.-sort-asc ,
body .ReactTable .rt-thead .rt-th.-sort-desc,
body .ReactTable .rt-thead .rt-td.-sort-desc{
	box-shadow: none;
}
body .ReactTable .-pagination .-btn{
	background: transparent;
	color: #000;
}
body .ReactTable .-pagination .-btn i{
	color: #000;
}
.trash_button {
    background: transparent;
    color: #f46666;
    border: none;
    outline: none;
}
.trash_button.check-button ,
.trash_button.check-button a{
    color: #12B612;
}
body .right_sidebar {
    position: fixed;
    width: 30%;
    right: 0px;
    top: 0px;
    z-index: 10001;
    height: 100% !important;
    box-shadow: 0px 0px 20px rgba(0,0,0.3);
    left: 0px;
    transition: all 500ms ease-in-out;
    border-radius: 0px;
}
body.openRightBarChangePass .right_sidebar.change_pass{
    left: initial;
    z-index:100001 ;
}
body.openRightBar .right_sidebar{
	left: initial;
    transform: translate(0%, 0px);
    -webkit-animation: scaling 300ms;
    -moz-animation: scaling 300ms;
    -ms-animation: scaling 300ms;
}
body.openRightBar:before ,
body.openRightBarChangePass:before{
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 99;
	content: '';
}
body.openRightBar{
    overflow: hidden;
}
button.close_btn {
    background: #f0f4f4;
    border: none;
    outline: none;
    color: #a8a5a5;
    font-size: 12px;
}
@keyframes scaling {
    0% {
        transform: translate(100%, 0px);
    }
    100% {
        transform: translate(0%, 0px);
    }
}

.scroll_y_100vh{
    overflow-y: auto;
    height: 100vh;
}
body .right_sidebar .scroll_y_100vh{
    overflow-y: auto;
    height: calc(100vh - 5rem);
}
body .right_sidebar form{
    min-height: initial;
}
body .MuiPaper-elevation1{
    box-shadow: none;
}
button.add_button {
    margin-left: 12px;
    min-width: 55px;
    border: 1px solid #bfbdbd;
    background: transparent;
    border-radius: 3px;
    outline: none;
}
.tab-content{
    overflow: hidden;
}
.tab-content p{
    font-size: 13px;
    line-height: 21px;
    color: rgba(0,0,0,0.7);
}
.pos-relative{
    position: relative;
}
.upload_custom_btn input#upload_file_csv {
    position: absolute;
    top: calc(100% + 5px);
    left: -86px;
    width: 100%;
    color: #71ea69;
    outline: none;
}
.upload_custom_btn label.upload_file_btn {
    display: block;
    padding: 10px;
    border: 1px dotted #3898fb;
    border-radius: 3px;
    background: rgba(56, 152, 251, 0.03);
    text-align: center;
    color: #3898fb;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 13px;
    cursor: pointer;
}
.upload_custom_btn label.upload_file_btn i{
    color: #3898fb;
    margin-right: 5px;
    cursor: pointer;
}
.upload_custom_btn input#upload_file_csv + span{
    position: absolute;
    left: 0px;
    top: calc(100% + 3px);
}
.upload_custom_btn input#upload_file_csv + span:before{
    position: absolute;
    left: -90px;
    content: '';
    width: 90px;
    height: 30px;
    top: 100%;
    background: #fff;
}
.icon.add_button {
    background: transparent;
    outline: none;
    border: none;
    margin: 0;
    height: 30px;
    min-width: 30px;
    color: #000;
    display: flex;
    align-items: center;
}
body .accordion_custom_style .card .card-header {
    background-color: #fff;
    border-radius: 0.42rem;
}
body .accordion_custom_style .card{
    border-bottom: 1px solid #EBEDF3 !important;
    border-bottom-right-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
}
body .accordion .card .card-body{
    overflow: hidden;
}
body .accordion_custom_style .card .card-header button span  ,
body .accordion_custom_style .card .card-header button{
    color: #000;
    font-size: 14px;
    text-decoration: none;
}
body .accordion_custom_style .card .card-header button span i{
    color: #000;
}
body .accordion_custom_style .card .card-header button.btn.btn-link {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0px;
}
body .right_sidebar .accordion_custom_style .card .card-header button.btn.btn-link {
    flex: 1;
    display: flex;
    padding: 0.35rem 1rem;
    justify-content: space-between;
    padding-right: 0px;
    align-items: center;
    padding-left: 50px;
    position: relative;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;

}
body .right_sidebar .accordion_custom_style .card .card-header button.btn.btn-link span{
    font-size: 12px;
}
body .right_sidebar .accordion_custom_style .card .card-header button.btn.btn-link span b.drag_icon {
    position: absolute;
    left: 0;
    width: 40px;
    height: 100%;
    background: rgba(56, 152, 251, 0.05);
    top: 0;
}
body .right_sidebar .accordion_custom_style .card .card-header button.btn.btn-link .icon.add_button{
    font-size: 12px;
    min-width: 18px;
}
body .right_sidebar .accordion_custom_style .card .card-header button.trash_button svg, td.MuiTableCell-root.MuiTableCell-body button.trash_button{
    width: 40px;
    position: relative;
    bottom: 1px;
    fill: #ff0056;
}
body .right_sidebar .accordion_custom_style .card .card-header button.btn.btn-link span b.drag_icon:before ,
body .right_sidebar .accordion_custom_style .card .card-header button.btn.btn-link span b.drag_icon:after {
    position: absolute;
    width: 23px;
    left: 9px;
    top: 15px;
    height: 3px;
    background: #3898fb;
    content: '';
    border-radius: 4px;
}
body .right_sidebar .accordion_custom_style .card .card-header button.btn.btn-link span b.drag_icon:after{
    top: 23px;
}
body .right_sidebar .add_new_btn_dotted_border{
    display: block;
    padding: 10px;
    border: 1px dotted #3898fb;
    border-radius: 3px;
    background: rgba(56, 152, 251, 0.03);
    text-align: center;
    color: #3898fb;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 13px;
    width: 100%;
}
body .right_sidebar .add_new_btn_dotted_border i {
    color: #3898fb;
    margin-right: 5px;
    font-size: 13px;
}
body .add_templete_button{
    background: #12B612;
    color: #fff;
}
.company_profile_info {
    display: flex;
    align-items: center;
}
.company_profile_info figure{
    padding: 0px;
    margin: 0px;
    min-width: 150px;
}
.company_profile_info figure img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(65, 154, 251, 0.2);
    outline: none;
}
.company_profile_info .upload_company_profile input#company_profile{
    display: none;
}
.company_profile_info .upload_company_profile label.upload_file_btn{
    display: block;
    padding: 10px 30px;
    border: 1px dotted #3898fb;
    border-radius: 3px;
    background: rgba(56, 152, 251, 0.03);
    text-align: center;
    color: #3898fb;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 13px;
    cursor: pointer;
}
.company_profile_info .upload_company_profile label.upload_file_btn i{
    color: #3898fb;
    font-size: 13px;
    margin-right: 5px;
    cursor: pointer;
}
button.flaticon-cancel {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 20px;
}
.pos-relative{
    position: relative;
}
.font-14{
    font-size: 16px;
}
.text-green{
    color: #12B612;
}
.bg-green{
    background: #12B612 !important;
}
.border-green{
    border-color: #12B612 !important;
}
body .aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link .menu-text {
    color: #acaaaa;
}
body .aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link {
    background-color: transparent;
}
body .aside-menu .menu-nav > .menu-item.menu-item-open:hover .menu-link ,
body .aside-menu .menu-nav > .menu-item.menu-item-open .menu-link.active{
    background: #11111a;
}
body .aside-menu .menu-nav > .menu-item.menu-item-open:hover .menu-link span ,
body .aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link.active .menu-text{
    color: #fff;
}
body .aside-menu .menu-nav > .menu-item.menu-item-open:hover .menu-link span i ,
body .aside-menu .menu-nav > .menu-item.menu-item-open .menu-link.active span i {
    color:#3898fb;
}
body .aside-menu .menu-nav > .menu-item.menu-item-open:hover .menu-link span svg ,
body .aside-menu .menu-nav > .menu-item.menu-item-open .menu-link.active span svg{
    fill: #3898fb;
}
body .aside-menu .menu-nav > .menu-item > .menu-heading .menu-icon svg,
body .aside-menu .menu-nav > .menu-item > .menu-link .menu-icon svg{
    height: 20px;
    width: 20px;
    fill: #B5B5C3;
}
.list_add_btn{
    min-width: 100px;
}
.todolist{
    width: 100%;
    display: block;
}
.custom-checkbox_months {
    position: relative;
}
.custom-checkbox_months input.month_yearly_checkbox{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.custom-checkbox_months label.yearly_checkbox_wrap {
    width: 100%;
    width: 165px;
    background: #eee;
    border-radius: 25px;
    padding: 10px 8px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-checkbox_months label.yearly_checkbox_wrap span {
    flex: 1;
    text-align: center;
    border-radius: 25px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
}
.custom-checkbox_months label.yearly_checkbox_wrap span.yearly{
    background: #fff;
    color: #3898fb;
    box-shadow: 0px 4px 6px rgba(35, 74, 119, 0.2);
}
.custom-checkbox_months  input.month_yearly_checkbox:checked + label.yearly_checkbox_wrap span.yearly{
    background: transparent;
    color: #3F4254;
    box-shadow: none;
}
.custom-checkbox_months  input.month_yearly_checkbox:checked + label.yearly_checkbox_wrap span.monthly{
    background: #fff;
    color: #3898fb;
    box-shadow: 0px 4px 6px rgba(35, 74, 119, 0.2);
}
.subscription_list_wrap{
    list-style-type: none;
    flex-wrap: wrap;
}
.subscription_list_wrap li {
    width: 25%;
    padding: 0 7px;
    position: relative;
}
.subscription_list_wrap li .plan_list_item{
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    position: relative;
}
.subscription_list_wrap li .plan_list_item h4{
    font-size: 12px;
    color: #000;
}
.subscription_list_wrap li .plan_list_item h4 small{
    color: #3898fb;
    display: block;
}
input.plan_check{
    position: absolute;
    width: 100%;
    top: 0px;
    height: 100%;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.subscription_list_wrap li .plan_list_item h2 {
    font-size: 45px;
    line-height: 40px;
}
.subscription_list_wrap li .plan_list_item .price-tag-wrap{
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.subscription_list_wrap li .plan_list_item h2 span{
    position: relative;
}
.subscription_list_wrap li .plan_list_item h2 span:before{
    position: absolute;
    content: '£';
    font-size: 20px;
    left: -15px;
    bottom: calc(100% - 10px);
    line-height: 20px;
    color: #000;
}
.subscription_list_wrap li .plan_list_item small{
    font-size: 11px;
    display: block;
    line-height: 18px;
}
.subscription_list_wrap li input.plan_check:checked + .plan_list_item{
    background:url(../media/bg/subs-bg.png) , #3898fb;
}
.subscription_list_wrap li input.plan_check:checked + .plan_list_item h2 ,
.subscription_list_wrap li input.plan_check:checked + .plan_list_item h4 ,
.subscription_list_wrap li input.plan_check:checked + .plan_list_item h2 span:before ,
.subscription_list_wrap li input.plan_check:checked + .plan_list_item h4 small{
    color: #fff !important;
}
.subscription_list_wrap li input.plan_check:checked + .plan_list_item .btn{
    background: #fff !important;
}
.full-width{
    width: 100% !important;
}
.user_detail figure{
    margin:0px;
    min-width: 60px;
}
.user_detail figure img{
    width:40px;
    height: 40px;
    border-radius: 50%;
    object-fit: contain;
    border: 1px solid #6c6c70;
}
body#kt_body .side_bar_enable .right_sidebar {
    left: 100% ;
}
body#kt_body .side_bar_enable.openRightBar .right_sidebar {
    left: initial ;
}
.card-body h3{
    font-size: 18px;
}
.card-body h3 i{
    margin-right: 10px !important;
}
.card-body .MuiButtonBase-root.MuiIconButton-root.MuiIconButton-edgeEnd{
    color:#3898fb;
}
.project-contractors-listing .makeStyles-root-114, .project-contractors-listing .makeStyles-root-172{
    margin-top: 0;
}
.light-color-inner span{
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}
body .symbol.symbol-light-success .symbol-label {
    background-color: rgba(56, 152, 251, 0.2);
    color: #3898fb;
}
body .project_detail_page .accordion_custom_style .card .card-header button.btn.btn-link {
    flex: 1;
    display: flex;
    padding: 0.35rem 1rem;
    justify-content: space-between;
    padding-right: 0px;
    align-items: center;
    padding-left: 50px;
    position: relative;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
}
body .project_detail_page .accordion_custom_style .card .card-header button.btn.btn-link span b.drag_icon {
    position: absolute;
    left: 0;
    width: 40px;
    height: 100%;
    background: rgba(56, 152, 251, 0.05);
    top: 0;
}
body .project_detail_page .accordion_custom_style .card .card-header button.btn.btn-link span b.drag_icon:before, body .project_detail_page .accordion_custom_style .card .card-header button.btn.btn-link span b.drag_icon:after {
    position: absolute;
    width: 23px;
    left: 9px;
    top: 15px;
    height: 3px;
    background: #3898fb;
    content: '';
    border-radius: 4px;
}
body .project_detail_page .accordion_custom_style .card .card-header button.btn.btn-link span b.drag_icon:after {
    top: 23px;
}
body .project_detail_page .upload_custom_btn input#upload_file_csv{
    display: none;
}
body .project_detail_page .upload_custom_btn label.upload_file_btn{
    display: inline-block;
    min-width: 130px;
    float: right;
    cursor: pointer;
}
.pos_rel_top5{
    position: relative;
    bottom: 45px;
}
.dropdown-menu.show{
    min-width:180px;
    max-height: 300px;
    overflow-y: auto;
}
.dropdown.btn-group button.btn {
    border: 1px solid #e4e6ef;
    color: #222;
}
body .notranslate.public-DraftEditor-content{
    min-height: 210px;
}
body .RichTextEditor__editor___1QqIU .RichTextEditor__paragraph___3NTf9,
body .RichTextEditor__editor___1QqIU pre {
    margin: 0;
}
body ul.todolist{
    max-height: 300px;
    overflow: auto;
}
.accordion_custom  input.form-control-file{
    display: none;
}
.accordion_custom .title span {
    flex: 1;
    min-height: 45px;
    display: flex;
    align-items: center;
    padding-left: 50px;
    position: relative;
}
.accordion_custom .title span:before ,
.accordion_custom .title span:after{
    position: absolute;
    width: 23px;
    left: 9px;
    top: 18px;
    height: 3px;
    background: #3898fb;
    content: '';
    border-radius: 4px;
}
.accordion_custom .title span:after{
    top: 26px;
}
.accordion_custom .title {
    padding: 0px 10px 0  0;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #080808;
    position: relative;
    font-size: 14px;
    background: #ffffff;
    margin-bottom: -1px;
    border: 1px solid #ccc;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 400;
}
  .accordion_custom .title::after {
    content: "+";
    font-size: 28px;
    color: #000;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    position: absolute;
    right: 40px;
    top:0px;
  }
  .accordion_custom .title.is-expanded {
    background: #fff;
}
  .accordion_custom .title.is-expanded::after {
    content: "-";
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    font-size: 35px;
    top: -5px;
  }
  .accordion_custom .content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
    margin: 0;
    padding: 0 30px;
    border: solid 1px #eeeeee;
    border-top: 0;
    background: #fff;
  }
  .accordion_custom .content p {
    padding: 30px 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .accordion_custom .content.is-expanded {
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 15px;
  }
  .accordion_custom .content.is-expanded p {
    opacity: 1;
  }
body .right_sidebar .css-2b097c-container div {
     z-index: 98 !important;
}
.no_style_anchor, .no_style_anchor:hover{
    color: #000000de;
    text-decoration: none;
}
.accordion_header_text{
    width: 100%;
}
.cursor-pointer{
    cursor: pointer !important;
}
.cursor-not-allowed{
    cursor: not-allowed !important;
}
.cursor-not-allowed-inner{
    pointer-events:none !important;
}
.drag_handle{
    display: flex;
    align-items: center;
    padding: 6px;
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.custom_file_input{
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.d-flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-grow-one{
  flex-grow: 1;
}
/*----------------------***********------------------------------*/
body .term-condition .form-group label.checkbox{
    padding-left: 30px;
    color: #9797A6;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
}
body .term-condition .form-group label.checkbox > a{
    margin-left: 5px;
}
body .term-condition .checkbox > span{
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 2px;
    background-color: #F3F6F9;
    margin-left: 0!important;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.term-condition .form-group{
    margin-bottom: 0!important;
}
.btn.btn-primary.disabled, .btn.btn-primary:disabled{
    cursor: not-allowed;
}

.MuiDialog-paper{
    overflow-x: hidden!important;
}
.custom-select-field-with-plus{
    align-items: flex-end;
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
}
.custom-select-field-with-plus .fv-plugins-message-container {
    position: absolute;
    top: 100%;
    left: 0;
}
.add_button{
    height: 52px;
}
.css-yk16xz-control{
    min-height: 52px!important;
}
.css-1pahdxg-control{
    min-height: 52px!important;
}
body{
    overflow-x: hidden!important;
}
.checkbox-error , .error{
    position: absolute;
}
.checkbox-error .fv-help-block{
    max-width: 400px;
}
.fv-plugins-message-container .fv-help-block{
    font-size: 10px;
    line-height: 15px;
    max-width: 400px;
    letter-spacing: 0.5px;
}
.login-signin .form-group{
    margin-bottom: 35px;
}
.select_upload_csv .fv-plugins-message-container .fv-help-block{
    display: inline-block;
    color: red;
    margin-top: 15px;
}
.right_sidebar .MuiButton-containedPrimary{
    color: #fff;
    background-color: #3699ff;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
}
.right_sidebar .MuiButton-containedPrimary:hover{
    background-color: #3699ff;
}
.MuiInputLabel-outlined{
    background: #fff;
}
.font-size-heading{
    font-size: 17px;
}
body .MuiDialog-paperWidthSm{
    min-width: 500px;
}
body .template_modal_dialog .MuiDialogContent-root{
    min-height: initial;
}
body .MuiDialogContent-root .upload_custom_btn input#upload_file_csv + span ,
body .MuiDialogContent-root .upload_custom_btn input#upload_file_csv {
    display: none;
}
table.full-width-layout_table tr td {
    text-transform: capitalize;
    display: block;
    position: relative;
}
table.full-width-layout_table tr td > div {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
}
table.full-width-layout_table tr td > div + span {
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    font-size: 11px;
}
table.full-width-layout_table {
    width: 100%;
}
table.full-width-layout_table tr {
    border-bottom: 10px solid #fff;
    width: 50%;
    float: left;
    padding: 0 10px;
}
.add_custom_input > .MuiInput-underline:before{
    display: none !important;
}
body button.accordion_header_text.accordion_button_click {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body button.accordion_header_text.accordion_button_click i.icon.add_button{
    min-width: auto;
}
body .accordion_custom_style .card .card-header h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    width: 100%;
    line-height: 35px;
    margin-bottom: 0;
}
body .accordion_custom_style.mt-5.accordion .collapse.show {
    padding: 0 15px;
}
body .hide {
    display: none !important;
}
body .right-rofm_todo_list {
    position: relative;
}
body .right-rofm_todo_list .fv-plugins-message-container {
    position: absolute;
    top: 100%;
    left: 0;
}
body .right-rofm_todo_list input.MuiInput-input {
    padding-right: 40px;
}
body .MuiDialog-container.MuiDialog-scrollPaper {
    background: rgba(0, 0, 0, 0.8);
}
body .right-rofm_todo_list .add_custom_input.is-invalid ,
body .right-rofm_todo_list .add_custom_input.is-valid{
    padding-right: 0px;
}
body .right-rofm_todo_list .add_custom_input.is-invalid .MuiInput-underline:after ,
body .right-rofm_todo_list .add_custom_input.is-valid .MuiInput-underline:after{
    bottom: 2px !important;
}
body table.MuiTable-root tr.MuiTableRow-head .row_alignment_css:last-child ,
body table.MuiTable-root .MuiTableBody-root .row_alignment_css:last-child {
    text-align: right;
}
body table.MuiTable-root tr.MuiTableRow-head th:nth-child(1){
    pointer-events: auto;
}
body table.MuiTable-root tr.MuiTableRow-head .row_alignment_css:nth-child(2) ,
body table.MuiTable-root tr.MuiTableRow-head .row_alignment_css:nth-child(3){
    pointer-events: none;
}
body .Toastify__toast-container{
    z-index:999999;
}
body .Toastify__toast--error{
    background: #F5948A;
}
td.total-imported {
    color:#17d217;
}
td.total-skipped {
    color: #ec5325;
}
.react-datepicker-wrapper, .react-datepicker-wrapper input{
    width: 100%;
}
.react-datepicker-wrapper input{
    padding: 16px 14px;
    border-color: hsl(0,0%,80%);
    border-width: 0.5px;
    border-radius: 4px;
    border-style: solid;
}
body .react-datepicker-popper {
    z-index: 999;
}
.d-flex.full_width_res .fv-plugins-icon-container.cursor-not-allowed{
    min-width: 150px;
}
.d-flex.full_width_res .fv-plugins-icon-container.cursor-pointer {
    min-width: 150px;
}
.m-spinnercustom {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    justify-content: center;
}
.m-spinnercustom span {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #cccaca;
    margin: 5px;
    border-radius: 50%;
    -webkit-animation: scaling 300ms infinite alternate;
}
@-webkit-keyframes scaling {
    From {
        -webkit-transform: scale(0.2);
    }
    To {
        -webkit-transform: scale(1.2);
    }
}
.res_card_header .custom_list_down_dropdown .dropdown-menu.show {
    max-height: 300px;
    min-height: 260px;
    padding-bottom: 40px;
}
.res_card_header .custom_list_down_dropdown .dropdown-menu.show .up_listing {
    max-height: 250px;
    overflow-y: auto;
}
.res_card_header .custom_list_down_dropdown .dropdown-menu.show a.d-flex.align-items-center.text-primary.dropdown-item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
}
table.MuiTable-root thead.MuiTableHead-root tr th {
    color: #838383;
    font-weight: 400;
    text-transform: inherit;
}
.MuiTablePagination-root .MuiTablePagination-caption {
    color: #838383;
}
.MuiInputBase-root .MuiSelect-select.MuiSelect-select{
    border-bottom: 1px solid #eee;
 }
.MuiInputBase-input.Mui-disabled {
    opacity: 0.6;
}
body .tab-content {
    min-height: 400px;
}
.drag_handle svg {
    color: red;
    fill: #3898fb;
}
.full_width_res.custom_width_select .css-2b097c-container{
    min-width: 220px;
}
.custom_width_select .css-2b097c-container .css-yk16xz-control ,
.custom_width_select button.btn.py-2.ml-3.btn-primary{
    height: 40px;
    min-height: 40px !important;
}
body button.accordion_header_text.accordion_button_click + button.trash_button svg{
    fill:red;
}
.css-2b097c-container{
    position: relative;
}
.css-2b097c-container .css-2613qy-menu{
    position: absolute;
    z-index: 9;
    background-color: #fff;
}
.fv-plugins-icon-container{
    position: relative;
    z-index: unset;
}
body .MuiInputLabel-outlined{
    z-index: 0!important;
}
.MuiTooltip-popper .MuiTooltip-tooltip{
    font-size: 12px!important;
}
.MuiTooltip-tooltip{
    font-size: 12px!important;
}
body .MuiFormControl-marginNormal{
    margin-bottom: 0;
}
span.fv-help-block{
    color: #F64E60;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.5px;
    display: inline-block;
}
.right_sidebar .MuiButton-containedPrimary{
    margin-top: 15px;
}
.MuiPaper-root .MuiDialogContent-root{
    margin-bottom: 16px!important;
}
svg.MuiSvgIcon-root.add.disabled {
    pointer-events: none;
}
.select-field{
    position: relative;
}
.select-field:after{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    background-color: transparent;
    border-left: 1.3px solid #000;
    border-bottom: 1.3px solid #000;
}
.select-field select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}
.right-rofm_todo_list .fv-plugins-icon-container .MuiFormControl-root .MuiInputBase-root{
    display: unset;
}
.form-group input[type="text"] ,.form-group input[type="email"] ,.form-group input[type="password"]{
    -webkit-appearance: none;
}
body .accordion_custom_style .card .accordion_custom_style .inner_card_header .icon.add_button{
    font-size: 12px;
}
.inner_table_wrap tr td{
    font-size:14px;
}
.card form .form-group label{
    font-weight: 500;
}
table.MuiTable-root tr td, table.MuiTable-root tr th {
    font-size: 14px;
}
body .input_padding_custom input.MuiOutlinedInput-input {
    padding: 12.5px 14px;
}
span.MuiButton-label:before {
    position: absolute;
    background: rgba(0, 0, 0, 1);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 300ms ease-in-out;
    opacity: 0.1;
    border-radius: 50%;
}
button:hover span.MuiButton-label:before{
    transform: scale(1);
    transition: all 300ms ease-in-out;
    border-radius: 0px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
    background-color: transparent;
    box-shadow: none;
}
/* drag drop area css start */
.dg-dp-content {
    background-color: white;
    max-width: 500px;
    margin: auto;
}
.dg-dp-container {
    /* transform: translateY(-100%); */
}
.dg-dp-container p {
    color: red;
    text-align: center;
}
.dg-dp-drop-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    border: 2px dashed #4aa1f3;
}
.flaticon-upload.dg-dp-full-size {
    font-size: -webkit-xxx-large;
}
.dg-dp-drop-message {
    text-align: center;
    color: #4aa1f3;
    font-family: Arial;
    font-size: 20px;
}
/* drag drop area css end */
.plan-indicator{
    color: #12B612 !important;
}
.MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root a i{
    color: #3699ff;
    margin-right: 10px;
}
.MuiButton-containedSecondary{
    background-color:#3699ff!important;
}
span.schema-modal {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
span.schema-list {
    font-weight: 400;
    font-size: 14px;
}
/*react datepicker*/
.datepicker-header {
    background: rgb(187, 222, 251);
    color: rgb(33, 150, 243);
    padding: 10px;
    /* width: 250px; */
}
.datepicker-year {
    font-size: 18px;
    padding: 10px;
    height: 16px;
    margin: 0px 0px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    opacity: 0.7;
}
.datepicker-day {
    position: relative;
    overflow: hidden;
    height: 38px;
    display: block;
    font-size: 36px;
    line-height: 36px;
    opacity: 1;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    width: 100%;
    font-weight: 500;
    margin: 16px;
}
body .react-datepicker__header {
    border-bottom: none !important;
    background-color: white !important;
}
.react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker-year-header{
    font-size: inherit !important;
    font-weight: inherit !important;
    font-family: inherit;
}
.react-datepicker {
    font-size: 1rem !important;
    border: none !important;
    box-shadow: 1px 1px 10px #aaaaaa;
}
.react-datepicker__month-container {
    width: 100%;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range,
.react-datepicker__day--keyboard-selected{
    background-color: #bbdefb !important;
    color: #3897fb !important;
}
.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
    color:rgba(66,66,66)!important;
    width: 2rem !important;
    margin: 0.5rem 0.5rem !important;
    border-radius: 50% !important;
    padding: 1px;
    font-weight: 400;
}
.react-datepicker__day--selected, .react-datepicker__day--keyboard-selected:hover {
    line-height: 2rem !important;
    width: 2rem !important;
    margin: 0.5rem 0.5rem !important;
    border-radius: 50% !important;
    padding: 1px;
    color: rgb(33, 150, 243) !important;
    font-weight: 400;
}
.tox .tox-collection--list .tox-collection__group:last-child>div[title="Table properties"], .tox .tox-pop__dialog .tox-tbtn[title="Table properties"] {
    display: none;
}
textarea.text-area-redux {
    width: 100%;
    height: 100px !important;
}
#uncontrolled-tab-example-tabpane-contractor_service table {
    min-width: unset !important;
}
.company-subscription-head{
    flex:unset !important;
}
.company-subscription-head a svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
/********/
/******** Media Query Css *******/
/********/
@media only screen and (max-width: 1400px){
    .subscription_list_wrap li {
        width: 50%;
    }
}
@media (max-width:1199px){
    .subscription_list_wrap li {
        width: 50%;
    }
}
@media only screen and (min-width:992px){
    .login-signin{
        max-width: 500px!important;
    }
}
@media screen and (max-width:991px){
    .subscription_list_wrap li {
        width: 33.3%;
    }
    button#kt_header_mobile_toggle{
        display: none;
    }
    body .right_sidebar{
        width: 50%;
    }
    body table.MuiTable-root {
        min-width: 100% !important;
    }
    .upload_custom_btn input#upload_file_csv + span:before{
        width: 86px;
        left: -84px;
    }
    .upload_custom_btn input#upload_file_csv{
        left: -80px;
    }
}
@media (max-width:767px){
    .subscription_list_wrap li {
        width: 50%;
    }
    .MuiFormLabel-root.MuiInputLabel-outlined{
            box-sizing: border-box;
    }
    .res_card_header .custom_list_down_dropdown .dropdown-menu.show{
        min-height: 85px;
    }
    body .right_sidebar .accordion_custom_style .card .card-header button.trash_button svg, td.MuiTableCell-root.MuiTableCell-body button.trash_button{
        width: 34px;
    }
    #kt_content .card-body .trash_button{
        margin-bottom: 15px;
    }
    .project-contractors-listing table th{
        white-space: nowrap;
    }
    .company_profile_info figure{
        margin-right: 10px;
        min-width: unset;
    }
    .company_profile_info figure img{
        width: 50px;
        height: 50px;
    }
    .company_profile_info  .upload_file_btn{
        display: flex !important;
        text-align: left !important;
        padding: 10px 10px !important;
    }
    .company_profile_info .upload_company_profile label.upload_file_btn i{
        margin-top: 3px;
    }
}
@media (max-width:640px){
    body .custom_res_block {
        display: block !important;
        text-align: center
    }
    body .custom_res_block h3{
        margin-bottom: 15px !important;
    }
    body .padd_for_res ,
    body .card-body.pv-5.padd_for_res{
        padding: 15px;
    }
    .upload_custom_btn input#upload_file_csv{
        left: -76px;
    }
    body .right_sidebar{
        width: 70%;
    }
    .light-color-inner span{
        display: block;
        line-height: 20px;
    }
    body .MuiDialog-paperWidthSm{
        min-width: 300px;
    }
    body .MuiDialogContent-root {
        min-height: 200px;
    }
    .upload_custom_btn input#upload_file_csv + span:before {
        width: 90px;
    }
}
@media (max-width:480px){
    .subscription_list_wrap li {
        width: 100%;
    }
    body .right_sidebar{
        width: 85%;
    }
    .res_card_header {
        flex-wrap: wrap;
    }
    .full_width_res.wraps{
        display: block !important;
    }
    .full_width_res.wraps .mb-0.form-group{
        margin: 10px 0;
        margin-bottom: 10px !important;
    }
    .full_width_res.wraps .btn.ml-3.btn-primary{
        margin-left: 0px !important;
    }
    .full_width_res {
        width: 100%;
        justify-content: space-between;
    }
    .full_width_res .mb-0.form-group{
        flex: 1;
    }
    .full_width_res button{
        flex: 0.5;
    }
    .light-color-inner span{
        margin-bottom: 15px;
    }
    .pos_rel_top5 {
        position: relative;
        bottom: 0px;
    }
    .margb15px {
        margin-bottom: 15px; }

    .margb20px {
        margin-bottom: 20px; }

    .margb25px {
        margin-bottom: 25px; }
    table.full-width-layout_table tr {
        width: 100%;
    }
    .term-condition{
        flex-direction: column;
    }
    .login_page_background .form{
        padding: 25px;
    }
}
#tooltip-top > .tooltip-inner {
  background-color: #2296F5;
  color: #fff;
  /* border: 1px solid #062e56; */
}
#tooltip-top .arrow::before {
    border-right-color: #2296F5;
}

.tooltip-icon{
    background-color: #fff;
  color: #2296F5;
}
.welcome-note-head{
    font-size: 30px;
    font-weight: 900;
}
.welcome-note-body{
    background-color:#fff;
}
.welcome-note-body .welcome-note-content {
    padding-left: 10px;
    padding-right: 10px;
}
.welcome-note-content .welcome-note-list{
    border:3px solid lightgray;
    border-radius: 50px;
    padding: 20px;
    margin-bottom: 20px;
}
.welcome-note-list-count{
    border: 1px solid;
    background: #fff;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    color: #000;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}
.welcome-image{
    margin-top: 20px;
    margin-bottom: 20px;
}
.welcome-image img{
    max-height: 100px;
}
.list-group{
    font-size: 14.8px;
}
.lets-go{
    border:0px solid;
    background-color:#13b611 !important;
    border-radius: 10px !important;
    width: 150px;
    color: #fff;
    padding-top: 10px;
    margin-top:20px;
    margin-bottom:40px;
}
.welcome-note-pera{
    font-size: 11px;
    padding-bottom: 20px;
}
.session-group-text{
    text-align: justify;
    margin-right: 20px;
}
.hide-row{
    display: none !important;
}
.manage-row-space{
    padding: 10px !important;
    border: none !important;
}
.left-margin-row{
    margin-left: -50px;
    margin-bottom: -5px;
    margin-top: -5px;
}
.fix-column-fize-1{
    width:22%;
}
.fix-column-fize-2{
    width:23%;
}
.fix-column-fize-3{
    width:22%;
}
.fix-column-fize-4{
    width:23%;
}
.fix-column-fize-5{
    width:23%;
}
.iconData{
    font-size: 30px !important;
    margin-right: 20px;
}
.stock-table thead tr th {
    width:25%;
}
input[name=group_name] {
  max-height: 0.1876em !important;
}
.remove-underline td{
border:none;
}
.row-size-handle td{
border:none;
}
.remove-head-lines th{
border:none;
}
.security_steps_wrap{
    padding-top: 20px;
}
.security_steps_wrap ul{
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: space-around;
    list-style-type: none;
}
.security_steps_wrap ul li{
    text-align: center;
    position: relative;
    flex: 1;
}
.security_steps_wrap ul li span{
    display: block;
}
.security_steps_wrap ul li span.lable_step {
    min-height: 35px;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #565656;
    margin-bottom: 15px;
    position: relative;
    padding: 0px 10px;
}
.security_steps_wrap ul li span.step_check{
    max-width: 40px;
    height: 40px;
    border: 3px solid #eaf2f7;
    background-color: #eaf2f7;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.security_steps_wrap ul li span.lable_step:before{
    position: absolute;
    top: calc(100% + 30px);
    height: 10px;
    width: 100%;
    content: '';
    background: #eaf2f7;
    z-index: 0;
    left: 50%;
}
.security_steps_wrap ul li:last-child span.lable_step:before{
    display: none;
}
.security_steps_wrap ul li.active span.step_check{
    background-color: #fff;
    border-color: #0e5aa4;
}
.security_steps_wrap ul li.active span.lable_step{
    color: #0e5aa4;
}
.security_steps_wrap ul li.active.complete span.lable_step{
    color: #565656;
}
.security_steps_wrap ul li.complete span.step_check:after{
    content: "";
    height: 10px;
    width: 16px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: translate(-50%, -50%) rotate(
-45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 0px);
}
.security_steps_wrap ul li.active.complete span.step_check{
    background-color: #0e5aa4;
    border-color: #0e5aa4;
}
.security_steps_wrap ul li.active.complete span.lable_step:before{
   background-color:  #0e5aa4;
}
body .security_steps_wrap_modal .MuiDialog-paperWidthSm {
    min-width: 800px;
}
@media (max-width:640px){
    body .security_steps_wrap_modal .MuiDialog-paperWidthSm {
        min-width: 90%;
    }
    .security_steps_wrap ul li span.lable_step{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .security_steps_wrap ul li span.lable_step:before{
        top: calc(100% + 26px);
    }
}

.thirdParty{
    min-width: 250px !important;
}
.attachment-list-move{
    max-height: calc(100vh-100px);
    overflow: auto;
    
}
.company-info-note .upload_file_btn{
    max-width: 215px;
}
button:disabled{
    cursor: not-allowed;
}
button[disabled]{
    cursor: not-allowed;
}
input[readonly]{
    cursor: not-allowed;
}
input[disabled]{
    cursor: not-allowed;
}

.Mui-disabled{
    cursor: not-allowed;
}
.card-body .rounded-top .drag_handle ~ h4 ~ a > i{
    position: relative;
    top: 5px;
    margin-right: 10px;
}
