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 {
  --font-family-base: "Roboto", sans-serif;
  --main-font: "Roboto", sans-serif;
  --main-normal: 400;
  --main-medium: 500;
  --main-bold: 700;
  --main-exbold: 900;
  --base-font-size: 24px;
  --base-font-size32: 32px;
  --base-font-size18: 18px;
  --base-font-size20: 20px;
  --base-font-size14: 14px;
  --red: #e94a49;
  --red-l: #ff3600;
  --white: #fff;
  --green: #16a085;
  --orange: #eb9532;
  --orange-l: #fc9401;
  --yellow-light: #d4c88e;
  --purple: #7e3661;
  --pink: #ea53c2;
  --purple-l: #7e3661;
  --blue: #25aceb;
  --blue-l: #22b8fc;
  --blue-ll: #4ecaee;
  --yellow: #ffea00;
  --black: #000;
  --black-l: #353535;
  --links: #1dbce9;
  --gray: #36404a;
  --gray-l: #fafafa;
  --gray-ll: #abacac;
  --orange-top-color: #ffa800;
  --orange-bottom-color: #ff7e00;
  --orange-gradient: linear-gradient(var(--orange-top-color),
      var(--orange-bottom-color));
  --gray-top-color: var(--white);
  --gray-bottom-color: #d8d7d6;
  --gray-gradient: linear-gradient(var(--gray-top-color),
      var(--gray-bottom-color));
  --black-top-color: #484949;
  --black-bottom-color: #222222;
  --black-gradient: linear-gradient(var(--black-top-color),
      var(--black-bottom-color));
  --blue-top-color: #25aceb;
  --blue-bottom-color: #006cb7;
  --blue-gradient: linear-gradient(var(--blue-top-color),
      var(--blue-bottom-color));
  --bluegreen-top-color: rgba(140, 207, 176, 0.28);
  --bluegreen-bottom-color: rgba(40, 183, 225, 0.28);
  --bluegreen-gradient: linear-gradient(90deg,
      var(--bluegreen-top-color),
      var(--bluegreen-bottom-color));
  --green-top-color: #ccff00;
  --green-bottom-color: #489002;
  --green-gradient: linear-gradient(var(--green-top-color),
      var(--green-bottom-color));
  --bluegreen-left-color: rgba(139, 207, 176, 1);
  --bluegreen-right-color: rgba(40, 183, 225, 1);
  --bluegreenlr-gradient: linear-gradient(90deg,
      var(--bluegreen-left-color),
      var(--bluegreen-right-color))
}

.cke_notification {
  display: none !important;
}
.resolve_loader {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}
.login_subwrapper .mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper,
.login_subwrapper .mat-mdc-form-field .mdc-line-ripple {
  display: none
}

.login_subwrapper .mat-mdc-form-field .mat-mdc-text-field-wrapper {
  border-radius: 0 5px 5px 0;
  background-color: #fdfdfd;
  border: 1px solid #c5c5c5;
  box-shadow: 1px 1px 3px #87878738;
  border-left: 0
}

.login_subwrapper .mat-mdc-form-field .mat-mdc-form-field-infix input {
  font-size: 1.6rem
}

.login_subwrapper .mat-mdc-form-field .mat-mdc-form-field-infix {
  min-height: 45px;
  padding-top: 10px !important;
  padding-bottom: 10px !important
}

.login_subwrapper .mat-mdc-form-field .mat-mdc-form-field-focus-overlay {
  display: none
}

.login_mainwrapper {
  background-image: url(../../assets/images/black_loginbg2.svg);
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a031a
}

.login_subwrapper .mat-mdc-form-field {
  width: calc(100% - 5rem)
}

.login_subwrapper .mat-mdc-form-field button {
  height: auto;
  padding: 0;
  top: 3px
}

.login_subwrapper .inputwrapper {
  margin-bottom: 1.5rem
}

.login_subwrapper {
  background: rgba(255, 255, 255, .7607843137);
  padding: 2rem;
  border-radius: 1rem;
  width: 50rem;
  position: relative;
  padding-top: 11rem;
  border: 1px solid #e1e1e1
}

.login_subwrapper .submit {
  background: var(--orange-gradient);
  color: var(--white) !important;
  text-shadow: 1px 1px 1px #873505;
  font-size: 2rem;
  text-transform: uppercase;
  width: 100%;
  padding: 2rem 1rem;
  line-height: 2.5rem
}

.login-form {
  background: #ffffff61;
  padding: 2rem;
  border-radius: .5rem
}

.login_subwrapper .logo-mainwrapper {
  height: 20rem;
  width: 20rem;
  border-radius: 50%;
  background: #646464;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10rem
}

.login_subwrapper .logo-subwrapper {
  height: 18rem;
  width: 18rem;
  border-radius: 50%;
  background: #383838
}

.login_subwrapper .logo-subwrapper img {
  width: 100%
}

.login-form a {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  margin-top: 1.5rem;
  color: #1a5cb5;
  cursor: pointer;
  text-decoration: none
}

.login-form a:hover {
  color: var(--orange-bottom-color)
}

.iconwrapper {
  height: 46px;
  width: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  background: var(--orange-bottom-color);
  color: #fff;
  border-radius: 5px 0 0 5px;
  text-shadow: 1px 1px 1px #873505;
  border-right: 0
}

.inputwrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative
}

.login-form .error {
  margin-top: 5px
}

.error {
  color: red
}

.login_subwrapper h2 {
  text-align: center;
  font-size: 3rem !important;
  font-weight: var(--main-bold) !important;
  text-transform: uppercase;
  margin: 1.5rem 0 !important;
  color: #000;
  background: -webkit-linear-gradient(#464646, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 1px #e1dfe1)
}

@media only screen and (max-width:480px) {
  .login_subwrapper {
    width: 80%
  }
}

.mat-mdc-menu-content {
  background: #1e2631
}

.mat-mdc-menu-content .mat-mdc-menu-item {
  min-height: 30px;
  border-bottom: 1px solid #313c4c;
  padding: 0 5px;
  margin: 0 5px;
  width: auto;
  display: block;
  width: calc(100% - 10px)
}

.mat-mdc-menu-content .mat-mdc-menu-item:last-child {
  border: 0
}

.mat-mdc-menu-content .mat-mdc-menu-item span,
.mat-mdc-menu-content button.mat-mdc-menu-item:hover .mdc-list-item__primary-text {
  color: #fff !important
}

.mat-mdc-menu-content .mat-mdc-menu-item:hover {
  background-color: var(--orange-gradient)
}

.mainwrapper {
  min-height: 80vh;
  background: #0a0c10;
  padding-bottom: 2rem;
  overflow: hidden;
    
}


.subwrapper {
  background: #1e2631;
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid #232c38
}

.new-container {
  padding: 0 7rem;
  display: block;
  margin: 0 auto
}

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

.main-title h2 {
  margin: 0 !important;
  font-size: 2.4rem !important;
  text-transform: uppercase;
  background: var(--gray-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.main-title h3 {
  margin: 0 !important;
    margin-top: 10px !important;
    font-size: 2rem !important;
    text-transform: uppercase;
    background: var(--gray-ll);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.list-style2 {
  width: 100%;
}

.lstloging-block {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-radius: 6px;
  margin-bottom: 2.5rem;
  margin-top: 1.5rem;
  padding-left: 15rem;
  background: #384355;
  background: linear-gradient(90deg, rgba(56, 67, 85, 0) 0, rgba(56, 67, 85, .9023984593837535) 44%, rgba(56, 67, 85, 1) 100%);
  border-left: 0
}

.lstlogin span,
.user-detail span {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
  font-size: 2rem;
  border: 1px solid #37455b;
  box-shadow: -4px -2px 9px #586984, 3px 3px 13px #181d25;
  background: linear-gradient(180deg, rgb(255 241 87) 0, rgb(187 138 0) 100%);
  text-shadow: 1px 1px 1px #f8df53
}

.mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: #212733 !important;
  border: 7px solid #384355;
  padding: 10px;
  overflow-y: visible;
}
.user-detail {
  margin-right: 20px;
}
.lstlogin,
.user-detail {
  display: flex;
  align-items: center
}

.lstlogin h2,
.user-detail h2 {
  margin: 0 !important;
  color: #fff;
  text-shadow: 1px 1px #0000006e;
  font-size: 2.2rem !important;
  width: calc(100% - 5rem);
  line-height: normal !important;
  text-shadow: -3px -2px 4px #677a97, 3px 3px 4px #11141991
}

.sub-title {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.socialadvo-title {
  margin: 3rem 0 !important;
  font-size: 3.2rem !important;
  font-weight: var(--main-bold) !important;
  color: #d4d4d4;
  line-height: normal !important;
  padding: 0.5rem;
}
.sub-title.socialadvo-connectmodal-title {
  margin-bottom: 1rem;
  justify-content: center;
}

.lstlogin,
.user-detail {
  display: flex;
  align-items: center
}

.lstlogin h2,
.user-detail h2 {
  margin: 0 !important;
  color: #cfe1fe;
  text-shadow: 1px 1px #0000006e;
  font-size: 2.2rem !important;
  width: calc(100% - 5rem);
  line-height: normal !important;
  font-weight: 400 !important
}
.user-detail h2 {
  text-transform: capitalize;
}
.lstlogin h2 strong,
.user-detail h2 strong {
  color: #ffb363
}


.wrapper {
 
 
 
  background: #282f3c;
  padding: 2rem 2rem;
  box-shadow: 1px 1px 5px #1a1a1a52;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  border: 1px solid #394254 
}

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

.sub-title h2 {
  margin: 0 !important;
  font-size: 2.4rem !important;
  font-weight: var(--main-bold) !important;
  color: #d4d4d4;
  line-height: normal !important;
  margin-right: 10px !important
}

.add_btn {
  background: var(--green-gradient) !important;
  text-shadow: 1px 1px 1px #c7f353;
  font-size: 2rem !important;
  text-transform: uppercase !important;
  padding: 1.2rem 2rem !important;
  line-height: 2.5rem !important;
  color: #000 !important;
  border: 1px solid #8cbf27 !important;
  color: var(--white) !important;
  text-shadow: 1px 1px 1px #494949;
  height: unset !important;
  box-shadow: -4px -2px 9px #4f5c76, 3px 3px 13px #020203
}

.add_btn span {
  height: unset !important
}

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

.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(--black-gradient);
  border: 1px solid #6e6f6f;
  border-radius: 0;
  padding: 7px;
  margin: 0;
  box-shadow: -4px -5px 12px #3b4558, 4px 4px 10px #0e1116
}

.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: #343535;
  text-align: center;
  border: 1px solid #282828;
  box-shadow: inset -3px -3px 3px #575757, inset 2px 4px 6px #000000a8;
  color: #fff;
  border-radius: 2px
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
  outline: 0
}

.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: #e1edff
}

.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(--black-gradient);
  box-shadow: -4px -5px 12px #3b4558, 4px 4px 10px #0e1116
}

.formStyle .list-style1 .mdc-card {
  background: 0 0;
  background-color: transparent
}

.list-style1 .tablewrapper {
  position: relative;
  z-index: 9;
  background: #384355;
  border: 1px solid #4b5a72;
  padding: 10px;
  border-radius: 5px
}

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

.mdc-data-table__cell {
  color: rgb(225 237 255) !important
}

.mdc-data-table__cell.cdk-column-Actions {
  overflow: inherit
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -4px !important;
  z-index: 9
}

.list-style1 thead tr {
  background: #02619b
}

.list-style1 thead tr th {
  color: #fff
}

.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: #435066;
  color: #fff;
}

.list-style1 tfoot {
  display: none
}

.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:checked~.mdc-checkbox__background,
.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 {
  border-color: #fc9826 !important;
  background-color: #fc9826 !important
}

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

.togglesearchcls .searchbtncls .material-icons:active {
  box-shadow: none;
  transform: translateY(5px)
}

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

.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: #c7c7c7 !important
}

.example-section br {
  display: none
}

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

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

.togglesearchcls .searchbar mat-form-field label[ng-reflect-floating=true] {
  display: none
}

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

.list-style1 .togglesearchcls .mat-toolbar-row {
  padding: 10px 10px 0 10px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  background: #384355;
  position: relative;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #4b5a72;
  box-shadow: 2px 2px 11px #21263187
}

.subwrapper.tarotreading_listwrap .list-style1 .togglesearchcls .mat-toolbar-row {
  padding: 20px 10px 0 10px
}

.formStyle .list-style1 .mdc-card {
  position: relative
}

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

.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: .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,
.mdc-text-field--filled .mdc-line-ripple::after,
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-radius: 0;
  border: 0
}

.list-style1 .mat-toolbar-row .mat-mdc-form-field .mat-mdc-text-field-wrapper {
  border-radius: 4px;
  background: #272f3c;
  border: 1px solid #333d4e;
  box-shadow: inset -3px -4px 2px #4e5e78b3, inset 2px 4px 9px #000000a8
}

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

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

.assign_advo_btn button,
.assign_advo_btn button:hover,
.assign_customer_btn button,
.assign_customer_btn button:hover,
.folder_view_btn button,
.folder_view_btn button:hover,
.gift_package_btn button,
.gift_package_btn button:hover,
.log_me_in_btn button,
.log_me_in_btn button:hover,
.login_info_btn button,
.login_info_btn button:hover,
.package_btn button,
.package_btn button:hover,
.purchas_packages_btn button,
.reset_password button,
.reset_password button:hover,
.role_btn button,
.role_btn button:hover,
.sendmail_btn button,
.sendmail_btn button:hover,
.customer_visibility button,
.customer_visibility button:hover,
.training_settings_btn button,
.training_settings_btn button:hover,
.view_customers_btn button,
.view_customers_btn button:hover .log_me_in_btn button,
.confarence_room button,
.confarence_room button:hover,
.refundButton button,
.refundButton button:hover,
.confarence_video button,
.confarence_video button:hover,
.mark_as_graduate button, .mark_as_graduate button:hover ,
.go_to_profile button, .go_to_profile 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
}
.refundButton button::after{
  content: "\f155"
}
.mark_as_graduate button::after{
  content: "\f229"
}
.go_to_profile button::after {
  content: "\f2bb";
}



.previewButton button::after {
  content: "\f06e"
}
.ip_info button::after {
  content: "\f129"
}
.mundane_astrology_toggle_off_btn button::after{
  content: "\f204";
}

.mundane_astrology_toggle_on_btn button::after{
  content: "\f205";
}
/* 
.refundButton button::after {
  content: "\f06e"
} */

.role_btn button::after {
  content: "\f2bd"
}

.sendmail_btn button::after {
  content: "\f003"
}

.customer_visibility button::after {
  content: "\f21d"
}

.reset_password button::after {
  content: "\f084"
}

.login_info_btn button::after {
  content: "\f13e"
}

.training_settings_btn button::after {
  content: "\f013"
}

.view_customers_btn button::after {
  content: "\f013"
}

.folder_view_btn button::after {
  content: "\f07c"
}

.log_me_in_btn button::after {
  content: "\f090"
}

.view_customers_btn button::after {
  content: "\f2b5"
}

.package_btn button::after {
  content: "\f187"
}

.assign_advo_btn button::after,
.assign_customer_btn button::after {
  content: "\f2bd"
}

.gift_package_btn button::after {
  content: "\f06b";
  font-size: 25px
}

.purchas_packages_btn button::after {
  content: "\f07a"
}

.confarence_room button::after {
  content: "\f1e1";
}

.confarence_video button::after {
  content:"\f03d";
}


.actionbuttonwrapper .actionbuttonwrapperspan .cursor,
tbody tr td .actionbuttonwrapper button {
  margin: 0 2px;
  color: #ff9c00 !important;
  text-shadow: -3px -3px 4px #49515d, 3px 3px 6px #000;
  --mat-mdc-button-persistent-ripple-color: transparent !important
}

.actionbuttonwrapper .actionbuttonwrapperspan .cursor:active,
tbody tr td .actionbuttonwrapper button:active {
  text-shadow: none !important;
  transform: translateY(3px)
}

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

.DiagnosticCategory .mat-toolbar-row .mat-mdc-form-field {
  flex: 1 0 23.33%;
  margin: 0;
  margin: .5%
}

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

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

.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: 0 3px 10px
}

.list-style1 .CustomButtonListen_div {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 10px 0 !important;
  position: absolute;
  bottom: -72px;
  padding-left: 460px !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
}

.libListNoDataCSS .adduserBTN {
  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: 40px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  box-shadow: none
}

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

.admin_dashboard_list .tablewrapper tr td,
.admin_dashboard_list .tablewrapper tr th {
  word-break: break-word
}

.mainwrapper.packagelist_mainwrapper .tablewrapper tbody tr td:nth-of-type(4) {
  text-transform: capitalize
}

.list-style1 .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
.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 {
  border-color: #fc9826 !important;
  background-color: #fc9826 !important
}

.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 .edit_btn button::after {
  content: "\f040";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px
}

.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
}

.clinical_report_download_modal {
  width: 320px;
  display: block;
  text-align: center
}

.clinical_report_download_modal .order_progress {
  padding: 6px;
  background: rgba(0, 0, 0, .25);
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25), 0 1px rgba(255, 255, 255, .08)
}

.clinical_report_download_modal .order_progress-bar {
  height: 10px;
  background-color: #ee303c;
  border-radius: 4px;
  transition: .4s linear;
  transition-property: width, background-color
}

.clinical_report_download_modal .order_progress-striped .order_progress-bar {
  background-color: #fcbc51;
  width: 100%;
  background-image: linear-gradient(45deg, #fca311 25%, transparent 25%, transparent 50%, #fca311 50%, #fca311 75%, transparent 75%, transparent);
  animation: progressAnimationStrike 5s
}

.new_button_wrapper {
  padding-bottom: 15px
}

.list-style1 .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-text-field__input::placeholder {
  color: #7d8ca5;
  opacity: 1
}

.list-style1 .mat-mdc-text-field-wrapper.mdc-text-field--filled .mat-mdc-autocomplete-trigger.mdc-text-field__input::placeholder {
  color: #7d8ca5
}

.list-style1 .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-text-field__input::-ms-input-placeholder {
  color: #7d8ca5
}

.list-style1 .mat-mdc-text-field-wrapper.mdc-text-field--filled .mat-mdc-autocomplete-trigger.mdc-text-field__input,
.list-style1 .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-text-field__input {
  color: #fff !important
}

.mat-mdc-icon-button svg,
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #7d8ca5 !important
}

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

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

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

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

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

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

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

