@font-face {
  font-family: "Kyn-Medium";
  src: url("../../fonts/Kyn-Medium.ttf");
}

@font-face {
  font-family: "Kyn-Bold";
  src: url("../../fonts/Kyn-Bold.ttf");
}
@font-face {
  font-family: "Kyn";
  src: url("../../fonts/Kyn-Regular.ttf");
}

@font-face {
  font-family: "RobotoSlab";
  src: url("../../fonts/RobotoSlab.ttf");
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../../fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-Regular.ttf");
}

/* ADM font */
@font-face {
  font-family: 'Poppins-Medium';
  src: url('../../fonts/Poppins-Medium.ttf');
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('../../fonts/Poppins-Bold.ttf');
}


@font-face {
  font-family: 'Poppins-Regular';
  src: url('../../fonts/Poppins-Regular.ttf');
}


@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../../fonts/Poppins-SemiBold.ttf');
}
/* End ADM font */


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: none;
}

.master-card-wrapper {
  font-family: "Poppins-Regular";
}
.mainpage_inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.btn-orange {
  background: var(--color-orange);
  color: #ffffff !important;
}
.btn-grey {
  background: #c4c4c4;
  color: #000;
}
.page_heading {
  font-size: 28px;
  font-family: "Poppins-Regular";
}

