html {
  font-size: 62.5%;
}

* {
  padding: 0;
  margin: 0;
  font-family: var(--main-font);
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3,
h1,
h2,
h3,
h4,
h5,
p {
  padding: 0;
  margin: 0;
}

:root {
  --blue-gradient: linear-gradient(
    180deg,
    rgba(32, 201, 246, 1) 0%,
    rgba(72, 113, 196, 1) 100%
  );
  --orange-gradient: linear-gradient(
    180deg,
    rgba(255, 128, 28, 1) 0%,
    rgba(246, 65, 91, 1) 100%
  );
  --color-orange-gradient: #fb6437;
  --gray-gradient: linear-gradient(#fff, #d8d7d6);
}

.mat-mdc-card {
  box-shadow: none !important;
  background-color: transparent !important;
}

.mainwrapper {
  min-height: 80vh;
  background: #edf2f0;
  padding: 1rem 0.2rem;
}

.subwrapper {
  background: #dae4e0;
  padding: 1.6rem;
  border-radius: 8px;
  border: 1px solid #fbfffd;
  margin: 20px 0px;
}

.wrapper {
  background: #edf3e5;
  padding: 1.5rem 2rem;
  box-shadow: 1px 1px 5px #3e413a59;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  border: 1px solid #fff;
}

.wrapper:last-child {
  margin-bottom: 0px !important;
}

.sub-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-title h2 {
  margin: 0 !important;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  color: #0f100e;
  margin-right: 10px !important;
}

.new-container {
  padding: 0 4rem;
  display: block;
  margin: 0 auto;
}
.new-container2 {
  padding: 0 3rem !important;
}

.modal-textwrapper p {
  color: #e3eeff;
  text-align: center;
  font-size: 18px;
}

.mdc-button.add_btn {
  background: var(--orange-gradient) !important;
  text-shadow: 1px 1px 1px #c7f353;
  font-size: 2rem !important;
  text-transform: uppercase !important;
  /* padding: 1.5rem 2rem !important; */
  padding: 2.3rem 2rem !important;
  line-height: 2.5rem !important;
  border: 1px solid #fa5c40 !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #65210c;
  box-shadow: -4px -2px 13px #fdfffa, 3px 3px 19px #73786c;
  /* height: unset !important; */
}

.add_btn:active {
  box-shadow: none;
  transform: translateY(5px);
}

.example-section br {
  display: none;
}

.list-style1 .lib-pager-class .mat-mdc-form-field {
  margin: 0 4px;
  width: 156px;
}

/* << ---------------- Sanket CSS -------------- >> */

/* .mat-mdc-form-field.filterForAuto.mat-focused .mdc-text-field__input::placeholder {font-size: 0;} */

.color_code_html .colorshow {
  font-size: 0;
}

/* << ---------------- Sanket CSS -------------- >> */

.list-style1 .lib-pager-class .mat-mdc-form-field-subscript-wrapper {
  display: none;
}

.list-style1 .lib-pager-class .mat-mdc-text-field-wrapper {
  background: var(--blue-gradient);
  border: 1px solid #6e6f6f;
  border-radius: 0;
  padding: 7px;
  margin: 0;
}

.list-style1
  .lib-pager-class
  .mat-mdc-text-field-wrapper
  .mat-mdc-form-field-infix {
  display: flex;
  align-items: center;
  padding: 0;
  min-height: inherit;
  justify-content: center;
}

.list-style1
  .lib-pager-class
  .mat-mdc-text-field-wrapper
  .mat-mdc-form-field-infix
  .mdc-floating-label {
  position: inherit;
  left: inherit;
  top: inherit;
  transform: inherit;
  font-size: 14px;
  color: #fff;
}

.list-style1 .lib-pager-class .mat-mdc-text-field-wrapper .mdc-line-ripple {
  display: none;
}

.list-style1
  .lib-pager-class
  .mat-mdc-text-field-wrapper
  .mat-mdc-form-field-infix
  input {
  width: 60px;
  margin-left: 2px;
  background: #d9f2f9;
  text-align: center;
  border: 1px solid #046595;
}

.list-style1 .lib-pager-class {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 0;
  margin-top: 0;
}

.list-style1 .lib-pager-class mat-label {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  min-width: 170px;
  color: #181818;
}

/* 
.list-style1 .lib-pager-class label,
.list-style1 .lib-pager-class span {
    z-index: 1
} */

.list-style1 .lib-pager-class span .material-icons {
  height: 40px;
  width: 40px;
  background: #a7b7b7;
  text-align: center;
  color: #fff;
  line-height: 39px;
  margin: 0 2px;
  border: 1px solid #6e6f6f;
  text-shadow: 1px 1px 1px #414c4c;
  background: var(--blue-gradient);
}

.list-style1 .tablewrapper {
  position: relative;
  /* z-index: 9; */
  padding: 10px;
  border-radius: 5px;
  background: #dbf0e6;
  border: 1px solid #c6d5ce;
  box-shadow: 2px 2px 11px #b5bfa8;
}

.list-style1 .mat-mdc-table {
  box-shadow: none !important;
  border-bottom: 0;
  background: #dbf0e6;
}

.list-style1 thead tr {
  background: linear-gradient(
    90deg,
    rgba(44, 56, 71, 1) 0,
    rgba(25, 34, 46, 1) 100%
  ) !important;
}

.list-style1 thead tr th {
  color: #fff;
  background: 0 0 !important;
}

.list-style1 thead tr th span {
  display: flex;
  align-items: center;
}

.list-style1
  th
  .mat-mdc-checkbox
  .mdc-checkbox
  .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not(
    [data-indeterminate="true"]
  )
  ~ .mdc-checkbox__background {
  border-color: #fff;
}

.list-style1 tbody tr {
  height: auto;
}

.list-style1 tbody tr:nth-child(even) {
  background-color: #c8dbd2;
}

.list-style1 tbody tr:nth-child(even):hover {
  background-color: inherit;
}

.list-style1 tfoot {
  display: none;
}

.tablewrapper tr td,
.tablewrapper tr th {
  max-width: 400px;
}

.tablewrapper tr td span span {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.appointmentStyles .tablewrapper tr td span span {
  display: block;
  /* align-items: center; */
}

.list-style1 .listingtableheading_wrapper {
  margin: 0 0 10px;
  border: solid 1px #ffbf83;
  background: #f58f1a;
  background: linear-gradient(
    180deg,
    rgba(245, 143, 26, 1) 0,
    rgba(191, 109, 15, 1) 100%
  );
}

.list-style1 .listingtableheading_wrapper h2 label {
  font-size: 24px;
  color: #fff;
  text-shadow: 1px 1px 2px #974c08;
}

.list-style1
  .mat-mdc-checkbox
  .mdc-checkbox
  .mdc-checkbox__native-control:enabled:indeterminate
  ~ .mdc-checkbox__background,
.list-style1
  .mat-mdc-checkbox
  .mdc-checkbox
  .mdc-checkbox__native-control[data-indeterminate="true"]:enabled
  ~ .mdc-checkbox__background,
.mat-mdc-checkbox
  .mdc-checkbox
  .mdc-checkbox__native-control:enabled:checked
  ~ .mdc-checkbox__background {
  border-color: #fc9826 !important;
  background-color: #fc9826 !important;
}

.list-style1 .mat-mdc-form-field-subscript-wrapper {
  display: none;
}

.list-style1 .container {
  background: 0 0 !important;
  padding: 0;
}

.list-style1 .listingtableheading {
  width: 100%;
  position: inherit;
}

.list-style1 .togglesearchcls .mat-toolbar-row {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 8px;
  background: #dbf0e6;
  border: 1px solid #c6d5ce;
  box-shadow: 2px 2px 11px #b5bfa8;
}

.list-style1 .example-section .mat-mdc-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
}

.details_styles2 .togglesearchcls {
  display: none;
}

.list-style1 .togglesearchcls {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}

.list-style1 .mat-toolbar-row .mat-mdc-form-field {
  flex: 1 0 32.33%;
  margin: 0;
  margin: 0.5%;
}

.list-style1 .mat-toolbar-row .mat-mdc-form-field .mdc-notched-outline__leading,
.list-style1 .mat-toolbar-row .mat-mdc-form-field .mdc-notched-outline__notch,
.list-style1
  .mat-toolbar-row
  .mat-mdc-form-field
  .mdc-notched-outline__trailing {
  border-radius: 0;
  border: 0;
}

.list-style1 .mat-toolbar-row .mat-mdc-form-field .mat-mdc-text-field-wrapper {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #dfe9e4;
  box-shadow: -3px -4px 6px #f3fcf8, 2px 4px 11px #adc7bbbd;
}

.list-style1
  .mat-toolbar-row
  .mat-mdc-form-field
  .mat-mdc-text-field-wrapper
  .mdc-line-ripple {
  display: none;
}

.list-style1 .searchbtncls {
  width: 100%;
}

.list-style1 .searchbtncls .search_class {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  flex-direction: row-reverse;
}

.adminlisttable_v1 .searchbar .mat-mdc-form-field-icon-prefix {
  padding: 0 6px 0 12px;
}

.adminlisttable_v1
  .togglesearchcls
  .searchbar
  .filterForAuto
  .mat-mdc-form-field-infix
  .mat-mdc-chip {
  margin: 2px;
  order: 2;
  position: absolute;
  top: 10px;
  left: -3px;
}
.mat-mdc-standard-chip .mdc-evolution-chip__cell--primary,
.mat-mdc-standard-chip .mdc-evolution-chip__action--primary,
.mat-mdc-standard-chip .mat-mdc-chip-action-label {
  overflow: hidden !important;
}

.adminlisttable_v1 .togglesearchcls .CustomButtonListen_div .add_button {
  background: #284261;
  background: linear-gradient(
    180deg,
    rgba(40, 66, 97, 1) 0,
    rgba(26, 46, 70, 1) 100%
  );
  height: auto !important;
  font-size: 18px;
  line-height: 50px;
}

.adminlisttable_v1 tbody .delete_btn button {
  background: url(https://all-frontend-assets.s3.amazonaws.com/practice2lab/deletIcon.png)
    no-repeat center center !important;
  background-size: 100% !important;
  width: 18px !important;
  height: 25px !important;
  font-size: 0;
  box-shadow: none !important;
  border-radius: 0;
  padding: 0;
  margin: 4px;
  min-width: inherit;
}

.adminlisttable_v1 .multipledeleteandupdatebuttan {
  margin-left: 0;
  margin-top: 16px;
  margin-bottom: -59px;
  position: relative;
}

.adminlisttable_v1 .multipledeleteandupdatebuttan button {
  border: solid 1px #ffbf83;
  background: var(--orange-gradient);
  color: #fff;
  padding: 20px 26px;
  margin: 0 5px;
  text-shadow: 1px 1px 1px #a1520a;
}

.adminlisttable_v1
  .multipledeleteandupdatebuttan
  button
  .mdc-button__label::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}

.chooseDiagnosisLibList.adminlisttable_v1
  .multipledeleteandupdatebuttan
  button:nth-child(1)
  .mdc-button__label::before {
  content: "\f14a";
}

.adminlisttable_v1
  .multipledeleteandupdatebuttan
  button:nth-child(1)
  .mdc-button__label::before {
  content: "\f014";
}

.adminlisttable_v1
  .multipledeleteandupdatebuttan
  button:nth-child(2)
  .mdc-button__label::before {
  content: "\f205";
}

.adminlisttable_v1 tbody .edit_btn button {
  position: relative;
  background: 0 0;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 0;
  min-width: inherit;
  padding: 0 5px;
}

.adminlisttable_v1 tbody .chartbutton button::after {
  content: "\f200";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
}

.adminlisttable_v1 tbody .chartbutton button {
  position: relative;
  background: 0 0;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 0;
  min-width: inherit;
  padding: 0 5px;
}

.adminlisttable_v1 tbody .edit_btn button::after {
  content: "\f040";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
}

.adminlisttable_v1 tbody .file_btn button {
  position: relative;
  background: 0 0;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 0;
  min-width: inherit;
  padding: 0 5px;
}

.adminlisttable_v1 tbody .file_btn button::after {
  content: "\f15b";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
}
.adminlisttable_v1 tbody .video_btn button::after {
  content: "\f03d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
}

.adminlisttable_v1 tbody .copy_btn button {
  position: relative;
  background: 0 0;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 0;
  min-width: inherit;
  padding: 0 5px;
}

.adminlisttable_v1 tbody .copy_btn button::after {
  content: "\f24d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
}

.adminlisttable_v1 tbody .scan_btn button {
  position: relative;
  background: 0 0;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 0;
  min-width: inherit;
  padding: 0 5px;
}

.adminlisttable_v1 tbody .scan_btn button::after {
  content: "\f029";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
}

.adminlisttable_v1 tbody .delete_btn button {
  position: relative;
  background: 0 0;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 0;
  min-width: inherit;
  padding: 0 5px;
}

.adminlisttable_v1 tbody .delete_btn button::after {
  content: "\f1f8";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
}

.adminlisttable_v1 tbody .status_btn button {
  position: relative;
  background: 0 0;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 0;
  min-width: inherit;
  padding: 0 5px;
}

.adminlisttable_v1 tbody .status_btn button::after {
  content: "\f205";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
}

.adminlisttable_v1
  .mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-floating-label,
.ng-trigger-transformPanel .mat-mdc-option .mdc-list-item__primary-text {
  color: #686b71;
}

.newleadTypelist .mat-mdc-select-panel-above
  .mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-floating-label,
.ng-trigger-transformPanel .mat-mdc-option{
  border-bottom: 0.05px solid #adaaaa;
}




.adminlisttable_v1
  .mat-mdc-text-field-wrapper.mdc-text-field--outlined
  .mdc-text-field__input {
  color: #000;
}

.adminlisttable_v1
  .mat-mdc-text-field-wrapper.mdc-text-field--outlined
  .mdc-text-field__input::placeholder {
  color: #686b71;
  opacity: 1;
}

.adminlisttable_v1
  .mat-mdc-text-field-wrapper.mdc-text-field--outlined
  .mdc-text-field__input:-ms-input-placeholder {
  color: #686b71;
}

.adminlisttable_v1
  .mat-mdc-text-field-wrapper.mdc-text-field--outlined
  .mdc-text-field__input::-ms-input-placeholder {
  color: #686b71;
}

.list_style1 {
  background: #c6d5d5;
  padding-bottom: 20px !important;
  min-height: 90vh;
}

.list-style1 .mat-mdc-form-field-subscript-wrapper {
  display: none;
}

.list-style1 .container {
  background: 0 0 !important;
  padding: 0;
}

.list-style1 .container .mat-mdc-card {
  background-color: transparent !important;
  box-shadow: none;
}

.user-form .form_field_wrapperconfirmpassword,
.user-form .form_field_wrapperpassword {
  position: relative;
}

.user-form .form_field_wrapperconfirmpassword .passbuttoncls,
.user-form .form_field_wrapperpassword .passbuttoncls {
  position: absolute;
  right: 10px;
  top: 18px;
  color: #758297;
}

.user-form .form_field_wrapperconfirmpassword .passbuttoncls button,
.user-form .form_field_wrapperpassword .passbuttoncls button {
  display: none;
}

.inputBlock1line {
  flex: 0 0 99.4% !important;
  margin: 5px 0.3%;
}

.modal-textwrapper p strong {
  color: #ff8e00;
}

.inputBlock2line {
  flex: 1 0 49.4% !important;
  margin: 5px 0.3%;
}

.inputBlock3line {
  flex: 1 0 32.7% !important;
  margin: 5px 0.3%;
}

.inputBlock4line {
  flex: 1 0 24.4% !important;
  margin: 5px 0.3%;
}

.addEditPageWrapper .form_field_wrapperdescription,
.followup_main_wraper
  .addEditPageWrapper
  .form_field_wrapper.form_field_wrappernotes,
.addEditPageWrapper .form_field_wrapper.form_field_wrapperany_other_information,
.addEditPageWrapper .form_field_wrapper.form_field_wrapperother_info,
.addEditPageWrapper .form_field_wrapper.form_field_wrappercontent, .followuplist_addwrapper .form_field_wrapper.form_field_wrappernotes, .addEditPageWrapper
.form_field_wrapper.form_field_wrappernotes {
  flex: 1 0 99.3% !important;
  /* text-transform: lowercase; */
}

.addEditPageWrapper .form_field_wrapper,
.addEditPageWrapper .mat-mdc-form-field {
  flex: 1 0 32.7%;
  margin: 10px 0.3%;
}

.addEditPageWrapper .form_field_wrapper.form_field_wrapperemail input {
  text-transform: lowercase !important;
}

.addEditPageWrapper .form_field_wrapper.form_field_wrapperaddress {
  flex: 1 0 99%;
}

.addEditPageWrapper .form_field_wrapper.form_field_wrapperanswer {
  flex: 1 0 99%;
  margin: 10px 0.3%;
}

.addEditPageWrapper .form_field_wrapper.form_field_wrappercontact_id {
  position: absolute;
}

/* .addEditPageWrapper .form_field_wrapper.form_field_wrapperdesignation {
    flex: 1 0 32.7%;
    margin: 10px 1.3%;
} */

.addEditPageWrapper .form_field_wrapper.form_field_wrapperyoutube_video_link {
  display: block;
  justify-content: center;
  text-align: center;
  width: 45%;
  padding: 0px 27%;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperyoutube_video_link
  .mat-mdc-text-field-wrapper
  .mat-mdc-form-field-flex
  .mdc-floating-label--float-above {
  left: -287px;
}

.form_field_wrapper.form_field_wrapperimage,
.form_field_wrapper.form_field_wrapperprofile_image {
  flex: 1 0 99%;
  border-bottom: 2px solid #677f891a;
}

.form_field_wrapperimage .form-element mat-label,
.form_field_wrapperprofile_image .form-element mat-label,
.form_header {
  text-align: center;
  display: table;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.form_field_wrapperimage .drop,
.form_field_wrapperprofile_image .drop {
  height: inherit !important;
  width: inherit !important;
  padding: 10px 20px;
  cursor: pointer;
  background: var(--blue-gradient) !important;
}

.form_field_wrapperprofile_image .filesid {
  margin-top: 15px;
}

.form_field_wrapperimage .filesid {
  margin-top: 15px;
}

.form_field_wrapperimage .actionbtndiv mat-chip,
.form_field_wrapperprofile_image .actionbtndiv mat-chip {
  background: var(--black-gradient);
  color: #fff !important;
  padding: 5px 19px;
  border-radius: 58px;
  margin: 5px;
}

.form_field_wrapperimage .actionbtndiv,
.form_field_wrapperprofile_image .actionbtndiv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.form_field_wrapperimage .actionbtndiv mat-chip .mat-mdc-chip-action-label,
.form_field_wrapperprofile_image
  .actionbtndiv
  mat-chip
  .mat-mdc-chip-action-label {
  color: #fff !important;
}

.form_field_videos .filenamecls span,
.form_field_wrapperprofile_image .filesdivcls span {
  font-size: 2rem;
  padding: 10px;
  background: #4f6773;
  display: block;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  max-width: 300px;
  word-break: break-word;
}

.form_field_videos .filenamecls .fileuploadedtypeclass,
.form_field_videos .filesdivcls .material-icons:nth-of-type(2),
.form_field_videos .filesdivcls br,
.form_field_wrapperprofile_image .filesdivcls br,
.form_field_wrapperprofile_image .filesdivcls span:last-child {
  display: none;
}

.form_field_videos .filesid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form_field_wrapperimage .filenamecls .fileuploadedtypeclass,
.form_field_wrapperimage .filesdivcls br,
.form_field_wrapperprofile_image .filesdivcls br,
.form_field_wrapperprofile_image .filesdivcls span:last-child {
  display: none;
}

.form_field_gallery_images .imagedivcls,
.form_field_wrapperprofile_image .imagedivcls {
  padding: 15px;
}

.form_field_wrapperimage .imagedivcls .mat-mdc-card,
.form_field_wrapperprofile_image .imagedivcls .mat-mdc-card {
  padding: 15px;
  border: 1px solid #8c9da6;
  background: #adbec7;
}

.form_field_wrapperimage .filecontainerdiv,
.form_field_wrapperprofile_image .filecontainerdiv {
  background: #c0d4de;
  padding: 0;
  border-radius: 8px;
  position: relative;
  margin-bottom: 25px;
  margin: 15px;
}

.form_field_wrapperimage .filecontainerdiv .fileuploadcompleteicon,
.form_field_wrapperprofile_image .filecontainerdiv .fileuploadcompleteicon {
  height: 40px;
  width: 40px;
  background: #ffa000;
  border-radius: 8px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.form_field_wrapperimage .filesid h1,
.form_field_wrapperprofile_image .filesid h1 {
  display: none;
}

.addEditPageWrapper .form_field_wrapper.form_field_wrapperprimary_isurance_id {
  flex: 1 0 33%;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperprimary_isurance_id
  .mat-mdc-form-field-flex,
.addEditPageWrapper
  .form_field_wrapper.form_field_wrappersecondary_isurance_id
  .mat-mdc-form-field-flex {
  height: auto !important;
  min-height: 50px !important;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperprimary_isurance_id
  .mat-mdc-form-field-flex
  mat-chip,
.addEditPageWrapper
  .form_field_wrapper.form_field_wrappersecondary_isurance_id
  .mat-mdc-form-field-flex
  mat-chip {
  margin: 5px;
}

.addEditPageWrapper .mat-mdc-form-field,
app-email-slug-add .addEditPageWrapper .form_field_wrapper,
app-email-template-add .addEditPageWrapper .form_field_wrapper {
  flex: 1 0 33.7%;
  margin: 5px 0.3%;
}

.addEditPageWrapper .form_field_wrapper .mat-mdc-form-field {
  width: 100%;
}

.addEditPageWrapper .form_field_wrapper.form_field_wrapperlocation,
.addEditPageWrapper .form_field_wrapper.form_field_wrapperstatus {
  flex: 1 0 99.4%;
}

/* << ------------ Sanket CSS for Disposition -------------- >> */

/* .addEditPageWrapper .addEditForm .form_field_wrapper.form_field_wrapperstatus {
    margin-top: 30px;
    flex: 1 0 32.7%;
} */

/* .addEditPageWrapper .addEditForm .form-element.form_field_status {
    margin-top: 30px;
} */

.addEditPageWrapper .addEditForm .form-element.form_field_notes_needed,
.addEditPageWrapper .addEditForm .form-element.form_field_notification_needed {
  margin-top: 30px;
}

.addEditPageWrapper .addEditForm .colorpicker_wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 150px;
  left: 35px;
}

.addEditPageWrapper .addEditForm .colorpicker_wrapper label {
  margin-right: 10px;
}

@media only screen and (max-width: 551px) {
  .addEditPageWrapper .addEditForm .colorpicker_wrapper {
    bottom: 210px;
    left: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .addEditPageWrapper .addEditForm .colorpicker_wrapper {
    bottom: 260px;
    left: 30px;
  }

  .addEditPageWrapper
    .addEditForm
    .form-element.form_field_notification_needed {
    margin-top: -12px;
    flex: 1 0 32.7%;
  }
}

@media only screen and (max-width: 400px) {
  .addEditPageWrapper .addEditForm .colorpicker_wrapper {
    bottom: 315px;
  }
}

/* .mat-mdc-dialog-surface.mdc-dialog__surface h1 {
    background: #384355;
} */
/* << ------------ Sanket CSS for Disposition -------------- >> */

/* << ---------------- Preview Modal CSS Common -------------- >> */

.preview_header {
  text-align: center;
  padding: 10px;
  background-color: #384355;
  color: white;
  margin: 0;
  margin-bottom: 15px;
}
.preview_data {
  border: 1px solid black;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.preview_data span {
  width: 100%;
}

.preview_value {
  word-wrap: break-word;
  text-transform: initial;
}

.close-btn-modal {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 42px;
  background: var(--orange-gradient);
  border-radius: 0 0 0 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #904802;
  border-top: 0;
  border-right: 0;
  z-index: 1;
  cursor: pointer;
  padding: 3px;
}

.custom-modalbox .preview_modal .mat-mdc-dialog-content {
  color: inherit;
  padding: 0 20px 15px 20px;
}
.custom-modalbox.descripcation-modal-box .logo_img img {
  width: 100%;
  display: block;
}
.custom-modalbox.descripcation-modal-box .divided_field img {
  width: 100%;
  display: block;
}

/* << ---------------- Preview Modal CSS Common -------------- >> */

/* << ------------ Sanket CSS for Contract management -------------- >> */

.addEditPageWrapper
  .form_field_wrapper.form_field_wrappercontent_slug
  .form-element {
  width: fit-content;
  margin-left: auto;
}
.addEditPageWrapper .form_field_wrapper .cke_resizer {
  resize: none !important;
  display: none !important;
}
.custom-modalbox.contentslug-modalbox
  .adminlisttable_v1
  .tablewrapper
  .mat-mdc-table
  thead
  tr
  th:nth-child(1),
.custom-modalbox.contentslug-modalbox
  .adminlisttable_v1
  .tablewrapper
  .mat-mdc-table
  tbody
  tr
  td:nth-child(1) {
  display: none;
}
.custom-modalbox.stepcomp-modalbox .dialoghead .mat-mdc-dialog-content {
  text-align: left !important;
}
.custom-modalbox.stepcomp-modalbox
  .addEditForm
  .form_field_wrapper.form_field_wrappercontent
  .mat-mdc-form-field-error {
  font-size: 12px;
}
.mainwrapper.contractform_mainwrapper
  .addEditPageWrapper
  .form-element.form_field_steps
  .externalcardcls,
.mainwrapper.contractform_mainwrapper
  .addEditPageWrapper
  .form-element.form_field_steps
  br {
  display: none;
}

.customModal_buttonwrp {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 12px 0;
}
.customModal_buttonwrp button {
  background: var(--orange-gradient);
  height: auto !important;
  font-size: 2rem;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  box-shadow: none;
  padding: 1.2rem 2.5rem !important;
  border: 1px solid #ff7f00;
  min-height: inherit !important;
  box-shadow: -4px -2px 9px #fefffe, 3px 3px 13px #586760;
  transition: all 0.1s;
  display: block;
  width: fit-content;
  margin: 5px;
}
.customModal_buttonwrp button.slugNewTab {
  margin: 0;
  margin-left: auto;
}

.custom-modalbox.sendcontract-modalbox {
  width: min(90%, 900px) !important;
}
.custom-modalbox.contractprev-modalbox .contract_stepwrap {
  padding: 15px 20px;
  background: #fff;
  box-shadow: 1px 1px 5px #3e413a59;
  position: relative;
  font-weight: bold;
}
.custom-modalbox.contractprev-modalbox
  .mat-mdc-dialog-surface
  .dialoghead
  .mat-mdc-dialog-content {
  text-align: left;
  /* max-height: unset; */
}
.custom-modalbox.contractprev-modalbox
  .mat-mdc-dialog-surface
  .dialoghead
  .mat-mdc-dialog-content
  p {
  font-size: inherit;
  word-break: break-word;
}
.custom-modalbox.contractprev-modalbox .landinglogo_img_wrp {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.custom-modalbox.contractprev-modalbox .landinglogo_img_wrp > strong {
  min-width: 200px;
  max-width: 45%;
}
.custom-modalbox.contractprev-modalbox
  .mat-mdc-dialog-surface
  .dialoghead
  .mat-mdc-dialog-content
  img {
  display: block;
  width: 100%;
}
.custom-modalbox.contractprev-modalbox
  .mat-mdc-dialog-surface
  .dialoghead
  .mat-mdc-dialog-content
  .contract_stepwrap {
  margin-top: 20px;
}
.contractprev-modalbox.reviewcontract-modalbox
  .mat-mdc-dialog-surface
  .dialoghead
  .mat-mdc-dialog-content
  .contract_stepwrap {
  margin-top: 5px !important;
  margin-bottom: 10px;
}
.custom-modalbox.contractprev-modalbox
  .contract_stepwrap
  .contract_stepheading {
  text-align: center;
  text-decoration: underline;
  text-underline-position: under;
  color: #292929;
  padding: 10px 25px;
}
.custom-modalbox.contractprev-modalbox .contract_stepwrap .contract_order {
  color: #000;
  font-weight: 600;
}

.custom-modalbox.sendcontract-modalbox
  .mat-mdc-dialog-surface
  .dialoghead
  .mat-mdc-dialog-content
  p {
  margin: 0;
}
/* .custom-modalbox.sendcontract-modalbox .contract_stepwrap .contract_stepdatawrap {
    padding-right: 25px;
} */
.custom-modalbox.sendcontract-modalbox .contract_stepwrap .cntctinfo_buttonwrp {
  right: 10px;
  top: 10px;
}
.custom-modalbox.sendcontract-modalbox
  .contract_stepwrap
  .addEditPageWrapper
  .form_field_wrapper {
  margin-top: 0;
}

/* << ---------------- Contract Edit Section CSS  ---------------- >> */

.custom-modalbox.sendcontract-modalbox .editable_wrapper {
  position: relative;
  margin: 10px 0;
}
.custom-modalbox.sendcontract-modalbox .contract_stepwrap {
  font-weight: bold;
}
.editable_wrapper + .editable_wrapper {
  margin-top: 20px;
}

.custom-modalbox.sendcontract-modalbox .editable {
  padding: 10px;
  border: 1px solid #696969;
  padding-right: 35px;
}

.custom-modalbox.reviewcontract-modalbox .editable.changed {
  background: #ffff00;
  padding: 10px;
  border: 1px solid #bfbfbf;
}

.custom-modalbox.reviewcontract-modalbox .hint {
  margin: 0;
  font-size: 20px;
  text-transform: none;
  color: #000;
  text-align: center;
}

.custom-modalbox.sendcontract-modalbox .edit_button {
  background-color: #c7c7c7;
  position: absolute;
  border: none;
  outline: none;
  font-size: 0;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #dbf0e6;
  border: 1px solid #a5a5a5;
  cursor: pointer;
  right: 5px;
  top: 5px;
}
.custom-modalbox.sendcontract-modalbox .edit_button::after {
  content: "\f304";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 17px;
}
.custom-modalbox.sendcontract-modalbox .modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #dbf0e6;
  padding: 12px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: min(80%, 700px);
  max-width: inherit;
  overflow: hidden;
  overflow-y: auto;
  border: 7px solid #25819d;
}

.custom-modalbox.sendcontract-modalbox .modal .close {
  position: absolute;
  right: 0px;
  top: 0;
  width: 50px;
  height: 40px;
  background: var(--orange-gradient);
  border-radius: 0 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #904802;
  border-top: 0;
  border-right: 0;
  z-index: 1;
  cursor: pointer;
  font-size: 35px;
  font-weight: 300;
}

.custom-modalbox.sendcontract-modalbox .modal .contract_edit_heading {
  background: #384355;
  padding: 1.5rem 48px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  text-shadow: 1px 1px 1px #053650;
  border: 1px solid #4a5870;
  border-radius: 5px;
}

.custom-modalbox.sendcontract-modalbox .contract_edit_button {
  background: var(--orange-gradient);
  height: auto !important;
  font-size: 2rem;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  box-shadow: none;
  padding: 1.2rem 2.5rem !important;
  border: 1px solid #ff7f00;
  min-height: inherit !important;
  box-shadow: -4px -2px 9px #fefffe, 3px 3px 13px #586760;
  transition: all 0.1s;
  display: block;
  width: fit-content;
  margin: 10px auto;
}

.custom-modalbox.sendcontract-modalbox .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.custom-modalbox.sendcontract-modalbox .modalInput {
  width: 95%;
  display: block;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  height: 200px;
  border: 1px solid #939393;
  outline: none;
  font-size: 16px;
  line-height: 22px;
  resize: none;
  text-transform: none;
}

.custom-modalbox .divided_field {
  display: flex;
  justify-content: space-between;
}

/* For Contract Send Option  */

.custom-modalbox.sendcontract-modalbox .sendContractForm_hint h2 {
  display: flex;
  align-items: center;
}
.custom-modalbox.sendcontract-modalbox .sendContractForm_hint .hint {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 8px;
}
.custom-modalbox.sendcontract-modalbox .sendContractForm_hint .hint.hint_green {
  background: #5a995a;
}
.custom-modalbox.sendcontract-modalbox .sendContractForm_hint .hint.hint_grey {
  background: #8f8f8f;
}
.contract_bg_parent {
  max-height: 350px !important;
}
.contract_bg_parent mat-option,
.contract_bg_parent mat-option:focus,
.contract_bg_parent mat-option:hover {
  background-color: #8f8f8f !important;
}

.contract_bg_parent mat-option.contract_greenbg,
.contract_bg_parent mat-option.contract_greenbg:hover {
  background-color: #5a995a !important;
}

.contract_bg_parent mat-option .mdc-list-item__primary-text {
  color: #fff !important;
}
.mat-mdc-select-panel.contract_bg_parent {
  padding: 0;
}
.mat-mdc-select-panel.contract_bg_parent mat-option:not(:first-child) {
  border-top: 0.5px solid #f1f1f1;
}

/* << ======================= Contract Edit ==================== >> */

/* Contract Review Modal CSS by Sanket */

.custom-modalbox.reviewcontract-modalbox
  .prevcontracts_contentwrap
  .prevcontracts_content {
  width: 48%;
  margin: 0 0.8%;
}
.custom-modalbox.reviewcontract-modalbox
  .contract_stepwrap.prevcontracts_heading
  .contract_stepheading {
  margin: 0;
  text-decoration: none;
}
.custom-modalbox.reviewcontract-modalbox .prevcontracts_contentwrap {
  display: flex;
  justify-content: center;
  height: 350px;
  overflow: scroll;
  overflow-x: hidden;
}

.signature_txt_wrppr .mat-mdc-text-field-wrapper {
  background-color: var(--mdc-filled-text-field-container-color) !important;
}
.Certification-full-width1 .mat-mdc-text-field-wrapper {
  background-color: var(--mdc-filled-text-field-container-color) !important;
}
.footer_main_wrp .contact_error {
  padding-left: 107px;
  font-size: 20px;
  line-height: 25px;
}

/* << ------------ Sanket CSS for Contract management -------------- >> */

.addEditPageBody {
  margin: 0 !important;
  padding: 0 !important;
}

.addEditPageWrapper {
  padding: 0 !important;
}

.addEditPageWrapper > h2 {
  width: 500px;
  max-width: 90%;
  margin: 0 auto !important;
  padding: 15px !important;
  display: block;
  background: linear-gradient(
    180deg,
    rgba(1, 187, 221, 1) 0,
    rgba(2, 93, 152, 1) 100%
  );
  clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
  font-size: 26px !important;
  color: #fff;
  margin-bottom: 25px !important;
  text-align: center;
}

.addEditPageWrapper .addEditForm {
  background-color: #dbf0e6 !important;
  border-radius: 8px !important;
  display: block;
  padding: 25px !important;
  position: relative;
  border: 1px solid #b7c5bf;
  box-shadow: 2px 2px 11px #bfc7c4;
}

.addEditPageWrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.addEditPageWrapper .mat-mdc-text-field-wrapper {
  position: relative !important;
  overflow: visible !important;
  width: 100%;
  margin: 0;
  padding: 0 !important;
  background-color: transparent !important;
}

.addEditPageWrapper .mat-mdc-form-field-flex {
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 10px;
  height: 50px !important;
  background: #fff;
  border: 1px solid #dfe9e4;
  box-shadow: -3px -4px 6px #f3fcf8, 2px 4px 11px #adc7bbbd;
}

.addEditPageWrapper
  .mat-mdc-form-field
  .mat-mdc-form-field-flex
  .mat-mdc-form-field-infix
  textarea {
  height: 80px;
  resize: none !important;
  text-transform: none;
  /* resize: vertical !important; */
}

.fa-solid,
.fas {
  font-size: 20px;
}

.addEditPageWrapper
  .mat-mdc-form-field
  .mat-mdc-form-field-flex
  .mat-mdc-form-field-infix
  textarea::-webkit-scrollbar {
  display: none;
}

.addEditPageWrapper
  .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined)
  .mat-mdc-form-field-infix {
  padding-top: 12px;
  /* margin: 6px; */
  height: inherit;
}

.addEditPageWrapper
  .mat-mdc-text-field-wrapper
  .mat-mdc-form-field-flex
  .mat-mdc-floating-label {
  top: 26px !important;
  color: #686b71;
  margin: -3px;
}

.error_txt {
  text-align: center;
  margin-bottom: 10px;
}

.error_txt span {
  color: red;
  font-size: 13px;
  font-weight: 500;
}

.addEditPageWrapper
  .mat-mdc-text-field-wrapper
  .mat-mdc-form-field-flex
  .mdc-floating-label--float-above {
  top: 10px !important;
  color: #272727 !important;
  background: #fff;
  padding: 2px 9px 0 9px;
  border: 1px solid #97a69f;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.addEditPageWrapper .mat-mdc-text-field-wrapper input::placeholder {
  color: #fff !important;
  opacity: 1;
}

.addEditPageWrapper .mat-mdc-text-field-wrapper input:-ms-input-placeholder {
  color: #fff !important;
}

.addEditPageWrapper .mat-mdc-text-field-wrapper input::-ms-input-placeholder {
  color: #fff !important;
}

.addEditPageWrapper .mat-mdc-text-field-wrapper input {
  color: #111 !important;
}

.mat-mdc-checkbox label {
  color: #111 !important;
}

/* .mat-mdc-checkbox label .email {
    text-transform: lowercase;
} */

.form_field_wrapperdescription.resetField
  .form_field_description
  .mat-mdc-form-field-flex
  .mdc-floating-label--float-above {
  top: inherit !important;
  transform: translateY(0) scale(1);
  border: none;
  padding: 0;
  color: rgba(0, 0, 0, 0.6) !important;
}

.form_field_wrapperdescription.resetField
  .form_field_description.mat-focused
  .mdc-floating-label {
  top: 7px !important;
  color: #107a9b !important;
  background: #fff;
  padding: 2px 9px 0 9px;
  border: 1px solid #a7cfe3;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  transform: translateY(-106%) scale(0.75);
}

.mat-mdc-form-field-focus-overlay {
  display: none !important;
}

.form_field_wrapperdescription.resetField
  .form_field_description.mat-focused
  textarea {
  text-indent: 0;
}

.addEditPageWrapper .mat-mdc-form-field .mdc-line-ripple {
  display: none !important;
}

.addEditPageWrapper .mdc-button,
.addEditPageWrapper .mdc-button:hover {
  margin: 5px;
  background: var(--orange-gradient);
  height: auto !important;
  font-size: 2.4rem;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  box-shadow: none;
  padding: 1.2rem 2.5rem !important;
  border: 1px solid #ff7f00;
  text-shadow: 1px 1px 1px #874403;
  min-height: inherit !important;
  box-shadow: -4px -2px 9px #fefffe, 3px 3px 13px #586760;
  transition: all 0.1s;
}

.addEditForm .imagecardcls {
  width: 100% !important;
}

.manage_contact_button button {
  margin: 5px;
  background: var(--orange-gradient);
  height: auto !important;
  font-size: 2.4rem;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  box-shadow: none;
  padding: 1.2rem 2.5rem !important;
  border: 1px solid #ff7f00;
  text-shadow: 1px 1px 1px #874403;
  min-height: inherit !important;
  box-shadow: -4px -2px 9px #fefffe, 3px 3px 13px #586760;
  transition: all 0.1s;
}

.addEditPageWrapper .mdc-button:active {
  box-shadow: none;
  transform: translateY(5px);
}

.mdc-checkbox
  .mdc-checkbox__native-control:enabled:checked
  ~ .mdc-checkbox__background,
.mdc-checkbox
  .mdc-checkbox__native-control:enabled:indeterminate
  ~ .mdc-checkbox__background,
.mdc-checkbox
  .mdc-checkbox__native-control[data-indeterminate="true"]:enabled
  ~ .mdc-checkbox__background {
  border-color: var(--orange-l) !important;
  background-color: var(--orange-l) !important;
}

.main-title {
  padding: 2rem 0;
  box-shadow: none !important;
  background: 0 0 !important;
  text-align: center;
}

.dialoghead-main-wrpper .main-title {
  padding: 8px 0;
}

.main-title h2 {
  margin: 0 !important;
  font-size: 2.4rem !important;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    rgba(85, 85, 85, 1) 0,
    rgba(20, 20, 20, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-title {
  padding: 10px 0;
}
/* .main-title p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
  margin: 0 !important;
  width: 510px;
  max-width: 100%;
}  */

.addEditPageWrapper .submitbtnsection {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 8px 0;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperaddress
  .mat-mdc-form-field-flex,
.addEditPageWrapper .mat-mdc-form-field.addressField .mat-mdc-form-field-flex {
  height: 100px !important;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperdescription
  .mat-mdc-form-field-flex,
.addEditPageWrapper
  .mat-mdc-form-field.descriptionField
  .mat-mdc-form-field-flex,
.followup_main_wraper
  .addEditPageWrapper
  .form_field_wrapper.form_field_wrappernotes
  .mat-mdc-form-field-flex,
.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperany_other_information
  .mat-mdc-form-field-flex,
.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperother_info
  .mat-mdc-form-field-flex, .followuplist_addwrapper .form_field_wrapper.form_field_wrappernotes .mat-mdc-form-field-flex, .addEditPageWrapper
  .form_field_wrapper.form_field_wrappernotes
  .mat-mdc-form-field-flex{
  height: 100px !important;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperaddress
  .mat-mdc-form-field-flex
  .mat-mdc-form-field-infix {
  height: inherit;
}

.addEditPageWrapper .form_field_wrapper.form_field_wrapperlocation .mdc-button {
  height: unset !important;
  font-size: 18px;
  line-height: 32px;
  background: #025d98;
}

.addEditPageWrapper .mat-mdc-form-field .mat-mdc-form-field-infix .error {
  color: var(--color-error);
  position: absolute;
  left: -4px;
  bottom: -14px;
  font-size: 12px;
}

.addEditPageWrapper
  .mat-mdc-form-field.addressField
  .mat-mdc-form-field-infix
  .error {
  bottom: -23px;
}

.addEditPageWrapper .mat-mdc-form-field {
  position: relative;
  margin-bottom: 20px;
}
.createevent_addeditwrap .mat-mdc-form-field {
  position: relative;
  margin-bottom: 0;
}

.addEditPageWrapper
  .mat-mdc-form-field
  .mat-mdc-form-field-infix
  .mat-mdc-form-field-error {
  position: absolute;
  left: -4px;
  bottom: -14px;
  font-size: 12px;
}
.slugaddeditwrap
  .mat-mdc-form-field
  .mat-mdc-form-field-infix
  .mat-mdc-form-field-error {
  position: unset;
  font-size: 12px;
  margin-top: 11px;
  line-height: 17px;
}

/* .addEditPageWrapper .mat-mdc-form-field .mat-mdc-form-field-infix .mat-mdc-form-field-error.mat-mdc-form-field-bottom-align {
    bottom: -18px;
} */

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperdescription
  .mat-mdc-form-field-error,
.addEditPageWrapper.mat-mdc-form-field.descriptionField
  .mat-mdc-form-field-error,
.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperany_other_information
  .mat-mdc-form-field-error,
.addEditPageWrapper
  .mat-mdc-form-field.form_field_address
  .mat-mdc-form-field-infix
  .mat-mdc-form-field-error,
.addEditSales
  .mat-mdc-form-field.form_field_parent_laboratory
  .mat-mdc-form-field-infix
  .mat-mdc-form-field-error {
  bottom: -20px;
}

.addEditPageWrapper
  .mat-mdc-form-field.form_field_diagnostic_des
  .mat-mdc-form-field-infix
  .mat-mdc-form-field-error {
  bottom: -25px;
}

.addEditPageWrapper
  .mat-mdc-text-field-wrapper
  .mat-mdc-form-field-infix
  .mat-mdc-select-arrow-wrapper,
.mat-mdc-dialog-container
  .mat-mdc-text-field-wrapper
  .mat-mdc-form-field-infix
  .mat-mdc-select-arrow-wrapper {
  transform: none !important;
}

.mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: #dbf0e6 !important;
  border: 7px solid #25819d;
  padding: 10px;
}
.connectedAcc-modalbox .mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: #ffffff !important;
}

.addEditPageWrapper .form_field_wrapper.form_field_wrapperlogo {
  flex: 1 0 99.4% !important;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperlogo
  .form_field_logo
  > mat-label {
  font-size: 26px;
  padding: 16px;
  display: inline-block;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperlogo
  .form_field_logo
  #droplogo {
  height: auto;
  width: auto;
  padding: 10px 20px;
  margin: 10px 5px 16px;
  cursor: pointer !important;
  text-align: center;
  background: #025d98;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperlogo
  .form_field_logo
  #listlogo {
  width: 680px;
  max-width: 100%;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperlogo
  .form_field_logo
  #listlogo
  .filecontainerdiv {
  padding: 20px;
  background-color: var(--color-white-basic);
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperlogo
  .form_field_logo
  #listlogo
  .filecontainerdiv
  .divimagecardcls
  .mat-mdc-card {
  width: unset;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperlogo
  .form_field_logo
  #listlogo
  .filecontainerdiv
  .imagedivcls {
  margin-bottom: 10px;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperlogo
  .form_field_logo
  #listlogo
  .filecontainerdiv
  .filesdivcls
  span {
  font-size: 18px;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperlogo
  .form_field_logo
  #listlogo
  .filecontainerdiv
  .actionbtndiv {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperlogo
  .form_field_logo
  #listlogo
  .filecontainerdiv
  .actionbtndiv
  .mat-mdc-chip {
  margin: 5px;
  cursor: pointer;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperlogo
  .form_field_logo
  #listlogo
  .filecontainerdiv
  .actionbtndiv
  .mat-mdc-chip
  .mdc-evolution-chip__cell
  .mdc-evolution-chip__action {
  padding: 0 20px;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperlogo
  .form_field_logo
  #listlogo
  .filecontainerdiv
  .actionbtndiv
  .mat-mdc-chip
  .mdc-evolution-chip__cell
  .mdc-evolution-chip__action
  .mdc-evolution-chip__text-label {
  font-size: 18px;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperparent_laboratory
  .mat-mdc-text-field-wrapper
  .mat-mdc-form-field-infix {
  display: flex;
  padding-top: 8px !important;
  position: relative;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperparent_laboratory
  .mat-mdc-text-field-wrapper
  .mat-mdc-form-field-infix
  .mat-mdc-form-field-input-control {
  height: 28px;
}

.addEditPageWrapper
  .form_field_wrapper.form_field_wrapperparent_laboratory
  .mat-mdc-text-field-wrapper
  .mat-mdc-form-field-infix
  .mat-mdc-progress-bar {
  position: absolute;
  flex: 1 0 100%;
  bottom: 10px;
}

.addEditPageWrapper input[readonly="true"] {
  color: rgba(0, 0, 0, 0.38) !important;
}

.lastLoginWrapper {
  padding: 16px 40px !important;
  display: flex !important;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.lastLoginWrapper > div {
  width: calc(100% - 560px);
  margin-right: 20px;
}

.lastLoginWrapper .labdetails_lastlogin {
  padding: 15px;
  background: #e5e5e5;
  width: fit-content;
}

.lastLoginWrapper .labdetails_lastlogininner {
  padding: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.lastLoginWrapper h1 {
  font-size: 26px !important;
  line-height: 38px !important;
  font-weight: 500 !important;
}

.lastLoginWrapper .labdetails_lastlogininner p {
  word-break: break-word;
  margin: 3px !important;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.lastLoginWrapper .labdetails_lastlogininner p:not(:last-child) {
  margin-right: 10px !important;
}

.lastLoginWrapper .labdetails_lastlogininner p span {
  font-weight: 500;
  display: inline-block;
  color: #064a77;
}

.lastLoginWrapper .lastLoginSubWrapper {
  margin-left: auto !important;
  width: 540px;
}

.lastLoginWrapper .lastLoginSubWrapper h5 {
  font-size: 22px !important;
  font-weight: 500 !important;
  color: #005891;
}

.lastLoginWrapper .lastLoginSubWrapper > div {
  width: 100%;
  padding: 15px;
  background-color: #e5e5e5;
}

.lastLoginWrapper .lastLoginSubWrapper > div p {
  margin: 0 !important;
  padding: 12px 12px;
  font-size: 16px;
  font-weight: 400;
  background-color: #005891;
  color: #fff;
  text-align: center;
}

.lastLoginWrapper .lastLoginSubWrapper > div p strong {
  font-weight: 500;
  color: #ffdfbb;
}

.listingpage_wrapper
  .adminlisttable_v2
  .tablewrapper
  .mat-column-select
  .mdc-checkbox
  .mat-mdc-checkbox-touch-target {
  height: inherit !important;
  width: inherit !important;
}

.actionbuttonwrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mainwrapper.mainwrapper_leadlist .actionbuttonwrapper,
.mainwrapper.mainwrapper_leadlist .button_div_custom_cls {
  flex-wrap: wrap;
}

.actionbuttonwrapper .actionbuttonwrapperspan {
  display: flex;
  color: #0c3956;
  align-items: center;
}

.actionbuttonwrapper .actionbuttonwrapperspan .cursor {
  cursor: pointer !important;
  display: flex;
  align-items: center;
}

.custom-bottomsheet .mat-bottom-sheet-container {
  background: #dbf0e6;
  border: 7px solid #2c3847;
}

.custom-bottomsheet .mat-bottom-sheet-container .clrcls {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 40px;
  background: var(--orange-gradient);
  border-radius: 0 0 0 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #904802;
  border-top: 0;
  border-right: 0;
}

.custom-bottomsheet .mat-bottom-sheet-container .clrcls .material-icons {
  position: relative;
  right: -5px;
  top: -3px;
  margin: 0 !important;
  text-shadow: 1px 1px 1px #904802;
  border-right: 0;
  border-top: 0;
}

.bottom-sheet-header-toggle {
  background: #384355;
  border: 1px solid #4a5870;
  padding: 1.5rem 48px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  text-shadow: 1px 1px 1px #053650;
  border-radius: 5px;
}

.custom-bottomsheet .mat-bottom-sheet-container .navlist {
  display: flex;
  justify-content: center;
}

.custom-bottomsheet .mat-bottom-sheet-container .navlist a {
  background: var(--orange-gradient);
  text-align: center;
  border-radius: 8px;
  margin-right: 10px;
}

.custom-bottomsheet .mat-bottom-sheet-container .navlist a:last-child {
  margin-right: 0;
}

.custom-bottomsheet .mat-bottom-sheet-container .navlist a span {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 1px #874403;
}
li::marker {
  list-style: none;
  content: "";
}

.custom-modalbox mat-dialog-container .dialoghead > h1,
.delete-single mat-dialog-container .dialoghead h1,
.custom-modalbox.delete-notes-modal h3 {
  background: #384355;
  padding: 1.5rem 48px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  text-shadow: 1px 1px 1px #053650;
  border: 1px solid #4a5870;
  border-radius: 5px;
}
.file-modalbox mat-dialog-container .dialoghead h1,
.delete-single mat-dialog-container .dialoghead h1,
.custom-modalbox.delete-notes-modal h3 {
  background: #384355;
  padding: 1rem 45px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  text-shadow: 1px 1px 1px #053650;
  border: 1px solid #4a5870;
  border-radius: 5px;
  margin: 0 0 5px;
}

.custom-modalbox mat-dialog-container .close-btn-modal,
.delete-single mat-dialog-container .close-btn-modal {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 40px;
  background: var(--orange-gradient);
  border-radius: 0 0 0 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #904802;
  border-top: 0;
  border-right: 0;
  z-index: 1;
  cursor: pointer;
}

.custom-modalbox mat-dialog-container .close-btn-modal mat-icon {
  font-size: 24px;
  margin: 0;
  height: auto;
  width: auto;
}

.mdc-dialog__title::before {
  display: none !important;
}

.delete-single .mat-mdc-dialog-content p {
  font-size: 1.8rem;
  color: #000;
  text-align: center;
}

.mat-mdc-dialog-actions {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}
.approve_button {
  margin: 12px 0;
}

@media only screen and (max-width: 559px) {
  .addEditPageWrapper form {
    display: unset;
  }
}
@media only screen and (max-width: 499px) {
  .mainwrapper.produc_cat_dashboard_list .thumbnail_img_tag .thumbnail_img_tag {
    height: 95px !important;
    width: 190px !important;
  }
}
@media only screen and (max-width: 399px) {
  .mainwrapper.produc_cat_dashboard_list .thumbnail_img_tag .thumbnail_img_tag {
    height: 75px !important;
    width: 150px !important;
  }
  .mat-mdc-dialog-actions button {
    padding: 2.3rem 1.5rem !important;
    margin-bottom: 5px !important;
  }
}

/* << ------------- Spinner CSS by Sanket ----------------- >> */

/* << ------------- Spinner CSS by Sanket ----------------- >> */

.mat-mdc-dialog-actions button {
  background: var(--orange-gradient) !important;
  text-shadow: 1px 1px 1px #874403;
  font-size: 2rem !important;
  padding: 2.3rem 2rem !important;
  line-height: 2.5rem !important;
  color: #fff !important;
  border: 1px solid #f47620 !important;
  box-shadow: -4px -2px 9px #f9fbff, 6px 5px 13px #d9cece;
}

.mat-mdc-dialog-content {
  max-height: 65vh;
}

.mat-mdc-dialog-content::-webkit-scrollbar {
  width: 5px;
}

.mat-mdc-dialog-content::-webkit-scrollbar-track {
  background: #7d8883;
}

.mat-mdc-dialog-content::-webkit-scrollbar-thumb {
  background: #bcccc4;
}

.mat-mdc-dialog-content::-webkit-scrollbar-thumb:hover {
  background: #bcccc4;
}

.custom-modalbox .example-card:nth-of-type(odd) {
  background: #2757a4;
  border: 1px solid #a5b1ab;
  background-color: #bcccc4 !important;
}

.custom-modalbox .example-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px !important;
  box-shadow: none !important;
  flex-direction: inherit !important;
  background-color: #000;
  margin: 2px 0;
  border: 1px solid #bdcfc6;
  border-radius: 3px;
}

.custom-modalbox .example-card .mat-mdc-card-header {
  width: 38%;
  margin: 0;
  padding: 0 !important;
  display: flex;
  align-self: center;
  color: #1b1a1a;
}

.custom-modalbox {
  width: min(90%, 800px) !important;
  max-width: inherit !important;
  overflow: hidden;
  overflow-y: auto;
}
.contract_approve_modal {
  width: min(90%, 685px) !important;
}
.custom-modalbox.file-modalbox {
  width: min(90%, 1130px) !important;
  max-width: inherit !important;
}
/* ////////////////////////////////////////////product_assets//////////////////////////////// */
.custom-modalbox.product_wrppr_box {
  width: min(90%, 1100px) !important;
  max-width: inherit !important;
  /* height: 600px; */
}
.custom-modalbox.product_wrppr_box2 {
  width: min(90%, 1100px) !important;
  max-width: inherit !important;
  height: 600px;
}
.custom-modalbox.reviewcontract-modalbox {
  width: min(90%, 1300px) !important;
  max-width: inherit !important;
  /* height: 600px; */
}
.product_wrapper .wrapper {
  background: #edf3e5;
  padding: 1.5rem 2rem;
  box-shadow: 1px 1px 5px #3e413a59;
  border-radius: 6px;
  margin-bottom: 0;
  border: 1px solid #fff;
}

.product_wrapper .wrapper:last-child {
  margin-bottom: 0;
}
/* .marketing-container {
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
} */
/* .product_wrapper .product_header{
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 5px;
    text-align: center;
    background: #2997b8;
    padding: 10px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
} */
.product_wrapper .product_header {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600 !important;
  text-align: center;
  padding: 10px;
  font-weight: 500;
  background: #b5c1bb;
  border-radius: 5px;
  border: 1px solid #f2fff8;
  color: #000;
  margin: 0 0 5px;
  cursor: pointer;
}
.product_wrapper .product_button_wraper {
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 10 !important;
  border: unset;
}
.product_wrapper .product_button_wraper button {
  font-size: 15px;
  border-radius: 50%;
  padding: 10px;
  background-color: #a5b0ab;
  color: #010101;
  border: 1px solid #f2fff800;
  cursor: pointer;
}
.product_header i {
  margin-left: 5px;
}
/* .product_wrapper .file_item {
    margin: 0 auto;
    width: 90% !important;
    height: 520px !important;
} */
.product_wrapper .file_item_container {
  position: relative;
}
/* .marketing-file {
    border: 1px solid #c9c1c1;
    border-radius: 5px;
    margin-bottom: 10px;
} */
/* .marketing_sub_dropdown {
    height: 0vh ;
    overflow: hidden !important;
} */
.dropdownactive {
  /* height: 45vh ; */
  overflow: hidden !important;
  animation: dropanimation 0.3s linear;
}
.custom-modalbox.pdfppt-modalbox
  .mat-mdc-dialog-surface
  .dialoghead
  .mat-mdc-dialog-content {
  padding: 0 0px 15px 0px !important;
  text-align: center;
  padding-bottom: 15px !important;
}
/* @keyframes dropanimation {
    0% {
        height: 0vh   ;
    }
    100% {
        height: 55vh !important     ;
    }
} */
@media only screen and (max-width: 1399px) {
  /* .product_wrapper .file_item {
        height: 85vh !important;
    } */
}

/* ////////////////////////////////////////////product_assets//////////////////////////////// */

/* -------------------------------------------------pdfppt-------------------------------------------------- */

.custom-modalbox.pdfppt-modalbox {
  width: min(90%, 900px) !important;
  max-width: inherit !important;
  /* height: 305px; */
}

.custom-modalbox.pdfppt-modalbox mat-dialog-container .dialoghead h1 {
  margin: 0 0 5px !important;
  text-align: center;
  background: #2997b8;
  padding: 10px;
  color: white;
  font-weight: bold !important;
  border-radius: 5px;
  border: none !important;
  /* cursor: pointer; */
}

.email_templte_flex_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  flex-wrap: wrap;
}
.email_templte_txt_wrapper {
  background: #e4e7dd;
  border: 1px solid #adaeab;
  border-radius: 5px;
  padding: 0 10px 10px 10px;
  width: 46%;
  margin: 5px;
}
.email_templte_main_wrapper {
  margin-top: 20px;
}
/* .email_templte_txt_wrapper h2 {
    font-size: 19px !important;
    margin: 0px 0px 10px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
} */
/* .email_templte_txt_wrapper h3 {
    font-size: 19px !important;
    margin: 0px 0px 10px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
} */
/* .email_templte_txt_wrapper span {
    color: #1b75b2;
    font-size: 19px !important;
    word-break: break-word;
} */
/* .email_templte_txt_wrapper p {
    font-size: 18px !important; 
    margin: 15px 0px !important; 
    line-height: 26px !important;
    font-weight: 500 !important;
} */
.copy_button_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copy_wraper button {
  background: var(--blue-gradient);
  border: none;
  outline: none;
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  padding: 10px;
  color: white;
  cursor: pointer;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin: 5px;
  transition: all 0.1s;
  width: 100px;
}

/* -------------------------------------------------pdfppt-------------------------------------------------- */

/* ////////////////////////////////////////////w9form//////////////////////////////// */

.date_wrapper .textfirld_wrp .mat-mdc-text-field-wrapper {
  background-color: #fff !important;
}
.signature_wrapper .textfirld_wrp .mat-mdc-text-field-wrapper {
  background-color: #fff !important;
}
.paragraph_sub_wrapper .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #fff !important;
}
.signature_wrapper .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #fff !important;
}
.prientortype_wrp .mat-mdc-text-field-wrapper {
  background-color: #fff !important;
}
.prientortype_wrp .example-full-width .mdc-floating-label {
  font-size: 25px;
  line-height: 30px;
}
.prientortype_wrp .disableselect_wrp .mdc-label {
  font-size: 20px;
  line-height: 25px;
  /* color: #a39e9e !important; */
}
.prientortype_wrp .disableselect_wrp .mdc-checkbox__background {
  border-radius: 50%;
  color: #a39e9e !important;
}
.pay_wrapper .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #fff !important;
}
.bank_account_wrapper .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #fff !important;
}
.tax-full-width1 .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #fff !important;
}
.tax-full-width2 .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #fff !important;
}
.tax-full-width3 .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #fff !important;
}
.tax-full-width4 .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #fff !important;
}
.tax-full-width5 .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #fff !important;
}
.tax-full-width1 {
  width: 75% !important;
  height: 50px !important;
  border: 1px solid #000 !important;
}
.tax-full-width2 {
  width: 75% !important;
  height: 50px !important;
  border: 1px solid #000 !important;
}
.tax-full-width3 {
  width: 75% !important;
  height: 50px !important;
  border: 1px solid #000 !important;
}
.tax-full-width4 {
  width: 40% !important;
  height: 50px !important;
  border: 1px solid #000 !important;
}
.tax-full-width5 {
  width: 75% !important;
  height: 50px !important;
  border: 1px solid #000 !important;
}
/* .Certification-full-width1 .mdc-text-field--filled:not(.mdc-text-field--disabled) {
    background-color: #fff !important;
} */
.Certification-full-width2
  .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #fff !important;
}
.Certification-full-width1 {
  width: 145% !important;
}
.w9form_supermain_wrapper .error {
  color: var(--mdc-theme-error, #f44336) !important;
  font-weight: 900 !important;
  font-size: 20px;
  line-height: 25px;
  padding: 5px;
}
/* .Certification_signature_wrapper .Certification-full-width1 {
    width: 100%;
    font-family: "Mr Dafoe", cursive !important;
    font-size: 19pt;
  } */

.Certification_signature_wrapper
  .Certification-full-width1
  .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(
    .mdc-text-field--textarea
  )
  .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media only screen and (max-width: 499px) {
  .prientortype_wrp .disableselect_wrp .mdc-label {
    font-size: 17px;
    line-height: 22px;
  }
}
.new_loder_wrapper {
  position: fixed !important;
}

/* ---------------------------------------share button------------------------------ */
/* .cdk-overlay-connected-position-bounding-box {
    left: 1897.35px !important;
} */
/* ---------------------------------------share button------------------------------ */

/* ////////////////////////////////////////////w9form//////////////////////////////// */
.video-wrpprbox {
  width: min(90%, 960px) !important;
  max-width: inherit !important;
}
.addfile_wrp {
  width: min(90%, 930px) !important;
  max-width: inherit !important;
}

.custom-modalbox .example-card .mat-mdc-card-content,
.mat-mdc-card-subtitle {
  width: 60%;
  margin: 0;
  padding: 0 !important;
  text-align: left;
  display: flex;
  align-self: center;
  color: #1b1a1a;
  text-transform: none;
}

.cdk-overlay-container {
  text-transform: capitalize;
}

.custom-modalbox .mat-mdc-dialog-surface .dialoghead .mat-mdc-dialog-content {
  padding: 0 20px 15px 20px !important;
  text-align: center;
  padding-bottom: 15px !important;
}

.custom-modalbox .mat-mdc-dialog-surface .dialoghead .mat-mdc-dialog-content p,
.custom-modalbox .mat-mdc-dialog-surface .dialoghead .mat-mdc-dialog-content p {
  text-transform: capitalize;
  font-size: 2rem;
  color: #000;
}

.notebtncls {
  position: relative !important;
  background: 0 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 0 !important;
  min-width: inherit !important;
  padding: 0 5px !important;
}

.notebtncls::after {
  content: "\f0f6";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
}

@media only screen and (max-width: 960px) {
  .custom-bottomsheet .mat-bottom-sheet-container {
    min-width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 540px) {
  .mdc-button.add_btn {
    font-size: 1.8rem !important;
    line-height: 2.3rem !important;
  }

  .sub-title h2 {
    font-size: 2.2rem !important;
  }
}

@media only screen and (max-width: 499px) {
  .sub-title {
    flex-direction: column;
  }

  .sub-title h2 {
    margin-bottom: 12px !important;
  }
  .wrapper {
    padding: 1.5rem 1.5rem;
  }
}

.filesdivcls {
  padding: 40px;
}

.noFoundTextinner {
  text-align: center;
  padding: 20px 0;
}

.noFoundTextinner span {
  color: #fb3332;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
}

.noFoundTextinner p {
  color: #fb3332 !important;
  margin: 0 !important;
  font-size: 2rem;
  font-weight: 500;
}

.adminlisttable_v2 .togglesearchcls .mat-mdc-select-arrow-wrapper {
  height: 46px;
  width: 47px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -10px;
  top: -11px;
  border-radius: 0 5px 5px 0;
}

.adminlisttable_v2 .togglesearchcls .mat-mdc-form-field-icon-suffix {
  height: 46px;
  width: 47px;
  justify-content: center;
  align-items: center;
  right: -10px;
  top: 0;
  border-radius: 0 5px 5px 0;
  padding: 0;
}

.adminlisttable_v2 .togglesearchcls .mat-mdc-form-field-icon-suffix svg path {
  color: #020202;
}

.adminlisttable_v2 .togglesearchcls .mat-mdc-select-arrow-wrapper svg path {
  color: #020202;
}

.adminlisttable_v2
  .mdc-checkbox
  .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not(
    [data-indeterminate="true"]
  )
  ~ .mdc-checkbox__background {
  border-color: #020202;
}

.adminlisttable_v2 .mat-mdc-checkbox-touch-target {
  height: 23px;
  width: 23px;
}

.adminlisttable_v2 .mdc-checkbox__native-control {
  height: 100% !important;
  width: 100% !important;
}

.adminlisttable_v2
  .mat-mdc-checkbox
  .mdc-checkbox
  .mdc-checkbox__native-control:enabled:indeterminate
  ~ .mdc-checkbox__background,
.adminlisttable_v2
  .mat-mdc-checkbox
  .mdc-checkbox
  .mdc-checkbox__native-control[data-indeterminate="true"]:enabled
  ~ .mdc-checkbox__background,
.mat-mdc-checkbox
  .mdc-checkbox
  .mdc-checkbox__native-control:enabled:checked
  ~ .mdc-checkbox__background {
  border-color: #fc9826;
  background-color: #fc9826;
}

.adminlisttable_v2
  .mat-mdc-checkbox
  .mdc-checkbox:hover
  .mdc-checkbox__native-control:enabled:checked
  ~ .mdc-checkbox__background,
.adminlisttable_v2
  .mat-mdc-checkbox
  .mdc-checkbox:hover
  .mdc-checkbox__native-control:enabled:indeterminate
  ~ .mdc-checkbox__background,
.adminlisttable_v2
  .mat-mdc-checkbox
  .mdc-checkbox:hover
  .mdc-checkbox__native-control[data-indeterminate="true"]:enabled
  ~ .mdc-checkbox__background {
  border-color: #fc9826;
  background-color: #fc9826;
}

.adminlisttable_v2 .container {
  clear: both;
  overflow: hidden;
  background: 0 0 !important;
}

.adminlisttable_v2 .mdc-card {
  padding: 0 !important;
  box-shadow: none !important;
  clear: both;
  position: relative;
  display: block !important;
  background-color: transparent;
}

.adminlisttable_v2 .tablewrapper {
  width: calc(70% - 30px);
  padding: 15px;
  padding-top: 70px;
}

.adminlisttable_v2 .noFoundText {
  float: left;
  width: 70%;
  position: absolute;
  padding-top: 62px !important;
}

.adminlisttable_v2 .togglesearchcls {
  float: right;
  width: calc(28% - 32px);
  padding: 0;
  border: none;
  position: relative;
  padding-top: 16px;
  border-radius: 6px;
  background: #dbf0e6;
  border: 1px solid #c6d5ce;
  box-shadow: 2px 2px 11px #b5bfa8;
}

.adminlisttable_v2 .togglesearchcls .search_class {
  display: flex;
  width: 98%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.adminlisttable_v2 .togglesearchcls .CustomButtonListen_div {
  position: absolute;
  padding: 0;
  top: 10px;
  left: 2%;
  width: 96%;
}

.adminlisttable_v2 .togglesearchcls .CustomButtonListen_div .add_button {
  width: 100%;
  background: #284261;
  background: linear-gradient(
    180deg,
    rgba(40, 66, 97, 1) 0,
    rgba(26, 46, 70, 1) 100%
  );
  height: auto !important;
  font-size: 22px;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  box-shadow: none;
}

.adminlisttable_v2 table,
.adminlisttable_v2 td,
.adminlisttable_v2 th {
  display: block;
  border: none;
  min-width: inherit !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.adminlisttable_v2 thead {
  display: block;
  padding: 0;
  background: linear-gradient(
    90deg,
    rgba(44, 56, 71, 1) 0,
    rgba(25, 34, 46, 1) 100%
  ) !important;
}

.adminlisttable_v2 tr {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.adminlisttable_v2 tr th {
  flex: 1 0 25%;
  text-align: left;
  display: flex;
  align-items: center;
  border: solid 1px #607795 !important;
  padding: 0.5%;
  color: #fff;
  font-weight: 400;
  max-width: inherit;
  border-bottom: 0 !important;
  border-right: 0 !important;
}

.selectAllCheckbox {
  color: #fff;
  font-weight: 600;
}

.adminlisttable_v2 tr th button {
  padding: 0;
  color: #fff;
}

.adminlisttable_v2 tr th span {
  display: flex;
  align-items: center;
}

.adminlisttable_v2 tbody {
  border: none;
  display: block;
  min-width: inherit !important;
  padding: 0;
}

.adminlisttable_v2 tbody tr {
  border: 1px solid #a4ada8;
  margin: 10px 0;
  background: #c6d5ce !important;
  border-left: 0;
  border-top: 0;
}

.adminlisttable_v2 tbody tr td {
  border: 1px solid #a4ada8 !important;
  flex: 1 0 25%;
  font-weight: 400;
  padding: 0.5% !important;
  display: flex;
  overflow: inherit;
  align-items: center;
  border-right: 0 !important;
  border-bottom: 0 !important;
  max-width: inherit;
  color: #020202;
}

.adminlisttable_v2 tbody tr td span {
  word-break: break-all;
}

.adminlisttable_v2 .mat-mdc-table .mdc-data-table__row {
  height: auto;
}

.adminlisttable_v2 .mat-mdc-table .mdc-data-table__header-row {
  height: auto;
  border-right: 1px solid #607795;
  border-bottom: 1px solid #607795;
}

.adminlisttable_v2 .mat-mdc-checkbox .mdc-checkbox {
  padding: 0;
  margin: 0;
}

.adminlisttable_v2 .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: 0;
  left: 0;
}

.adminlisttable_v2 tbody .edit_btn button {
  position: relative;
  background: 0 0;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 0;
  min-width: inherit;
  padding: 0 5px;
}

.adminlisttable_v2 tbody .edit_btn button::after {
  content: "\f040";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
}

.adminlisttable_v2 tbody .OpenFolderView button {
  background: url(https://all-frontend-assets.s3.amazonaws.com/practice2lab/folder_view.png)
    no-repeat center center !important;
  background-size: 100% !important;
  width: 22px !important;
  height: 25px !important;
  font-size: 0;
  box-shadow: none !important;
  border-radius: 0;
  padding: 0;
  margin: 4px;
  min-width: inherit;
}

.adminlisttable_v2 tbody .delete_btn button {
  background: url(https://all-frontend-assets.s3.amazonaws.com/practice2lab/deletIcon.png)
    no-repeat center center !important;
  background-size: 100% !important;
  width: 18px !important;
  height: 25px !important;
  font-size: 0;
  box-shadow: none !important;
  border-radius: 0;
  padding: 0;
  margin: 4px;
  min-width: inherit;
}

.adminlisttable_v2 .lib-pager-class {
  display: flex !important;
  right: 31%;
  position: absolute;
  align-items: center;
  top: 20px;
  z-index: 99;
}

.adminlisttable_v2 .lib-pager-class:last-child {
  position: relative;
  top: 0;
}

.adminlisttable_v2 tbody .download_patient_details_button button {
  background: url(https://all-frontend-assets.s3.amazonaws.com/practice2lab/download_clinical_report_icon.png)
    no-repeat center center !important;
  background-size: 100% !important;
  width: 25px !important;
  height: 25px !important;
  font-size: 0;
  box-shadow: none !important;
  border-radius: 0;
  padding: 0;
  margin: 4px;
  min-width: inherit;
}

.adminlisttable_v2 .lib-pager-class:nth-of-type(1) {
  display: inline-block !important;
}

.adminlisttable_v2 .lib-pager-class:first-of-type {
  display: flex !important;
  align-items: center;
  justify-content: right;
  position: absolute;
  right: 31%;
  text-align: right;
  color: #000;
  top: 12px;
  z-index: 99;
  padding: 6px 0;
}

.adminlisttable_v2 .togglesearchcls {
  padding-left: 16px;
  padding-right: 16px;
}

.adminlisttable_v2 .togglesearchcls br {
  display: none;
}

.adminlisttable_v2 .togglesearchcls .mat-mdc-form-field {
  width: 100%;
  margin: 0 !important;
  display: block;
  margin-bottom: 10px !important;
}

.adminlisttable_v2
  .togglesearchcls
  .mat-mdc-form-field
  .mat-mdc-text-field-wrapper {
  display: flex;
  align-items: center;
  width: calc(100%);
  padding: 0;
  border-radius: 5px;
  height: 45px;
  box-sizing: inherit !important;
  background: #fff;
  border: 1px solid #dfe9e4;
  box-shadow: -3px -4px 6px #f3fcf8, 2px 4px 11px #adc7bbbd;
}

.adminlisttable_v2
  .mat-mdc-text-field-wrapper.mdc-text-field--outlined
  .mdc-text-field__input,
.adminlisttable_v2
  .mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-floating-label {
  color: #686b71;
}

.adminlisttable_v2
  .mat-mdc-text-field-wrapper.mdc-text-field--outlined
  .mdc-text-field__input::placeholder {
  color: #686b71;
  opacity: 1;
}

.adminlisttable_v2
  .mat-mdc-text-field-wrapper.mdc-text-field--outlined
  .mdc-text-field__input:-ms-input-placeholder {
  color: #686b71;
}

.adminlisttable_v2
  .mat-mdc-text-field-wrapper.mdc-text-field--outlined
  .mdc-text-field__input::-ms-input-placeholder {
  color: #686b71;
}

.userListTable.adminlisttable_v2
  .togglesearchcls
  .mat-mdc-form-field
  .mat-mdc-text-field-wrapper {
  margin-bottom: 20px;
}

.userListTable.adminlisttable_v2
  .togglesearchcls
  .mat-mdc-form-field
  .mat-mdc-form-field-subscript-wrapper {
  display: none;
}

.adminlisttable_v2 .mdc-notched-outline div {
  border: none !important;
}

.adminlisttable_v2
  .mat-mdc-text-field-wrapper.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above {
  display: none !important;
}

.adminlisttable_v2 .example-section br {
  display: none;
}

.adminlisttable_v2 .example-section {
  position: relative;
  width: 100%;
}

.adminlisttable_v2 .example-section .mat-mdc-progress-bar {
  z-index: 9;
}

.adminlisttable_v2 .example-section {
  position: absolute;
  left: 0;
  top: 0;
}

.adminlisttable_v2
  th
  .mat-mdc-checkbox
  .mdc-checkbox
  .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not(
    [data-indeterminate="true"]
  )
  ~ .mdc-checkbox__background {
  border-color: #fff;
}

.adminlisttable_v2 .multipledeleteandupdatebuttan {
  position: absolute;
  z-index: 9;
  text-align: left;
  display: block;
  width: fit-content;
  padding: 23px 270px 0 14px;
  z-index: 99;
}

.mdc-linear-progress__bar-inner {
  border-color: #fc6d2f !important;
}

.adminlisttable_v2 .multipledeleteandupdatebuttan button {
  margin: 0 2px;
  background: #fe9900;
  color: #fff;
}

.button_div_custom_cls {
  display: flex;
  align-items: center;
}

.previewButton button,
.preview_leads_eventsBtn button,
.manage_contracts_btn button,
.extend_expiry_date_btn button,
.previewButton button:hover,
.followupButton button,
.followupButton button:hover,
.folderviewButton button,
.folderviewButton button:hover,
.button_div_custom_cls button,
.detailsbutton .button_div_custom_cls button:hover {
  position: relative;
  background: 0 0;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 0;
  min-width: inherit;
  padding: 0 5px;
}

.button_div_custom_cls button::after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
}

.previewButton button::after {
  content: "\f06e";
}
.preview_leads_eventsBtn button::after {
  content: "\f46d";
}
.manage_contracts_btn button::after {
  content: "\f4c6";
}
.accessButton button::after {
  content: "\f09c";
}
.RescheduleButton button::after {
  content: "\f073";
}

.Pushschedule button::after {
  content: "\f3e1";
}

/* .notaccessButton button::after {
    content: "\f023";
} */
.notaccessButton button {
  width: 20px;
}
.notesbyrepButton button, .notesforrepsleadsButton button, .change_password button {
  width: 20px;
  margin: 12px 3px !important;
}
.notaccessButton button::after {
  content: "";
  background-image: url(https://all-frontend-assets.s3.amazonaws.com/contract_access.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.notesbyrepButton button::after {
  content: "";
  background-image: url(https://all-frontend-assets.s3.amazonaws.com/noteofrep2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.notesforrepsleadsButton button::after {
  content: "";
  background-image: url(https://all-frontend-assets.s3.amazonaws.com/noteofrep3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.change_password button::after {
  content: "";
  background-image: url(https://all-frontend-assets.s3.us-east-1.amazonaws.com/change_password_icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 26px;
  height: 100%;
  position: absolute;
  top: -1px;
  left: 0;
}
.permissionsButton button::after {
  content: "\f00c";
}
.notpermissinButton button::after {
  content: "\f00d";
}
.promote_to_affiliate button::after{
  content: "\f885";
}
.login_details button::after{
  content: "\f784";
}

.attendButton button::after {
  content: "\f058";
}

.detailsbutton button::after {
  content: "\f080";
}

.viewContract button::after {
  content: "\f56c";
}
.reviewContract button::after {
  content: "\e5a0";
}
.sendContract button::after {
  content: "\f00c";
}
.convertToPdf button::after {
  content: "\f56e";
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
  background: #fb5f3d;
}

.dispositionButton button::after {
  content: "\f7f3";
}

.ownerChangeButton button::after {
  content: "\f4ff";
}

.dispolifecycleButton button::after {
  content: "\e4bb";
}
.lead_information button::after{
  content: "\f129";
}

.ownerlifecycleButton button::after {
  content: "\f509";
}

.contactinfoButton button::after {
  content: "\f05a";
}

.extend_expiry_date_btn button::after {
  content: "\f017";
}
.editButton button::after {
  content: "\f303";
}

.contractButton button::after {
  content: "\f56c";
}

.setdefault_btn button::after {
  content: "\f085";
}

.setdefault_btn button::after {
  content: "\f085";
}

.submitToSystem button::after {
  content: "\f51c";
}

.folderviewButton button::after {
  content: "\f07c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
}

.followupButton button::after {
  content: "\e068";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
}

.leadsButton button::after {
  content: "\e473";
}

.sendContractBtn button::after {
  content: "\f14c";
}
.cencelbutton button::after {
  content: "\f05c";
}
.reschedulebutton button::after {
  content: "\f079";
}
.cancelEventBtn button::after {
  content: "\f00d";
}
.rescheduleEventBtn button::after {
  content: "\f271";
}
.appointmentsBtn button::after {
  content: "\f274";
}

.manageAttendeesEvent button::after {
  content: "\e541";
}
.cancented_appointmentsBtn button::after {
  content: "\f273";
}
.complete_all_training button::after {
  content: "\f5a2";
}
.give_approval button::after {
  content: "\f058";
}
.sign_w9form button::after {
  content: "\f5b7";
}
.sign_all_contracts button::after {
  content: "\f573";
}
.locationInfo button::after {
  content: "\f3c5";
}
.fileUploadButton button::after {
  content: "\f574";
}

.actionbuttonwrapper .actionbuttonwrapperspan .cursor,
tbody tr td .actionbuttonwrapper button {
  margin: 12px 1px;
  color: #fb5f3d !important;
  text-shadow: -3px -3px 4px #dfefe8, 3px 3px 6px #96a29d;
  --mat-mdc-button-persistent-ripple-color: transparent !important;
}

.list-style2 .lib-pager-class .mat-mdc-text-field-wrapper {
  background: var(--blue-gradient);
  border: 1px solid #6e6f6f;
  border-radius: 0;
  padding: 7px;
  margin: 0;
}

.list-style2
  .lib-pager-class
  .mat-mdc-text-field-wrapper
  .mat-mdc-form-field-infix {
  display: flex;
  align-items: center;
  padding: 0;
  min-height: inherit;
  justify-content: center;
}

.list-style2
  .lib-pager-class
  .mat-mdc-text-field-wrapper
  .mat-mdc-form-field-infix
  .mdc-floating-label {
  position: inherit;
  left: inherit;
  top: inherit;
  transform: inherit;
  font-size: 14px;
  color: #fff;
}

.list-style2 .lib-pager-class .mat-mdc-text-field-wrapper .mdc-line-ripple {
  display: none;
}

.list-style2
  .lib-pager-class
  .mat-mdc-text-field-wrapper
  .mat-mdc-form-field-infix
  input {
  width: 60px;
  margin-left: 2px;
  background: #d9f2f9;
  text-align: center;
  border: 1px solid #046595;
}

.list-style2 .lib-pager-class mat-label {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  min-width: 170px;
  color: #181818;
}

.list-style2 .tablewrapper {
  position: relative;
  z-index: 9;
  background: #dbf0e6;
  border: 1px solid #c6d5ce;
  box-shadow: 2px 2px 11px #b5bfa8;
  border-radius: 10px;
  margin-bottom: 15px;
}

.list-style2 .lib-pager-class span .material-icons {
  height: 40px;
  width: 40px;
  background: #a7b7b7;
  text-align: center;
  color: #fff;
  line-height: 39px;
  margin: 0 2px;
  border: 1px solid #6e6f6f;
  text-shadow: 1px 1px 1px #414c4c;
  background: var(--blue-gradient);
}

.list-style2 .togglesearchcls .mat-mdc-form-field-flex {
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 10px;
  height: 45px !important;
  align-items: center;
  color: #020202;
}

/* .list-style2 .togglesearchcls .mat-mdc-form-field-flex{
    padding: 0px;
} */

.mat-mdc-form-field-flex {
  color: #020202;
}

.list-style2
  .mat-mdc-text-field-wrapper
  .mat-mdc-form-field-flex
  .mat-mdc-floating-label {
  top: 22px;
}

.custom-modalbox .mdc-list-item__content {
  text-align: left;
  padding: 5px 10px;
}

.custom-modalbox .mat-line:first-of-type {
  color: #fff;
  font-size: 18px !important;
  word-break: break-word;
  white-space: normal;
  line-height: 22px;
  padding-right: 40px;
}

.custom-modalbox .mdc-list-item__primary-text .material-icons:first-of-type {
  display: none;
}

.custom-modalbox .mdc-list-item__primary-text .line-user {
  color: #f9f9f9;
  font-size: 14px !important;
  padding-right: 40px;
}

.custom-modalbox .mdc-list-item__primary-text .line-user span {
  color: #ffa200;
  margin-right: 5px;
}

.custom-modalbox .mdc-list-item__primary-text .line-datetime {
  color: #d7f0ff;
  font-size: 12px !important;
  padding-right: 40px;
}

.custom-modalbox
  .mdc-list-item.mdc-list-item--with-one-line
  .material-icons:last-of-type {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--black-gradient);
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -4px -2px 9px #586984, 3px 3px 13px #181d25;
  border: 1px solid #464646;
  font-size: 18px;
  text-shadow: 1px 1px 1px #000;
}

.custom-modalbox .textareanotewrapper {
  background: #384355;
  border: 1px solid #4d5c74;
  padding: 10px;
  margin-bottom: 10px !important;
  border-radius: 2px;
}

.custom-modalbox .textareanotewrapper textarea {
  width: calc(100% - 20px);
  background: #272f3c;
  border: 1px solid #333d4e;
  box-shadow: inset -3px -4px 2px #4e5e78b3, inset 2px 4px 9px #000000a8;
  padding: 10px;
  font-family: inherit;
  font-size: 14px;
  resize: none;
  border: none;
  outline: 0;
  color: #fff;
}

.mat-mdc-dialog-container .deletenotescls .mdc-button,
.mat-mdc-dialog-container .textareanotewrapper .mdc-button {
  margin-top: 10px;
  background: var(--orange-gradient);
  height: auto !important;
  font-size: 22px;
  line-height: 50px;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  box-shadow: none;
  padding: 0 16px !important;
  box-shadow: -4px -2px 9px #586984, 3px 3px 13px #181d25;
  text-shadow: 1px 1px 1px #613a02;
  transition: all 0.2s;
}
/* //////////////////////////////////////////add_note_to_submit////////////////////////////////////////////// */
.mat-mdc-dialog-container .deletenotescls .mdc-button,
.mat-mdc-dialog-container .textareanotewrapper .mdc-button::after {
  content: "Submit";
}
.textareanotewrapper .mdc-button .mdc-button__label {
  display: none;
}
/* //////////////////////////////////////////add_note_to_submit////////////////////////////////////////////// */

.mat-mdc-dialog-container .deletenotescls .mdc-button:active,
.mat-mdc-dialog-container .textareanotewrapper .mdc-button:active {
  box-shadow: none;
  transform: translateY(5px);
}

.custom-modalbox.delete-notes-modal {
  min-width: 400px !important;
  max-width: 700px !important;
}

.custom-modalbox.delete-notes-modal .deletenotescls {
  display: flex;
  justify-content: center;
}

.custom-modalbox.delete-notes-modal .deletenotescls .mdc-button {
  margin: 5px 5px;
  padding: 0 41px !important;
  box-shadow: -4px -2px 9px #fefffe, 3px 3px 13px #586760;
}

.custom-modalbox.delete-notes-modal p {
  font-size: 20px;
  line-height: 24px;
  padding: 0 20px 20px !important;
  text-align: center;
}

.custom-modalbox.delete-notes-modal .deletenoteschildcls {
  padding: 0;
}

/* .custom-modalbox.delete-notes-modal h3 {
    background: var(--blue-gradient);
    padding: 1.5rem 48px;
    text-align: center;
    font-size: 2.4rem;
    color: #fff;
    text-shadow: 1px 1px 1px #053650
} */

.custom-modalbox .mat-mdc-subheader {
  font-size: 22px !important;
  text-align: center;
  color: #fff !important;
  margin: 0 auto !important;
  padding: 16px 10px !important;
  line-height: 24px !important;
  background: #384355;
  text-shadow: 1px 1px 1px #053650;
  border: 1px solid #4a5870;
  display: block;
  height: auto !important;
}

.custom-modalbox .mdc-list-item.mdc-list-item--with-one-line {
  height: auto;
  min-height: inherit;
  border: solid 1px #5e6f8e;
  position: relative;
  background: #47546b;
  margin: 3px 0;
  border-radius: 2px;
}

.custom-modalbox .mdc-list-item.mdc-list-item--with-one-line:last-of-type {
  border: none;
}

.togglesearchcls .searchbtncls .material-icons {
  text-shadow: 1px 1px 1px #642428;
  width: 45px;
  border-radius: 50%;
  background: var(--orange-gradient);
  border: 1px solid #da8207 !important;
  height: 45px;
  margin: 0px 10px;
  text-align: center;
  line-height: 40px;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 20px 0 0;
  font-size: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -4px -2px 9px #fefffe, 3px 3px 13px #586760;
  transition: all 0.1s;
}

.searchbtncls .search_class button,
.searchbtncls .search_class button:focus {
  text-shadow: 1px 1px 1px #642428;
  font-size: 0 !important;
  border-radius: 50%;
  width: 47px !important;
  height: 47px;
  padding: 0;
  min-width: inherit;
  background-size: 60% !important;
  margin: 0px 25px;
  position: relative;
  top: 0;
  background: var(--orange-gradient);
  cursor: pointer;
  box-shadow: none;
  border: 1px solid #da8207 !important;
  box-shadow: -4px -2px 9px #fefffe, 3px 3px 13px #586760;
  display: flex;
  align-items: center;
  transition: all 0.1s;
}

.searchbtncls .search_class button span.mat-mdc-focus-indicator::after {
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.searchbtncls .search_class button:active {
  box-shadow: none;
  transform: translateY(5px);
}

.mat-mdc-form-field-subscript-wrapper {
  display: none;
}

.form_field_gallery_images mat-label,
.form_field_videos mat-label {
  text-align: center;
  display: block;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.form_field_gallery_images .drop,
.form_field_videos .drop {
  height: inherit !important;
  width: inherit !important;
  padding: 10px 20px;
  cursor: pointer;
  background: var(--green-gradient) !important;
  border: 1px solid #4a9202;
  box-shadow: 4px 4px 9px #1f390578;
  text-shadow: 1px 1px 1px #305603;
}

.form_field_gallery_images .filesid,
.form_field_videos .filesid {
  margin-top: 15px;
  display: flex;
  flex: wrap;
}

.form_field_gallery_images .filesid .actionbtndiv2 mat-chip,
.form_field_videos .actionbtndiv mat-chip,
.form_field_videos .filesid .actionbtndiv2 mat-chip {
  background: var(--black-gradient);
  color: #fff !important;
  padding: 5px 19px;
  border-radius: 58px;
  margin: 5px;
}

.form_field_videos .filesid .actionbtndiv2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.form_field_videos .filesid .actionbtndiv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.form_field_videos .actionbtndiv mat-chip .mat-mdc-chip-action-label,
.form_field_videos .filesid .actionbtndiv2 mat-chip .mat-mdc-chip-action-label {
  color: #fff !important;
}

.form_field_videos .filenamecls span,
.form_field_wrappergallery_images.form_field_gallery_images mat-label {
  font-size: 2rem;
  padding: 10px;
  background: #4f6773;
  display: block;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  max-width: 300px;
  word-break: break-word;
}

.form_field_videos .filenamecls .fileuploadedtypeclass,
.form_field_videos .filesdivcls br {
  display: none;
}

.form_field_videos .filesid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form_field_gallery_images mat-label,
.form_field_profile_image mat-label,
.form_field_videos mat-label,
.form_header {
  padding: 10px 20px;
  margin: 20px auto;
  background-color: #4f6773;
  color: #fff;
  border-radius: 25px;
}

.form_field_gallery_images .filesid .filesdivcls,
.form_field_videos .filesid .filesdivcls {
  width: 250px;
}

.form_field_gallery_images .filesid .actionbtndiv2,
.form_field_videos .filesid .actionbtndiv2 {
  width: 100%;
}

.form_field_gallery_images .filenamecls,
.form_field_videos .filenamecls {
  padding: 15px;
}

.form_field_gallery_images .filecontainerdiv,
.form_field_videos .filecontainerdiv {
  background: #c0d4de;
  padding: 0;
  border-radius: 8px;
  position: relative;
  margin-bottom: 25px;
  margin: 15px;
}

.form_field_gallery_images .filecontainerdiv .fileuploadcompleteicon,
.form_field_videos .filecontainerdiv .fileuploadcompleteicon {
  height: 40px;
  width: 40px;
  background: #ffa000;
  border-radius: 8px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.form_field_gallery_images .filesid h1,
.form_field_videos .filesid h1 {
  display: none;
}

.addEditPageWrapper .form_field_wrapper.form_field_wrapperadditional_info {
  flex: 1 0 99%;
}

.addEditPageWrapper .form_field_wrapper.form_field_wrappergallery_images {
  flex: 1 0 99%;
}

.form_field_wrapper .filesdivcls .material-icons {
  display: none;
}

.form_field_wrapper .filesdivcls .material-icons.fileuploadcompleteicon {
  display: flex;
}

.form_field_wrapper .actionbtndiv,
.form_field_wrapper .actionbtndiv2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  width: 100%;
  flex-wrap: wrap;
}

.form_field_wrapper .actionbtndiv mat-chip,
.form_field_wrapper .actionbtndiv2 mat-chip {
  background: var(--black-gradient);
  color: #fff !important;
  padding: 6px 17px;
  border-radius: 58px;
  margin: 31px 5px 20px 5px;
  background-color: #4c5268;
  transform: scale(1);
  transition: 0.2s linear all;
}

.form_field_wrapper .actionbtndiv mat-chip .mat-mdc-chip-action-label,
.form_field_wrapper .actionbtndiv2 mat-chip:hover {
  cursor: pointer;
}

.form_field_wrapper .actionbtndiv mat-chip .mat-mdc-chip-action-label,
.form_field_wrapper .actionbtndiv2 mat-chip .mat-mdc-chip-action-label {
  color: #fff !important;
}

.form_field_wrapper.form_field_wrapperaudio,
.form_field_wrapper.form_field_wrappervideo {
  flex: 1 0 100%;
  border-bottom: 2px solid #677f891a;
}

.form_field_wrapperaudio .filesid,
.form_field_wrappervideo .filesid {
  margin-top: 15px;
}

.form_field_wrapperaudio .form-element mat-label,
.form_field_wrappervideo .form-element mat-label {
  text-align: center;
  display: block;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.form_field_wrapperimage .filenamecls span {
  font-size: 2rem;
  padding: 10px;
  background: #4f6773;
  display: block;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  max-width: 300px;
  word-break: break-word;
}

.form_field_wrapperaudio .drop,
.form_field_wrappervideo .drop {
  height: inherit !important;
  width: inherit !important;
  padding: 10px 20px;
  cursor: pointer;
  background: var(--blue-gradient) !important;
}

.form_field_wrapperaudio .filesid h1,
.form_field_wrappervideo .filesid h1 {
  display: none;
}

.form_field_wrapperaudio .filecontainerdiv .fileuploadcompleteicon,
.form_field_wrappervideo .filecontainerdiv .fileuploadcompleteicon {
  height: 40px;
  width: 40px;
  background: #ffa000;
  border-radius: 8px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.form_field_wrapperimage .divimagecardcls {
  padding: 40px;
}

.form_field_wrapperimage .divimagecardcls .mat-mdc-card {
  padding: 15px;
  border: 1px solid #8c9da6;
  background: #adbec7;
}

.form_field_audio mat-label,
.form_field_image mat-label,
.form_field_video mat-label {
  padding: 10px 20px;
  margin: 20px auto;
  background-color: #4f6773;
  color: #fff;
}

.form_field_wrapperaudio .filecontainerdiv,
.form_field_wrappervideo .filecontainerdiv {
  background: #c0d4de;
  padding: 0;
  border-radius: 8px;
  position: relative;
  margin: 15px;
}

.form_field_audio .filesid,
.form_field_image .filesid,
.form_field_video .filesid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form_field_audio .filesid .filesdivcls,
.form_field_video .filesid .filesdivcls {
  width: 250px;
}

.form_field_audio .filenamecls,
.form_field_video .filenamecls {
  padding: 15px;
}

.form_field_audio .filenamecls span,
.form_field_video .filenamecls span {
  font-size: 2rem;
  padding: 10px;
  background: #4f6773;
  display: block;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  word-break: break-word;
}

.form_field_audio .filenamecls .fileuploadedtypeclass,
.form_field_audio .filesdivcls br,
.form_field_video .filenamecls .fileuploadedtypeclass,
.form_field_video .filesdivcls br {
  display: none;
}

/* deep thumbnail css  For thumbnail */

.form_field_wrapper.form_field_wrapperthumbnail,
.form_field_wrapper.form_field_wrappervideo {
  flex: 1 0 100%;
  border-bottom: 2px solid #677f891a;
}

.form_field_wrapperthumbnail .filesid,
.form_field_wrappervideo .filesid {
  margin-top: 15px;
}

.form_field_wrapperthumbnail .form-element mat-label,
.form_field_wrappervideo .form-element mat-label,
.form_field_wrapperfiles .form-element mat-label {
  text-align: center;
  display: table;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.form_field_wrapperimage .filenamecls span {
  font-size: 2rem;
  padding: 10px;
  background: #4f6773;
  display: block;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  max-width: 300px;
  word-break: break-word;
}

.form_field_wrapperthumbnail .drop,
.form_field_wrappervideo .drop,
.form_field_wrapperfiles .drop {
  height: inherit !important;
  width: inherit !important;
  padding: 10px 20px;
  cursor: pointer;
  background: var(--blue-gradient) !important;
}

.form_field_wrapperthumbnail .filesid h1,
.form_field_wrappervideo .filesid h1,
.form_field_files .filesid h1 {
  display: none;
}

.form_field_wrapperthumbnail .filecontainerdiv .fileuploadcompleteicon,
.form_field_wrappervideo .filecontainerdiv .fileuploadcompleteicon,
.form_field_wrapper.form_field_wrapperfiles
  .form_field_files
  .fileuploadcompleteicon {
  height: 40px;
  width: 40px;
  background: #ffa000;
  border-radius: 8px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.form_field_thumbnail mat-label,
.form_field_image mat-label,
.form_field_video mat-label,
.form_field_files mat-label {
  padding: 12px 46px;
  margin: 20px auto;
  background-color: #4f6773;
  color: #fff;
  /* border-radius: 25px */
}

.form_field_wrapperthumbnail .filecontainerdiv,
.form_field_wrappervideo .filecontainerdiv {
  background: #c0d4de;
  padding: 0;
  border-radius: 8px;
  position: relative;
  margin: 15px;
}

.form_field_thumbnail .filesid,
.form_field_image .filesid,
.form_field_video .filesid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form_field_thumbnail .filesid .filesdivcls,
.form_field_video .filesid .filesdivcls {
  width: 250px;
}

.form_field_thumbnail .filenamecls,
.form_field_video .filenamecls {
  padding: 15px;
}

.form_field_thumbnail .filenamecls span,
.form_field_video .filenamecls span {
  font-size: 2rem;
  padding: 10px;
  background: #4f6773;
  display: block;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  word-break: break-word;
}

.form_field_thumbnail .filenamecls .fileuploadedtypeclass,
.form_field_audio .filesdivcls br,
.form_field_video .filenamecls .fileuploadedtypeclass,
.form_field_video .filesdivcls br {
  display: none;
}

.logininfowrapper p {
  color: #d7e6ff;
  font-size: 1.8rem;
  display: flex;
  border-bottom: 1px solid #4f5f78;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
}

.logininfowrapper p:last-child {
  padding-bottom: 0;
  margin-bottom: 0 !important;
  border: 0 !important;
}

.logininfowrapper p strong {
  color: #ff9b00;
  width: 190px;
}

.logininfowrapper {
  background: #384355;
  border: 1px solid #46536a;
  margin: 0 0 10px 0;
  padding: 15px;
  border-radius: 5px;
}

.logininfowrapper p span {
  width: calc(100% - 200px);
  margin-left: 10px;
}

.login-info-mainwrapper {
  max-height: 78vh;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

.login-info-mainwrapper::-webkit-scrollbar {
  width: 5px;
}

.login-info-mainwrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.login-info-mainwrapper::-webkit-scrollbar-thumb {
  background: #384355;
}

.login-info-mainwrapper::-webkit-scrollbar-thumb:hover {
  background: #384355;
}

.notfounddiv p {
  color: var(--red);
  text-align: center;
  font-size: 2rem;
}
.submitdisable {
  margin: 0 auto !important;
  display: block !important;
}

/* .togglesearchcls .searchbar mat-form-field label[ng-reflect-floating=true] {
    display: none
} */
@media only screen and (max-width: 1499px) {
  /* << ------------ Sanket CSS for Lead List --------------- >> */

  .mainwrapper.mainwrapper_leadlist
    .list-style1
    .mat-toolbar-row
    .mat-mdc-form-field {
    flex: 1 0 99%;
    margin: 0;
    margin: 0.5%;
  }

  .mainwrapper.mainwrapper_leadlist .list-style1 .lib-pager-class {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mainwrapper.mainwrapper_leadlist .list-style1 .lib-pager-class mat-label {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .mainwrapper.mainwrapper_leadlist .adminlisttable_v1 thead {
    display: none;
  }

  .mainwrapper.mainwrapper_leadlist .adminlisttable_v1 tr {
    display: block;
  }

  .mainwrapper.mainwrapper_leadlist .tablewrapper tr td,
  .mainwrapper.mainwrapper_leadlist .tablewrapper tr th {
    max-width: inherit;
  }

  .mainwrapper.mainwrapper_leadlist
    .adminlisttable_v1
    .mat-mdc-table
    .mdc-data-table__row {
    height: auto;
    margin-bottom: 10px;
  }

  .mainwrapper.mainwrapper_leadlist .adminlisttable_v1 tbody tr td {
    border: 1px solid #ccc !important;
    flex: 1 0 25%;
    font-weight: 400;
    display: flex;
    overflow: inherit;
    align-items: center;
    padding: 10px !important;
  }

  .mainwrapper.mainwrapper_leadlist
    .adminlisttable_v1
    tbody
    td:nth-child(2):before {
    content: "NO.";
    color: #f58720 !important;
    float: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
  }

  .mainwrapper.mainwrapper_leadlist
    .adminlisttable_v1
    tbody
    td:last-child:before {
    content: "action";
    color: #f58720 !important;
    float: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
  }

  .mainwrapper.mainwrapper_leadlist .adminlisttable_v1 td:before {
    content: attr(title);
    float: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    width: 50% !important;
    padding-bottom: 0;
    color: #f58720;
    word-break: break-word;
  }

  .mainwrapper.mainwrapper_leadlist
    .adminlisttable_v1
    .multipledeleteandupdatebuttan {
    position: inherit;
    z-index: 9;
    text-align: center;
    display: block;
    width: auto;
    padding: 25px 0 0;
  }

  /* .mainwrapper.mainwrapper_leadlist .adminlisttable_v1 .tablewrapper .mdc-data-table__content .mdc-data-table__row  */
  /* .mainwrapper.mainwrapper_leadlist .adminlisttable_v1 .mdc-data-table__table tr th,  */

  /* << ------------ Sanket CSS for Lead List --------------- >> */
}

@media only screen and (max-width: 1199px) {
  .new-container {
    padding: 0 2rem;
  }

  .subwrapper {
    padding: 1.5rem;
  }

  .adminlisttable_v2 .example-section {
    width: 100%;
  }

  .adminlisttable_v2 .tablewrapper {
    float: none;
    width: calc(100% - 32px);
    padding-top: 15px;
  }

  .adminlisttable_v2 .togglesearchcls {
    float: none;
    width: calc(100% - 34px);
  }

  .adminlisttable_v2 .lib-pager-class:first-of-type {
    color: #02609a;
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    width: auto;
    top: 0;
    right: 0;
    position: inherit;
    float: none;
  }

  .adminlisttable_v2 .lib-pager-class {
    margin-bottom: 5px;
    background: #384355;
    border: 1px solid #52617a;
    padding: 10px !important;
    border-radius: 5px;
    right: 0;
    width: calc(100% - 22px);
    display: flex;
    justify-content: flex-end;
  }

  .adminlisttable_v2 thead {
    display: none;
  }

  .adminlisttable_v2 tr {
    display: block;
  }

  .adminlisttable_v2 tbody td:nth-child(2):before {
    content: "NO.";
    color: #23aae1 !important;
    float: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
  }

  .adminlisttable_v2 tbody td:last-child:before {
    content: "action";
    color: #23aae1 !important;
    float: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
  }

  .adminlisttable_v2 td:before {
    content: attr(title);
    float: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    width: 50% !important;
    padding-bottom: 0;
    color: #23aae1;
  }

  .adminlisttable_v2 tbody tr td {
    padding: 10px !important;
    max-width: calc(100%);
  }

  .adminlisttable_v2 .multipledeleteandupdatebuttan {
    position: inherit;
    z-index: 9;
    text-align: center;
    display: block;
    width: auto;
    padding: 25px 0 0;
  }

  .list-style2 .lib-pager-class > mat-label {
    color: #fff;
  }
}

/* << -----------------  Large Data Table Responsive -------------------- >> */

@media only screen and (max-width: 1091px) {
  .largelisttable-style1 .adminlisttable_v1 .multipledeleteandupdatebuttan {
    margin: 0 auto;
  }

  .largelisttable-style1.list-style1 .lib-pager-class {
    width: fit-content;
    margin: 0 auto;
    background: 0 0;
  }

  .largelisttable-style1.list-style1 .CustomButtonListen_div {
    position: inherit;
    bottom: inherit;
    flex-wrap: wrap;
  }

  .largelisttable-style1
    .adminlisttable_v1
    .togglesearchcls
    .CustomButtonListen_div
    .add_button {
    margin: 4px 0;
    width: calc(100% - 8px);
    display: block;
  }

  .largelisttable-style1.list-style1 .container {
    padding: 0;
  }

  .largelisttable-style1.list-style1 .listingtableheading_wrapper {
    margin: 0 0 10px;
  }

  .largelisttable-style1 .adminlisttable_v1 thead {
    display: none;
  }

  .largelisttable-style1 .adminlisttable_v1 tr {
    display: block;
  }

  .largelisttable-style1 .adminlisttable_v1 tbody td:nth-child(2):before {
    content: "NO.";
    color: #f58720 !important;
    float: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
  }

  .largelisttable-style1 .adminlisttable_v1 tbody td:last-child:before {
    content: "action";
    color: #f58720 !important;
    float: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
  }

  .largelisttable-style1 .adminlisttable_v1 td:before {
    content: attr(title);
    float: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    width: 50% !important;
    padding-bottom: 0;
    color: #f58720;
  }

  .largelisttable-style1 .adminlisttable_v1 .multipledeleteandupdatebuttan {
    position: inherit;
    z-index: 9;
    text-align: center;
    display: block;
    width: auto;
    padding: 25px 0 0;
  }

  .largelisttable-style1
    .adminlisttable_v1
    .mat-mdc-table
    .mdc-data-table__row {
    height: auto;
    margin-bottom: 10px;
  }

  .largelisttable-style1 .adminlisttable_v1 tbody tr td {
    border: 1px solid #ccc !important;
    flex: 1 0 25%;
    font-weight: 400;
    display: flex;
    overflow: inherit;
    align-items: center;
    padding: 10px !important;
  }

  .largelisttable-style1 .adminlisttable_v1 tbody tr td span {
    word-break: break-all;
  }

  .largelisttable-style1 .tablewrapper tr td,
  .largelisttable-style1 .tablewrapper tr th {
    max-width: inherit;
  }

  .largelisttable-style1.list-style1 .lib-pager-class {
    flex-wrap: wrap;
    justify-content: center;
  }

  .largelisttable-style1.list-style1 .lib-pager-class mat-label {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .largelisttable-style1.list-style1 .mat-toolbar-row .mat-mdc-form-field {
    flex: 1 0 99%;
    margin: 0;
    margin: 0.5%;
  }
}

/* << -----------------  Large Data Table Responsive -------------------- >> */

@media only screen and (max-width: 991px) {
  .list-style2 .lib-pager-class mat-label {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .list-style2 .lib-pager-class {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .adminlisttable_v1 .multipledeleteandupdatebuttan {
    margin: 0 auto;
  }

  .list-style1 .lib-pager-class {
    width: fit-content;
    margin: 0 auto;
    background: 0 0;
  }

  .list-style1 .CustomButtonListen_div {
    position: inherit;
    bottom: inherit;
    flex-wrap: wrap;
  }

  .adminlisttable_v1 .togglesearchcls .CustomButtonListen_div .add_button {
    margin: 4px 0;
    width: calc(100% - 8px);
    display: block;
  }

  .list-style1 .container {
    padding: 0;
  }

  .list-style1 .listingtableheading_wrapper {
    margin: 0 0 10px;
  }

  .progressbar_wrapper {
    margin: 0;
  }

  .adminlisttable_v1 thead {
    display: none;
  }

  .adminlisttable_v1 tr {
    display: block;
  }

  .adminlisttable_v1 tbody td:nth-child(2):before {
    content: "NO.";
    color: #f58720 !important;
    float: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
  }

  .adminlisttable_v1 tbody td:last-child:before {
    content: "action";
    color: #f58720 !important;
    float: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
  }

  .adminlisttable_v1 td:before {
    content: attr(title);
    float: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    width: 50% !important;
    padding-bottom: 0;
    color: #f58720;
  }

  .adminlisttable_v1 .multipledeleteandupdatebuttan {
    position: inherit;
    z-index: 9;
    text-align: center;
    display: block;
    width: auto;
    padding: 25px 0 0;
  }

  .adminlisttable_v1 .mat-mdc-table .mdc-data-table__row {
    height: auto;
    margin-bottom: 10px;
  }

  .adminlisttable_v1 tbody tr td {
    border: 1px solid #ccc !important;
    flex: 1 0 25%;
    font-weight: 400;
    display: flex;
    overflow: inherit;
    align-items: center;
    padding: 10px !important;
  }

  .adminlisttable_v1 tbody tr td span {
    word-break: break-all;
  }

  .tablewrapper tr td,
  .tablewrapper tr th {
    max-width: inherit;
  }

  .list-style1 .lib-pager-class {
    flex-wrap: wrap;
    justify-content: center;
  }

  .list-style1 .lib-pager-class mat-label {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .list-style1 .mat-toolbar-row .mat-mdc-form-field {
    flex: 1 0 99%;
    margin: 0;
    margin: 0.5%;
  }
  .custom-modalbox.contractprev-modalbox
    .contract_stepwrap
    .contract_stepheading {
    font-size: 18px;
    line-height: 23px;
  }
  .custom-modalbox.reviewcontract-modalbox .hint {
    font-size: 18px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 640px) {
  .custom-modalbox.contractprev-modalbox
    .contract_stepwrap
    .contract_stepheading {
    font-size: 16px;
    line-height: 21px;
    padding: 0;
  }
  .custom-modalbox.reviewcontract-modalbox .hint {
    font-size: 16px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 560px) {
  .list-style2 .lib-pager-class .pageformfield .mat-mdc-form-field {
    width: 98%;
  }
}

@media only screen and (max-width: 469px) {
  .list-style1 .lib-pager-class .pageformfield .mat-mdc-form-field {
    width: 98%;
  }
}

@media only screen and (max-width: 399px) {
  .dialoghead .wrapper_new {
    padding: 1rem 0;
  }
  .adminlisttable_v1 .actionbuttonwrapper,
  .adminlisttable_v2 .actionbuttonwrapper {
    margin-top: 10px;
  }

  .adminlisttable_v2 td:before {
    width: 100% !important;
  }

  .adminlisttable_v1 tbody tr td,
  .largelisttable-style1 .adminlisttable_v1 tbody tr td,
  .adminlisttable_v2 tbody tr td {
    display: block;
  }
}

.modal-imgwrapper {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.marketing-select .mdc-line-ripple,
.select-block .mdc-line-ripple {
  display: none;
}

.marketing-select .mat-mdc-text-field-wrapper,
.select-block .mat-mdc-text-field-wrapper {
  width: 100%;
  border-radius: 5px;
  background-color: #fff !important;
}

/* .custom-modalbox.download-qr {
    min-width: 388px !important;
    border-radius: 5px
} */
.custom-modalbox.download-qr {
  /* width: 92%!important; */
  border-radius: 5px;
}

.add-file-listing .list-style1 .togglesearchcls {
  display: none;
}

/* .add-file-listing .list-style1 .lib-pager-class {
    display:
} */

.add-file-modal h3 {
  text-align: center;
  font-size: 26px !important;
  font-weight: 500 !important;
}

.add-file-modal h2 {
  text-align: center;
  font-size: 26px !important;
  font-weight: 500 !important;
  background: #b5c1bb;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #f2fff8;
}

.instructions-wrapper p {
  font-size: 16px;
  display: flex;
  align-items: center;
  background: #bacac2;
  padding: 9px;
  border-radius: 5px;
  margin-bottom: 2px !important;
}

.instructions-wrapper p i {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--blue-gradient);
  border-radius: 50%;
  color: #fff;
  border: 1px solid #3e9fdb;
  box-shadow: 3px 2px 8px #434b476e;
  margin-right: 8px;
}

.instructions-wrapper p strong {
  font-weight: 500;
  color: #e6550c;
  width: 140px;
  display: block;
}

.instructions-wrapper p span {
  width: calc(100% - 178px);
}

.add-file-modal .modal-image-wrapper {
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
}
.count_modal_wrp .modal-image-wrapper {
  max-height: unset;
  overflow: unset;
  overflow-y: unset;
}

/* deep product catagory dashboard */
.mainwrapper.produc_cat_dashboard_list .thumbnail_img_tag img.product_img {
  height: inherit;
  margin: auto;
  display: block;
  width: inherit;
  object-fit: contain;
}

.mainwrapper.produc_cat_dashboard_list .thumbnail_img_tag .thumbnail_img_tag {
  display: block;
  /* height: 100px; */
  height: 125px;
  padding: 10px;
  background: azure;
  border-radius: 5px;
  width: 250px;
}

.mainwrapper.mainwrapper_leadlist
  .adminlisttable_v1
  .tablewrapper
  .mdc-data-table__content
  .mat-mdc-row
  td.cdk-column-email
  .email {
  word-break: break-word;
}

.form_field_thumbnail .aligner .filecontainerdiv,
.form-element.form_field_files .filecontainerdiv,
.form-element.form_field_video .filecontainerdiv {
  padding: 15px;
}

.form_field_wrapper .actionbtndiv mat-chip:hover,
.form_field_wrapper .actionbtndiv2 mat-chip:hover {
  cursor: pointer;
  transform: scale(1.15);
  background: var(--black-gradient);
  color: #fff !important;
  padding: 6px 17px;
  border-radius: 58px;
  margin-top: 31px;
  background-color: #4c5268;
  font-size: 16px;
}

.modify_extra .form_field_wrapper .mat-mdc-form-field {
  height: auto !important;
}

/* 
.form_field_wrapperfiles .drop{
    padding: 25px;
    border-radius: 50% !important;
}
  .form_field_wrapper.form_field_wrapperfiles{
     display: flex;
    justify-content: center;
    margin: 18px;
    font-size: 23px;
    font-weight: 400;
    background-color: #bb97d1;
    padding: 7px; 
} */

.user_add_formwrp .form_field_wrapperaddress {
  flex: 1 0 87%;
}

.user_add_formwrp .mat-mdc-form-field {
  padding-right: 0 !important;
}

.otp_form_container
  .otp_form
  .mat-mdc-text-field-wrapper
  .mat-mdc-form-field-flex
  .mat-mdc-form-field-infix {
  padding-top: 12px;
}

.form_field_wrapper .actionbtndiv mat-chip,
.form_field_wrapper .actionbtndiv2 mat-chip {
  /* margin: 15px 5px 0; */
  margin: 10 auto;
  display: block;
  width: fit-content;
}

@media only screen and (max-width: 399px) {
  .form_field_wrapper .actionbtndiv mat-chip,
  .form_field_wrapper .actionbtndiv2 mat-chip {
    margin: 15px 5px 0;
  }
  .new-container {
    padding: 0 1rem;
  }
}

.form_field_thumbnail .filesid .filesdivcls,
.form_field_video .filesid .filesdivcls {
  width: auto;
  display: flow-root;
}

.form_field_wrapper .actionbtndiv,
.form_field_wrapper .actionbtndiv2 {
  padding: 0px;
  width: 100%;
}

.filesdivcls {
  /* padding: 15px; */
  /* padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center */
  padding: 20px 5px;
  display: block;
  /* margin-bottom: 15px; */
  margin: 10px 36px;
}

/* .togglesearchcls .searchbar .mdc-notched-outline__notch .mdc-floating-label {
    display: none
} */

.user_add_formwrp .form_field_wrapperstatus {
  padding-top: 20px;
}

/* << --------------- Jewel's CSS -------------------- >> */

.form_field_wrapper.form_field_wrapperrep_category
  .mat-mdc-form-field
  .mat-mdc-form-field-infix {
  position: relative;
}

.form_field_wrapper.form_field_wrapperrep_category
  .mat-mdc-form-field
  .mat-mdc-form-field-infix
  mat-chip-list {
  position: absolute;
  right: 0;
  top: 0;
}

.form_field_wrapper.form_field_wrapperrep_category
  .mat-mdc-form-field
  .mat-mdc-form-field-infix
  mat-chip-list
  mat-chip {
  margin-top: 2px;
}

.form_field_files .filesid {
  background-color: #c0d4de;
  margin-top: 12px;
}

/* .ng-star-inserted{

} */
.customer_preview_modal .files_upload {
  /* width: 100%;
  height: 380px; */
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.customer_preview_modal .doc {
  /* width: 100%;
  height: 100%; */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.file-modalbox .mat-mdc-dialog-content {
  max-height: min(85vh, 1000px);}

  @media only screen and (max-width: 899px) {
    .customer_preview_modal .files_upload {
  padding-top: 100%;

    }
  }

.mat-mdc-form-field-infix mat-chip-list {
  /* width: 100%; */
  display: flex;
  justify-content: flex-start;
}

.mat-chip-list.ng-tns-c1205077789-8 {
  position: relative;
}

/* .mat-chip-list */

/* .mdc-dialog__container .mat-mdc-dialog-surface.mdc-dialog__surface{
    height: 500px;
    width: 1000px;
} */
/* .ng-star-inserted{
    display: none;
} */
/* << --------------- Jewel's CSS -------------------- >> */

.marketing-mainwrapper .file-col .file_item .ng2-pdf-viewer-container {
  overflow-x: hidden;
}

.folderviewModal .mat-mdc-dialog-content p {
  text-align: center;
  font-size: 24px;
  color: #2a313e;
}

.folderviewModal .mat-mdc-dialog-content {
  padding: 0 !important;
  padding-bottom: 15px !important;
}

/* .form_field_wrapperdate{
    width: 48%;
    flex: none !important;
    margin: 0 !important;
}
.form_field_wrapperstart_time{   width: 48%;
    flex: none !important;
    margin: 0 !important;}
    .form_field_wrappernotes{width: 100%;height: 200px;} */

.notes-modal .mdc-list-item.mdc-list-item--with-one-line .line-datetime span {
  position: relative;
  font-size: 0;
}

.notes-modal
  .mdc-list-item.mdc-list-item--with-one-line
  .line-datetime
  span:after {
  content: "added on:";
  font-size: 14px;
}

.folderview-right-bg {
  padding: 15px;
  background: #dbf0e6;
  border: 1px solid #c6d5ce;
  box-shadow: 2px 2px 11px #b5bfa8;
  border-radius: 8px;
  min-height: calc(100% - 30px);
}

/* .mat-mdc-dialog-actions {
    display: flex !important;
    
    justify-content: space-evenly !important;
} */

.mat-mdc-dialog-container
  .mat-mdc-dialog-surface
  ngx-mat-timepicker-dialog
  .mat-mdc-dialog-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.mat-mdc-dialog-container
  .mat-mdc-dialog-surface
  ngx-mat-timepicker-dialog
  .mat-mdc-dialog-actions
  button {
  margin: 5px;
}

.addLead .mat-mdc-form-field-infix mat-chip-list {
  justify-content: start !important;
}

/* << --------------- Sanket CSS Lead List Data Modification ---------------->> */

.mainwrapper.mainwrapper_leadlist .tablewrapper tr td span > span,
.mainwrapper.mainwrapper_sentcontractlist .tablewrapper tr td span > span {
  align-items: flex-start;
  flex-direction: column;
}

.mainwrapper.mainwrapper_leadlist .tablewrapper tr td span > span span,
.mainwrapper.mainwrapper_sentcontractlist .tablewrapper tr td span > span span {
  display: block;
  width: 100%;
  padding: 3px 1px;
  word-break: break-word;
}

.mainwrapper.mainwrapper_leadlist
  .tablewrapper
  tr
  td.cdk-column-name_html
  span
  > span
  div
  span {
  width: auto;
}

.mainwrapper.mainwrapper_leadlist .tablewrapper tr td span > span > div {
  display: flex;
  align-items: center;
}

.mainwrapper.mainwrapper_leadlist .tablewrapper tr td span span div div {
  margin-right: 10px;
}

.mainwrapper.mainwrapper_leadlist
  .tablewrapper
  tr
  td
  span
  > span
  span:not(:first-of-type),
.mainwrapper.mainwrapper_sentcontractlist
  .tablewrapper
  tr
  td
  span
  > span
  span:not(:first-of-type) {
  border-top: 0.5px solid #00000026;
}
.other_info_wrap span {
  border-top: none !important;
}
.other_info_wrap span strong {
  text-transform: capitalize;
}
.other_information_inprev {
  display: block;
  width: 100% !important;
}
.other_information_inprev strong {
  text-transform: capitalize;
}
.other_information_infolderview {
  display: flex;
}
.other_information_infolderview span:nth-of-type(1) {
  display: inline-block;
    width: fit-content;
    margin-right: 5px;
}
.other_information_infolderview span:nth-of-type(2) {
  font-size: 14px;
}
.other_information_infolderview span:nth-of-type(2) span {
  display: block;
}

.mainwrapper.mainwrapper_leadlist .tablewrapper tbody.mdc-data-table__content {
  vertical-align: top;
}

.mainwrapper.mainwrapper_leadlist .tablewrapper tr td,
.mainwrapper.mainwrapper_leadlist .tablewrapper tr th {
  padding: 10px 5px !important;
}

.mainwrapper.mainwrapper_leadlist .tablewrapper tr td:nth-child(2) {
  padding-top: 20px !important;
}

/* << --------------- Sanket CSS Lead List Data Modification ---------------->> */

/* << --------------- Sanket CSS Chip Changes ---------------->> */

.custom-modalbox
  .subwrapper.subwrapper_ownerchangemodal
  .mat-mdc-form-field-infix
  mat-chip-list {
  justify-content: flex-start;
  position: relative;
  top: -28px;
  left: -4px;
}

/* << --------------- Sanket CSS Chip Changes ---------------->> */

/* << --------------- Sanket CSS for Lifecycle Modal ---------------->> */

.custom-modalbox .lifecycle_modalwrap .dialoghead .mat-mdc-dialog-content p {
  padding: 10px;
  background-color: #c8dbd2;
  border-radius: 8px;
  position: relative;
  padding-right: 37px;
}

.custom-modalbox
  .lifecycle_modalwrap
  .dialoghead
  .mat-mdc-dialog-content
  p:not(:last-child) {
  margin-bottom: 40px;
}

.custom-modalbox
  .lifecycle_modalwrap
  .dialoghead
  .mat-mdc-dialog-content
  p:not(:last-child)::after {
  content: "\f176";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 31px;
  font-weight: 600;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -35px;
}

.custom-modalbox .lifecycle_modalwrap .mat-mdc-dialog-content p i {
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
  color: #00000091;
  font-size: 22px;
  cursor: pointer;
}

.custom-modalbox .subwrapper_customnoteAdd {
  text-align: center;
}

/* << --------------- Sanket CSS for Lifecycle Modal ---------------->> */

/* << --------------- Sanket CSS for Lifecycle Modal ---------------->> */

.custom-modalbox .contactinfo_cardwrp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem;
}

.custom-modalbox .contactinfo_cardwrp .contactinfo_card p:nth-child(2) {
  text-transform: lowercase !important;
}

.custom-modalbox .contactinfo_cardwrp .contactinfo_card p:nth-child(2) strong {
  text-transform: capitalize !important;
}

.custom-modalbox .contactinfo_cardwrp .contactinfo_card {
  padding: 15px;
  padding-right: 40px;
  margin: 0.8%;
  flex: 1 0 39%;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  position: relative;
}

.custom-modalbox .contactinfo_cardwrp .contactinfo_card p {
  display: flex;
  font-size: 17px !important;
  word-break: break-word;
  text-align: start;
}

.custom-modalbox .contactinfo_cardwrp .contactinfo_card p:last-child {
  margin: 0 !important;
}

.custom-modalbox .contactinfo_cardwrp .contactinfo_card p strong {
  margin-right: 5px;
  min-width: fit-content;
}

.cntctinfo_buttonwrp {
  position: absolute;
  right: 5px;
  top: 5px;
}

.cntctinfo_buttonwrp i {
  font-size: 18px;
  height: 20px;
  width: 20px;
  display: flex;
  padding: 5px;
  border-radius: 50%;
  background: #dbf0e6;
  border: 1px solid #a5a5a5;
  color: #272727;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.cntctinfo_buttonwrp i:nth-of-type(2) {
  margin-top: 5px;
  font-size: 14px;
}

.custom-modalbox .contactinfo_cardwrp .contactinfo_card.editAnimation {
  animation: animate 2s linear infinite;
}

@keyframes animate {
  0% {
    box-shadow: 0 0 0 0 #f86e44;
  }

  50% {
    box-shadow: 0 0 20px 1px #fb6437;
  }

  100% {
    box-shadow: 0 0 0 0 #d35e3a;
  }
}

/* << --------------- Step Card CSS by Sanket ---------------- >> */

.custom-modalbox.stepcomp-modalbox .contactinfo_cardwrp .contactinfo_card {
  flex: unset;
  width: 90%;
}
.custom-modalbox.stepcomp-modalbox .contactinfo_cardwrp .contactinfo_card p {
  font-size: inherit !important;
  display: block;
}

/* << --------------- Step Card CSS by Sanket ---------------- >> */

/* << --------------- Sanket CSS for Lifecycle Modal ---------------->> */

/* << --------------- Sanket CSS for Contact Info Modal ---------------->> */

.custom-modalbox .contact_infowrap .addEditPageWrapper .form_field_wrapper {
  flex: 1 0 49.4%;
}

/* << --------------- Sanket CSS for Contact Info Modal ---------------->> */

/* << --------------- Sanket CSS for Webinar Add Form ---------------->> */

.mainwrapper.webinaradd_mainwrapper
  .addEditPageWrapper
  .form_field_wrapper.form_field_wrappertype {
  display: flex;
  flex-direction: column-reverse;
}
.mainwrapper.webinaradd_mainwrapper
  .addEditPageWrapper
  .form_field_wrapper.form_field_wrapperrecurrenceStart {
  flex: 1 0 99%;
}

/* << --------------- Sanket CSS for Webinar Add Form ---------------->> */

/* << --------------- Sanket CSS for Notes Modal ---------------->> */

.custom-modalbox.notes-modal
  .mat-mdc-dialog-content
  .mat-mdc-list
  > .mat-mdc-list-item
  .mat-line:first-of-type {
  text-transform: none;
}

/* << --------------- Sanket CSS for Notes Modal ---------------->> */

/* << --------------- Sanket CSS for Send Contract Modal ---------------->> */

.custom-modalbox.sendcontract-modalbox
  .addEditForm.sendContractForm
  .submitbtnsection {
  display: none;
}

/* << --------------- Sanket CSS for Send Contract Modal ---------------->> */

.custom-modalbox.converttopdf-modalbox
  .mat-mdc-progress-spinner
  .mdc-circular-progress__indeterminate-circle-graphic {
  stroke: #25819d;
}
.custom-modalbox.converttopdf-modalbox .dialoghead h2 {
  margin: 20px auto 0;
  text-align: center;
  position: relative;
  width: fit-content;
}
.loadingdot_wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  right: -30px;
  bottom: 6px;
}
.loadingdot_wrap span {
  animation: dot ease-in-out 1s infinite;
  background-color: #131313;
  display: inline-block;
  height: 5px;
  margin: 2px;
  width: 5px;
  border-radius: 50%;
}
.loadingdot_wrap span:nth-of-type(2) {
  animation-delay: 0.2s;
}
.loadingdot_wrap span:nth-of-type(3) {
  animation-delay: 0.3s;
}
@keyframes dot {
  0% {
    background-color: grey;
    transform: scale(1);
  }
  50% {
    background-color: #131313;
    transform: scale(1.3);
  }
  100% {
    background-color: grey;
    transform: scale(1);
  }
}

/* << --------------- Scroll to Top CSS ------------ >> */

.scroll_to_top {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  position: absolute;
  bottom: 45px;
  right: 25px;
  background: var(--blue-gradient);
  padding: 8px;
  box-shadow: 1px 4px 15px 1px #1e1a1a66;
  cursor: pointer;
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  /* display: none; */
  z-index: 99999;
}

@keyframes bounce {
  50% {
    transform: translateY(-5px);
  }
}

.scroll_to_top:hover {
  animation: none;
}

.scroll_to_top img {
  display: block;
  width: 100%;
}

/* << --------------- Scroll to Top CSS ------------ >> */

/* .adminlisttable_v1 .searchdiv mat-chip{ position: relative;}
.adminlisttable_v1 .searchdiv mat-chip::before{ content: ''; background: #fff; width: 150px; height: 50px; position: absolute; z-index: 1; left: 0; top: 0;}
 
.adminlisttable_v1 .mdc-evolution-chip__action--primary:before{ z-index: 99;}



.adminlisttable_v1 .mat-mdc-chip.mdc-evolution-chip--with-trailing-action .mat-mdc-chip-action-label {
    position: relative;
    background: #e0e0e0;
    padding: 6px;
    border-radius: 10px 0 0 10px;
} */

.followup_green {
  display: flex;
  gap: 10px;
}

.followup_red {
  display: flex;
  gap: 10px;
}

.followup_yellow {
  display: flex;
  gap: 10px;
}
.followup-modal {
  width: min(90%, 1030px) !important;
}

/* /////////////////////////////////////////calendar management css///////////////////////// */

/* .createevent_mainwrapper .addEditPageWrapper form{display:block} */
.createevent_mainwrapper .addEditFormbooking .form_field_wrapperdaygroup {
  margin-bottom: 0;
  display: inline-block;
}
.createevent_mainwrapper .addEditFormbooking .form_field_wrappersun {
  display: inline-block;
}
.createevent_mainwrapper .addEditFormbooking .form_field_wrappermon {
  display: inline-block;
}
.createevent_mainwrapper .addEditFormbooking .form_field_wrappertues {
  display: inline-block;
}
.createevent_mainwrapper .addEditFormbooking .form_field_wrapperwed {
  display: inline-block;
}
.createevent_mainwrapper .addEditFormbooking .form_field_wrapperthurs {
  display: inline-block;
}
.createevent_mainwrapper .addEditFormbooking .form_field_wrapperfri {
  display: inline-block;
}
.createevent_mainwrapper .addEditFormbooking .form_field_wrappersat {
  display: inline-block;
}
.createevent_addeditwrap .grp0,
.createevent_addeditwrap .grp2,
.createevent_addeditwrap .grp4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.createevent_addeditwrap .grp1 {
  width: 100%;
}
.createevent_addeditwrap .form_field_wrapper {
  margin: 5px 0.3% 5px 0;
}
.rep_calendar .tablewrapper tr td span span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.rep_calendar .attendee_details p {
  margin: 0;
}
.createevent_mainwrapper .addEditFormbooking .form_field_wrappercontinuous,
.form_field_continuous {
  display: flex;
  align-items: center;
}
.formSet_meeting span {
  font-weight: 900;
}
/* /////////////////////////////////////////calendar management css end///////////////////////// */
/* -------------------------snackbar------------------------- */
.mdc-snackbar__label {
  font-weight: 500 !important;
  letter-spacing: 0.7px;
  color: #000 !important;
  display: flex;
  justify-content: center;
}
.mdc-snackbar__surface {
  background: linear-gradient(
    180deg,
    rgba(0, 204, 255, 1) 0%,
    rgb(11 125 207) 100%
  );
}
.mdc-snackbar__action .mdc-button__label {
  color: #fff;
  background: #000;
  border-radius: 6px;
  padding: 3px 5px;
  box-shadow: 0px 0px 1px #000000;
}
.share_manu_main {
  margin: 5px 0;
}
/* -------------------------snackbar------------------------- */

/* ---------------appointment list css------------------------ */
.appointmentDataList .multipledeleteandupdatebuttan {
  margin: 0 auto;
}

.appointmentStyles .lib-pager-class {
  width: fit-content;
  margin: 0 auto;
  background: 0 0;
}

.appointmentStyles .CustomButtonListen_div {
  position: inherit;
  bottom: inherit;
  flex-wrap: wrap;
}

.appointmentDataList .togglesearchcls .CustomButtonListen_div .add_button {
  margin: 4px 0;
  width: calc(100% - 8px);
  display: block;
}

.appointmentStyles .container {
  padding: 0;
}

.appointmentStyles .listingtableheading_wrapper {
  margin: 0 0 10px;
}

.progressbar_wrapper {
  margin: 0;
}

.appointmentDataList thead {
  display: none;
}

.appointmentDataList tr {
  display: block;
}

.appointmentDataList tbody td:nth-child(2):before {
  content: "NO.";
  color: #f58720 !important;
  float: none;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.appointmentDataList tbody td:last-child:before {
  content: "action";
  color: #f58720 !important;
  float: none;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.appointmentDataList td:before {
  content: attr(title);
  float: none;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  width: 50% !important;
  padding-bottom: 0;
  color: #f58720;
}

.appointmentDataList .multipledeleteandupdatebuttan {
  position: inherit;
  z-index: 9;
  text-align: center;
  display: block;
  width: auto;
  padding: 25px 0 0;
}

.appointmentDataList .mat-mdc-table .mdc-data-table__row {
  height: auto;
  margin-bottom: 10px;
}

.appointmentDataList tbody tr td {
  border: 1px solid #ccc !important;
  flex: 1 0 25%;
  font-weight: 400;
  display: flex;
  overflow: inherit;
  align-items: center;
  padding: 10px !important;
}

.appointmentDataList tbody tr td span {
  word-break: break-all;
}

.appointmentDataList .tablewrapper tr td,
.appointmentDataList .tablewrapper tr th {
  max-width: inherit;
}

.appointmentStyles .lib-pager-class {
  flex-wrap: wrap;
  justify-content: center;
}

.appointmentStyles .lib-pager-class mat-label {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.appointmentStyles .mat-toolbar-row .mat-mdc-form-field {
  flex: 1 0 99%;
  margin: 0;
  margin: 0.5%;
}
.appoitmentMainwrp .new-container {
  padding: 0 1rem;
}

.attendee_details p {
  margin: 0px;
}

.connectedAcc-modalbox .add_account_container {
  flex-direction: column;
}
.connectedAcc-modalbox .googleaccount-container {
  display: block !important;
  max-width: 100%;
}
.connectedAcc-modalbox {
  width: min(90%, 700px) !important;
}
.manage-appointments-modalbox {
  width: min(95%, 900px) !important;
}
/* .mdc-list-item__primary-text {
        text-transform: lowercase !important;
    } */
.createevent_addeditwrap .form_field_wrappersun1,
.createevent_addeditwrap .form_field_wrappersat1,
.createevent_addeditwrap .form_field_wrappermon1,
.createevent_addeditwrap .form_field_wrappertues1,
.createevent_addeditwrap .form_field_wrapperwed1,
.createevent_addeditwrap .form_field_wrapperthurs1,
.createevent_addeditwrap .form_field_wrapperfri1 {
  display: inline-block;
}

/* deep css */
.appointmentStyles .togglesearchcls {
  display: none;
}
.hide_action .mat-column-Actions {
  display: none;
}

.cke_notifications_area {
  display: none !important;
}


/* << ------------------- Note Details Modal CSS ------------- >> */

.custom-modalbox.noteinfo-modalbox .mat-mdc-dialog-content {
  text-align: left !important;
}
.custom-modalbox.noteinfo-modalbox .notedetails_wrapper {
  background: #47546b;
  padding: 10px 20px;
}
.custom-modalbox.noteinfo-modalbox .notedetails_wrapper:not(:first-child) {
  margin-top: 10px;
}
.custom-modalbox.noteinfo-modalbox .notedetails_wrapper .notedetails_note {
  color: #fff !important;
  font-size: 18px !important;
  word-break: break-word;
  white-space: normal;
  line-height: 24px;
}
.custom-modalbox.noteinfo-modalbox .notedetails_wrapper .notedetails_notedatetime {
  color: #d7f0ff;
  font-size: 14px !important;
}
.custom-modalbox.noteinfo-modalbox .notedetails_wrapper .notedetails_noteby {
  color: #f9f9f9;
  font-size: 14px;
}
.custom-modalbox.noteinfo-modalbox .notedetails_wrapper .notedetails_noteby span {
  color: #ffa200;
}

.custom-modalbox.pass_change_modal .addEditForm {
  text-transform: none;
}
.custom-modalbox.calendar_connect_confirmation_modal .access_ssimg {
  padding: 10px;
  margin-bottom: 15px;
  background: #dae4e0;
  border-radius: 8px;
  border: 1px solid #fbfffd;
}
.custom-modalbox.calendar_connect_confirmation_modal .access_ssimg img {
  display: block;
    width: 100%;
}
.externalcardcls {
  display: inline !important;

}
.externalcardcls .keycls{
  display: inline !important;



}

.externalcardcls .valcls{
  display: inline !important;




}

.externalcardcls .external_buttoncls{
  display: inline !important;
  float: none !important;
  margin-top: 5px !important;
  




}
.externalcardcls .mdc-card{
  display: block !important;
}
 


/* << ---------------- File Upload Modal CSS --------------- >> */

.custom-modalbox.uploadfile_modal {
  width: min(90%, 1030px) !important;
}
.custom-modalbox.uploadfile_modal .filesdivcls {
  word-break: break-all;

}
.custom-modalbox.uploadfile_modal .addEditForm .imagecardcls img {
  display: block;
  width: 100%;
}
.custom-modalbox.uploadfile_modal .hint {
  color: #000;
    position: absolute;
    top: 250px;
    text-align: left;
    width: 93%;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}
.parent-bottom-class .mdc-list-item {
  padding-right: 11px !important;
}

@media only screen and (max-width: 893px) {
  .custom-modalbox.uploadfile_modal .form_field_wrapper.form_field_wrapperfiles{
    margin-top: 40px;
  }
}
@media only screen and (max-width: 559px) {
  .custom-modalbox.uploadfile_modal .form_field_wrapper.form_field_wrapperfiles{
    margin-top: 110px;
  }
}