.addEditPageWrapper .form_field_wrapperdescription,
.addEditPageWrapper .form_field_wrappernotes {
  flex: 100% !important
}

.addEditPageWrapper .form_field_wrapper,
.addEditPageWrapper .mat-mdc-form-field {
  flex: 1 0 32.7%;
  margin: 10px .3%;
  /* text-align: center; */
}

.addEditPageWrapper .form_field_wrapper.form_field_wrappertestimonial_content {
  flex: 1 0 99%
}

.answer_modal_wrp .addEditPageWrapper .form_field_wrapper.form_field_wrapperanswer {
  flex: 1 0 99%
}

.form_field_wrapper.form_field_wrappercard_image,
.form_field_wrapper.form_field_wrapperimages,
.form_field_wrapper.form_field_wrappericon,
.form_field_wrapper.form_field_wrapperprofile_image,
.form_field_wrapper.form_field_wrapperthumbnail, .form_field_wrappertheme_image,
.form_field_wrappericon_image{
  flex: 1 0 99%;
  border-bottom: 2px solid #677f891a
}

.form_field_wrapper.form_field_wrapperimages,
.form_field_wrapper.form_field_wrapperfiles,
.form_field_wrapper.form_field_wrapperaudios {
  flex: 1 0 29%;
  margin: 10px .3%
}

.addEditPageWrapper .form_field_wrapper .form_field_wrappertags,
.addEditPageWrapper .form_field_wrapper .form_field_wrapperpriority {
  flex: 1 0 49%;
}

.form_field_wrapper.form_field_wrappervideos {
  border-bottom: 2px solid #677f891a
}

.form_field_wrappercard_image .form-element mat-label,
.form_field_wrapperimages .form-element mat-label,
.form_field_wrappericon .form-element mat-label,
.form_field_wrapperprofile_image .form-element mat-label,
.form_field_wrapperthumbnail .form-element mat-label,
.form_field_wrapperfiles .form-element mat-label,
.form_field_wrapperaudios .form-element mat-label,.form_field_wrappertheme_image .form-element mat-label,
.form_field_wrappericon_image .form-element mat-label,
.form_header {
  text-align: center;
  display: block;
  font-size: 2.4rem;
  margin-bottom: 2rem
}

.form_field_wrappercard_image .drop,
.form_field_wrapperimages .drop,
.form_field_wrappericon .drop,
.form_field_wrapperprofile_image .drop,
.form_field_wrapperfiles .drop,
.form_field_wrapperaudios .drop,
.form_field_wrapperthumbnail .drop, .form_field_wrappertheme_image .drop,
.form_field_wrappericon_image .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_wrapperprofile_image .filesid {
  margin-top: 15px
}

.form_field_wrappercard_image .filesid,
.form_field_wrapperimages .filesid, .form_field_wrappertheme_image .filesid,
.form_field_wrappericon_image .filesid {
  margin-top: 15px
}

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

.form_field_wrappercard_image .actionbtndiv,
.form_field_wrapperimages .actionbtndiv,
.form_field_wrappericon .actionbtndiv,
.form_field_wrapperprofile_image .actionbtndiv,
.form_field_wrapperthumbnail .actionbtndiv, .form_field_wrappertheme_image .actionbtndiv,
.form_field_wrappericon_image .actionbtndiv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px
}

.form_field_wrappercard_image .actionbtndiv mat-chip .mat-mdc-chip-action-label,
.form_field_wrapperimages .actionbtndiv mat-chip .mat-mdc-chip-action-label,
.form_field_wrappericon .actionbtndiv mat-chip .mat-mdc-chip-action-label,
.form_field_wrapperprofile_image .actionbtndiv mat-chip .mat-mdc-chip-action-label,
.form_field_wrapperthumbnail .actionbtndiv mat-chip .mat-mdc-chip-action-label,.form_field_wrappertheme_image .actionbtndiv mat-chip,
.form_field_wrappericon_image .actionbtndiv mat-chip {
  color: #fff !important
}

.form_field_gallery_images .filenamecls span,
.form_field_gallery_icon .filenamecls span,
.form_field_videos .filenamecls span,
.form_field_wrapperprofile_image .filesdivcls span,
.form_field_wrapperthumbnail .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,
.form_field_wrapperthumbnail .filesdivcls br,
.form_field_wrapperthumbnail .filesdivcls span:last-child {
  display: none
}

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

.form_field_gallery_images .filenamecls span:nth-of-type(2),
.form_field_gallery_images .filesdivcls br,
.form_field_gallery_icon .filenamecls span:nth-of-type(2),
.form_field_gallery_icon .filesdivcls br,
.form_field_wrapperimages .filenamecls .fileuploadedtypeclass,
.form_field_wrapperimages .filesdivcls br,
.form_field_wrapperprofile_image .filesdivcls br,
.form_field_wrapperprofile_image .filesdivcls span:last-child,
.form_field_wrapperthumbnail .filenamecls .fileuploadedtypeclass,
.form_field_wrapperthumbnail .filesdivcls br {
  display: none
}

.form_field_gallery_images .divimagecardcls,
.form_field_gallery_icon .divimagecardcls,
.form_field_wrapperprofile_image .imagedivcls,
.form_field_wrapperthumbnail .imagedivcls {
  padding: 15px
}

.form_field_wrappercard_image .imagedivcls .mat-mdc-card,
.form_field_wrapperimages .imagedivcls .mat-mdc-card,
.form_field_wrappericon .imagedivcls .mat-mdc-card,
.form_field_wrapperprofile_image .imagedivcls .mat-mdc-card,
.form_field_wrapperthumbnail .imagedivcls .mat-mdc-card, .form_field_wrappertheme_image .imagedivcls .mat-mdc-card,
.form_field_wrappericon_image .imagedivcls .mat-mdc-card {
  padding: 15px;
  border: 1px solid #8c9da6;
  background: #adbec7
}

.form_field_wrappercard_image .filecontainerdiv,
.form_field_wrapperimages .filecontainerdiv,
.form_field_wrappericon .filecontainerdiv,
.form_field_wrapperprofile_image .filecontainerdiv,
.form_field_wrapperthumbnail .filecontainerdiv, .form_field_wrappertheme_image .filecontainerdiv,
.form_field_wrappericon_image .filecontainerdiv {
  background: #c0d4de;
  padding: 0;
  border-radius: 8px;
  position: relative;
  margin-bottom: 25px;
  margin: 15px
}

.form_field_thumbnail .filecontainerdiv .fileuploadcompleteicon,
.form_field_wrapperimages .filecontainerdiv .fileuploadcompleteicon,
.form_field_wrappericon .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_wrappercard_image .filesid h1,
.form_field_wrapperimages .filesid h1,
.form_field_wrapperprofile_image .filesid h1, .form_field_wrappertheme_image .filesid h1,
.form_field_wrappericon_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 .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%
}

.mainwrapper.contentform_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperstatus {
  flex: 1 0 32.7% !important;
}

.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 {
  margin-bottom: 20px;
  background-color: #384355 !important;
  border-radius: 8px !important;
  display: block;
  padding: 20px 20px 9px !important;
  position: relative;
  border: 1px solid #4c5a72;
  box-shadow: 2px 2px 11px #21263187
}

.addEditPageWrapper form {
  display: flex;
  flex-wrap: wrap
}

.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: #272f3c;
  border: 1px solid #333d4e;
  box-shadow: inset -3px -4px 2px #4e5e78b3, inset 2px 4px 9px #000000a8
}

.addEditPageWrapper .mat-mdc-form-field .mat-mdc-form-field-flex .mat-mdc-form-field-infix textarea {
  height: 80px;
  resize: none !important;
  color: #fff
}
.addEditPageWrapper textarea::placeholder {
  color: #7d8ca5 !important;
}

.addEditPageWrapper .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 10px;
  padding-bottom: 0;
  height: inherit
}

.addEditPageWrapper .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 24px !important;
  color: #7d8ca5
}

.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: 7px !important;
  color: #b6c7e3 !important;
  background: #272f3c;
  padding: 2px 9px 0 9px;
  border: 1px solid #7286aa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0
}

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

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

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

.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background {
  border-color: #b6c7e3 !important
}

.addEditPageWrapper .mat-mdc-text-field-wrapper input {
  color: #fff !important
}
.addEditPageWrapper .mat-mdc-text-field-wrapper mat-hint{
    position: relative;
    bottom: -15px;
    color: #7d8ca5 !important;
    font-size: 14px;
}
.addEditPageWrapper .mat-form-field-disabled .mat-mdc-text-field-wrapper input {
  color: #6b778b !important
}

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

.form_field_wrapperdescription.resetField .form_field_description .mat-mdc-form-field-flex .mdc-floating-label--float-above,
.form_field_wrappernotes.resetField .form_field_notes .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, .6) !important
}

.form_field_wrapperdescription.resetField .form_field_description.mat-focused .mdc-floating-label,
.form_field_wrappernotes.resetField .form_field_notes.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(.75)
}

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