.margintop72 {
  margin-top: 72px;
}
.site-content {
  background-color: #fff;
}
.chat-popup-parent{
  position: relative;
}
.chat-popup{
    position: absolute;
    z-index: 999;
    background-color: red;
    color: #ffffff;
    padding: 1px 4px 0px;
    border-radius: 50%;
    font-size: 10px;
    margin: 0;
    top: -8px;
    right: -4px;
    display: block;
    height: 14px;
}
/* added by mohit (24-03-2023) */
/* =============== Comman css ================= */
.btn-section button,
.btn-section a {
  font-style: normal;
  font-weight: 400;
  font-size: 12.9427px;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.button-blue {
  background-color: #7326d9;;
  border: 1px solid #7326d9;;
}
.button-black {
  background-color: #4c4a4c;
  border: 1px solid #4c4a4c;
}
.btn-grey {
  color: #000000 !important;
}
.orange-color {
  color: #ff6b00;
}
.form-group label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}
 input.form-control, select.form-control {
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  height: 38px !important;
  padding: 6px 12px 4px;
  color: #686868 !important;
}
textarea.form-control {
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  min-height: 38px;
  padding: 6px 12px 4px;
  color: #686868 !important;
  height: auto;
}
.border-bottom-2 {
  border-bottom: 2px solid #cccccc;
}
.custom-file-upload {
  padding: 10px 0 10px 10px;
  background-color: #efefef;
  cursor: pointer;
  color: #af9090;
  margin-bottom: 0;
  width: 100%;
  position: relative;
}
.custom-file-upload span {
  padding: 9px 11px;
  background-color: #ff6b00 !important;
  color: #ffffff;
  position: absolute;
    top: 1px;
    right: 0;
}
/* for datatable css */
.table thead th.sorting::after,
.table thead th.sorting_asc::after,
.table thead th.sorting_desc::after {
  content: " " !important;
  opacity: 1 !important;
  font-size: 14px;
  /* bottom: 11px !important; */
  height: 16px;
  color: #ff6b00;
  right: 5px !important;
  font-family: "FontAwesome" !important;
  top: calc(35% + 0px);
  width: 7px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../../images/datatableuparrow.svg);
}
.table thead th.sorting::before,
.table thead th.sorting_asc::before,
.table thead th.sorting_desc::before {
  content: " " !important;
  opacity: 0.8 !important;
  font-size: 14px;
  /* bottom: 11px; */
  right: 11px;
  height: 16px;
  top: calc(35% + 0px);
  color: #ff6b00;
  font-family: "FontAwesome" !important;
  position: absolute;
  width: 7px;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
  background-image: url(../../images/datatableuparrow.svg);
}
.admin-table .table thead th.sorting:after,
table.dataTable thead th.sorting:after {
  content: " " !important;
}
.admin-table .table thead th.sorting_desc:after,
table.dataTable thead th.sorting_desc:after {
  content: " " !important;
  opacity: 1 !important;
  background-image: url(../../images/datatableuparrow.svg);
}
.admin-table .table thead th.sorting_desc:before,
table.dataTable thead th.sorting_desc:before {
  content: " " !important;
  opacity: 0.8 !important;
  background-image: url(../../images/datatableuparrow.svg);
}
.admin-table .table thead th.sorting_asc:after,
table.dataTable thead th.sorting_asc:after {
  content: " " !important;
  opacity: 0.8 !important;
  background-image: url(../../images/datatableuparrow.svg);
}
.admin-table .table thead th.sorting_asc:before,
table.dataTable thead th.sorting_asc:before {
  content: " " !important;
  opacity: 1 !important;
  background-image: url(../../images/datatableuparrow.svg);
}
.buttonBox .input-group-append {
  position: absolute;
}
.buttonBox .input-group-append .input-group-text {
  height: 36px;
  width: 35px;
  background: #e9ecef;
  border: 1px solid #cccccc;
  border-radius: 3px 0px 0px 3px;
}
div.dataTables_wrapper div.dataTables_filter input {
  height: 36px;
  width: 236px !important;
  outline: none;
  border: 1px solid #cccccc;
  padding: 9px 5px 9px 44px;
  float: right;
  margin-left: 0px !important;
  border-radius: 5px;
}
.dataTables_length select {
  height: 36px !important;
}
.input-group-prepend .input-group-text {
  padding: 9px 12px !important;
}
button.dt-button, div.dt-button, a.dt-button, input.dt-button {
  padding: 5.5px 7px !important;
}
.admin-table .table thead th {
  font-family: "Poppins-Regular" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-transform: capitalize !important;
}
.password-validation-box {
  position: relative;
}
#pass-message {
  position: absolute !important;
  z-index: 9999;
}
.modal-body-heading {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
.modal-body-sub-heading {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px;
}
.mdborder-bottom-1 {
  border-bottom: 1px solid #cccccc;
}
.md-section {
  padding: 15px 4px;
}
button.btn {
  box-shadow: unset !important;
}
.popUp-submit-btn {
  border-radius: 5px;
  height: 38px;
  line-height: 15px;
  min-width: unset;
  background: #f5833f !important;
  border: #f5833f !important;
  color: #ffffff !important;
}
.popUp-cancel-btn {
  border-radius: 5px;
  min-width: unset;
  background: #e5e5e5 !important;
  color: #000000 !important;
  border: 1px solid #000000;
}
.popUp-btn {
  border-top: 1px solid #acacac;
  width: 100%;
  justify-content: end;
  padding-top: 10px;
  margin: 0 16px;
}
/* --------------------------- End -------------------------- */
.new_brief_page{
  background-color: #ffffff;
}
.new_brief_page .page_heading {
  margin-left: 33px;
  font-size: 28px;
  line-height: 32px;
  font-style: normal;
  font-family: 'Poppins-Regular';
  font-weight: 600;    padding-bottom: 4px !important;
  padding-top: 34px !important;
}
.new_brief_page .container-fluid {
  padding: 0 33px;
  margin-top: 30px;
}
.section-heading {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.section-heading .arrowI {
  margin-right: 14px;
}
.section-heading .questionI {
  margin-left: 4px;
}
.new_brief_page .sectionForm {
  border: 1px solid #cccccc;
  border-radius: 7px;
  padding: 20px;
}
.new_brief_page .section-req-text {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 19.787px;
  line-height: 28px;
}
.service-tabs {
  margin-top: 15px;
  display: flex;
}
/* .service-tabs .tab {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  background: #ffffff;
  border: 1px solid #000000;
  min-width: 120px;
  max-width: fit-content;
  padding: 10px 20px;
  margin-right: 10px;
  cursor: pointer;
} */


.service-tabs .tab {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e7dede;
  /* min-width: 173px;
  max-width: fit-content; */
  padding: 6px 8px;
  /* margin-right: 7px; */
  cursor: pointer;
  min-height: 46px;
  margin: 0px 4px;
  justify-content: center;
  color: #000;
  box-shadow: 1px 3px 6px #ccc;
  border-radius: 5px;
  font-weight: bold;
}

.service-tabs .tab.active {
  background-color: #7326d9;
  color: #ffffff;
  border-color: #7326d9;
}
.service-tabs.special .tab.active{background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;}
.new_brief_page .note-editor {
  margin-top: 13px;
}
.new_brief_page .note-editor .ck-editor__editable {
  height: 200px;
}
.servie-section .service-data-section .service-data-section-text {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 18px 0;
  display: block;
}

.service-data-section #accordion .card-header,
.subAccordionTabs .card-header {
  background: #606060;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 0;
  padding: 5px 28px;
  color: #ffffff;
}
.subAccordionTabs .card-header {
  padding: 10px;
}
.service-data-section #accordion .card-header button {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  background-color: transparent;
  color: #ffffff;
  border: 0;
  box-shadow: unset !important;
  padding-top: 8px;
  padding-bottom: 4px;
}
.service-data-section .upload-section h5 {
  color: #cccccc;
}
.service-data-section .subAccordionTabs .card-header {
  background-color: transparent !important;
  color: #000000 !important;
  padding: 5px 20px;
  border-bottom: 2px solid #000000 !important;
}
.service-data-section .card-header h5 input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.service-data-section .subAccordionTabs .card-header button {
  color: #000000 !important;
  padding-left: 0;
}
.service-data-section .subAccordionTabs .card.showBorder {
  border-radius: 0 !important;
  border: 2px solid #000000 !important;
}
.service-data-section .subAccordionTabs .card {
  margin-bottom: 2px;
}
.subAccordionTabs .textBorderDiv {
  border: 1px solid #acacaa;
}
.subAccordionTabs .textBorderDiv ul li {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #707070;
}
.addColBtn {
  color: #ffffff;
  background-color: #5c995c;
  padding: 3px 8px;
  cursor: pointer;
}
.card .sub-card-header {
  background-color: transparent;
  color: #000000;
  padding: 7px 20px;
  border: 1px solid #000000;
}
.subAccordionTabs .modal-dialog {
  max-width: 90% !important;
  width: 100% !important;
}
.md-section .card-body {
  border: 1px solid #000000;
}
.admin-profile-img {
  display: block;
  position: relative;
  width: fit-content;
}
.profile-img {
  padding: 3px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  display: block;
}
.admin-profile-img {
  display: block;
  position: absolute;
  z-index: 9;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
  height: 17px;
  width: 17px;
  border-radius: 100%;
  text-align: center;
  box-shadow: rgba(000, 000, 000, 1) 0px 1px 10px;
  display: block;
  cursor: pointer;
  font-size: 12px;
  left: 100px;
  top: -2px;
}
.admin-profile-img:hover {
  color: #e24b4b;
}
/* #assignment-data-tabs {
  margin-top: 64px;
} */
#assignment-data-tabs .nav-item {
  background: #ffffff;
  border: 1px solid #606060;
  border-radius: 5px 5px 0px 0px;
  padding: 0px 10px;
  height: 34px;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  align-items: center;
  cursor: pointer;
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
#assignment-data-tabs .nav-item:hover {
  background-color: #606060;
  color: #ffffff;
  border-color: #606060;
}
#assignment-data-tabs .nav-item.active {
  background-color: #ff6b00;
  color: #ffffff;
  border-color: #ff6b00;
}
#auto_assigment .actionBtn {
  background-color: transparent;
}
#auto_assigment .actionBtn img {
  display: block;
  width: 17px;
  height: 17px;
}
.dtcustom-btn-div {
  position: absolute;
  z-index: 9;
  margin-left: -272px;
}
.dtcustom-btn-div .dtcustom-btn {
  background: #ec7601;
  border-radius: 3px;
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12.9427px;
  line-height: 16px;
  color: #ffffff;
  height: 36px;
  display: inline-flex;
  align-items: center;
}
.dtcustom-btn-div .dtcustom-btn:first-child {
  margin-right: 7px;
}
span.emailspan {
  position: absolute;
  top: 43px;
  right: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #686868 !important;
  pointer-events: none;
}
#email.pr-115 {
  padding-right: 115px;
}
.hide-show-span {
  position: absolute;
  right: 10px;
  top: 36px;
  /* bottom: 5px; */
  cursor: pointer;
}
.hide-show-span > .fa {
  font-size: 20px;
}
#addProjectStatus #addStatus #addUpdateProjectStatus{
  position: relative;
  top: 3px;
  height: 37px;
}
#close_previewBrief{
  color: #ffffff;
}
.admin-table #time_mapping.table tbody td input.form-control{
  padding: 0 12px !important;
  max-width: 250px;
  width: 100%;
  height: 35px !important;
  font-size: 12px;
  color: #212529 !important;
  font-family: 'Poppins-Regular', sans-serif;
}
.admin-table #time_mapping.table th:last-child{
  width: 300px;
}
#time_mapping_filter {
  display: flex;
  justify-content: end;
}
#time_mapping_filter button.btn-orange{
  height: 36px;
  margin-left: 5px;
}
table thead tr{
  position: relative;
}
.disable_container_textarea{
  pointer-events: none;
}
.disable_container_textarea .ck.ck-reset.ck-editor.ck-rounded-corners::after{
  position: absolute;
  content: '';
  background-color: #e9ecef;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
  z-index: 9;
}
#cke_ckeditorID #cke_14, #cke_ckeditorID #cke_15, #cke_ckeditorID #cke_16{
  display: none;
}
/* end added by mohit */
.margintop72 {
  margin-top: 72px;
}
.site-content {
  background-color: #fff;
}

.validate-border-error {
  border: 1px solid #e24b4b !important;
}

.modal-body {
  padding: 15px;
}
.modal-header {
  padding: 12px 14px 10px 14px !important;
  /* background: #606060; */
  background: #7326d9;
}
.modal-title {
  color: #fff;
  font-size: 16px;
}
.modal-header .close {
  font-size: 19px;
  color: #fff;
  opacity: 1;
}

.bg-div1 {
  background-image: url(../../images/adm-bg.png);
  height: 100vh;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainbr-box {
  width: 460px;
  -webkit-box-shadow: 0px 0px 19px 2px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 0px 0px 19px 2px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 0px 19px 2px rgba(0, 0, 0, 0.62);
  background-color: #ffffff;
  padding: 57px 14px 26px;
  margin: auto;
  position: relative;
}
.mainbr-box.create_btn {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  background: #ff6b00;
  border-radius: 5px;
  padding: 10px;
  color: #ffffff;
  border: 1px solid #ff6b00;
  position: absolute;
  left: auto;
  right: 13px;
  top: 13px;
}
.mainbr-box .login-logo p {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.295em;
  text-transform: uppercase;
  justify-content: center;
  margin: 30px 0;
}
.mainbr-box .login-logo {
  text-align: center;
}

.mainbr-box .input-group-text {
  border-radius: 3px;
}
.mainbr-box input {
  box-shadow: none !important;
  height: 35px;
  border-radius: 3px;
  padding: 6px 10px 6px;
  border: 1px solid #c4c4c4;
}
.mainbr-box .form-control {
  border: 1px solid #c4c4c4;
}
.mainbr-box input.submitBtn {
  border: 1px solid #ff6b00;
  color: #ff6b00;
  cursor: pointer;
  padding: unset !important;
}

.page_heading {
  font-size: 26px;
  font-family: "Poppins-Regular";
}

@media (max-width: 768px) {
  .mainbr-box {
    width: 90%;
    margin-top: 20px;
    overflow-y: scroll;
  }
}
.box_bigpadd {
  padding: 55px 57px 26px;
}
.paddforget {
  padding-top: 159px;
  padding-bottom: 67px;
}
h3.sec_heding.mb-4 {
  font-size: 17px;
  color: #ff6b00;
  font-weight: 600;
}

.card_pannel {
  margin: 20px 10px;
  /* border: 1px solid #ccc; */
}
.page_heading_new {
  font-size: 22px;
  /* background: #606060; */
  color: #000;
  padding: 14px 20px;
}
.card_pannel_body {
  padding: 22px 30px;
}
.margin-top88 {
  margin-top: 88px;
}
.cancle_icon .close {
  position: absolute;
  right: 14px;
  top: 13px;
}

/* theme config */
.nav-fill .nav-item {
  flex: inherit;
  padding-left: 17px;
  padding-right: 17px;
}

.theme-config-page textarea.textarea-size {
  height: 300px !important;
}
/* theme config */

/* For password field validation css */
/*****By : Mukesh ************/
.validate-border-error {
  border: 1px solid #e24b4b !important;
  /* box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 25%) !important; */
}
.action-icon {
  font-size: 17px;
}

/* The pass-message box is shown when the user clicks on the password field */
#msg,
#pass-message {
  display: none;
  background: #fefefe;
  color: #000;
  position: relative;
  padding: 20px !important;
  margin-top: 3px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 6px 5px 0px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.placeholderDiv {
  display: none;
  background: #606060;
  color: #ffffff;
  position: relative;
  padding: 10px 20px !important;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  top: -47px;
  width: 100%;
  font-family: 'Poppins-Regular';
  font-size: 14px;
  width: calc(100% - 0);
}
.placeholderDiv:after {
  content: "";
  margin: 0 0.5em;
  display: inline-block;
  border: 13px solid transparent;
  border-top: 16px solid #606060;
  border-bottom: 0 none;
  position: absolute;
  bottom: -16px;
  left: 1px;
  right: 0;
  margin: auto;
  width: 24px;
}
.ginput_container_textarea{
  position: relative;
}
#msg, #pass-message p {
  padding: 2px 2px 2px 9px;
  font-size: 12px;
  margin-bottom: 6px;
}