.form_field_wrapperdescription.resetField .form_field_description.mat-focused textarea,
.form_field_wrappernotes.resetField .form_field_notes.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 #6c81a3, 3px 5px 13px #161b21;
  transition: all .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
}

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

  /* margin: 15px 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
}
.pereniummendalisumform .form_field_wrapper.form_field_wrapperaddress .mat-mdc-form-field-flex{
  height: auto !important;
}

.addEditPageWrapper .form_field_wrapper.form_field_wrapperdescription .mat-mdc-form-field-flex,
.addEditPageWrapper .form_field_wrapper.form_field_wrappernotes .mat-mdc-form-field-flex,
.addEditPageWrapper .mat-mdc-form-field.descriptionField .mat-mdc-form-field-flex,
.addEditPageWrapper .mat-mdc-form-field.notesField .mat-mdc-form-field-flex,.addEditPageWrapper .form_field_wrapper.form_field_wrappertarot_short_description .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: 5px
}

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

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

.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-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
}

.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, .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
}

.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: #212733;
  border: 7px solid #384355
}

.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(--green-gradient);
  border: 1px solid #8cbf27 !important;
  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;
  text-shadow: 1px 1px 1px #bcf608
}

.custom-modalbox mat-dialog-container .dialoghead h1,
.delete-single mat-dialog-container .dialoghead h1 {
  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 mat-dialog-container .close-btn-modal,
.delete-single mat-dialog-container .close-btn-modal, .custom-modalboxNew .close-btn-modal, .show_more_modal .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
}

.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
}

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

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

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

.mat-mdc-dialog-content::-webkit-scrollbar-track {
  background: #505f78
}

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

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

.custom-modalbox .example-card:nth-of-type(odd) {
  background: #384355;
  border: 1px solid #51617c
}

.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: #505f78;
  margin: 2px 0;
  border: 1px solid #6c80a1;
  border-radius: 3px
}

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

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

.custom-modalbox {
  width: min(90%, 600px) !important;
  max-width: inherit !important
}
.confarence-modal{
  width: min(90%, 700px) !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: #fff;
  text-transform: math-auto;
  font-size: 16px;
  line-height: 20px;
}


.custom-modalboxNew .subwrapper {
  padding: 0px !important;
}
.custom-modalboxNew .multipledeleteandupdatebuttan {
  display: none !important;
}

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

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

.custom-modalbox .dialoghead.assignAdvo_wrapper .mat-mdc-dialog-content p,
.custom-modalbox.delete-single .mat-mdc-dialog-surface .dialoghead .mat-mdc-dialog-content p,
.custom-modalbox.manage-status .mat-mdc-dialog-surface .dialoghead .mat-mdc-dialog-content p {
  text-transform: math-auto;
  font-size: 2rem;
  color: #d7e4ff
}

.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;
  margin: 0 11px 0 0 !important
}

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

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff8000 !important
}

.mat-pseudo-checkbox-full {
  color: rgb(210 216 228) !important
}

.quizpreview_wrapper {
  padding: 0 10px !important;
  margin: 0 !important;
  text-align: center;
  max-height: 65vh;
  overflow: auto
}

.quizpreview_wrapper::-webkit-scrollbar {
  width: 5px
}

.quizpreview_wrapper::-webkit-scrollbar-track {
  background: #505f78
}

.quizpreview_wrapper::-webkit-scrollbar-thumb {
  background: #384355
}

.quizpreview_wrapper::-webkit-scrollbar-thumb:hover {
  background: #384355
}

.quizpreview_wrapper .quizpreview_innerwrapper p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px !important;
  box-shadow: none !important;
  flex-direction: inherit !important;
  background: #505f78;
  margin: 2px 0;
  border: 1px solid #6c80a1;
  border-radius: 3px;
  font-size: 16px;
  line-height: 23px
}

.quizpreview_wrapper .quizpreview_innerwrapper p:nth-of-type(odd) {
  background: #384355;
  border: 1px solid #51617c
}

.quizpreview_wrapper .quizpreview_innerwrapper p strong {
  width: 38%;
  margin: 0;
  padding: 0 !important;
  display: flex;
  align-self: center;
  color: #fff;
  font-weight: 500;
}

.quizpreview_wrapper .quizpreview_innerwrapper p .quizanswer_wrp,
.quizpreview_wrapper .quizpreview_innerwrapper p span:not(.quizanswer_wrpspan) {
  width: 60%;
  margin: 0;
  padding: 0 !important;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  word-break: break-word;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400
}

.quizpreview_wrapper .quizpreview_innerwrapper p .quizanswer_wrp span {
  margin: 5px
}

.quizpreview_wrapper .quizpreview_innerwrapper p.hide {
  display: none
}
.dialoghead .assign-view-mainwrapper{text-align: left;}
.dialoghead h3{
  color: #fff;
  text-align: left;
  margin: 10px 0 !important;
  border-bottom: 1px solid #505f78;
  font-size: 20px !important;
  padding-bottom: 2px;
  text-transform: uppercase;
}

@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) {
  .sub-title h2 {
    font-size: 2.2rem !important
  }

  .add_btn {
    font-size: 1.8rem !important;
    line-height: 2.3rem !important
  }
}

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

  .sub-title h2 {
    margin-bottom: 0 !important;
    margin-right: 0 !important
  }

  .add_btn {
    margin-top: 12px
  }
}

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

.noFoundTextinner span {
  color: var(--red);
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500
}

.noFoundTextinner p {
  color: var(--red);
  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: #cbd8ec
}

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

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

.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:checked~.mdc-checkbox__background,
.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 {
  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(74% - 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(24% - 32px);
  padding: 0;
  border: none;
  position: relative;
  padding-top: 16px;
  background: #384355;
  border-radius: 6px;
  border: 1px solid #384355;
  box-shadow: 2px 2px 11px #21263187
}

.adminlisttable_v2 .togglesearchcls .search_class {
  display: flex;
  width: 98%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-direction: row-reverse;
  margin-top: 15px
}

.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-color: #02619b !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 #01c2e3 !important;
  padding: .5%;
  color: #fff;
  font-weight: 600;
  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 #4f5c72;
  margin: 10px 0;
  background: #262d38 !important;
  border-left: 0;
  border-top: 0
}

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

.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 #01c2e3;
  border-bottom: 1px solid #01c2e3
}

.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: 26.7%;
  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: 26.7%;
  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: #272f3c;
  border: 1px solid #333d4e;
  box-shadow: inset -3px -4px 2px #4e5e78b3, inset 2px 4px 9px #000000a8
}

.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: #eff5ff
}

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

.adminlisttable_v2 .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-text-field__input:-ms-input-placeholder {
  color: #7d8ca5
}

.adminlisttable_v2 .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-text-field__input::-ms-input-placeholder {
  color: #7d8ca5
}

.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: 74%
}

.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
}

.adminlisttable_v2 .multipledeleteandupdatebuttan button {
  margin: 0 2px;
  background: var(--orange-gradient);
  color: #fff;
  box-shadow: -4px -2px 9px #586984, 3px 3px 13px #181d25;
  border: 1px solid orange;
  text-shadow: 1px 1px 1px #b85c01
}

.list-style2 .lib-pager-class .mat-mdc-text-field-wrapper {
  background: var(--black-gradient);
  border: 1px solid #6e6f6f;
  border-radius: 0;
  padding: 7px;
  margin: 0;
  box-shadow: -4px -5px 12px #3b4558, 4px 4px 10px #0e1116
}

.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: #343535;
  text-align: center;
  border: 1px solid #282828;
  box-shadow: inset -3px -3px 3px #575757, inset 2px 4px 6px #000000a8;
  color: #fff;
  border-radius: 2px
}

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

.list-style2 .tablewrapper {
  background: #384355;
  position: relative;
  z-index: 9;
  border: 1px solid #384355;
  box-shadow: 2px 2px 11px #21263187;
  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(--black-gradient);
  box-shadow: -4px -5px 12px #3b4558, 4px 4px 10px #0e1116
}

.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: #cbd8ec
}

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

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

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

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

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

.deletenotesparentcls {
  background-color: transparent !important;
  box-shadow: none !important
}

.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 .2s
}

.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
}

.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
}

.custom-modalbox.delete-notes-modal p {
  text-align: center;
  margin-bottom: 13px !important;
  font-size: 20px;
  color: #d7e6ff
}

.custom-modalbox.delete-notes-modal h3 {
  background: #384355;
  text-shadow: 1px 1px 1px #053650;
  border: 1px solid #4a5870;
  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
}

.searchbtncls .search_class button,
.searchbtncls .search_class button:focus {
  text-shadow: 1px 1px 1px #3b6e11;
  font-size: 0 !important;
  border-radius: 100px;
  width: 48px !important;
  height: 48px;
  padding: 0;
  min-width: inherit;
  background-size: 60% !important;
  margin: 0 5px;
  position: relative;
  top: 0;
  background: var(--orange-gradient);
  cursor: pointer;
  box-shadow: none;
  border: 1px solid #da8207 !important;
  box-shadow: -4px -2px 9px #586984, 3px 3px 13px #181d25;
  transition: all .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: 50%;
  transform: translate(-50%, -50%)
}

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

.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: wrap;
  justify-content: center
}

.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_videos .filesid .filesdivcls {
  width: 250px
}

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

.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,
.addEditPageWrapper .form_field_wrapper.form_field_wrapperspecialized_in {
  flex: 1 0 98.7%
}

.addEditPageWrapper .form_field_wrapper.form_field_wrapperunique_name {
  position: relative
}

.addEditPageWrapper .form_field_wrapper.form_field_wrapperunique_name .form_header_unique_name {
  position: absolute;
  left: 0;
  top: 60px;
  font-size: 14px;
  line-height: 18px;
  color: #fff
}

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

.answerSubContainer {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff
}

.answerContainer {
  width: 80%;
  background-color: #fff
}

.form_field_wrapper.form_field_wrapperanswer {
  flex: 1 0 99%
}

.form_field_wrapper.form_field_wrapperanswer .form_field_answer>.ng-star-inserted {
  margin-top: 10px;
  background: #1c1c1c;
  box-shadow: 2px 2px 6px #838383;
  border-radius: 10px;
  padding: 15px
}

.form_field_wrapper.form_field_wrapperanswer .form_field_answer>.ng-star-inserted:nth-of-type(1) {
  margin-top: 15px
}

.form_field_wrapper.form_field_wrapperanswer .form_field_answer>.ng-star-inserted .externalcardcls {
  position: relative
}

.form_field_wrapper.form_field_wrapperanswer .form_field_answer>.ng-star-inserted .mat-mdc-card span.keycls {
  font-size: 22px;
  color: #fff;
  padding-right: 50px
}

.form_field_wrapper.form_field_wrapperanswer .form_field_answer>.ng-star-inserted .mat-mdc-card span.valcls {
  margin-top: 15px;
  font-size: 22px;
  color: #fff
}

.form_field_wrapper.form_field_wrapperanswer .form_field_answer>.ng-star-inserted .mat-mdc-card .external_buttoncls {
  position: absolute;
  right: -10px;
  top: -10px
}

.formStyle.profile-form .form_field_specialized_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.formStyle.profile-form .form_field_specialized_in .ng-star-inserted .mat-mdc-card {
  position: relative
}

.formStyle.profile-form .form_field_specialized_in .ng-star-inserted .mat-mdc-card span.keycls {
  display: none
}

.formStyle.profile-form .form_field_specialized_in .ng-star-inserted .mat-mdc-card span.valcls {
  background: #1c1c1c;
  padding: 8px 70px 8px 15px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 1px 1px 1px #9b9b9b
}

.formStyle.profile-form .form_field_specialized_in .ng-star-inserted .mat-mdc-card .external_buttoncls {
  position: absolute;
  right: 3px;
  top: 3px
}

.formStyle.profile-form .form_field_specialized_in .ng-star-inserted .mat-mdc-card .external_buttoncls span,
.form_field_wrapperanswer .form_field_answer>.ng-star-inserted .mat-mdc-card .external_buttoncls span {
  background: #c7c7c7;
  border-radius: 50%;
  padding: 3.5px;
  font-size: 20px;
  margin: 1.5px
}

.formStyle.profile-form .form_field_specialized_in>.ng-star-inserted {
  margin: 3px
}

.formStyle.profile-form .form_field_specialized_in .externalDataFunctioncls {
  order: 2
}

.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-bottom: 10px;
  width: 100%
}

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

.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;
  font-size: 16px !important;
}

.form_field_wrapper .actionbtndiv mat-chip span,
.form_field_wrapper .actionbtndiv2 mat-chip span {
  cursor: pointer !important
}

.form_field_wrapper.form_field_wrapperaudio,
.form_field_wrapper.form_field_wrappercard_image,
.form_field_wrapper.form_field_wrapperdetail_page_image,
.form_field_wrapper.form_field_wrapperimage,
.form_field_wrapper.form_field_wrappervideo, .form_field_wrapperassets, .form_field_wrappertheme_image,
.form_field_wrappericon_image {
  flex: 1 0 100%;
  border-bottom: 2px solid #677f891a
}

.video_sec_wrpr .form_field_wrapper.form_field_wrappervideo {
  flex: 1 0 49%;
}
.video_sec_wrpr .form_field_wrapper.form_field_wrapperfiles {
  flex: 1 0 49%;
}

.form_field_wrapperaudio .filesid,
.form_field_wrappercard_image .filesid,
.form_field_wrapperimage .filesid,
.form_field_wrapperdetail_page_image .filesid,
.form_field_wrappervideo .filesid, .form_field_wrapperfile_path .filesid, .form_field_wrapperthumbnail_path .filesid, .form_field_wrapperassets .filesid, .form_field_wrappertheme_image .filesid,
.form_field_wrappericon_image .filesid {
  margin-top: 15px
}

.form_field_wrapperaudio .form-element mat-label,
.form_field_wrappercard_image .form-element mat-label,
.form_field_wrapperimage .form-element mat-label,
.form_field_wrapperdetail_page_image .form-element mat-label,
.form_field_wrappervideo .form-element mat-label, .form_field_wrapperfile_path .form-element mat-label, .form_field_wrapperthumbnail_path .form-element mat-label, .form_field_wrapperassets .form-element mat-label, .form_field_wrappertheme_image .form-element mat-label,
.form_field_wrappericon_image .form-element mat-label {
  text-align: center;
  display: block;
  font-size: 2.4rem;
  margin-bottom: 2rem
}detail_page_image

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

.form_field_wrapperaudio .drop,
.form_field_wrappercard_image .drop,
.form_field_wrapperimage .drop,
.form_field_wrapperdetail_page_image .drop,
.form_field_wrappervideo .drop, .form_field_wrapperfile_path .drop, .form_field_wrapperthumbnail_path .drop, .form_field_wrapperassets .drop, .form_field_wrappertheme_image .drop,
.form_field_wrappericon_image .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_wrapperaudio .filesid h1,
.form_field_wrappercard_image .filesid h1,
.form_field_wrapperdetail_page_image .filesid h1,
.form_field_wrapperimage .filesid h1,
.form_field_wrappervideo .filesid h1, .form_field_wrapperfile_path .filesid h1, .form_field_wrapperthumbnail_path .filesid h1, .form_field_wrapperassets .filesid h1, .form_field_wrappertheme_image .filesid h1,
.form_field_wrappericon_image .filesid h1 {
  display: none
}

.form_field_wrapperaudio .filecontainerdiv .fileuploadcompleteicon,
.form_field_wrappercard_image .filecontainerdiv .fileuploadcompleteicon,
.form_field_wrapperimage .filecontainerdiv .fileuploadcompleteicon,
.form_field_wrapperdetail_page_image .filecontainerdiv .fileuploadcompleteicon,
.form_field_wrappervideo .filecontainerdiv .fileuploadcompleteicon, .form_field_file_path .filecontainerdiv .fileuploadcompleteicon, .form_field_thumbnail_path .filecontainerdiv .fileuploadcompleteicon, .form_field_wrapperassets .filecontainerdiv .fileuploadcompleteicon, .form_field_wrappertheme_image .filecontainerdiv .fileuploadcompleteicon,
.form_field_wrappericon_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_wrappercard_image .divimagecardcls,.form_field_wrapperdetail_page_image .divimagecardcls,
.form_field_wrapperimage .divimagecardcls, .form_field_wrapperfile_path .divimagecardcls, .form_field_wrapperthumbnail_path .divimagecardcls, .filecontainerdiv .divimagecardcls, .form_field_wrappertheme_image .divimagecardcls, .filecontainerdiv .divimagecardcls,
.form_field_wrappericon_image .divimagecardcls, .filecontainerdiv .divimagecardcls {
  padding: 15px
}

.form_field_wrappercard_image .divimagecardcls .mat-mdc-card,
.form_field_wrapperdetail_page_image .divimagecardcls .mat-mdc-card,
.form_field_wrapperimage .divimagecardcls .mat-mdc-card, .form_field_wrapperassets .divimagecardcls .mat-mdc-card, .form_field_wrappertheme_image .divimagecardcls .mat-mdc-card,
.form_field_wrappericon_image .divimagecardcls .mat-mdc-card {
  padding: 15px;
  border: 1px solid #8c9da6;
  background: #adbec7
}

.form_field_audio mat-label,
.form_field_image mat-label,
.form_field_images mat-label,
.form_field_icon mat-label,
.form_field_video mat-label,
.form_field_wrapperdetail_page_image mat-label,
.form_field_wrapperfiles mat-label,
.form_field_wrapperaudios mat-label,
.form_field_wrappercard_image mat-label, .form_field_wrapperfile_path mat-label, .form_field_wrapperthumbnail_path mat-label, .form_field_wrapperassets mat-label, .form_field_wrappertheme_image mat-label,
.form_field_wrappericon_image mat-label {
  padding: 10px 20px;
  margin: 20px auto;
  background-color: #4f6773;
  color: #fff;
  border-radius: 25px
}

.form_field_wrapperaudio .filecontainerdiv,
.form_field_wrappercard_image .filecontainerdiv,
.form_field_wrapperimage .filecontainerdiv,
.form_field_wrapperdetail_page_image .filecontainerdiv,
.form_field_wrappervideo .filecontainerdiv, .form_field_wrapperfile_path .filecontainerdiv, .form_field_wrapperthumbnail_path .filecontainerdiv, .form_field_wrapperassets .filecontainerdiv, .form_field_wrappertheme_image .filecontainerdiv,
.form_field_wrappericon_image .filecontainerdiv {
  background: #c0d4de;
  padding: 0;
  border-radius: 8px;
  position: relative;
  margin: 15px
}

.form_field_audio .filesid,
.form_field_image .filesid,
.form_field_video .filesid, .form_field_file_path .filesid, .form_field_thumbnail_path .filesid , .form_field_wrapperassets .filesid, .form_field_wrappertheme_image .filesid,
.form_field_wrappericon_image .filesid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

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

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

.form_field_audio .filenamecls span,
.form_field_video .filenamecls span, .form_field_wrapperassets .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_image .filenamecls .fileuploadedtypeclass,
.form_field_image .filesdivcls .uploadedfiletype,
.form_field_image .filesid br,
.form_field_wrapperdetail_page_image .filenamecls .fileuploadedtypeclass,
.form_field_wrapperdetail_page_image .filesdivcls .uploadedfiletype,
.form_field_wrapperdetail_page_image .filesid br,
.form_field_video .filenamecls .fileuploadedtypeclass,
.form_field_video .filesdivcls br, .form_field_file_path .filesid br, .form_field_file_path .filesdivcls .uploadedfiletype, .form_field_thumbnail_path .filesid br, .form_field_thumbnail_path .filesdivcls .uploadedfiletype, .form_field_wrapperassets .filesdivcls br, .form_field_wrapperassets .filenamecls .fileuploadedtypeclass {
  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
}

button.disabled {
  opacity: .5
}

button.disabled:hover {
  cursor: default;
  animation: shake .6s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px
}

.mat-mdc-dialog-container .mdc-dialog__content {
  color: #dbe9ff !important
}

.mat-mdc-dialog-container ngx-mat-timepicker-face .clock-face {
  background-color: #384355 !important;
  border: 1px solid #586882
}

.mat-toolbar.mat-primary {
  background: #384355 !important;
  color: #fff;
  border: 1px solid #4a5870
}

.mat-toolbar.mat-primary.clock-face__clock-hand {
  border: 1px solid #5f6f89;
  background: #ffa200 !important
}

.mat-toolbar.mat-primary.clock-face__center {
  background: #5f6f89 !important
}

.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #ffa200 !important;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0)
  }

  20%,
  80% {
    transform: translate3d(1px, 0, 0)
  }

  30%,
  50%,
  70% {
    transform: translate3d(-2px, 0, 0)
  }

  40%,
  60% {
    transform: translate3d(2px, 0, 0)
  }
}

@media only screen and (max-width:1544px) {
  .addEditPageWrapper .form_field_wrapper.form_field_wrapperunique_name {
    margin-bottom: 45px
  }
}

@media only screen and (max-width: 1299px) {
  /* << ------------ Sanket CSS for Pre Table Responsive --------------- >> */

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

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

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

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

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

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

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

  .mainwrapper.largebreakpoint_table .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.largebreakpoint_table
    .adminlisttable_v1
    tbody
    td:nth-child(2):before {
    content: "NO.";
    color: #f58720 !important;
    float: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
  }

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

  .mainwrapper.largebreakpoint_table .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.largebreakpoint_table
    .adminlisttable_v1
    .multipledeleteandupdatebuttan {
    position: inherit;
    z-index: 9;
    text-align: center;
    display: block;
    width: auto;
    padding: 25px 0 0;
  }


  /* << ------------ Sanket CSS for Pre Table Responsive --------------- >> */
}

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

  .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: #2bc2ff !important;
    float: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700
  }

  .adminlisttable_v2 tbody td:last-child:before {
    content: "action";
    color: #2bc2ff !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: #2bc2ff
  }

  .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
  }
}

@keyframes progressAnimationStrike {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

@media only screen and (max-width:1199px) {
  .cdk-overlay-container .cdk-overlay-connected-position-bounding-box .cdk-overlay-pane {
    width: 100%
  }

  .cdk-overlay-container .cdk-overlay-connected-position-bounding-box .mat-mdc-menu-panel {
    max-width: unset;
    width: 100%;
    border-radius: 0
  }

  .cdk-overlay-container .cdk-overlay-connected-position-bounding-box .mat-mdc-menu-content .mat-mdc-menu-item {
    min-height: 40px;
    text-align: center
  }

  .cdk-overlay-container .cdk-overlay-connected-position-bounding-box .mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text {
    font-size: 1.8rem
  }

  .cdk-overlay-container .cdk-overlay-connected-position-bounding-box .mat-mdc-menu-panel .mat-mdc-menu-content {
    padding: 0
  }

  html {
    font-size: 50%
  }

  .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: #2bc2ff !important;
    float: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700
  }

  .adminlisttable_v1 tbody td:last-child:before {
    content: "action";
    color: #2bc2ff !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: #2bc2ff
  }

  .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;
    border-bottom: 1px solid #4f5c72 !important;
    background: #262d38
  }

  .adminlisttable_v1 tbody tr td {
    border: 1px solid #4f5c72 !important;
    flex: 1 0 25%;
    font-weight: 400;
    display: flex;
    overflow: inherit;
    align-items: center;
    padding: 10px !important;
    border-bottom: 0 !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: .5%
  }

  .adminlisttable_v2 tbody tr:first-child {
    margin-top: 0
  }

  .adminlisttable_v2 tbody tr:last-child {
    margin-bottom: 0
  }
}

@media only screen and (max-width:991px) {
  html {
    font-size: 50%
  }

  .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 .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 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: .5%
  }

  .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
  }
}

@media only screen and (max-width:560px) {
  .pageformfield {
    display: block;
    width: 100%;
    margin-bottom: 2px
  }

  .list-style1 .lib-pager-class .pageformfield .mat-mdc-form-field,
  .list-style2 .lib-pager-class .pageformfield .mat-mdc-form-field {
    width: calc(50% - 4px);
    margin: 4px 2px
  }

  .list-style1 .lib-pager-class .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix input,
  .list-style2 .lib-pager-class .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix input {
    width: calc(100% - 90px)
  }

  .list-style1 .lib-pager-class .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mdc-floating-label,
  .list-style2 .lib-pager-class .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mdc-floating-label {
    min-width: 90px
  }
}

@media only screen and (max-width:420px) {

  .list-style1 .lib-pager-class .pageformfield .mat-mdc-form-field,
  .list-style2 .lib-pager-class .pageformfield .mat-mdc-form-field {
    width: calc(100% - 4px);
    margin: 4px 2px
  }

  .adminlisttable_v1 .actionbuttonwrapper,
  .adminlisttable_v2 .actionbuttonwrapper {
    margin-top: 10px
  }

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

  .adminlisttable_v1 tbody tr td,
  .adminlisttable_v2 tbody tr td {
    display: block
  }

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

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

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

.mat-mdc-select-arrow svg {
  color: #e0ecff
}

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

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

.formStyle input:-webkit-autofill,
.formStyle input:-webkit-autofill:focus,
.formStyle input:-webkit-autofill:hover,
.formStyle select:-webkit-autofill,
.formStyle select:-webkit-autofill:focus,
.formStyle select:-webkit-autofill:hover,
.formStyle textarea:-webkit-autofill,
.formStyle textarea:-webkit-autofill:focus,
.formStyle textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #272f3c inset
}

.mat-mdc-select-value-text {
  color: #fff
}

div.mat-mdc-select-panel {
  background-color: #3c4659 !important
}

.mat-mdc-option.mdc-list-item {
  align-items: center;
  border-bottom: 1px solid #4b576f
}

.mat-mdc-option.mdc-list-item:last-child {
  border: 0
}

.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: #ff9500 !important
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f90 !important
}

.mat-mdc-option .mdc-list-item__primary-text {
  color: #fff !important
}

@media only screen and (max-width:768px) {

  .lstlogin,
  .user-detail {
    margin: 4px 0
  }

  .lstloging-block {
    flex-wrap: wrap;
    border-radius: 10px;
    background: #384355;
    padding: 1.5rem 2rem;
    border: 1px solid #46536a
  }
}

@media only screen and (max-width:560px) {
  .button_div_custom_cls {
    flex-wrap: wrap
  }

  .actionbuttonwrapper {
    align-items: flex-start
  }

  .actionbuttonwrapper .actionbuttonwrapperspan {
    margin-top: 7px
  }
}

@media only screen and (max-width:460px) {
  .subwrapper {
    padding: 0;
    background: 0 0;
    border: 0
  }
}

.form_field_wrapper .mat-mdc-card {
  background: 0 0;
  box-shadow: none
}

.demo_text {
  color: #fff
}

.tarotCardBody, .tarrotCard_booksShop {
  background: #0d1521;
  overflow: hidden
}

.cardCon {
  width: 250px
}