.clientNameDiv {
   display: none;
  background: #fff;
  color: #000;
  position: relative;
  padding: 5px 5px !important;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  top: -21px;
  font-family: 'Poppins-Regular';
  font-size: 13px;
  width: 56%;
  left: 130px;
}
/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -11px;
  content: "?";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -12px;
  content: "?";
}

#match-msg {
  position: relative;
  padding-left: 35px;
}

.cursor-event {
  cursor: pointer;
}
.action-icon {
  font-size: 17px;
}

.btn-round {
  float: right;
  margin-left: 6px;
  margin-top: 2px;
}

.btn-round {
  float: right;
  margin-left: 6px;
  margin-top: 2px;
}

.actionbars {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}
.bar-tool {
  height: 100%;
  width: 1px;
  background: #c3c3c3;
  display: inline-block;
  margin: 0px 8px;
  min-height: 37px;
  max-width: 100%;
}

.dashboardtbstb .toggle-row {
  font-size: 20px;
  cursor: pointer;
  padding: 4px;
  color: #000;
}
.iconswdtb {
  width: 18px;
}

.modal-content .close {
  position: absolute;
  right: 14px;
  top: 13px;
}
.modal-content .modal-header {
  border-radius: 0px;
}
.admin-heading {
  background: #f4f6f9;
}

.right-toggle-filter {
  position: unset;
  right: unset;
  top: 0px;
  left: 10px;
  float: left;
  height: unset;
  background-color: unset;
  padding: unset;
}
.right_arrow_sec {
  position: unset;
  padding: unset;
}
.toggle-filter .right_arrow_sec .toggle-filter-icon {
  left: 15px;
}
.padd_sec.cust-right-wrap .dasboard-tiles {
  margin-left: 48px !important;
}
.padd_sec.cust-right-wrap .white-wrapper {
  margin-left: 0px !important;
  
}
.btn_unread:hover,
.top_sec_ser .unread_icon:hover,
.btn_unread.active,
.top_sec_ser .unread_icon.active {
  background-color: unset;
}
.btn {
  font-size: 14px;
  line-height: 1.8;
}
.theme-config-page .search-filter label {
  margin-bottom: 2px;
}
.theme-config-page .search-filter label strong {
  font-weight: 500;
}
.custom-file-label::after {
  height: 39px !important;
  line-height: 26px !important;
  /* background-color: #7326d9; */
  background-color: #ff6b00;
  color: #fff;
}
.header-section .navbar-brand {
  margin-top: 0px;
}

.bread_newtxt .breadcrumb {
  justify-content: flex-end;
}
.breadcrumb-item.active {
  /* color: #7326d9; */
  color: #686868;
}
.select2_css .select2-container--default .select2-selection--multiple {
  line-height: 0px;padding-top: 3px;
}
.select2_css .select2-container .select2-search--inline .select2-search__field {
  margin-top: 2px;
  height: 28px;
  color: #686868;
  font-size: 13px;
  font-weight: 500;
  font-family: "Poppins-Regular";
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ccc !important;
}
/* .theme-config-page .popUp-cancel-btn {
  border-radius: 20px;
  border: 2px solid #ff6b00;
  color: #fff !important;
  background: #ff6b00 !important;
} */
.theme-config-page .multiselect-native-select .multiselect {
  border: 1px solid #cccccc !important;
}
.multiselect-native-select .multiselect {
  color: #686868;
}
.multiselect-selected-text {
  font-size: 12px;
}
.dragdroptb h5 {
  font-size: 16px;
}
.theme-config-page .cancel-btn-form-group {
  margin: 0 3px;
}
.theme-config-page .submi-btn-form-group {
  margin: 0 3px;
}
.master-card-wrapper.resetnew-password {
  background: #fff;
}
.multiselect-native-select .multiselect {
  color: #686868;
}
.multiselect-selected-text {
  font-size: 12px;
}
.dragdroptb h5 {
  font-size: 16px;
}
.theme-config-page .cancel-btn-form-group {
  margin: 0 3px;
}
.theme-config-page .submi-btn-form-group {
  margin: 0 3px;
}

.multiselect-native-select .multiselect {
  color: #686868;
}
.multiselect-selected-text {
  font-size: 12px;
}
.dragdroptb h5 {
  font-size: 16px;
}
.theme-config-page .cancel-btn-form-group {
  margin: 0 3px;
}
.theme-config-page .submi-btn-form-group {
  margin: 0 3px;
}
.master-card-wrapper.resetnew-password {
  background: #fff;
}
.loginbtnmn {
  border-color: #ff6b00;
  font-size: 16px;
  margin-top: 0px;
  color: #ff6b00;
  cursor: pointer;
}
.master-card-wrapper.create-account #master-card-footer .footer-menu a {
  text-transform: capitalize;
  text-decoration: none;
}
.footer-menu a{
  text-decoration: none;
}
.master-card-wrapper.create-account .custContainer {
  padding-left: 16px;
  padding-right: 23px;
}

.modal-content {
  border-radius: 0px !important;
}
.comm_bn {
  min-width: unset;
  padding: 8px 12px;
  border-radius: 5px;
  line-height: 1.5;
  margin-right: 1px;
}
label strong {
  font-weight: unset;
}
.toggle-row-collapse {
  position: relative;
  top: 5px;
  margin-left: 6px;
}

.ck-editor__editable_inline {
  min-height: 200px;
}
.popUp-btn {
  border-top: unset;
}
.tablecollapsshowall_main {
  position: relative;
}
.tablecollapsshowall_main .iconscollase_drag {
  position: absolute;
  top: 12px;
  left: 0;
}

.btn-group,
.btn-group-vertical {
  display: inline-block !important;
}

span.multiselect-native-select {
  width: 100% !important;
}
.ck-editor__editable_inline {
  min-height: 200px;
}
.datatables_autocollaps {
  position: relative;
}
.datatables_autocollaps .iconscollase_drag {
  position: absolute;
  top: 12px;
  left: 0;
  cursor: pointer;
}

/* for project status custom.css add by mohit */
.search-filter {
  background-color: #fff !important;
}
.search-filter {
  background-color: #fff !important;
}

#ClassElements .subcategory-box {
  height: 300px;
  overflow: auto;
  font-size: 16px;
}

.jp-multiselect .from-panel select,
.jp-multiselect .to-panel select {
  /*height: 100%;*/
  overflow: auto;
  padding: 0px;
  height: 300px;
}

.jp-multiselect .from-panel select option,
.jp-multiselect .to-panel select option {
  padding: 5px 8px;
  font-size: 14px;
}

.jp-multiselect .move-panel {
  width: 14%;
}

.jp-multiselect .from-panel,
.jp-multiselect .to-panel {
  width: 41%;
}

.jp-multiselect {
  width: 100% !important;
}

.jp-multiselect select {
  background-image: none !important;
  overflow-x: hidden !important;
}

.jp-multiselect .from-panel select,
.jp-multiselect .to-panel select {
  /* height: 100%; */
  overflow: auto;
  padding: 0px;
  height: 300px !important;
}

.jp-multiselect .from-panel,
.jp-multiselect .to-panel {
  width: 41%;
}

.jp-multiselect .from-panel {
  float: left;
  width: 45%;
  min-width: 270px;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

select:-internal-list-box option:checked {
  border-bottom: 1px solid #fff;
}

.jp-multiselect select optgroup {
  padding: 5px 12px;
}

.jp-multiselect select optgroup option::before {
  content: none;
}

.dual-list .list-group {
  margin-top: 8px;
}

.list-left li,
.list-right li {
  cursor: pointer;
}

.list-arrows {
  padding-top: 100px;
}

.list-arrows button {
  margin-bottom: 20px;
}

.ed_de .far {
  font-size: 1rem;
}

.page-content .form-group {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.jstree-striped .jstree-node {
  background-color: none !important;
}

.draggable-main {
  width: 800px;
}

.box {
  float: left;
  width: 46%;
  margin-right: 5%;
  border: 1px solid #bcbcbc;
  border-radius: 0.25rem;
}

.box:last-child {
  margin: 0px;
}

.connected-sortable {
  list-style: none;
  padding: 0;
  margin: 0px;
  overflow: auto;
}

.draggable-main ul li {
  width: inherit;
  padding: 5px 8px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
}

.draggable-main ul li:hover {
  cursor: pointer;
  background-color: #fff;
  color: #000;
}

.draggable-main ul li.ui-sortable-helper {
  background-color: #e5e5e5;
  -webkit-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
  -moz-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
  box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
  transform: scale(1.015);
  z-index: 100;
}

.draggable-main ul li.ui-sortable-placeholder {
  background-color: #ddd;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}

.lookup-icon {
  padding: 5px 8px;
  background-color: 007bff;
  border-radius: 50%;
  color: white;
  font-size: 11px;
}

.comboTreeDropDownContainer {
  overflow: auto !important;
  height: 100px !important;
}

.comboTreeArrowBtnImg {
  line-height: 30px;
}

#scoring-cal .filter-body .form-control {
  text-align: left;
}

.cust_check {
  position: relative;
}

.container1 {
  padding-left: 35px;
}

.change-box .cust_check .checkmark {
  top: -1px;
  left: 5px;
}

.move-panel .cust_btn {
  min-width: inherit;
}

.dashboard-tab-content label, div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0px;
}

#add-submission-rejection-configuration
  .multiselect-container.dropdown-menu.show {
  height: auto;
  overflow: auto;
  position: absolute !important;
  transform: translate3d(0px, 40px, 0px) !important;
}

#add-submission-rejection-configuration .search-filter {
  background-color: #ffffff !important;
}

span#searchTab {
  position: relative;
  float: right;
  display: block;
  margin: 0 0 0 auto;
  width: max-content;
  float: unset;
}

#searchTab::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 16px;
  right: 10px;
}

#searchTab.ic_top::before {
  top: 21px;
}