.cardConTop {
  height: 348px;
  border: solid 10px #343a45;
  background: url(https://all-frontend-assets.s3.amazonaws.com/transcendentpagan/assets/images/TarotCardBG.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  cursor: pointer
}

.cardConBottom {
  width: 100%;
  height: 155px;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(217, 217, 217, 1) 100%);
  border-radius: 5px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.cardConTop img {
  width: 100%;
  position: relative;
  z-index: 9;
  background: #ecc51f;
  background: linear-gradient(180deg, rgba(236, 197, 31, 1) 0, rgba(255, 244, 111, 1) 50%, rgba(255, 229, 11, 1) 100%);
  padding: 10px;
  margin: -10px;
  height: 100%
}

.cardConBottom strong {
  display: block;
  font-size: 60px;
  color: #d9042c
}

#card1 .cardConTop {
  z-index: 9
}

.cardConBottom span {
  display: block;
  font-size: 20px;
  color: #000;
  padding: 20px 0 0 0; text-align: center; text-transform: capitalize;
}

.frequency_block_wrp .frequency_block_left .mat-mdc-form-field {
  flex: 1 0 32.33%;
  margin: .5%
}

.frequency_block_wrp .frequency_block_left .mat-mdc-form-field .mdc-notched-outline__leading,
.frequency_block_wrp .frequency_block_left .mat-mdc-form-field .mdc-notched-outline__notch,
.frequency_block_wrp .frequency_block_left .mat-mdc-form-field .mdc-notched-outline__trailing {
  border-radius: 0;
  border: 0
}

.frequency_block_wrp .frequency_block_left .mat-mdc-form-field .mat-mdc-text-field-wrapper {
  border-radius: 4px;
  background: #272f3c;
  border: 1px solid #333d4e;
  box-shadow: inset -3px -4px 2px #4e5e78b3, inset 2px 4px 9px #000000a8
}

.frequency_block_wrp .frequency_block_left .mat-mdc-form-field label[ng-reflect-floating=true] {
  display: none
}

.frequency_block_wrp .frequency_block_left .mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix,
.frequency_block_wrp .frequency_block_left .mat-mdc-form-field .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px
}

.frequency_block_wrp .frequency_block_left .mat-mdc-form-field .mat-mdc-select-arrow-wrapper {
  transform: none
}

.frequency_block_wrp .frequency_block_left .mdc-text-field--filled .mdc-line-ripple::after {
  border: none
}

.pushable {
  background: #3a6411;
  border-radius: 12px;
  border: none;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  margin: 8px auto;
  display: block;
  /* min-width: 180px */
}

.front {
  display: block;
  padding: 10px 36px;
  border-radius: 12px;
  font-size: 20px;
  background: var(--green-gradient);
  color: #fff;
  transform: translateY(-6px);
  border: solid 1px #549f05;
  transition: .1s
}

.pushable:active .front {
  transform: translateY(-2px)
}

.card_image {
  animation: flip .6s linear;
  background: url(https://all-frontend-assets.s3.amazonaws.com/transcendentpagan/assets/images/TarotCardBG.jpg) no-repeat;
  background-size: cover;
  background-position: center center
}

@keyframes flip {
  from {
    transform: rotateY(180deg)
  }

  to {
    transform: rotateY(0)
  }
}

.classadd {
  background: #000
}

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

.accountLinkmodal_wrp .accountLinkButton {
  width: 300px;
  max-width: 100%;
  padding: 10px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #384355;
  border: 1px solid #4b5a72;
  border-radius: 6px
}

.accountLinkmodal_wrp .icon_wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #9d9d9d;
  cursor: pointer
}

.accountLinkmodal_wrp .accountLinkButton .pushable {
  margin: 22px auto 8px
}

.accountLinkmodal_wrp .icon_wrap .fa {
  font-size: 48px
}

.accountLinkmodal_wrp .icon_wrap .fa.fa-facebook {
  color: #0a66c2
}

.accountLinkmodal_wrp .icon_wrap .fa.fa-twit {
  color: #0f1419
}

.accountLinkmodal_wrp .icon_wrap .fa.fa-twit svg {
  vertical-align: middle
}

.accountLinkmodal_wrp .icon_wrap .fa.fa-linkedin {
  color: #0a66c2
}

@media only screen and (max-width:899px) {
  .accountLinkmodal_wrp .accountLinkButton {
    width: 270px
  }
}

@media only screen and (max-width:799px) {
  .accountLinkmodal_wrp .accountLinkButton {
    width: 100%
  }
}

@media only screen and (max-width:499px) {
  .front {
    padding: 12px 22px;
    font-size: 18px
  }
}

.ngx-mat-timepicker-dialog .mat-mdc-dialog-actions button {
  margin: 10px !important
}

.maindialognew p {
  color: #fff
}

.grp1stCon {
  display: flex;
  width: 100%;
 
}

.grp2ndCon {
  display: block;
  width: 100%
}

.showcard {
  display: block
}

.hidecard {
  display: none
}

.showcasespreadpage .tarotCardBody {
  margin-bottom: 15px
}

.showcasespreadpage .tarotCardBody button {
  margin: 30px auto !important;
  display: block
}

.cdk-global-scrollblock {
  top: 0;
  position: inherit !important
}

.showcasespreadmodalCon {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 500px;
  flex-direction: row !important;
  border-radius: 5px !important;
  padding: 5px;
  background: 0 0;
  margin: 5px 0;
  --mdc-elevated-card-container-color: none !important;
  --mdc-elevated-card-container-elevation: none !important;
  align-items: center !important;
  border: none !important
}

.showcasespreadmodalCon:nth-of-type(even) {
  background-color: #2d323c !important
}

.showcasespreadmodalCon mat-card-header {
  margin: 0;
  padding: 0 0 0 10px;
  width: 180px;
  font-size: 18px;
  color: #fff
}

.showcasespreadmodalCon mat-form-field {
  width: calc(100% - 200px)
}

.showcasespreadmodalCon .mdc-text-field {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.showcasespreadmodalCon .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #272f3c;
  border: 1px solid #333d4e;
  box-shadow: inset -3px -4px 2px #4e5e78b3, inset 2px 4px 9px #000000a8;
  border-radius: 4px
}

.showcasespreadmodalCon .mdc-text-field--filled .mdc-line-ripple::after {
  display: none
}

.showcasespreadmodalCon .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #fff !important
}

.showcasespreadmodalCon .mat-mdc-select-arrow svg {
  fill: currentColor;
  position: absolute;
  top: 20%;
  left: -50%;
  transform: translate(-50%, -80%)
}

.custommodalbox {
  max-height: 80vh !important;
  overflow-y: overlay
}

.custommodalbox showcasespreadmodal h2 {
  background: var(--green-gradient) !important;
  border: 1px solid #8cbf27 !important;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  border-radius: 5px
}

.buttonGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 0 0;
  padding-top: 5px;
  border-top: solid 1px #2d323c !important
}

.buttonGroup button {
  background: var(--orange-gradient);
  padding: 10px;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5px;
  color: #000 !important;
  text-transform: capitalize;
  height: auto !important;
  font-size: 18px
}

.form_field_thumbnail mat-label {
  color: #fff
}

.form_field_thumbnail .aligner h1 {
  color: #fff
}

.actionbtndiv mat-chip {
  padding: 0 !important
}

.actionbtndiv mat-chip span {
  display: block !important;
  position: inherit;
  padding: 0 !important;
  background: 0 0 !important;
  /* line-height: 33px !important */
  line-height: 32px !important
}

.actionbtndiv mat-chip span.mat-mdc-chip-action-label {
  padding: 0 16px !important
}

.PreviewModalBox {
  display: block
}

.PreviewModalBox h2 {
  background: #384355;
  padding: 1.5rem 48px;
  text-align: center;
  font-size: 2.4rem !important;
  color: #fff;
  text-shadow: 1px 1px 1px #053650;
  border: 1px solid #4a5870;
  border-radius: 5px
}

.PreviewModalBoxCon div {
  padding: 10px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  box-shadow: none !important;
  flex-direction: inherit !important;
  background-color: #505f78;
  margin: 2px 10px !important;
  border: 1px solid #6c80a1;
  border-radius: 3px;
  font-size: 1.6rem !important;
  color: #fff
}

.PreviewModalBoxCon div strong {
  font-size: 1.8rem !important;
  display: block;
  width: 38%
}

.PreviewModalBoxCon div span {
  width: 60%
}

.PreviewModalBoxCon div:nth-of-type(odd) {
  background: #384355;
  border: 1px solid #51617c
}

.PreviewModalBoxCon {
  max-height: 65vh;
  box-sizing: border-box;
  overflow: auto
}

.PreviewModalBoxCon div img {
  max-width: 100%;
  border: 1px solid #51617c
}

.PreviewModalBoxCon::-webkit-scrollbar {
  width: 5px
}

.PreviewModalBoxCon::-webkit-scrollbar-track {
  background: #505f78
}

.PreviewModalBoxCon::-webkit-scrollbar-thumb {
  background: #384355
}

.PreviewModalBoxCon::-webkit-scrollbar-thumb:hover {
  background: #384355
}

.form_field_card_image mat-label {
  font-size: 16px;
  color: #fff
}

.filesdivcls {
  text-align: center
}

.mainwrapper.showcasespreadpage .addEditPageWrapper .addEditForm {
  padding-bottom: 75px !important
}

.mainwrapper.createevent_mainwrapper .addEditPageWrapper .addEditForm {
  padding-bottom: 20px !important
}

.mainwrapper.createevent_mainwrapper .addEditPageWrapper .submitbtnsection {
  margin-top: 25px
}

.addEditFormshowcase .submitbtnsection {
  position: absolute !important;
  bottom: 6px !important;
  width: calc(100% - 4rem)
}

.addEditFormshowcase .submitbtnsection {
  position: absolute !important;
  bottom: 6px !important;
  width: calc(100% - 4rem)
}



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

.mainwrapper.mainwrapper_packageaddedit .addEditPageWrapper .form_field_wrapper.form_field_wrapperprice .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mdc-floating-label--float-above {
  left: -21px;
}

.copylink_mainwrap {
  padding: 1.5rem;
  margin: 0 0 1.8rem;
  background: #384355;
  border: 1px solid #4b5a72;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
}

.copylink_mainwrap .link_wrap {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  width: calc(50% - 11px);
}

.copylink_mainwrap .link_wrap.signup_link {
  padding-right: 10px;
  border-right: 1px solid #4b5a72;
}

.copylink_mainwrap .link_wrap.profile_link {
  padding-left: 10px;
}

/* .copylink_mainwrap .link_wrap p {    word-break: break-all;
  margin: 0;
  padding: 15px 10px;
  background: #5e6c83;
  border-radius: 8px;
} */
.copylink_mainwrap .link_iconwrp {
  background: var(--orange-gradient);
  box-shadow: none;
  border-radius: 8px;
  display: flex;
  position: relative;
}

.copylink_mainwrap .link_wrap .link_iconwrp span {
  background-color: #1a1a1a;
  border-radius: 5px 0px 0px 0px;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  display: block;
  height: 50px;
  width: 70px;
  cursor: pointer;
}

.copylink_mainwrap .link_wrap .link_iconwrp span i {
  display: inline-block;
  margin-left: 6px;
  margin-top: 6px;
}

.copylink_mainwrap .link_wrap .link_iconwrp p {
  margin: 0;
  word-break: break-word;
  width: calc(100% - 126px);
  padding: 5px 0;
  padding-right: 10px;
  display: flex;
  align-items: center;
}

.copylink_mainwrap .link_iconwrp i:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 21px;
}

.copylink_mainwrap .link_wrap .link_iconwrp .copy_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #1a1a1a;
  cursor: pointer;
}

.copylink_mainwrap .link_wrap .link_iconwrp .copy_icon i {
  transition: all 0.1s;
}

.copylink_mainwrap .link_wrap .link_iconwrp .copy_icon i:active {
  transform: translateY(5px);

}

.copylink_mainwrap .link_wrap .link_iconwrp .copy_icon i::before {
  font-size: 26px;
}

@media only screen and (max-width:699px) {
  .copylink_mainwrap {
    flex-direction: column;
  }

  .copylink_mainwrap .link_wrap {
    width: auto;
  }

  .copylink_mainwrap .link_wrap.signup_link {
    padding-right: 0;
    border-right: 0;

    padding-bottom: 15px;
    border-bottom: 1px solid #4b5a72;

  }

  .copylink_mainwrap .link_wrap.profile_link {
    padding-left: 0;
    padding-top: 15px;
  }
}

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

/* Deep */
/* air esponce */

.ai_responce_container .container {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
}