div#prodstatusConfiguration_wrapper div#prodstatusConfiguration_length {
  margin-top: -60px;
}

div#prodstatusConfiguration1_wrapper div#prodstatusConfiguration1_length {
  margin-top: -60px;
}

div#prodstatusConfiguration2_wrapper div#prodstatusConfiguration2_length {
  margin-top: -60px;
}

.cust_btn {
  padding: 0rem 0.6rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  border: none;
  min-width: inherit;
  width: 35px;
  height: 37px;
}

.move-panel .btn-primary.ed_de.btn-primary:disabled img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.move-panel .btn-primary img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.move-panel .ed_de:disabled,
.move-panel .ed_de:disabled:hover {
  background-color: #f0f0f0 !important;
  cursor: not-allowed;
}

.center_btn {
  text-align: center;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  margin-left: 33%;
  margin-top: 12px;
}

.i_20 {
  width: 20px;
}

.i_10 {
  width: 10px;
}
.jp-multiselect {
  display: table;
}
.jp-multiselect select {
  width: 100%;
}
.jp-multiselect .from-panel {
  float: left;
  width: 45%;
  min-width: 270px;
}
.jp-multiselect .from-panel option {
  width: 100%;
  display: block;
}
.jp-multiselect .move-panel {
  float: left;
  width: 5%;
}
.jp-multiselect .to-panel {
  float: left;
  width: 45%;
  min-width: 270px;
}
.jp-multiselect .to-panel option {
  width: 100%;
  display: block;
}
.jp-multiselect .control-panel {
  float: left;
  width: 5%;
}
/* .cke_inner.cke_reset #cke_14, .cke_inner.cke_reset #cke_15, .cke_inner.cke_reset #cke_16,.cke_inner.cke_reset #cke_13,.cke_inner.cke_reset #cke_23,.cke_inner.cke_reset #cke_70,.cke_inner.cke_reset #cke_71,.cke_inner.cke_reset #cke_75,.cke_inner.cke_reset #cke_69,.cke_inner.cke_reset #cke_67,.cke_inner.cke_reset #cke_68,.cke_inner.cke_reset #cke_72,.cke_inner.cke_reset #cke_73,.cke_inner.cke_reset #cke_66,.cke_inner.cke_reset #cke_64,.cke_inner.cke_reset #cke_65{
  display: none;
} */

.cke_path{display: none;}
/*  end for project status custom.css add by mohit */


.search_add::before {
  content: '';
  background: url(../../images/search.svg) 10px 11px no-repeat;
  width: 33px;
  height: 36px;
  position: absolute;
  top: 3px;
  left: 1px;
  background-color: #E9ECEF;}

  .wrap_notifi .search_sec .form-control{ height: 33px !important;}
  .search_add .cust_search_icon{width: 236px;}
  
.disable-icon {
  opacity: 0.3;
  pointer-events: none;
}
.admin-table .table-striped tbody tr:nth-of-type(even) {
  background-color: #fff !important;
}
.m_das .padd_sec.admin-table #empTable.table tbody tr.even td:nth-last-child(2), .m_das .admin-table #empTable.table tbody tr.even td:last-child, .m_das .dashboard-tab-content .even td:nth-child(2), .m_das .padd_sec.admin-table #allTable-0.table tbody tr.even td:nth-last-child(2), .m_das .admin-table #allTable-0.table tbody tr.even td:last-child {
  background-color: #fff!important;
}
.table-fixed .table-striped tbody tr:nth-of-type(even) td:last-child{background-color: #fff !important;}
.m_das .dashboard-tab-content td:nth-child(2){text-align:center}


/* column Freeze dashboard */
.m_das .dashboard-tab-content tr th:nth-child(3) {
  position: sticky !important;
  position: -webkit-sticky !important;
  left: 36px;
  top: 0px;
  /* border-left: 1px solid #bebebe !important; */
  z-index: 10;
  min-width: 180px !important;
  /* pointer-events: none; */
}
/* .m_das .dashboard-tab-content tr th:nth-child(3)::after, .m_das .dashboard-tab-content tr th:nth-child(3)::before{
  display: none;
} */
.m_das .dashboard-tab-content td:nth-child(3){position: sticky !important;
  position: -webkit-sticky !important;
  left: 36px;
  /* border-left: 1px solid #bebebe !important; */
  background-color: #fff;
  z-index: 2;
  outline: 1px solid #d6d6d6;
}

  .m_das .dashboard-tab-content tr th:nth-child(4) {
    position: sticky !important;
    position: -webkit-sticky !important;
    left: 228px;
    top: 0px;
    /* border-left: 1px solid #bebebe !important; */
    z-index: 10;
  min-width: 128px;
  width: 100px;
  /* max-width: 100px; */
  }
  .m_das .dashboard-tab-content td:nth-child(4){position: sticky !important;
    position: -webkit-sticky !important;
    left: 228px;
    /* border-left: 1px solid #bebebe !important; */
    background-color: #fff;
    z-index: 2;
  outline: 1px solid #d6d6d6;}


    .m_das .dashboard-tab-content tr th:nth-child(5) {
      position: sticky !important;
      position: -webkit-sticky !important;
    left: 385px;
      top: 0px;
      /* border-left: 1px solid #bebebe !important; */
      z-index: 10;
    min-width: 100px;
    }
    .m_das .dashboard-tab-content td:nth-child(5){position: sticky !important;
      position: -webkit-sticky !important;
      left: 385px;
      /* border-left: 1px solid #bebebe !important; */
      background-color: #fff;
      z-index: 2;
    outline: 1px solid #d6d6d6;}



      .m_das .dashboard-tab-content tr th:nth-child(6) {
        position: sticky !important;
        position: -webkit-sticky !important;
        left: 514px;
        top: 0px;
        /* border-left: 1px solid #bebebe !important; */
        z-index: 10;
        min-width: 88px;
      }
        .m_das .dashboard-tab-content td:nth-child(6){position: sticky !important;
          position: -webkit-sticky !important;
          left: 514px;
          /* border-left: 1px solid #bebebe !important; */
          background-color: #fff;
          z-index: 2;
        outline: 1px solid #d6d6d6;}

/* column Freeze dashboard */


.toggleicon_wd {
min-width: 38px;    width: 1%;}
/* .action_tbwd {
width: 8%;
min-width: 80px;
} */


/* switch button */
.switchbt {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 22px;
  margin-top: 7px !important;
  position: relative;
  top: 6px;
}

.switchbt input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switchbt .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switchbt .slider:before {
  position: absolute;
  content: "";
  height: 17px;
    width: 17px;
    left: 2px;
    bottom: 2px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.switchbt input:checked + .slider {
  background-color: #686868;
}

.switchbt input:focus + .slider {
  box-shadow: 0 0 1px #686868;
}

.switchbt input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.switchbt .slider.round {
  border-radius: 34px;
}

.switchbt .slider.round:before {
  border-radius: 50%;
} 

/* end switch button */


.openNewTab {
  cursor: pointer;
  font-size: 23px;
  position: relative;
  top: 4px;
  margin-left: 7px;}

.btn_wdsame{min-width:80px !important}
.toggle-row.fa-caret-right {font-size: 20px;}
.toggle-row.fa-caret-down {font-size: 20px;}
.new_edit_pop{width: calc(100% - 41%);}
.uploadheads{font-size: 20px}
.cust-file-control label.custom-file-label{ padding-top: 7px;}

  .success-cls {
    background: url(../../images/adm-bg.png)  center rgb(72 71 71 / 80%) !important;
    /* min-height: 100vh; */
    background-size: cover!important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: multiply;}
    .success-cls {font-family: "Poppins-Regular";}
    
    .thankyou-page.success-cls-main h1{font-size: 36px !important;}
    .success-cls-main .pepsico-content {
    padding: 39px 46px;
    background: #fff;}
    .success-cls-main.thankyou-page .container-box{padding-top: 97px;}

    
/* check to radio */
.container11 {
	display: inline-block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 4px;
    cursor: pointer;
    font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.container11 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* .checkmark11 {
	position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #54524F;
} */

.checkmark11 {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #54524F;
}


.checkmark11:after {
  content: "";
  position: absolute;
  display: none;
}


.container11 input:checked ~ .checkmark11:after {
  display: block;
}


/* .container11 .checkmark11:after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #000;
  accent-color: #000;
} */

.container11 .checkmark11:after {
  top: 1px;
  left: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  outline-style: double;
  background: #000;
  outline-width: 6px;
  /* accent-color: #000; */
}
/* check to radio */
.mgtop{margin-top: 18px;}
.upload_downseen{ white-space: nowrap;
  width: 254px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #edecec;text-align: left;}

.comm_select_bt{margin-left: 6px;font-size: 14px;}

.borderCheckText {
    border: 1px solid #d7d1d1;
    /* border-radius: 5px; */
    padding: 10px;
}
.checkText {
    font-size: 12px;
    /* word-wrap: break-word; */
    display: flex;
    word-break: break-word;
    align-items: flex-start;margin-bottom: 10px;}

    .msg_val{
      color: #ff0000 !important;
    }

.tablelayoutscollaps .dataTables_wrapper{position: relative;}
 .error.Email_Id{ color: #ff0000 !important;} 
 .msg_val.Email_Id-error{ color: #ff0000 !important;}
.filters_searching input{width: 95%;margin: 0 auto;height: 26px;}
tr.filters_searching th:last-child input{display:none}
tr.filters_searching th:first-child input{display:none}
#tbl-tag-group-value tr.filters_searching th:nth-child(2) input {
  display: none;
}
.filters_searching th{position: sticky !important;
  top: 52px !important;}

.auto_resize{
    min-height: 80px;
    background: #e9ecef !important;
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 6px; 
    color: #686868 !important;
}

.auto_resize_textbox{
  min-height: 40px;
    background: #e9ecef !important;
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 6px; 
    color: #686868 !important;
}

.datepicker-panel>ul>li.highlighted {
  background-color: #ff6b00 !important;
  border-radius: 50%;
  color: #fff !important;
}
.datepicker-panel>ul>li.picked{background: #dddbda;
  border-radius: 50%;color:#000}

.select2-container--default .select2-selection--single .select2-selection__arrow b{visibility: hidden;}
.select2-container--default .select2-selection--single{height: 40px;border: 1px solid #cccccc}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 38px;}
.select2-container--default .select2-selection--single .select2-selection__clear{margin-right: 4px;}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
 color: #686868;
 font-size: 13px;
}

.logowdtext {
color: #fff;
font-size: 18px;
margin-left: 7px;
position: relative;
top: 4px;
  text-transform: uppercase;
  letter-spacing: 3.4px;
  font-size: 26px;
  font-weight: 500;
  font-family: "Poppins-Medium";
}

.m_das .table-fixed .table thead th._INTERNAL_DUE_DATE_CRE {
  white-space: unset !important;
}


.flex-flile {
  display: flex;
  justify-content: space-between;
}

.f-close {
  margin-left: 6px;
  margin-top: 2px;
  display: flex; 
}

.f-close a {
color: #ff0000;
}

ul.file_list_ul {
  color: #000;
  padding-left: 2px;
  word-break: break-word;
  list-style-type: none;
  font-size: 12px;}

  .file_list_ul li {
    border: 1px solid #000;
    padding: 5px 4px 4px 5px;
    margin-bottom: 3px;
}
.selectedFiles{
  color: #28a745; 
}

.breadcrumb-item a {
  /* color: #ff6b00; */
  color: #686868;
}

.ck.ck-placeholder:before, .ck .ck-placeholder:before {
  color: #686868 !important;
}

#time_traking td a{color: #ff6b00 !important;}
.max-size {
  margin-bottom: 6px;
  font-size: 12px;
  margin-top: 3px;
}


#time_traking td a{color: #ff6b00 !important;}
.max-size {
  margin-bottom: 6px;
  font-size: 12px;
  margin-top: 3px;
}
.hide-show-span.iconchagesize {
  top: 39px;
}
span.f-size {
  margin-right: 4px;
  font-size: 10px;
  margin-top: 2px;
}
.edit-table.new_edit_pop.edit-popup{ margin-top: 2%;}

.broadcastmsg_main .broadcast-slider {
  padding-left: 23px;
  padding-right: 5px;
}
.broadcastmsg_main .carousel-control-next, .broadcastmsg_main .carousel-control-prev {
  width: 3%;
}
.broadcastmsg_main .broadcast-wrapper {
  padding: 20px 48px;
}

.broadcastmsg_main .Cardcancel{ right: -4px;}
.broadcastmsg_main .complete-msg p{font-size: 14px;margin-bottom: 0rem;}


.content-div .placeholderDiv{
  top: -105px;
  width: 98%;
}
.chats_heads{white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;display: block;}

.create-account .mainpage_inner {
  min-height: calc(100vh - 368px);
  }
  .ck-placeholder {
  font-size: 13px;
  }

  button.multiselect.dropdown-toggle.btn.btn-default.disabled {
    background-color: #e9ecef;
    opacity: 1;
}

  .file_list_ul:last-child{
    margin-bottom: 15px;
}
.file_list_ul{
    margin-bottom: 0;
}
.applybtnns {
  background: #ff6b00;
  padding: 8px 7px !important;
  border-radius: 4px !important;
  font-size: 13px;
  color: #fff !important;}
  .clearall_btns {
    background: #ededed;
    padding: 8px 5px;
    border-radius: 4px;
    font-size: 13px;}

.service-data-section .card-body {
  border: 1px solid #ccc;
  border-top: 0px;
}
.new_brief_page .msg_val p{font-size: 13px;}
.new_brief_page .msg_val{font-size: 13px}
.new_brief_page i.fa.fa-question-circle {font-size: 17px;}
#tbl-tag-group-value input[type=checkbox]{ width: 18px; height: 18px;}

.contanta_pages.about_page h3 {font-size: 38px;}
.contanta_pages.about_page p{font-size: 18px;}
.about_page .img-thumbnail{border: 1px solid #7e7c7c;}
.btn-gresshad {
  /* background: #7326d9; */
  background: #ff6b00;
  color: #ffffff !important;}
.m_das .last_li .clear-filter .btn:disabled {
    /* background-color: #686868; */
    background-color: #ff6b00;
    color: #fff;
    opacity: 1;    padding-top: 7px;}
.bordered-email {
      width: 95%;}
/* common css */
.marg_bt_15{margin-bottom: 15px !important}
.btn-primary.disableSave{
  pointer-events: none;
  background-color: #ccc !important;
    border-color: #ccc !important;
}

.main_wrap_ad .project-filter .collapsing{
  max-height: 200px;
  overflow: hidden;
}


/* API trigger */
#modelsuccess .modal-lg{max-width: 1100px;}
#time_traking .actionbars{font-size: 24px;cursor: pointer;}
.head-div{
    background: #686868;
    color: white;
    padding: 7px;
}
.child-div{
    border: solid 1px #6868684d;
    height: 300px;
    padding-left: 5px;
    word-wrap: break-word;
}
.keep-selected{
background-color: #005affbf;
color: white;
}

.multiselect.dropdown-toggle::after {
    margin-top: 10px;
}
.editsizeicon {
  font-size: 22px;
  color: #000;
  position: relative;
  top: 5px;
}
/* End API trigger */
th.client-width{
  min-width: 128px !important;
}
.grpName{
  font-size: 15px;
  font-weight: bold;
}



  /* meadia Css  */

@media only screen and (max-width: 768px) {
  #captcha input {right: -33px !important;}
 .form-control.captcha{margin: 10px auto;width: 97%;}
 } 

 @media only screen and (max-width: 567px) {
  .captcha_border {
    width: 84% !important;;
    margin-left: 2px !important;;
    margin-top: 0px !important;;
 }
 #captcha input {
  right: 18px !important;
}
.form-control.captcha{width: 95%;}
 }
.bg-tab-cls.nav-link.active {
  background-color: #7326d9 !important;
  color: #fff !important;
}
.nav-tabs .bg-tab-cls.nav-link.active .active-count {
  color: #7326d9;
}
.click_hig {
  font-size: 14px;
  padding: 5px;
  background-color: #F47C35;
  color: #fff !important;
}
.cke_notifications_area{ display:none !important; }

.m_das .dashboard-tab-content tr th.th-width:nth-child(3) {
  min-width: 163px !important;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {background-color: #e9ecef;}
.select2-container--default .select2-selection--multiple{font-size: 13px;}
.select2-results__option {font-size: 13px;}

.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #1967d2;}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {padding-left: 10px;}