.result_data_html .container .ai-response {
  padding: 20px;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.result_data_html .container .ai-response .planet_description,
.result_data_html .container .ai-response .ascendant_description,
.result_data_html .container .ai-response .midheaven_description,
.result_data_html .container .ai-response .vertex_description,
.result_data_html .container .ai-response .aspect_description,
.result_data_html .container .ai-response .aspect_planet_description,
.result_data_html .container .ai-response .solar_return_details_description,
.result_data_html .container .ai-response .solar_return_planet_description ,
.result_data_html .container .ai-response .significance_waning_square_significance,
.result_data_html .container .ai-response .pluto_square_description,
.result_data_html .container .ai-response .pluto_trine_description,
.result_data_html .container .ai-response .pluto_sextile_description,
.result_data_html .container .ai-response .pluto_opposition_description,
.result_data_html .container .ai-response .pluto_conjunction_description,
.result_data_html .container .ai-response .uranus_square_description,
.result_data_html .container .ai-response .uranus_trine_description,
.result_data_html .container .ai-response .uranus_sextile_description,
.result_data_html .container .ai-response .uranus_opposition_description,
.result_data_html .container .ai-response .uranus_conjunction_description,
.result_data_html .container .ai-response .neptune_square_description,
.result_data_html .container .ai-response .neptune_trine_description,
.result_data_html .container .ai-response .neptune_sextile_description,
.result_data_html .container .ai-response .neptune_opposition_description,
.result_data_html .container .ai-response .neptune_conjunction_description,
.result_data_html .container .ai-response .moon_square_description,
.result_data_html .container .ai-response .moon_trine_description,
.result_data_html .container .ai-response .moon_sextile_description,
.result_data_html .container .ai-response .moon_opposition_description,
.result_data_html .container .ai-response .moon_conjunction_description,
.result_data_html .container .ai-response .mars_square_description,
.result_data_html .container .ai-response .mars_trine_description,
.result_data_html .container .ai-response .mars_sextile_description,
.result_data_html .container .ai-response .mars_opposition_description,
.result_data_html .container .ai-response .mars_conjunction_description,
.result_data_html .container .ai-response .sun_square_description,
.result_data_html .container .ai-response .sun_trine_description,
.result_data_html .container .ai-response .sun_sextile_description,
.result_data_html .container .ai-response .sun_opposition_description,
.result_data_html .container .ai-response .sun_conjunction_description,
.result_data_html .container .ai-response .mercury_square_description,
.result_data_html .container .ai-response .mercury_trine_description,
.result_data_html .container .ai-response .mercury_sextile_description,
.result_data_html .container .ai-response .mercury_opposition_description,
.result_data_html .container .ai-response .mercury_conjunction_description,
.result_data_html .container .ai-response .jupiter_square_description,
.result_data_html .container .ai-response .jupiter_trine_description,
.result_data_html .container .ai-response .jupiter_sextile_description,
.result_data_html .container .ai-response .jupiter_opposition_description,
.result_data_html .container .ai-response .jupiter_conjunction_description,
.result_data_html .container .ai-response .venus_square_description,
.result_data_html .container .ai-response .venus_trine_description,
.result_data_html .container .ai-response .venus_sextile_description,
.result_data_html .container .ai-response .venus_opposition_description,
.result_data_html .container .ai-response .venus_conjunction_description,
.result_data_html .container .ai-response .saturn_square_description,
.result_data_html .container .ai-response .saturn_trine_description,
.result_data_html .container .ai-response .saturn_sextile_description,
.result_data_html .container .ai-response .saturn_opposition_description,
.result_data_html .container .ai-response .saturn_conjunction_description
{
  font-size: 20px;
  line-height: 26px;
  border-radius: 10px;
  color: black;
  padding: 40px;
  padding-top: 80px;
  width: calc(100% - 80px);
  background: linear-gradient(166deg, rgba(240, 160, 35, 1) 0%, rgba(248, 214, 71, 1) 100%);
}


.result_data_html .container .ai-response .ascendant_description,
.result_data_html .container .ai-response .midheaven_description,
.result_data_html .container .ai-response .vertex_description,
.result_data_html .container .ai-response .aspect_description,
.result_data_html .container .ai-response .planet_description,
.result_data_html .container .ai-response .aspect_planet_description ,
.result_data_html .container .ai-response .significance_waning_square_significance,
.result_data_html .container .ai-response  .pluto_square_description,
.result_data_html .container .ai-response .moon_square_description,
.result_data_html .container .ai-response .moon_trine_descriptio,
.result_data_html .container .ai-response .pluto_trine_description,
.result_data_html .container .ai-response .pluto_sextile_description,
.result_data_html .container .ai-response .pluto_opposition_description,
.result_data_html .container .ai-response .uranus_square_description,
.result_data_html .container .ai-response .uranus_trine_description,
.result_data_html .container .ai-response .uranus_sextile_description,
.result_data_html .container .ai-response .pluto_conjunction_description,
.result_data_html .container .ai-response .uranus_opposition_description,
.result_data_html .container .ai-response .uranus_conjunction_description,
.result_data_html .container .ai-response .neptune_square_description,
.result_data_html .container .ai-response .neptune_trine_description,
.result_data_html .container .ai-response .neptune_sextile_description,
.result_data_html .container .ai-response .neptune_opposition_description,
.result_data_html .container .ai-response .neptune_conjunction_description,
.result_data_html .container .ai-response .moon_trine_description,
.result_data_html .container .ai-response .moon_sextile_description,
.result_data_html .container .ai-response .moon_opposition_description,
.result_data_html .container .ai-response .moon_conjunction_description,
.result_data_html .container .ai-response .mars_square_description,
.result_data_html .container .ai-response .mars_trine_description,
.result_data_html .container .ai-response .mars_sextile_description,
.result_data_html .container .ai-response .mars_opposition_description,
.result_data_html .container .ai-response .mars_conjunction_description,
.result_data_html .container .ai-response .sun_square_description,
.result_data_html .container .ai-response .sun_trine_description,
.result_data_html .container .ai-response .sun_sextile_description,
.result_data_html .container .ai-response .sun_opposition_description,
.result_data_html .container .ai-response .sun_conjunction_description,
.result_data_html .container .ai-response .mercury_square_description,
.result_data_html .container .ai-response .mercury_trine_description,
.result_data_html .container .ai-response .mercury_sextile_description,
.result_data_html .container .ai-response .mercury_opposition_description,
.result_data_html .container .ai-response .mercury_conjunction_description,
.result_data_html .container .ai-response .jupiter_square_description,
.result_data_html .container .ai-response .jupiter_trine_description,
.result_data_html .container .ai-response .jupiter_sextile_description,
.result_data_html .container .ai-response .jupiter_opposition_description,
.result_data_html .container .ai-response .jupiter_conjunction_description,
.result_data_html .container .ai-response .venus_square_description,
.result_data_html .container .ai-response .venus_trine_description,
.result_data_html .container .ai-response .venus_sextile_description,
.result_data_html .container .ai-response .venus_opposition_description,
.result_data_html .container .ai-response .venus_conjunction_description,
.result_data_html .container .ai-response .saturn_square_description,
.result_data_html .container .ai-response .saturn_trine_description,
.result_data_html .container .ai-response .saturn_sextile_description,
.result_data_html .container .ai-response .saturn_opposition_description,
.result_data_html .container .ai-response .saturn_conjunction_description{
  background: linear-gradient(166deg, rgba(240, 160, 35, 1) 0%, rgba(248, 214, 71, 1) 100%);
}



.result_data_html .container .ai-response .planet_description::-webkit-scrollbar {
  display: none;
}

.result_data_html .container .ai-response .ascendant_description::-webkit-scrollbar {
  display: none;
}

.result_data_html .container .ai-response .midheaven_description::-webkit-scrollbar {
  display: none;
}

.result_data_html .container .ai-response .aspect_description::-webkit-scrollbar {
  display: none;
}

.result_data_html .container .ai-response .house_description::-webkit-scrollbar {
  display: none;
}

.result_data_html .container .ai-response .aspect_planet_description::-webkit-scrollbar {
  display: none;
}
.natal_image_modal{
  max-width: none;
  width: 50%;
  height: auto;
  max-height: 80%;
  overflow: hidden;
}
.aspect_picture_modal{
  width: 70%;
}
.natal_image_modal .content_header{
  text-align: center;
  margin: 20px 0;
  background: #ffffff;
  padding: 1.5rem 2rem;
  box-shadow: 1px 1px 5px rgba(26, 26, 26, 0.3215686275);
  border-radius: 6px;
  border: 1px solid rgba(182, 199, 227, 0.168627451);
  color: black;
}

.natal_image_modal .content_header h1{
  margin-bottom: 0px;
    font-weight: 600;
    font-size: 40px;
}

.natal_image_modal .containt_text_planet_containt{
  font-size: 20px;
  line-height: 26px;
  border-radius: 0px 0px 8px 8px;
  color: black;
  padding: 40px;
  width: calc(100% - 80px);
  background: linear-gradient(166deg, rgb(240, 160, 35) 0%, rgb(248, 214, 71) 100%);
}

.show_more_modal{
  overflow:hidden;
}


@media only screen and (max-width:1600px) {
  .natal_image_modal{
    width: 70%;
  }
}

@media only screen and (max-width:880px) {
  .natal_image_modal{
    width: 80%;
  }
}






.result_data_html .container .ai-response h1 ,.solar_return_details {
  font-size: 40px;
  font-weight: 600;
  border-radius: 10px;
  padding: 15px 40px;
  text-align: center;
  color: #232c3c;
  position: relative;
  box-shadow: 0px 2px 20px -4px rgba(0, 0, 0, 0.75);
  width: 87%;
  position: absolute;
  top: 1px;
}
/* .luner_return_data .container .ai-response h1{
  position: unset;
} */
.luner_return_data .container .ai-response .lunar_return_description{
  background: linear-gradient(166deg, rgba(240, 160, 35, 1) 0%, rgba(248, 214, 71, 1) 100%);
  font-size: 20px;
  line-height: 26px;
  height: 80%;
  border-radius: 10px;
  color: black;
  padding: 40px;
  padding-top: 80px;
  /* overflow-y: auto; */
  width: calc(100% - 80px);
}
.result_data_html .container .ai-response .ascendant,
.result_data_html .container .ai-response .midheaven,
.result_data_html .container .ai-response .vertex,
.result_data_html .container .ai-response .aspect {
  background: #ffffff;

}

.result_data_html .container .ai-response .planet_Sun,
.result_data_html .container .ai-response .planet_sun,
.result_data_html .container .ai-response .vertex_Sun,
.result_data_html .container .ai-response .transit_relation_sun,
.result_data_html .container .ai-response .solar_return_details_sun,
.result_data_html .container .ai-response .solar_return_planet_sun {
  background: #ffffff;
  /* background-image: url(../../../../assets/planet-assaets/sun-combine.png); */
  background-image: url(../assets/planet-assaets/sun-combine.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .planet_Sun_description,
.result_data_html .container .ai-response .vertex_Sun_description,
.result_data_html .container .ai-response .transit_relation_sun_description,
.result_data_html .container .ai-response .solar_return_details_description,
.result_data_html .container .ai-response .solar_return_planet_sun_description {
  background: linear-gradient(166deg, rgba(240, 160, 35, 1) 0%, rgba(248, 214, 71, 1) 100%);
}

/* astrology singh css start */
.result_data_html .container .ai-response .ascendant_Aries,
.result_data_html .container .ai-response .midheaven_Aries,
.result_data_html .container .ai-response .house_Aries {
  background-image: url(../assets/images/zodiac/aries_new.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .ascendant_Taurus,
.result_data_html .container .ai-response .midheaven_Taurus,
.result_data_html .container .ai-response .house_Taurus {
  background-image: url(../assets/images/zodiac/Taurus_new.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .ascendant_Gemini,
.result_data_html .container .ai-response .midheaven_Gemini,
.result_data_html .container .ai-response .house_Gemini {
  background-image: url(../assets/images/zodiac/gimini_new.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .ascendant_Cancer,
.result_data_html .container .ai-response .midheaven_Cancer,
.result_data_html .container .ai-response .house_Cancer {
  background-image: url(../assets/images/zodiac/cancer_new.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .ascendant_Leo,
.result_data_html .container .ai-response .midheaven_Leo,
.result_data_html .container .ai-response .house_Leo {
  background-image: url(../assets/images/zodiac/lio_new.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .ascendant_Virgo,
.result_data_html .container .ai-response .midheaven_Virgo,
.result_data_html .container .ai-response .house_Virgo {
  background-image: url(../assets/images/zodiac/virgo_new.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}


.result_data_html .container .ai-response .ascendant_Libra,
.result_data_html .container .ai-response .midheaven_Libra,
.result_data_html .container .ai-response .house_Libra {
  background-image: url(../assets/images/zodiac/virgo_new.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .ascendant_Scorpio,
.result_data_html .container .ai-response .midheaven_Scorpio,
.result_data_html .container .ai-response .house_Scorpio {
  background-image: url(../assets/images/zodiac/scorpio_new.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .ascendant_Sagittarius,
.result_data_html .container .ai-response .midheaven_Sagittarius,
.result_data_html .container .ai-response .house_Sagittarius {
  background-image: url(../assets/images/zodiac/sagittarius_new.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .ascendant_Capricorn,
.result_data_html .container .ai-response .midheaven_Capricorn,
.result_data_html .container .ai-response .house_Capricorn {
  background-image: url(../assets/images/zodiac/capricorn_new.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .ascendant_Aquarius,
.result_data_html .container .ai-response .midheaven_Aquarius .midheaven_Capricorn,
.result_data_html .container .ai-response .house_Aquarius {
  background-image: url(../assets/images/zodiac/aquarius_new.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .ascendant_Pisces,
.result_data_html .container .ai-response .midheaven_Pisces,
.result_data_html .container .ai-response .house_Pisces {
  background-image: url(../assets/images/zodiac/pisces_new.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

/* Astrologi singh css end  */

.result_data_html .container .ai-response .planet_Moon,
.result_data_html .container .ai-response .vertex_Moon,
.result_data_html .container .ai-response .transit_relation_moon,
.result_data_html .container .ai-response .planet_moon,
.result_data_html .container .ai-response .solar_return_details_moon,
.result_data_html .container .ai-response .solar_return_planet_moon {
  background: #ffffff;
  background-image: url(../assets/planet-assaets/moon-combain.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .planet_Moon_description,
.result_data_html .container .ai-response .vertex_Moon_description,
.result_data_html .container .ai-response .transit_relation_moon_description,
.result_data_html .container .ai-response .planet_moon_description,
.result_data_html .container .ai-response .solar_return_details_moon_description,
.result_data_html .container .ai-response .solar_return_planet_moon_description {
  background: linear-gradient(166deg, #942ea9 0%, #e366f9 100%);
  color: white !important;
}

.result_data_html .container .ai-response .planet_Mercury,
.result_data_html .container .ai-response .vertex_Mercury,
.result_data_html .container .ai-response .transit_relation_mercury,
.result_data_html .container .ai-response .planet_mercury,
.result_data_html .container .ai-response .solar_return_details_mercury,
.result_data_html .container .ai-response .solar_return_planet_mars {
  background: #ffffff;
  background-image: url(../assets/planet-assaets/mercury-combine.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .planet_Mercury_description,
.result_data_html .container .ai-response .vertex_Mercury_description,
.result_data_html .container .ai-response .transit_relation_mercury_description,
.result_data_html .container .ai-response .planet_mercury_description,
.result_data_html .container .ai-response .solar_return_details_mercury_description,
.result_data_html .container .ai-response .solar_return_planet_mercury_description {
  background: linear-gradient(166deg, #c77121 0%, #fc9c42 100%);
}

.result_data_html .container .ai-response .planet_Venus,
.result_data_html .container .ai-response .vertex_Venus,
.result_data_html .container .ai-response .transit_relation_venus,
.result_data_html .container .ai-response .planet_venus,
.result_data_html .container .ai-response .solar_return_details_venus,
.result_data_html .container .ai-response .solar_return_planet_venus {
  background: #ffffff;
  background-image: url(../assets/planet-assaets/venus-combine.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .planet_Venus_description,
.result_data_html .container .ai-response .vertex_Venus_description,
.result_data_html .container .ai-response .transit_relation_venus_description,
.result_data_html .container .ai-response .planet_venus_description,
.result_data_html .container .ai-response .solar_return_details_venus_description,
.result_data_html .container .ai-response .solar_return_planet_venus_description {
  background: linear-gradient(166deg, #4caa0e 0%, #9fe41f 100%);
}

.result_data_html .container .ai-response .planet_Mars,
.result_data_html .container .ai-response .vertex_Mars,
.result_data_html .container .ai-response .transit_relation_mars,
.result_data_html .container .ai-response .planet_mars,
.result_data_html .container .ai-response .solar_return_details_mars,
.result_data_html .container .ai-response .solar_return_planet_mars {
  background: #ffffff;
  background-image: url(../assets/planet-assaets/mars-combine.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .planet_Mars_description,
.result_data_html .container .ai-response .vertex_Mars_description,
.result_data_html .container .ai-response .transit_relation_mars_description,
.result_data_html .container .ai-response .planet_mars_description,
.result_data_html .container .ai-response .solar_return_details_mars_description,
.result_data_html .container .ai-response .solar_return_planet_mars_description {
  background: linear-gradient(166deg, #ac1f25 0%, #f4424b 100%);
  color: white !important;
}

.result_data_html .container .ai-response .planet_Jupiter,
.result_data_html .container .ai-response .vertex_Jupiter,
.result_data_html .container .ai-response .transit_relation_jupiter,
.result_data_html .container .ai-response .planet_jupiter,
.result_data_html .container .ai-response .solar_return_details_jupiter,
.result_data_html .container .ai-response .solar_return_planet_jupiter {
  background: #ffffff;
  background-image: url(../assets/planet-assaets/juiter-combine.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .planet_Jupiter_description,
.result_data_html .container .ai-response .vertex_Jupiter_description,
.result_data_html .container .ai-response .transit_relation_jupiter_description,
.result_data_html .container .ai-response .planet_jupiter_description,
.result_data_html .container .ai-response .solar_return_details_jupiter_description ,
.result_data_html .container .ai-response .solar_return_planet_jupiter_description{
  background: linear-gradient(166deg, #0d90cc 0%, #42cffe 100%);
}

.result_data_html .container .ai-response .planet_Saturn,
.result_data_html .container .ai-response .vertex_Saturn,
.result_data_html .container .ai-response .transit_relation_saturn,
.result_data_html .container .ai-response .planet_saturn,
.result_data_html .container .ai-response .solar_return_details_saturn,
.result_data_html .container .ai-response .solar_return_planet_saturn {
  background: #ffffff;
  background-image: url(../assets/planet-assaets/saturn-combine.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .planet_Saturn_description,
.result_data_html .container .ai-response .vertex_Saturn_description,
.result_data_html .container .ai-response .transit_relation_saturn_description,
.result_data_html .container .ai-response .planet_saturn_description,
.result_data_html .container .ai-response .solar_return_details_saturn_description,
.result_data_html .container .ai-response .solar_return_planet_saturn_description {
  background: linear-gradient(166deg, #75777E 0%, #B2B4B8 100%);
  color: white !important;

}

.result_data_html .container .ai-response .planet_Uranus,
.result_data_html .container .ai-response .vertex_Uranus,
.result_data_html .container .ai-response .transit_relation_uranus,
.result_data_html .container .ai-response .planet_uranus,
.result_data_html .container .ai-response .solar_return_details_uranus,
.result_data_html .container .ai-response .solar_return_planet_uranus{
  background: #ffffff;
  /* background-image: url(../../../../assets/planet-assaets/saturn-combine.png); */
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .planet_Uranus_description,
.result_data_html .container .ai-response .vertex_Uranus_description,
.result_data_html .container .ai-response .planet_uranus_description,
.result_data_html .container .ai-response .solar_return_details_uranus_description,
.result_data_html .container .ai-response .solar_return_planet_uranus_description  {
  background: linear-gradient(166deg, #B3A036 0%, #eadf9f 100%);
}

.result_data_html .container .ai-response .planet_Neptune,
.result_data_html .container .ai-response .vertex_Neptune,
.result_data_html .container .ai-response .transit_relation_neptune,
.result_data_html .container .ai-response .planet_neptune,
.result_data_html .container .ai-response .solar_return_details_neptune,
.result_data_html .container .ai-response .solar_return_planet_neptune  {
  background: #ffffff;
  /* background-image: url(../../../../assets/planet-assaets/saturn-combine.png); */
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .planet_Neptune_description,
.result_data_html .container .ai-response .vertex_Neptune_description,
.result_data_html .container .ai-response .transit_relation_neptune_description,
.result_data_html .container .ai-response .planet_neptune_description,
.result_data_html .container .ai-response .solar_return_details_neptune_description,
.result_data_html .container .ai-response .solar_return_planet_neptune_description{
  background: linear-gradient(166deg, #3661B3 0%, #8fa7d4 100%);
}

.result_data_html .container .ai-response .planet_Pluto,
.result_data_html .container .ai-response .vertex_Pluto,
.result_data_html .container .ai-response .transit_relation_pluto,
.result_data_html .container .ai-response .planet_pluto,
.result_data_html .container .ai-response .solar_return_details_pluto,
.result_data_html .container .ai-response .solar_return_planet_pluto {
  background: #ffffff;
  /* background-image: url(../../../../assets/planet-assaets/saturn-combine.png); */
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: auto 80%;
}

.result_data_html .container .ai-response .planet_Pluto_description,
.result_data_html .container .ai-response .vertex_Pluto_description,
.result_data_html .container .ai-response .transit_relation_pluto_description,
.result_data_html .container .ai-response .planet_pluto_description,
.result_data_html .container .ai-response .solar_return_details_pluto_description,
.result_data_html .container .ai-response .solar_return_planet_pluto_description {
  background: linear-gradient(166deg, #FEE0FF 0%, #c9c4c9 100%);
}

/* ************** Soubhik Debnath ************** */
.result_data .ai-response .house_description , .ai-response .friendship_report_description{
  background: linear-gradient(166deg, rgba(240, 160, 35, 1) 0%, rgba(248, 214, 71, 1) 100%);
  font-size: 20px;
  line-height: 26px;
  height: 80%;
  border-radius: 10px;
  color: black;
  padding: 40px;
  padding-top: 80px;
  overflow-y: auto;
  width: calc(100% - 80px);
}

.result_data .ai-response h2,
.result_data .ai-response h1,
.result_data .ai-response .mercury_sextile {
  background-color: #fff;
  font-size: 40px;
  font-weight: 600;
  border-radius: 10px;
  padding: 15px 40px;
  text-align: center;
  color: #232c3c;
  position: relative;
  box-shadow: 0px 2px 20px -4px rgba(0, 0, 0, 0.75);
  width: 87%;
  position: absolute;
  top: 1px;
}

.result_data .ai-response .planet_description h2{
  background-color: transparent;
  font-size: inherit;
  font-weight: 500;
  padding: 0;
  position: relative;
  box-shadow: none;
  text-align: justify;
  color: inherit;
}
.luner_return_data .ai-response h2{
  position: unset;
  font-size: 25px;
  line-height: 30px;
  margin: 6px auto;
  background-color: unset;
  padding: 0;
  box-shadow: unset;
}
.jupiter_return_class .container .transit-house,
.jupiter_return_class .container .transit,
.jupiter_return_class .container .ascendant{
  padding: 20px;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.jupiter_return_class .container .transit-house h2,
.jupiter_return_class .container .transit h2,
.jupiter_return_class .container .ascendant h2{
  font-size: 40px;
    font-weight: 600;
    border-radius: 10px;
    padding: 15px 40px;
    text-align: center;
    color: #232c3c;
    position: relative;
    box-shadow: 0px 2px 20px -4px rgba(0, 0, 0, 0.75);
    width: 87%;
    position: absolute;
    top: 1px;
    background-color: #fff;
}

.jupiter_return_class .container .transit-house p,
.jupiter_return_class .container .transit .transit-info,
.jupiter_return_class .container .ascendant p{
  background: linear-gradient(166deg, rgba(240, 160, 35, 1) 0%, rgba(248, 214, 71, 1) 100%);
    font-size: 20px;
    line-height: 26px;
    /* height: 80%; */
    border-radius: 10px;
    color: black;
    padding: 40px;
    padding-top: 80px;
    overflow-y: auto;
    width: calc(100% - 80px);
}



/* .horary_view .container .ai-response h1{
  position: unset;
} */
/* .horary_view .container .ai-response h2{
  position: relative;
} */
.horary_view .container .ai-response .life_forecast_report_description{
  background: linear-gradient(166deg, rgba(240, 160, 35, 1) 0%, rgba(248, 214, 71, 1) 100%);
  font-size: 20px;
  line-height: 26px;
  height: 80%;
  border-radius: 10px;
  color: black;
  padding: 40px;
  padding-top: 80px;
  overflow-y: auto;
  width: calc(100% - 80px);
}

.result_data .ai-response .moon_sextile, .result_data .ai-response .moon_opposition, .result_data .ai-response .moon_conjunction {
  background-color: #fff;
    font-size: 26px;
    font-weight: 600;
    border-radius: 10px;
    padding: 15px 40px;
    text-align: center;
    color: #232c3c;
    position: relative;
    box-shadow: 0px 2px 20px -4px rgba(0, 0, 0, 0.75);
    width: 80%;
    position: absolute;
    top: 1px;
}

.result_data .ai-response .lilith_description {
  background: linear-gradient(166deg, rgba(240, 160, 35, 1) 0%, rgba(248, 214, 71, 1) 100%);
  font-size: 20px;
  line-height: 26px;
  height: 80%;
  border-radius: 10px;
  color: black;
  padding: 40px;
  padding-top: 80px;
  overflow-y: auto;
}

.result_data_html .container .ai-response .lilith_description::-webkit-scrollbar {
  display: none;
}

.ai-response .transit_relation_description {
  background: linear-gradient(166deg, rgba(240, 160, 35, 1) 0%, rgba(248, 214, 71, 1) 100%);
  font-size: 20px;
  line-height: 26px;
  height: 80%;
  border-radius: 10px;
  color: black;
  padding: 40px;
  padding-top: 80px;
  overflow-y: auto;
}
.result_data.result_data_html.ai_responce_container.ng-star-inserted {
  margin: 20px 0px;
  display: block;
  background: #282f3c;
  border-radius: 5px;
  color: white;
  padding: 25px;
}
.romantic_forecast_report_description{
  background: linear-gradient(166deg, rgba(240, 160, 35, 1) 0%, rgba(248, 214, 71, 1) 100%);
  font-size: 20px;
  line-height: 26px;
  height: 80%;
  border-radius: 10px;
  color: black;
  padding: 40px;
  padding-top: 80px;
  overflow-y: auto;
}
.result_data_html .container .ai-response .romantic_forecast_report {
  font-size: 25px;
}
.result_data .ai-response .friendship_report_description::-webkit-scrollbar{
  display: none;
}
.result_data .ai-response .friendship_report_description::-webkit-scrollbar-track{
  display: none;
}
.result_data .ai-response .friendship_report_description::-webkit-scrollbar-thumb{
  display: none;
}

.result_data .ai-response .romantic_forecast_report_description::-webkit-scrollbar{
  display: none;
}
.result_data .ai-response .romantic_forecast_report_description::-webkit-scrollbar-track{
  display: none;
}
.result_data .ai-response .romantic_forecast_report_description::-webkit-scrollbar-thumb{
  display: none;
}
@media only screen and (max-width: 1799px){
  .result_data_html .container .ai-response h1 {
    font-size: 32px;
    padding: 15px 40px;
    width: 80%;
}
.result_data .ai-response h2, .result_data .ai-response h1 {
  font-size: 23px;
  line-height: 24px;
  width: 80%;
}
}
@media only screen and (max-width: 1399px){
  .result_data_html .container .ai-response h1 {
    font-size: 22px;
    padding: 12px 40px;
    width: 72%;
} 
.result_data_html .container .ai-response .planet_description, .result_data_html .container .ai-response .ascendant_description, .result_data_html .container .ai-response .midheaven_description, .result_data_html .container .ai-response .vertex_description, .result_data_html .container .ai-response .aspect_description, .result_data_html .container .ai-response .aspect_planet_description, .result_data_html .container .ai-response .solar_return_details_description, .result_data_html .container .ai-response .solar_return_planet_description {
  padding: 35px;
  padding-top: 60px;
  overflow-y: auto;
}
.result_data .ai-response h2, .result_data .ai-response h1 {
  font-size: 22px;
  line-height: 24px;
  width: 72%;
}
}
@media only screen and (max-width: 1199px){
  .ai_responce_container .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .result_data_html .container .ai-response h1 {
    font-size: 26px;
    padding: 14px 40px;
    width: 84%;
}
.result_data_html .container .ai-response .planet_description, .result_data_html .container .ai-response .ascendant_description, .result_data_html .container .ai-response .midheaven_description, .result_data_html .container .ai-response .vertex_description, .result_data_html .container .ai-response .aspect_description, .result_data_html .container .ai-response .aspect_planet_description, .result_data_html .container .ai-response .solar_return_details_description, .result_data_html .container .ai-response .solar_return_planet_description {
  height: auto;
}
.result_data .ai-response h2, .result_data .ai-response h1 {
  font-size: 26px;
  line-height: 24px;
  width: 84%;
}
/* .full_width .result_data_html .container .ai-response h1 {
  width: 90%;
} */
}
@media only screen and (max-width: 999px){
  .result_data_html .container .ai-response h1 {
    width: 83%;
  }
  .result_data .ai-response h2, .result_data .ai-response h1 {
    width: 83%;
  }
  .result_data.result_data_html.ai_responce_container.ng-star-inserted {
    margin: 22px 0px;
    padding: 12px !important;
  }
  .result_data_html .container .ai-response {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px){
  .horoceop_maxi_container .overflow_class {
    height: auto !important;
}
.result_data_html .container .ai-response h1 {
  width: 86%;
}
.grp1stCon{flex-direction: column;}
}
@media only screen and (max-width: 599px){
  .result_data_html .container .ai-response h1 {
    width: 79%;
}
.result_data .ai-response h2, .result_data .ai-response h1 {
  width: 79%;
}
}
@media only screen and (max-width: 499px){
  .result_data_html .container .ai-response h1 {
    font-size: 28px;
    width: 77%;
}
.result_data .ai-response h2, .result_data .ai-response h1 {
  width: 77%;
  font-size: 25px;
}
.mat-mdc-table tbody, .mat-mdc-table tfoot, .mat-mdc-table thead, .mat-mdc-cell, .mat-mdc-footer-cell, .mat-mdc-header-row, .mat-mdc-row, .mat-mdc-footer-row, .mat-mdc-table .mat-mdc-header-cell {
  font-size: 12px !important;
  padding: 10px 3px !important;
}
}
@media only screen and (max-width: 430px){
  .result_data_html .container .ai-response h1 {
  font-size: 25px;
  width: 73%;
}
/* .mat-mdc-dialog-container .clock-face {
  background-color: #384355 !important;
  border: 1px solid #586882;
  width: 80% !important;
  aspect-ratio: 1/1;
  height: unset !important;
  margin: 38px auto !important;
}
.clock-face__number--outer {
  height: 49% !important;
}
.clock-face__number {
  position: absolute;
  transform-origin: 25px 100%;
  width: 50px;
  text-align: center;
  z-index: 2;
  top: calc(50% - 87px) !important;
  left: calc(50% - 25px) !important;
}
.mat-mdc-fab.mat-primary, .mat-mdc-mini-fab.mat-primary {
  width: 30px;
    left: -1px;
    height: unset;
    aspect-ratio: 1/1;
}
.clock-face__clock-hand {
  height: 60px !important;
  width: 2px;
  top: calc(50% - 60px) !important;
} */
}
@media only screen and (max-width: 399px){
  .result_data_html .container .ai-response h1 {
    width: 69%;
}
.result_data .ai-response h2, .result_data .ai-response h1 {
  width: 70%;
  font-size: 22px;
  line-height: 22px;
}

.mdc-data-table__header-cell {
  padding: 0px 3px 0 2px !important;
  font-size: 12px !important;
  padding: 10px 3px !important;
}
.horoscope_resultlist_mainwrp .parent_wrapper .child_wrapper .result_data span.result_val {
  font-size: 14px !important;
  word-break: break-word;
}
.astrotoolkit_mainwrapper .addEditPageWrapper .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
font-size: 14px;
}
}
@media only screen and (max-width: 340px){
  .result_data_html .container .ai-response h1 {
    width: 63%;
    font-size: 20px;
}
/* .mat-mdc-table tbody, .mat-mdc-table tfoot, .mat-mdc-table thead, .mat-mdc-cell, .mat-mdc-footer-cell, .mat-mdc-header-row, .mat-mdc-row, .mat-mdc-footer-row, .mat-mdc-table .mat-mdc-header-cell {
  background: inherit;
  font-size: 12px !important;
  padding: 10px 3px !important;
} */
}
.form_field_time_zone .ng-touched{
  display: none !important;
}
.form_field_P_time_zone .ng-touched{
  display: none !important;
}
.form_field_S_time_zone .ng-touched{
  display: none !important;
}
.full_width .container{
  display: block;
}
.full_width .container .significance_waning_square_significance{
  width: auto;
}

.full_width .container .significance_waning_square_significance::-webkit-scrollbar {
  display: none;
}
.mdc-dialog__actions {
  padding: 5px !important;
}
.lstloging-block {
  margin-top: 2.5rem;
}

.image_modal img {
  width: 100%;
}



/* // << ------------------- Gallery 1 CSS ----------------- >> */

.gallery1_wrapper, .gallery2_wrapper, .gallery3_wrapper {
  margin-bottom: 20px;
}
.gallery {
  padding: 0 5px;
}
.gallery__column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: 0.3s;
}

.gallery__link {
  overflow: hidden;
  max-width: 400px;
  min-width: 280px;
  margin: 5px;
  flex: 1 1 17%;
  padding: 10px;
  background: #282f3c;
}
.tarrot_heading_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.tarrot_heading_wrap p {
  margin: 0 !important;
  color: #fff;
  font-size: 18px;
}
.tarrot_heading_wrap button {
  background: transparent;
  outline: none;
  font-weight: 300;
  letter-spacing: 1px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px;
  border-radius: 16px;
  cursor: pointer;
}

.tarrot_heading_wrap button:hover {
  color: #000000;
  background: #ffffff;
  transition: 0.8s;
}
.gallery__link:hover .gallery__image {
    /* // filter: grayscale(0); */
    opacity: 1.1;
}

.gallery__link:hover .gallery__caption {
    opacity: 1.1;
}

.gallery__thumb {
    position: relative;
    overflow: hidden;
}

.gallery__image {
    display: block;
    width: 100%;
    transition: 0.3s;
    opacity: 0.8;
}

.gallery__image:hover {
    transform: scale(1.1);
}


/* << -------------- Cart Page Radio Button CSS ------------- >> */

.cart_innerwrap .cart_checkout_wrap .cart_checkout_topbuttoninner .mat-mdc-radio-button {
  display: inherit;
    margin: 3px;
    padding: 3px;
    padding-right: 15px;
    border-radius: 8px;
    background: #424e63;
    width: 45.9%;
}
.cart_innerwrap .cart_checkout_wrap .cart_checkout_topbuttoninner .mat-mdc-radio-button .mdc-form-field {
  width: 100%;
}
.cart_innerwrap .cart_checkout_wrap .cart_checkout_topbuttoninner .mat-mdc-radio-button .mdc-label {
  font-size: 2.2rem;
  color: #fff;
}
.cart_innerwrap .cart_checkout_wrap .cart_checkout_topbuttoninner .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background::before {
  background-color: transparent;
}
.cart_innerwrap .cart_checkout_wrap .cart_checkout_topbuttoninner .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle {
  border-color: #ff9c00;
}
.cart_innerwrap .cart_checkout_wrap .cart_checkout_topbuttoninner .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle {
  border-color: #ff9c00;
}
.cart_innerwrap .cart_checkout_wrap .cart_checkout_topbuttoninner .mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element {
  background-color: transparent;
}
.cart_innerwrap .cart_checkout_wrap .cart_checkout_topbuttoninner .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
  border-color: #dbdbdb;
}


/* << --------------- Card Books Poster Modal CSS ------------->> */

/* .custom-modalbox.card_books_postermodalbox .mat-mdc-dialog-content {
  text-align: left !important;
} */


.tarrotCard_booksShop .main-title p {
  color: #fff;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  padding: 0 11%;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 1199px) {
  .tarrotCard_booksShop .main-title h2 {
    padding: 0 20px;
    line-height: 28px;
  }
  .tarrotCard_booksShop .main-title p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .tarrotCard_booksShop .main-title {
    padding: 5rem 0;
  }
}

@media only screen and (max-width: 648px) {
  .gallery__link {
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 480px) {
  .tarrotCard_booksShop .main-title {
    padding: 4rem 0;
  }
}

/* << -------------- Card & Poster Modal CSS ------------- >> */

.custom-modalbox.card_books_postermodalbox {
  width: min(90%, 1000px) !important;
}
.custom-modalbox.card_books_postermodalbox .mat-mdc-dialog-title {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #e2e2e2;
  text-transform: uppercase !important;
  margin-bottom: 20px;
}

.custom-modalbox.mystery_payment_modal .mystery_payment_button {
  margin: 5px auto;
    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 #6c81a3, 3px 5px 13px #161b21;
    transition: all .1s;
}
.custom-modalbox.mystery_payment_modal .mystery_payment_form {
  margin-bottom: 12px;
}

.custom-modalbox.mystery-subscription-modalbox {
  width: min(90%, 800px) !important;
}
.custom-modalbox.mystery-subscription-modalbox .mat-mdc-dialog-content p:last-child {
  margin-bottom: 12px !important;
}
.custom-modalbox.stripe-modalbox .mat-mdc-dialog-actions, .custom-modalbox.stripe-modalbox .mat-mdc-dialog-actions {
  margin-top: 10px;
}
.custom-modalbox.stripe-modalbox .mat-mdc-dialog-content p {
  margin-bottom: 16px;
}
.custom-modalbox.stripe-modalbox .mat-mdc-dialog-content {
  max-height: 50vh;
}

.custom-modalbox.refund_request_modalbox .mat-mdc-dialog-actions {
  margin-top: 10px;
}
.custom-modalbox.refund_request_modalbox .refund_note_formfield .mat-mdc-text-field-wrapper {
      box-sizing: border-box;
    border-radius: 4px;
    padding: 0 10px;
    height: 100px !important;
    background: #272f3c;
    border: 1px solid #333d4e;
    box-shadow: inset -3px -4px 2px #4e5e78b3, inset 2px 4px 9px #000000a8;
}
.custom-modalbox.refund_request_modalbox .refund_note_formfield textarea {
      color: #fff;
resize: none;
}
.custom-modalbox.refund_request_modalbox .refund_note_formfield textarea::placeholder {
color: #7d8ca5;
}

.custom-modalbox.refund_request_modalbox .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
    top: 22px;
}
.custom-modalbox.refund_request_modalbox .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label.mdc-floating-label--float-above mat-label {
  display: none;
}
.custom-modalbox.refund_request_modalbox .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
      padding-top: 12px;
}
.custom-modalbox.dashboard_event_subscription_modal {
      width: min(90%, 650px) !important;
}
.custom-modalbox.dashboard_event_subscription_modal .mat-mdc-dialog-actions button {
font-size: 1.7rem !important;
      margin: 5px;
    height: unset;
        padding: 1.5rem 2rem !important;
}

/* << -------------- Card & Poster Modal CSS ------------- >> */

/* ----------deep-----------  */
.product_category_style_class .taxonomies_liststyle .container .mat-mdc-card .tablewrapper .mdc-data-table__content .mat-mdc-row .mat-mdc-cell .product_image{
  width: 100px;
}



/* ------------Tarot-Card-Purchase-Modal------------- */
@media only screen and (max-width:1440px) {
  .custom-modalbox.card_books_postermodalbox {
      width: min(90%, 1060px) !important;
  }
}
@media only screen and (max-width:768px) {
  .custom-modalbox.card_books_postermodalbox .mat-mdc-dialog-title {
    font-size: 28px;
    line-height: 34px;
  }
  .custom-modalbox.card_books_postermodalbox .mat-mdc-dialog-title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width:499px) {
  .custom-modalbox.card_books_postermodalbox .mat-mdc-dialog-title {
    font-size: 26px;
    line-height: 32px;
    padding: 6px 10px;
    margin-bottom: 10px;
  }
  .card_books_postermodalbox .mat-mdc-dialog-container .mdc-dialog__surface {
    border: 6px solid #384355;
    padding: 6px;
  }
  .custom-modalbox .mat-mdc-dialog-surface .dialoghead .mat-mdc-dialog-content {
    padding: 0 !important;
  }
  .custom-modalbox mat-dialog-container .close-btn-modal,
  .delete-single mat-dialog-container .close-btn-modal, .custom-modalboxNew .close-btn-modal {
    width: 30px;
    height: 25px;
    font-size: 22px;
    line-height: 28px;
    padding: 0 0 6px 5px;
  }
  .custom-modalbox .mat-mdc-dialog-surface .dialoghead .mat-mdc-dialog-content::-webkit-scrollbar {
    display: none;
  }
}
/* Deep  */
.astroforms .libformclass .form .form_field_wrappercity .mat-mdc-form-field mat-chip-list , .astroforms .libformclass .form .form_field_wrapperp_city .mat-mdc-form-field mat-chip-list , .astroforms .libformclass .form .form_field_wrappers_city .mat-mdc-form-field mat-chip-list{
  position: absolute;
  left: 0;
  top: 5px;
}

 .natal_image_modal span{
    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;
  /* overflow: hidden;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr; */
}


.natal_image_modal .natal_image{
  overflow: hidden;
  max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.natal_image_modal .natal_image img{
  height: 100%;
  width: 100%;
}

.scroll-button-print-button mat-spinner{
  height: 25px !important;
  width: 25px !important;
}





.natal_image_modal_friendShip{
  width: 80%;
}

.natal_image_modal_friendShip .natal_img{
  width: 46%;
  padding: 20px;
}


.natal_image_modal_friendShip .natal_img_cont .natal_img  img{

 height: inherit;
}

.natal_image_modal_friendShip .natal_img_cont .natal_img .list_Hading{
  text-align: center;
  margin: 20px 0;
  background: #232528;
  padding: 1.5rem 2rem;
  box-shadow: 1px 1px 5px rgba(26, 26, 26, 0.3215686275);
  border-radius: 6px;
  border: 1px solid rgba(182, 199, 227, 0.168627451);
}


.natal_image_modal_friendShip .natal_img_cont .natal_img .list_Hading h2{
  margin-bottom: 0px;
}
.chart_data_tabile{
  overflow: auto;
}
.containt_text_planet .containt_text_planet_containt .mat-mdc-progress-spinner{
  height: 20px !important;
  width: 20px !important;
  bottom: -5px;
  left: 2px;
  display: inline-block;
}

.sun .containt_text_planet .containt_text_planet_containt{
  background: linear-gradient(166deg, rgba(240, 160, 35, 1) 0%, rgba(248, 214, 71, 1) 100%);
}


.moon .containt_text_planet .containt_text_planet_containt{
  background: linear-gradient(166deg, #8c8c8c 0%, #C0C0C0 100%) !important;
}


.mercury .containt_text_planet .containt_text_planet_containt {
  background: linear-gradient(166deg, #FFFF00 0%, #FFD700 100%) !important;
}


.venus .containt_text_planet .containt_text_planet_containt {
  background: linear-gradient(166deg, #00FF00 0%, #32CD32 100%) !important;
}

.mars .containt_text_planet .containt_text_planet_containt {
  background: linear-gradient(166deg, #FF0000 0%, #B22222 100%) !important;
  color: #fff !important;
}

.jupiter .containt_text_planet .containt_text_planet_containt {
  background: linear-gradient(166deg, #0000FF 0%, #1E90FF 100%) !important;
  color: #fff !important;
}

.saturn .containt_text_planet .containt_text_planet_containt {
  background: linear-gradient(166deg, #000000 0%, #4B4B4B 100%) !important;
  color: #fff !important;
}

.uranus .containt_text_planet .containt_text_planet_containt {
  background: linear-gradient(166deg, #00FFFF 0%, #008B8B 100%) !important;
  /* color: #fff !important; */
}

.neptune .containt_text_planet .containt_text_planet_containt {
  background: linear-gradient(166deg, #00008B 0%, #4169E1 100%) !important;
  color: #fff !important;
}

.pluto .containt_text_planet .containt_text_planet_containt {
  background: linear-gradient(166deg, #8B0000 0%, #CD5C5C 100%) !important;
  color: #fff !important;
}


/* background: linear-gradient(166deg, #000000 0%, #4B4B4B 100%); */





/* deep affileate unername change modal css */

.edit_username_modal{
  background: rgba(255, 255, 255, .7607843137);
  padding: 2rem;
  border-radius: 1rem;
  width: 50rem;
  position: relative;
  border: 1px solid #e1e1e1;
}

.edit_username_modal h2 {
  text-align: center;
  font-size: 3rem !important;
  font-weight: var(--main-bold) !important;
  text-transform: uppercase;
  margin: 1.5rem 0 !important;
  color: #000;
  background: -webkit-linear-gradient(#464646, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 1px #e1dfe1);
}
.edit_username_modal .mat-mdc-form-field {
  width: 100%;
}
.edit_username_modal .scroll-button-to-top{
  padding: 10px 20px;
  background: linear-gradient(var(--orange-top-color), var(--orange-bottom-color));
  color: white;
  display: block;
  cursor: pointer;
  margin: auto;
  margin-top: 20px;
  transition: background-color 0.3s ease;
  font-size: 2rem;
  border: 1px solid #ff7f00;
  text-shadow: 1px 1px 1px #874403;
  min-height: inherit !important;
  box-shadow: -4px -2px 9px #6c81a3, 3px 5px 13px #161b21;
  border-radius: 5px;
}

.edit_username_modal .disabel{
  box-shadow: 1px 1px 10px -5px #161b21;
  border: 1px solid #5c5c5cc9;
  background: linear-gradient(90deg, rgb(238 238 238) 0%, rgb(211 211 211) 100%);
  color: #1a1a1a;
  text-shadow: none;
}


.edit_username_modal .mat-mdc-progress-bar {
  margin-top: 20px;
}

.tarrot_image_thumbnail img{
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.tarrot_image_thumbnail{
  cursor: pointer;
}
.tarrot_card_block_conteainer{

  
  border-radius: 0px 0px 8px 8px;
  color: black;
  padding: 40px;
  width: calc(100% - 80px);
  background: linear-gradient(166deg, rgb(240, 160, 35) 0%, rgb(248, 214, 71) 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

}
.tarrot_card_block_conteainer_text{
  width: 49%;
  padding: 10px;
}
.tarrot_card_block_conteainer_text p{
  font-size: 20px;
  line-height: 26px;
}

.tarrot_card_block_conteainer_img{
  width: 49%;
  padding: 10px;
}


.containt_text_planet_containt_dacen .scroll-button-to-top {
  display: block;
  margin: auto;
  margin-top: 20px;
  background: linear-gradient(#5c5c5c, #000000);
  color: white;
  cursor: pointer;
  box-shadow: none;
  padding: 1.2rem 2.5rem !important;
  border: 1px solid #e6e6e6;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 1px #874403;
  min-height: inherit !important;
  border-radius: 5px;
}


.aspent_head h1{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px !important;
}

.aspent_head  p{
  margin: 0 0 12px;
  margin-bottom: 0;
  color: #232c3c;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0px !important;
  margin-right: 12px !important;
}

.aspent_head  img{
  margin: 0px 6px 0px 0px;
  display: block;
  width: 30px;
  height: auto;
}


/* << ------------------ Social Advo CSS -------------- >> */

.socialPostCon .subscribe_icon .mat-mdc-slide-toggle .mdc-label {
  color: #fff;
  text-transform: uppercase;
  margin-right: 3px;
}


/* ------------Dacen-Modal-CSS----------- */
.show_more_modal {
    position: fixed !important;
    overflow-y: auto !important;
}


.containt_text_planet .no_record{
  text-align: center;
  color: red;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0 0px;
}



/* Deep Astrotoolkit */

.two_person_devider{
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: flex-start; */
}

/* .two_person_devider .aspent_head p{
  font-size: 18px;
  margin-right: 6px !important;
}

.two_person_devider .aspent_head img{
  width: 20px;
}

.two_person_devider .tabil_row_wraper th{
  font-size: 10px !important;
}

.two_person_devider .result_list {
  padding: 0px 10px;
}*/

.two_person_devider .relation_header{
  display: block;
  /* padding: 0px 10px; */
}

.two_person_devider .relation_header .list_Hading{
  background:linear-gradient(var(--orange-top-color), var(--orange-bottom-color));
}

.two_person_devider .relation_header .list_Hading h2{
  color: #000;
} 

.relation_component_image{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
.relation_component_image .horoscope_resultlist_mainwrp{
  width: 100%;
}


.relation_component_image .chart_data_container{
  margin-bottom: 0px !important;
}



@media only screen and (max-width:1875px) {
  .logo-sub-wrapper{
      width: 17rem;
      height: 17rem;
      left: 3.4rem;
      top: -5.8rem;
  }
  }
  @media only screen and (max-width:1815px) {
      .logo-sub-wrapper{
      width: 16rem;
      height: 16rem;
      left: 2.3rem;
      top: -5.8rem;
      }
  }
  
  @media only screen and (max-width:1770px) {
  .menu-wrapper ul li a{
      font-size: 16px;
      padding: 14px;
  }
  .logo-sub-wrapper{top:-5.6rem}
  }
  
  @media only screen and (max-width:1640px) {
      .menu-wrapper{
          margin-left: 10rem;
      }
  }
  @media only screen and (max-width:1599px) {
  .menu-wrapper{margin-left:15rem}
  .menu-wrapper ul li a{
      font-size: 16px;
      padding: 12px;
  }
  .logo-sub-wrapper{width:18rem;height:18rem;top:-5.6rem}
  }
  @media only screen and (max-width:1499px) {
  .logo-sub-wrapper{
      width: 16rem;
      height: 16rem;
      top: -5.3rem;
  }
  .menu-wrapper{
      margin-left: 18rem;
  }
  }
  
  @media only screen and (max-width:1420px) {
  .menu-wrapper ul li a{
      font-size: 15px;
      padding: 9px;
  }
  .logo-sub-wrapper{width:16rem;height:16rem;top:-4.7rem;left: 2.7rem;}
  }
  @media only screen and (max-width:1299px) {
  .menu-wrapper ul li a{font-size: 14px;padding: 6px}
  .menu-wrapper{margin-left:20rem}
  .logo-sub-wrapper{
      width: 14rem;
      height: 14rem;
      top: -4.5rem;
      left: 1.9rem;
  }
  .menu-wrapper{
      margin-left: 12rem;
  }
  }


 .confarence-modal .dialoghead .metting_tag{
    width: 100%;
  }

.confarence-modal .dialoghead .video-details .data{
  display: flex;
  padding: 10px 0px;
  font-size: 20px;
}

.confarence-modal .dialoghead .video-details .data b{
  color: #ffb363;
}

.confarence-modal .dialoghead .video-details .data p{
  color:#cfe1fe;
  margin: 0;
  
}


.show_more_modal .containt_text_planet_containt{
  text-transform: none;
}



/* << -------------- Astro Toolkit Field CSS ------------- >> */


.mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappercity .mat-mdc-form-field-flex, .mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperp_city .mat-mdc-form-field-flex, .mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappers_city .mat-mdc-form-field-flex {
  height: auto !important;
}
.mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappercity .mat-mdc-form-field-flex input, .mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperp_city .mat-mdc-form-field-flex input, .mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappers_city .mat-mdc-form-field-flex input {
  display: block !important;
}
.mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappercity .mat-mdc-form-field mat-chip-list, .mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperp_city .mat-mdc-form-field mat-chip-list, .mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappers_city .mat-mdc-form-field mat-chip-list {
position: unset !important;
}
.mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappercity .mat-mdc-form-field, .mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperp_city .mat-mdc-form-field, .mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappers_city .mat-mdc-form-field  {
  text-align: left !important;
}
.mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappercity .mat-mdc-form-field mat-chip-list .mat-mdc-chip, .mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperp_city .mat-mdc-form-field mat-chip-list .mat-mdc-chip, .mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappers_city .mat-mdc-form-field mat-chip-list .mat-mdc-chip {
  margin: 10px 5px 15px;
}

.mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappercity .mat-mdc-form-field-flex input.ng-valid.ng-touched, .mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperp_city .mat-mdc-form-field-flex input.ng-valid.ng-touched, .mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappers_city .mat-mdc-form-field-flex input.ng-valid.ng-touched {
  display: none !important;
}

.mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappercity .mat-mdc-form-field-flex input:not(.ng-valid), .mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperp_city .mat-mdc-form-field-flex input:not(.ng-valid), .mainwrapper.astrotoolkit_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappers_city .mat-mdc-form-field-flex input:not(.ng-valid) {
  display: block !important;
}









.picture_representation {
  position: relative;
}

.picture_representation .view_button{
  position: absolute;
  right: 0;
  background: linear-gradient(var(--orange-top-color), var(--orange-bottom-color));
  color: white;
  cursor: pointer;
  border: none;
  padding: 10px;
  border-bottom-left-radius: 25px;
  z-index: 999;
}


.picture_representation button i {
  font-size: 21px;

}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.picture_representation{
  cursor: pointer;
  min-height: 151px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}


/* << ---------------- Content Form CSS ------------- >>  */

.mainwrapper.contentform_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperreminders, .mainwrapper.contentform_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperstream_source, .mainwrapper.contentform_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperfile_path, .mainwrapper.contentform_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperthumbnail_path {
  flex: 1 0 99%;
}

.mainwrapper.contentform_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperstream_source .mdc-label, .mainwrapper.contentform_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperstream_source mat-label, .mainwrapper.contentform_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperfile_path mat-label {
  color: #fff;
}
.mainwrapper.contentform_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperstream_source .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
  border-color: #fff;
}

.mainwrapper.contentform_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperfile_path, .mainwrapper.contentform_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperthumbnail_path {
  border-bottom: 2px solid #677f891a;
}

.mainwrapper.contentlist_mainwrapper .multipledeleteandupdatebuttan button:nth-child(2) {
  display: none;
}

/* << --------------- Product Form CSS -------------- >> */

.productaddform_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperstatus {
  flex: 1 0 32.7%;
}


/* << --------------- Mystery School Form CSS ----------------- >> */

.mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperadditional_info .mat-mdc-form-field-flex, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperdescribe_your_personality .mat-mdc-form-field-flex,
.mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperyour_question .mat-mdc-form-field-flex, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperprimary_sengths_talents .mat-mdc-form-field-flex, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperlife_areas_currently_fulfilling .mat-mdc-form-field-flex, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperlife_areas_needing_improvement .mat-mdc-form-field-flex, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperlong_term_goals_and_aspirations .mat-mdc-form-field-flex, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappermajor_life_events_experiences .mat-mdc-form-field-flex, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappercurrent_relationship_with_family_and_friends .mat-mdc-form-field-flex, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperbiggest_current_challenges .mat-mdc-form-field-flex, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperachieve_from_the_reading .mat-mdc-form-field-flex, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappermain_concern_or_question_right_now .mat-mdc-form-field-flex, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperanything_else_to_share .mat-mdc-form-field-flex {
  height: 100px !important;
}

.mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperstress_management, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperWork_Life_balance, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperguidance_on_specific_decision, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperongoing_projects, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperachieve_from_the_reading, .mainwrapper.category_add_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperrelated_package, .mainwrapper.calendarform_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperquarter, .mainwrapper.calendarform_mainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperrole {
  flex: 1 0 49.4% ;
}

 .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperconcerns_reservations_about_the_consultation, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperaddress, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperdescribe_your_personality, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperyour_question, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperprimary_sengths_talents, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperlife_areas_currently_fulfilling, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperlife_areas_needing_improvement, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperlong_term_goals_and_aspirations, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappermajor_life_events_experiences, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappercurrent_relationship_with_family_and_friends, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperbiggest_current_challenges, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperachieve_from_the_reading, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappermain_concern_or_question_right_now, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperanything_else_to_share, .astro_decan_info_mainwrapper .form_field_wrapper.form_field_wrappertarot_short_description, .astro_decan_info_mainwrapper .form_field_wrapper.form_field_wrapperimages,.astro_decan_info_mainwrapper .form_field_wrapper.form_field_wrapperpronuncement_description {
  flex: 0 0 99.4%;
}

.mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperadditional_info {
  border-bottom: 1px solid #4c5a72;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperdescribe_your_personality, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappercurrent_relationship_with_family_and_friends, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrapperachieve_from_the_reading, .mainwrapper.mysteryschool_signupmainwrapper .addEditPageWrapper .form_field_wrapper.form_field_wrappermain_concern_or_question_right_now {
  border-top: 1px solid #4c5a72;
  padding-top: 20px;
}

/* << ------------------ Transaction Search Field CSS ------------- >> */

.mainwrapper.transaction_mainwrapper .list-style1 .mat-toolbar-row .mat-mdc-form-field {
  flex: 1 0 49% ;
}

/* << ---------------- Refund Table CSS --------------- >> */

.mainwrapper.refundlist_mainwrapper .adminlisttable_v1 .refundButton2 button {
  background: url(https://all-frontend-assets.s3.us-east-1.amazonaws.com/divine-infinity-being/custom_button_icons_image/refund_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 !important;
  min-width: inherit
}
.mainwrapper.refundlist_mainwrapper .list-style1 .mat-toolbar-row .mat-mdc-form-field {
    flex: 1 0 49%;
}
.mainwrapper.orderlist_wrapper .adminlisttable_v1 .refundButton3 button{
   background: url(https://all-frontend-assets.s3.us-east-1.amazonaws.com/divine-infinity-being/custom_button_icons_image/order_list_refund_new.png) no-repeat center center !important;
  background-size: 100% !important;
  width: 20px !important;
  height: 20px !important;
  font-size: 0;
  border-radius: 50% !important;
  padding: 0;
  margin: 6px !important;
  min-width: inherit;
  box-shadow: -3px -3px 4px #49515d, 3px 3px 6px #000;
  --mat-mdc-button-persistent-ripple-color: transparent !important;
}

.mainwrapper.orderlist_wrapper .adminlisttable_v1 .emailResend button{
   background: url(https://all-frontend-assets.s3.us-east-1.amazonaws.com/divine-infinity-being/custom_button_icons_image/receive-email.png) no-repeat center center !important;
  background-size: 100% !important;
  width: 20px !important;
  height: 20px !important;
  font-size: 0;
  box-shadow: -3px -3px 4px #49515d, 3px 3px 6px #000;
  --mat-mdc-button-persistent-ripple-color: transparent !important;
  border-radius: 50% !important;
  padding: 0;
  margin: 4px !important;
  min-width: inherit;
  position: relative !important;
  top: 1px !important;
}

.mainwrapper.orderlist_wrapper .adminlisttable_v1 .invoiceDownload button{
   background: url(https://all-frontend-assets.s3.us-east-1.amazonaws.com/divine-infinity-being/custom_button_icons_image/receipt_download_hagsdh.png)!important;
   background-repeat: no-repeat !important;
   background-position: center center !important;
  background-size: 100%!important;
  width: 20px !important;
  height: 20px !important;
  font-size: 0;
  border-radius: 50% !important;
  padding: 0;
  margin: 6px !important;
  min-width: inherit;
  box-shadow: -3px -3px 4px #49515d, 3px 3px 6px #000;
  --mat-mdc-button-persistent-ripple-color: transparent !important;
  border: none !important;
}

.refundStatus button::after {
  content:"\f205";
}
.refundStatus button {
  position: relative;
  background: 0 0;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 0;
  min-width: inherit;
  padding: 0 5px;
}

.refundRequestComments button::after {
  content:"\f086";
}
.refundRequestComments button {
  position: relative;
  background: 0 0;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 0;
  min-width: inherit;
  padding: 0 5px;
}

.mainwrapper.refundlist_mainwrapper .adminlisttable_v1 .refundStatusChangeBtn button{
   background: url(https://all-frontend-assets.s3.us-east-1.amazonaws.com/divine-infinity-being/custom_button_icons_image/refund_request_status_change.png)!important;
   background-repeat: no-repeat !important;
   background-position: center center !important;
  background-size: 100%!important;
  width: 20px !important;
  height: 20px !important;
  font-size: 0;
  border-radius: 50% !important;
  padding: 0;
  margin: 6px !important;
  min-width: inherit;
  box-shadow: -3px -3px 4px #49515d, 3px 3px 6px #000;
  --mat-mdc-button-persistent-ripple-color: transparent !important;
  border: none !important;
}

/* // << --------------- Mystery School Common Progress Bar CSS ---------------- >> */

.grey_gradientborder {
  position: relative;
  border-radius: 12px;
  padding: 2px;  
  background: linear-gradient(
    135deg,
    #5c5e60,
    #575a5d,
    #25272a,
    #a7a7a7
  );
}
.brown_gradientborder {
  position: relative;
  padding: 2px;  
  background: linear-gradient(
    135deg,
    #5e5240,
    #9f825d,
    #4f4339,
    #3f3329
  );
}

.common_progressbar_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common_progressbar {
    width: calc(100% - 6px);;
    height: 36px;
    border: 3px solid #26110d;
    border-radius: 30px;
    background-color: #2f2522;
    position: relative;
    overflow: hidden;
}
.common_progressbar_progress {
        height: 35px;
    background-color: #ffbf04;
    width: 65%;
    border-radius: 30px;
    position: relative;
}
.common_progressbar_progress::before{
  content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    background-image: url(../../../assets/images/mystery-dashboard-images/mystery_loader_img.webp);
    background-position: left center;
    background-size: auto 100%;
    bottom: 0;
    border-bottom-right-radius: 30px;
}
.common_progress_bottomsec {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.common_progressbarwrapper {
  padding: 8px;
  background: linear-gradient(90deg, rgb(41, 41, 41) 0%, rgb(52, 50, 51) 60%);
  border-radius: 30px;
  width: 100%;
}
.common_progress_topheading {
  font-family: "PalatinoLino" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 35px !important;
  line-height: 41px !important;
  color: #fbbf24;
  margin-bottom: 15px !important;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  text-align: center;
}
.progress_percent {
        margin: 0 !important;
    font-size: 17.26px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}
.common_progress_bottomsec_bullet {
      height: 32px;
    width: 32px;
    overflow: hidden;
    margin-right: 10px;
}
.common_progress_bottomsec_bullet img {
display: block;
    width: 100%;
}

.mysteryschool_commonbutton_wrapper {
       padding: 5px 10px;
    border-radius: 9999px;
    background: linear-gradient(180deg, rgba(241, 82, 11, 1) 0%, rgba(235, 24, 11, 1) 100%);
        position: relative;
        cursor: pointer;

}

.mysteryschool_commonbutton {
      border: none;
    outline: none;
    padding: 15px 30px;
    font-size: 26.81px;
    line-height: 30px;
    border-radius: 30px;
        color: #fff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
        background: linear-gradient(180deg, rgba(253, 195, 172, 1) 0%, rgba(253, 195, 172, 0) 50%);
            cursor: pointer;
            display: flex;
            position: relative;
}
.mysteryschool_commonbutton img {
position: absolute;
    height: 24px;
    width: 15px;
    display: block;
        left: 20px;
    transform: translateY(-50%);
    top: 50%;
}
.buttonwithshadow:after {
  content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../../../assets/images/mystery-dashboard-images/mystery_button_shadow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: -50px;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0.5;
    pointer-events: none;
}
.buttonwitharrow .mysteryschool_commonbutton {
  padding-left: 50px;
}
.common_progressbar_wrapper_forbutton {
      display: flex;
    justify-content: space-between;
}
.common_progressbar_wrapper_forbutton .common_progressbar_wrapper {
  width: 75%;
}
.common_progressbar_wrapper_forbutton .viewlesson_button {
  width: fit-content;
      margin-top: -2px;
}
.zodiacsign_wrapper {
  height: 170px;
  width: 170px;
  background-image: url(../../../assets/images/mystery-dashboard-images/mystery_signbg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  margin-right: 45px;
}
.zodiacsign_wrapper img {
      height: 45px;
    width: 45px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.common_brownshadow {
      box-shadow: -4px -4px 14px 4px #262728, 4px 4px 14px 4px #000000;
}
/* << --------------- Mystery School Common CSS --------------- >> */

.mystery_container {
  padding: 0 5rem;
  display: block;
  margin: 0 auto;
}

.diviner_container {
  padding: 0 5rem;
  display: block;
  margin: 0 auto;
}


.mystery_container_inner {
  padding: 25px 45px 60px;
  background: url(../../../assets/images/mystery-dashboard-images/mystery_wrapper_bgimage.webp),
    #26282c;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, cover;
  background-position: center top, center;
  margin: 55px 0;
  border-radius: 30px;
}
.diviner_container_inner {
  padding: 25px 45px 60px;
  background: url(../../../assets/images/mystery-dashboard-images/mystery_wrapper_bgimage.webp),
    #26282c;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, cover;
  background-position: center top, center;
  margin: 55px 0;
  border-radius: 30px;
}

.mystery_content_wrapper {
  padding: 55px 60px;
  border: 1px solid #4d5257;
  box-shadow: 0px 0px 10px 5px #4b4c4e;
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    rgba(22, 26, 28, 1) 0%,
    rgba(37, 40, 44, 1) 50%,
    rgba(21, 24, 27, 1) 100%
  );
  margin-top: 20px;
}
.diviner_content_wrapper {
  padding: 55px 60px;
  border: 1px solid #4d5257;
  box-shadow: 0px 0px 10px 5px #4b4c4e;
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    rgba(22, 26, 28, 1) 0%,
    rgba(37, 40, 44, 1) 50%,
    rgba(21, 24, 27, 1) 100%
  );
  margin-top: 20px;
}

.mysteryschool_page_banner {
background: linear-gradient(101deg, rgba(218, 112, 9, 1) 0%, rgba(247, 185, 19, 1) 27%, rgba(218, 112, 9, 1) 52%, rgba(247, 185, 19, 1) 80%, rgba(218, 112, 9, 1) 100%);
    padding: 2px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 20px 2px #000;
    margin: 45px 0;
}

.mysteryschool_page_banner_inner {
      padding: 25px;
    background-image: url(../../../assets/images/mystery-dashboard-images/ARC_Common_HeaderBG.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 3px;
    box-shadow: 0 0 18px -1px #000 inset;
}
.mysteryschool_page_banner_inner h2 {
  font-size: 77px !important;
    font-weight: 900 !important;
    line-height: 62px !important;
    text-wrap: balance;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 40%, rgba(145, 154, 161, 1) 50%, rgba(249, 249, 249, 1) 60%, rgba(255, 255, 255, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    z-index: 2;
    position: relative;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    filter: drop-shadow(0 0 7px #000) drop-shadow(0 0 2px #0000002f);
    display: block;
    margin-bottom: 15px !important;
}
.mysteryschool_page_banner_inner p {
    margin: 0 !important;
  font-size: 37px !important;
    font-weight: 500 !important;
    line-height: 43px !important;
    text-wrap: balance;
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 40%, rgba(145, 154, 161, 1) 50%, rgba(249, 249, 249, 1) 60%, rgba(255, 255, 255, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    z-index: 2;
    position: relative;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    filter: drop-shadow(0 0 7px #000) drop-shadow(0 0 2px #0000002f);
    display: block;
}

.common_blockgap {
      margin-top: 40px;
}
.mystery_common_yellowheading {
   margin: 0 !important;
    font-family: "AGaramond Pro" !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 43px !important;
    line-height: 49px !important;
    color: #fbbf24;
}

.common_audioblock_wrapper {
  margin-top: 20px;
    padding: 20px 20px 20px 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}
.common_audioblock_wrapper.blue_theme_audioblock {
    background: linear-gradient(90deg, rgb(73, 120, 163) 0%, rgb(102, 186, 224) 50%, rgb(74, 119, 162) 100%);
}
.common_audioblock_wrapper .audioblock_leftsec {
  margin-right: 20px;
}
.common_audioblock_wrapper .audio_icon_mainwrap {
    padding: 14px;
    border-radius: 50%;
    
}
.common_audioblock_wrapper.blue_theme_audioblock .audio_icon_mainwrap {
    background: linear-gradient(0deg, rgb(46 76 103) 0%, rgba(102, 186, 224, 1) 100%);
}
.common_audioblock_wrapper .audio_icon_innerwrap {
      padding: 8px;
    border-radius: 50%;
}
.common_audioblock_wrapper.blue_theme_audioblock .audio_icon_innerwrap {
      background: #5c99c0;
        box-shadow: 1px 0px 17px #17445fbf;
}
.common_audioblock_wrapper .audio_icon_playerwrap {
        display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    font-size: 50px;
    line-height: 50px;
    background: #000204;
    color: #fff;
    cursor: pointer;
}

.common_audioblock_wrapper .audioblock_title {
    font-weight: 700 !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
    font-size: 38px !important;
    line-height: 44px !important;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}
.common_audioblock_wrapper .audioblock_rightsec {
      width: calc(100% - 184px);
}
.common_audioblock_wrapper .audioblock_audiowrap audio {
  width: 100%;
}

.common_topbannerwrapper {
  margin: 25px 0 50px;
}
.common_topbanner {
  padding: 60px 50px;
  background-repeat: no-repeat;
  background-size: 55%, cover;
  background-position: right -27% top 40%, center;
}
.common_topbanner_contentwrap {
  display: flex;
  align-items: center;
  padding-right: 30%;
}
.common_topbanner_heading {
  margin: 0 !important;
    margin-bottom: 18px !important;
    font-size: 53px !important;
    line-height: 54px !important;
    font-weight: 700 !important;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}
.common_topbanner_heading span {
  color: #d4ec02;
}
.common_topbanner_description {
  margin: 0 !important;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}

.card_border_img {
      margin: 0;
    padding: 2px 0;
    position: relative;
}
.card_border_img::before {
  position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    background-image: url(../../../assets/images/mystery-dashboard-images/mystery_carousel_card_borderimg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
        top: 0;
    
}

.mysteryschool_commonbutton_wrapper.mystery_button_wing {
      width: fit-content;
    margin: 10px auto 0;
    position: relative;
}
.mysteryschool_commonbutton_wrapper.mystery_button_wing::before {
    position: absolute;
    content: "";
    height: 130%;
    width: 151%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateX(-50%);
    left: 50%;
    top: -7px;
    background-image: url(../../../assets/images/mystery-dashboard-images/mystery_commonbutton_wing.webp);

}

@media only screen and (max-width: 1720px) {
  .common_topbanner_heading {
      font-size: 44px !important;
      line-height: 50px !important;
  }
}

@media only screen and (max-width: 1620px) {
  .mystery_container_inner {
    padding: 25px;
  }
  .diviner_container_inner {
    padding: 25px;
  }
  .mystery_content_wrapper
 {
    padding: 25px;
 }
 .diviner_content_wrapper
 {
    padding: 25px;
 }
    .common_progressbar {
    height: 30px;
}
.common_progressbar_progress {
        height: 30px;
}
.mysteryschool_commonbutton {
      padding: 10px 20px;
    font-size: 24px;
    line-height: 30px;
}
.mysteryschool_page_banner_inner h2 {
            font-size: 44px !important;
        line-height: 50px !important;
}
.mysteryschool_page_banner_inner p
 {
    font-size: 26px !important;
        line-height: 32px !important;
 }
 .common_topbanner {
    padding: 25px;
  }
  .common_topbannerwrapper {
    margin: 25px 0 ;
}
}
@media only screen and (max-width: 1440px) {
  .mystery_common_yellowheading {
    font-size: 36px !important;
    line-height: 42px !important;
}
.common_audioblock_wrapper .audioblock_title {
    font-size: 34px !important;
    line-height: 40px !important;
}
.common_topbanner_heading {
            font-size: 36px !important;
        line-height: 42px !important;
  }
  .common_topbanner_description {
    font-size: 26px;
        line-height: 32px;
  }
  
}
@media only screen and (max-width: 1199px) {
  .mystery_container {
    padding: 0 3rem;
  }
  .diviner_container{
    padding: 0 3rem;
  }
  .mystery_container_inner {
    margin: 25px 0;
  }
  .diviner_container_inner {
    margin: 25px 0;
  }
  .mystery_content_wrapper {
    padding: 25px;
  }
 .diviner_content_wrapper {
    padding: 25px;
  }
  .zodiacsign_wrapper {
    height: 120px;
    width: 120px;
    margin-right: 30px;
  }
  .zodiacsign_wrapper img {
    height: 30px;
    width: 30px;
  }
  .mysteryschool_commonbutton {
        font-size: 20px;
        line-height: 26px;
    }

    .common_topbanner {
    background: none, rgb(60, 48, 37) !important;
  }
  .common_topbanner_contentwrap {
    flex-direction: column;
    padding-right: 0;
  }
  .common_topbanner_rightsec {
    width: 100%;
  }
  .zodiacsign_wrapper {
        margin-right: 0;
        margin-bottom: 20px;
    }

    /* .common_topbanner_heading {
    font-size: 26px !important;
    line-height: 32px !important;
  } */

  .mysteryschool_commonbutton_wrapper.mystery_button_wing::before {
  display: none;
}
  
.mainwrapper.refundlist_mainwrapper .list-style1 .mat-toolbar-row .mat-mdc-form-field {
    flex: 1 0 99%;
}
}

@media only screen and (max-width: 1024px) {
      .zodiacsign_wrapper {
        height: 100px;
        width: 100px;
    }
    .zodiacsign_wrapper img
 {
    height: 25px;
    width: 25px;
 }
 .common_blockgap {
    margin-top: 25px;
}
.common_topbannerwrapper {
    margin: 25px 0;
  }
  .common_topbanner_heading {
            font-size: 30px !important;
        line-height: 36px !important;
    margin-bottom: 15px !important;
  }
  .common_topbanner_description {
    font-size: 24px;
    line-height: 30px;
  }
  .common_topbanner {
    padding: 20px;
  }
  .mysteryschool_page_banner {
    margin: 25px 0;
}
}

@media only screen and (max-width: 828px) {
  /* .common_topbanner_heading {
    font-size: 20px !important;
    line-height: 26px !important;
  } */
  .common_topbanner_description {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .zodiacsign_wrapper {
        margin-right: 0;
        margin-bottom: 20px;
    }
      .mystery_common_yellowheading {
    font-size: 32px !important;
    line-height: 38px !important;
}
.common_audioblock_wrapper .audioblock_title {
    font-size: 26px !important;
    line-height: 32px !important;
}
.common_audioblock_wrapper .audio_icon_playerwrap {
           height: 60px;
        width: 60px;
        font-size: 20px;
        line-height: 20px;
}

    .common_audioblock_wrapper .audioblock_leftsec {
    display: none;
}
    .common_audioblock_wrapper .audioblock_rightsec {
        width: 100% ;
    }
    
  /* .common_topbanner_heading {
    margin-bottom: 5px !important;
  } */

  .mysteryschool_page_banner_inner h2 {
             font-size: 36px !important;
        line-height: 42px !important;
}
.common_topbanner_heading {
        font-size: 26px !important;
        line-height: 32px !important;
}
.mysteryschool_page_banner_inner p
 {
   font-size: 20px !important;
        line-height: 26px !important;
 }

}
@media only screen and (max-width: 480px) {
      .mystery_container {
        padding: 0 2rem;
    }
      .diviner_container {
        padding: 0 2rem;
    }
    .mystery_container_inner {
        padding: 15px;
    }
    .diviner_container_inner {
        padding: 15px;
    }
        .mystery_content_wrapper {
        padding: 15px;
    }
    .diviner_content_wrapper {
        padding: 15px;
    }
        .common_topbanner_heading {
        font-size: 22px !important;
        line-height: 28px !important;
    }
        .common_topbanner_description {
        font-size: 18px;
        line-height: 24px;
    }

}







/* ---------Anjan css for ingress chart--------- */
.ingress-edit-btn{
  border: solid 1px #ffbf83 !important;
  padding: 8px 25px !important;
  background: var(--orange-gradient) !important;
  text-shadow: 1px 1px 1px #a1520a;
}

.dialoghead.chartimage-modal{
    display: flex;
    height: 100% !important;
    align-items: center;
  }
.dialoghead .chart-image-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .custom-modalbox.chartimage-modalbox{
    width: min(90%, 900px) !important;
    height: 85%;
  }

  .mat-mdc-dialog-content{
    max-height: 80vh !important;
  }

  .custom-modalbox.chartimage-modalbox .mdc-dialog__content{
    overflow: visible;
  }

  @media (max-width: 768px) {
    .dialoghead .chart-image-wrap img {
      width: 100% !important;
    }
  }

/* ---------refund------------ */

.refund_wrapper .new-container{
  padding: 15px;
}

.refund_wrapper .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;}
.newDeatilsHeading h1{
  flex-wrap: wrap;
}

.addEditPageWrapper .form_field_wrapperarea_of_inquiry .mat-mdc-form-field-flex{
  height: inherit !important;
      margin-bottom: 16px !important;

}
.addEditPageWrapper .form_field_wrapperarea_of_inquiry .mat-mdc-form-field-flex .mat-mdc-form-field-hint{
      bottom: -29px !important;

}

/* Arnab Css */

.custom-modalbox.refund-requestform-modalbox {
      width: min(90%, 800px) !important;
}
.custom-modalbox.refund-requestform-modalbox .addEditPageWrapper .addEditForm {
      margin-bottom: 0;
}

.custom-modalbox.refund-requestform-modalbox .divimagecardcls img{display: block;width: 100%;}
.custom-modalbox.refund-requestform-modalbox .divimagecardcls video{display: block;width: 100%;}


.timedata-btn{
  margin-left: 4px;
  vertical-align: middle;
  background: transparent;
  border: none;
  cursor: pointer; /* ✅ custom pointer */
  color: #d33; 
  margin-right: 7px;
}
.timedata-btn .material-icons {
  font-size: 25px;
  line-height: 1;
}
.refund_another .dialoghead h1 {
      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;
}

.refund_another .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;
}
