:root {
    --light-50: #fff;
    --primary-50: #154360;
    --mdc-filled-button-disabled-container-color: #154360;
    --mdc-filled-button-disabled-label-text-color: white;
    --mdc-outlined-text-field-outline-width: 1px;
    --mdc-outlined-text-field-focus-outline-width: 2px;
    --mdc-outlined-text-field-error-hover-label-text-color :var(--primary-50);
    --mdc-outlined-text-field-label-text-color:var(--primary-50);
    --mdc-outlined-text-field-error-label-text-color: var(--primary-50);
    --mdc-outlined-text-field-error-outline-color:var(--primary-50);
    --mdc-outlined-text-field-error-focus-outline-color:var(--primary-50);
    --mdc-outlined-text-field-error-focus-label-text-color:var(--primary-50);
    --mat-select-focused-arrow-color: var(--primary-50);
    --mdc-outlined-text-field-focus-outline-color:var(--primary-50);
    --mdc-outlined-text-field-focus-label-text-color:var(--primary-50);
    --mdc-outlined-text-field-error-hover-outline-color: var(--primary-50);
    --mdc-outlined-text-field-hover-outline-color:var(--primary-50);
    --mdc-outlined-text-field-outline-color:var(--primary-50);
    --mdc-filled-button-container-color:var(--primary-50);
    --mdc-filled-button-label-text-color: var(--light-50);
    --border-box: border-box;
    --base-font:Arial, Helvetica, sans-serif;
    --flex: flex;
    --center: center;
    --left: left;
    --block: block;
    --bold: bold;
    --auto: auto;
    --space-between: space-between;
    --none: none;
    --pointer: pointer;
    --column: column;
    --warning-50: red;
    --dark-50: #000000;
    --link-50: #0275d8;
    --larger: larger;
    --underline: underline;
    --blue-50:  rgb(8, 8, 246);
    --red-50: rgb(245, 12, 12);
    --end: end;
    --inline: inline;
    --color-realbox-shadow: rgba(32, 33, 36, 0.278);
    --cr-realbox-shadow: 0 1px 6px 0 var(--color-realbox-shadow);
    --mat-form-field-container-height: 50px;
    --mat-form-field-filled-with-label-container-padding-bottom: 0px;
    --mat-sidenav-container-width: 270px;
  }
  .custom-toolbar .mat-icon{
    --mat-icon-color: var(--mat-icon-color);
  }

  .custom-menu-dropdown{
    --mat-menu-container-color: var(--mat-sidenav-container-background-color);
    --mat-menu-item-label-text-color: var(--light-50);
  }
    .select-form {
    --mat-form-field-container-height: 50px;
    --mat-form-field-filled-with-label-container-padding-top: 16px;
    --mat-form-field-filled-with-label-container-padding-bottom: 0px;
    --mdc-filled-text-field-focus-active-indicator-color: transparent;
    --mdc-filled-text-field-focus-active-indicator-color: transparent;
    --mdc-filled-text-field-active-indicator-color: transparent;
    --mdc-filled-text-field-hover-active-indicator-color: transparent;
    --mdc-filled-text-field-focus-active-indicator-color: transparent;
    --mdc-filled-text-field-error-hover-active-indicator-color: transparent;
    --mdc-outlined-text-field-hover-outline-color:  transparent;
    --mat-chip-selected-trailing-action-state-layer-color:  transparent;
    --mat-select-arrow-transform: translateY(-8px);
      margin-top: 10px;
  }
  .mat-mdc-select-value{
    padding-top: 11px;
  }

  .mat-mdc-select-arrow svg {
    margin-top: 10px;
  }
  .example-button-row, .example-flex-container{
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .select-form .mat-mdc-form-field-infix{
    width: 238px;
  }
  * {
      margin: 0;
      padding: 0;
      font-family: var(--base-font);
      -webkit-box-sizing: var(--base-font);
      -moz-box-sizing: var(--base-font);
      box-sizing: var(--border-box);
  }
h2 {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input {
    padding: 10px;
    border: 1px solid var(--dark-50);
    border-radius: 4px;
    outline: 0;
}

/* login component start  */
.login {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light-100);
    font-family: var(--baseFont);
    font-weight: var(----base-font-weight);
    color: var(--base-color);
}

.btn-success {
    width: 100%;
    padding: 10px;
    background-color: var(--green-50);
    color: var(--light-50);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.btn-success:hover {
    background-color: var(--green-50);
    outline: 0;
}

.mx-auto {
    margin-inline: auto;
}

.mt-20 {
    margin-top: 20px;
}

/* Login end */

/* Tree Component start */

.mat-tree {
    display: block;
    background-color: var(--mat-tree)
}

.mat-nested-tree-node .container {
    display: flex;
    align-items: center;
    padding-inline: 1rem;
}

.mat-toolbar>div {
    display: flex;
    align-items: center;
}

/* Tree component end */

.login-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
    width: 450px;
    border-radius: 20px;
    background: linear-gradient(180deg, #24568f 0%, #FFFFFF 22.21%);
    box-shadow: 0px 187px 75px rgba(0, 0, 0, 0.01), 0px 105px 63px rgba(0, 0, 0, 0.05), 0px 47px 47px rgba(0, 0, 0, 0.09), 0px 12px 26px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    justify-content: center;
}

.card-box {
    display: flex;
    justify-content: center;
    height: 90vh;
    align-items: center;
}

.logo-img {
    width: 100%;
}

.logo-div {
    height: auto;
    width: 50%;
}

.login-btn {
    background: #0a1c3f !important;
    border: 0;
    color: #FFFFFF !important;
    padding: 2rem, 0;
    font-size: 16px;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: var(#000) !important;
}

.login-form-field {
    width: 100%;
}

.mat-mdc-form-field-infix,
.password {
    display: flex;
}

/* bread crumb start  */
.breadcrumb {
    padding: 10px 12px;
    list-style: none !important;
    list-style-type: none;
    background-color: var(--bread-crumb-background);
    border-radius: 5px;
}

.breadcrumb li {
    display: inline;
    font-size: 12px;
}

.breadcrumb li+li:before {
    padding: 8px;
    color:  var(--breadcrumb-li);
    content: ">";
}

.breadcrumb li a {
    color: var(--ol-breadcrumb);
    text-decoration: none;

    &:hover {
        cursor: pointer;
    }
}

ol.breadcrumb li a:hover {
    color: var(--ol-breadcrumb);
    text-decoration: underline;
}

/* breadcrumb end */
.container {
    font-size: calculate-rem(24);
}

.example-tree-invisible {
    display: none;
}

.example-tree ul,
.example-tree li {
    margin: 0;
    list-style-type: none;
}

.example-tree {
    padding-left: 5%;
}

.mat-nested-tree-node div[role=group] {
    padding-left: 15px;
}

.example-tree div[role=group]>.mat-tree-node {
    padding-left: 0px;
}

div[role=group]>.mat-tree-node {
    padding-left: 15px;
}

.usr-head-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 9px;
    align-items: baseline;
}

.page-not-found {
    text-align: center;
    padding: 50px;

}

.page-not-found-link {
    cursor: grab;
    color: var(--link-color)
}

.page-not-found h1 {
    font-size: 6em;
    margin-bottom: 0.5em;
}

.page-not-found h2 {
    font-size: 2em;
    margin-bottom: 1em;
}

.page-not-found p {
    font-size: 1.2em;
}

.cls-blue {
   color:var(--edit-button-color);
    cursor: pointer;
    border: none;
}

.cls-red {
    color:var(--delete-button-color);
    cursor: pointer;
    border: none;
}

.btn-spc>button {
    margin: 0 5px;
}

.position-btn {
    position: absolute;
    z-index: 2;
    top: 50px;
    font-size: small;
    right: 40px;
}

/* final user status end */

/* final user status create */

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    float: right;
    margin-right: 10px;
}

/* final user status create end */

/* final user status edit start */

.user-status-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 1.5em;
    margin: 0;
    color: var(--user-status-header);
}

/* final user status edit end */

/* pms category start */

.user-status-parent {
    padding-top: 10px;
    margin-left: 20px;
    margin-right: 17px;
    background: var(--user-status-parent);
}

/* pms category end */

/* pms category create start */

.mat-error {
   color: var(--mat-error-color);
}

.required {
    color: var(--mat-error-color);
}

/* pms category create end */

/* pms category edit start */

/* pms category edit end */

/* Department start */
.container-top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 73vh;
}

.user-status-top {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    min-width: 38rem;
    min-height: 18rem;
}

.btn-actions {
    display: flex;
    gap: 16px;
    float: right;
    padding-top: 22px
}
.inner-container{

    margin-top:5px;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: var(--swal-button-background-color) !important;
    color:  var(--swal-button-color) !important
}
/* Department End */

/* Common Css all the component */
/*Common css for all Webcast*/

/*general style for webcast*/

html {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    box-sizing: border-box;
  }

  body {
    position: relative;
    margin: 0;
  }

  *,
  :after,
  :before {
    box-sizing: inherit;
  }

  li,
  ul {
    list-style: none;
  }

  img {
    max-height: 100%;
    max-width: 100%;
  }

  .container,
  body,
  html {
    font-family: Arial, Helvetica, sans-serif;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  li,
  p,
  ul {
    padding: 0;
    margin: 0;
  }

  /*general style for webcast*/

  /* text alignment */

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  /* font bold italic */

  .font-bold,
  .bold {
    font-weight: bold;
  }

  .font-italic {
    font-style: italic;
  }

  .font-normal {
    font-style: normal;
  }

  /* visibility */

  .visibility-visible {
    visibility: visible;
  }

  .visibility-hidden {
    visibility: hidden;
  }

  /* font color */

  .text-black {
    color: #000;
  }

  .text-white {
    color: #fff;
  }

  .text-red {
    color: red;
  }

  .text-green {
    color: green;
  }

  /* background color */

  .bg-white {
    background: #fff;
  }

  .bg-black {
    background: #000;
  }

  .bg-red {
    background: red;
  }

  .bg-green {
    background: green;
  }

  /* div positions */

  .position-relative {
    position: relative;
  }

  .position-fixed {
    position: fixed;
  }

  .position-absolute {
    position: absolute;
  }

  .position-unset {
    position: unset !important;
  }

  /* center div */

  .margin_auto {
    margin: 0 auto;
  }

  /* text transform */

  .text-uppercase {
    text-transform: uppercase;
  }

  .text-capitalize {
    text-transform: capitalize;
  }

  .text-lowercase {
    text-transform: lowercase;
  }

  .text-unset {
    text-transform: unset;
  }

  /* text wrap */

  .white-space {
    white-space: nowrap;
  }

  .word-brack {
    word-break: break-all;
  }

  /* text  decoration*/

  .text-decoration {
    text-decoration: none;
  }

  .text-underline {
    text-decoration: underline;
  }

  /* overflow */

  .overflow-auto {
    overflow: auto;
  }

  .overflow-none,
  .overflow-hidden {
    overflow: hidden !important;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .overflow-x-auto {
    overflow-y: auto;
  }

  .overflow-y-hidden {
    overflow-y: hidden;
  }

  .overflow-x-hidden {
    overflow-y: hidden;
  }

  /* ellipsis */

  .overflow-ellipsis {
    white-space: nowrap;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* outline */

  .outline-none {
    outline: none !important;
  }

  /* box shadow  */

  .box-shadow {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  }

  /* bborder-radius */

  .border-radius-50 {
    border-radius: 50%;
  }

  .border-radius-5 {
    border-radius: 5%;
  }

  .border-radius-10 {
    border-radius: 10%;
  }

  .border-radius-15 {
    border-radius: 15%;
  }

  .border-radius-20 {
    border-radius: 15%;
  }

  /* border none  */

  .border-none {
    border: none !important;
  }

  /* cursor  */

  .cursor-pointer {
    cursor: pointer;
  }

  .cursor-default {
    cursor: default;
  }

  .cursor-no-drop {
    cursor: no-drop;
  }

  /* list style */

  .list-style-type {
    list-style-type: none;
  }

  .list-style-type-disc {
    list-style-type: disc;
  }

  .list-style-type-decimal {
    list-style-type: decimal;
  }

  .list-style-type-circle {
    list-style-type: circle;
  }

  /* display properties */

  .display-block {
    display: block;
  }

  .display-inline {
    display: inline;
  }

  .display-inline-block {
    display: inline-block;
  }

  .display-table {
    display: table;
  }

  .display-table-cell {
    display: table-cell;
  }

  .display-none {
    display: none;
  }

  /* width  */

  .width_100 {
    width: 100%;
  }

  .height_100 {
    height: 100%;
  }

  .Vheight {
    height: 100vh;
  }

  .Vwidth {
    height: 100vw;
  }

  /* common clear div element */

  .DisplayBlock {
    width: 100%;
    display: block;
    float: none;
    clear: both;
  }

  .clear-both {
    clear: both;
  }

  .float-none {
    float: none;
  }

  /* vertical alignment */

  .vertical-middle {
    vertical-align: middle;
  }

  .vertical-top {
    vertical-align: top;
  }

  .vertical-bottom {
    vertical-align: bottom;
  }

  .vertical-super {
    vertical-align: super;
  }

  /* font size */

  .font-6 {
    font-size: 6px;
  }

  .font-7 {
    font-size: 7px;
  }

  .font-8 {
    font-size: 8px;
  }

  .font-9 {
    font-size: 9px;
  }

  .font-10 {
    font-size: 10px;
  }

  .font-11 {
    font-size: 11px;
  }

  .font-12 {
    font-size: 12px;
  }

  .font-13 {
    font-size: 13px;
  }

  .font-14 {
    font-size: 14px;
  }

  .font-15 {
    font-size: 15px;
  }

  .font-16 {
    font-size: 16px;
  }

  .font-17 {
    font-size: 17px;
  }

  .font-18 {
    font-size: 18px;
  }

  .font-19 {
    font-size: 19px;
  }

  .font-20 {
    font-size: 20px;
  }

  .font-21 {
    font-size: 21px;
  }

  .font-22 {
    font-size: 22px;
  }

  .font-23 {
    font-size: 23px;
  }

  .font-24 {
    font-size: 24px;
  }

  .font-25 {
    font-size: 25px;
  }

  .font-26 {
    font-size: 26px;
  }

  .font-27 {
    font-size: 27px;
  }

  .font-28 {
    font-size: 28px;
  }

  .font-29 {
    font-size: 29px;
  }

  .font-30 {
    font-size: 30px;
  }

  /* no margin no padding */

  .padding_no {
    padding: 0px !important;
  }

  .margin_no {
    margin: 0px !important;
  }

  .style-type-none {
    list-style-type: none;
  }

  .inline-block {
    display: inline-block;
  }

  /* margin css 100px*/

  .mt_0 {
    margin-top: 0px !important;
  }

  .mt_5 {
    margin-top: 5px;
  }

  .mt_10 {
    margin-top: 10px;
  }

  .mt_15 {
    margin-top: 15px;
  }

  .mt_20 {
    margin-top: 20px;
  }

  .mt_25 {
    margin-top: 25px;
  }

  .mt_30 {
    margin-top: 30px;
  }

  .mt_35 {
    margin-top: 35px;
  }

  .mt_40 {
    margin-top: 40px;
  }

  .mt_45 {
    margin-top: 45px;
  }

  .mt_50 {
    margin-top: 50px;
  }

  .mt_55 {
    margin-top: 55px;
  }

  .mt_60 {
    margin-top: 60px;
  }

  .mt_65 {
    margin-top: 65px;
  }

  .mt_70 {
    margin-top: 70px;
  }

  .mt_75 {
    margin-top: 75px;
  }

  .mt_80 {
    margin-top: 80px;
  }

  .mt_85 {
    margin-top: 85px;
  }

  .mt_90 {
    margin-top: 90px;
  }

  .mt_95 {
    margin-top: 95px;
  }

  .mt_100 {
    margin-top: 100px;
  }

  .mb_0 {
    margin-bottom: 0px !important;
  }

  .mb_5 {
    margin-bottom: 5px;
  }

  .mb_10 {
    margin-bottom: 10px;
  }

  .mb_15 {
    margin-bottom: 15px;
  }

  .mb_20 {
    margin-bottom: 20px;
  }

  .mb_25 {
    margin-bottom: 25px;
  }

  .mb_30 {
    margin-bottom: 30px;
  }

  .mb_35 {
    margin-bottom: 35px;
  }

  .mb_40 {
    margin-bottom: 40px;
  }

  .mb_45 {
    margin-bottom: 45px;
  }

  .mb_50 {
    margin-bottom: 50px;
  }

  .mb_55 {
    margin-bottom: 55px;
  }

  .mb_60 {
    margin-bottom: 60px;
  }

  .mb_65 {
    margin-bottom: 65px;
  }

  .mb_70 {
    margin-bottom: 70px;
  }

  .mb_75 {
    margin-bottom: 75px;
  }

  .mb_80 {
    margin-bottom: 80px;
  }

  .mb_85 {
    margin-bottom: 85px;
  }

  .mb_90 {
    margin-bottom: 90px;
  }

  .mb_95 {
    margin-bottom: 95px;
  }

  .mb_100 {
    margin-bottom: 100px;
  }

  .ml_0 {
    margin-left: 0px !important;
  }

  .ml_5 {
    margin-left: 5px;
  }

  .ml_10 {
    margin-left: 10px;
  }

  .ml_15 {
    margin-left: 15px;
  }

  .ml_20 {
    margin-left: 20px;
  }

  .ml_25 {
    margin-left: 25px;
  }

  .ml_30 {
    margin-left: 30px;
  }

  .ml_35 {
    margin-left: 35px;
  }

  .ml_40 {
    margin-left: 40px;
  }

  .ml_45 {
    margin-left: 45px;
  }

  .ml_50 {
    margin-left: 50px;
  }

  .ml_55 {
    margin-left: 55px;
  }

  .ml_60 {
    margin-left: 60px;
  }

  .ml_65 {
    margin-left: 65px;
  }

  .ml_70 {
    margin-left: 70px;
  }

  .ml_75 {
    margin-left: 75px;
  }

  .ml_80 {
    margin-left: 80px;
  }

  .ml_85 {
    margin-left: 85px;
  }

  .ml_90 {
    margin-left: 90px;
  }

  .ml_95 {
    margin-left: 95px;
  }

  .ml_100 {
    margin-left: 100px;
  }

  .mr_0 {
    margin-right: 0px;
  }

  .mr_5 {
    margin-right: 5px;
  }

  .mr_10 {
    margin-right: 10px;
  }

  .mr_15 {
    margin-right: 15px;
  }

  .mr_20 {
    margin-right: 20px;
  }

  .mr_25 {
    margin-right: 25px;
  }

  .mr_30 {
    margin-right: 30px;
  }

  .mr_35 {
    margin-right: 35px;
  }

  .mr_40 {
    margin-right: 40px;
  }

  .mr_45 {
    margin-right: 45px;
  }

  .mr_50 {
    margin-right: 50px;
  }

  .mr_55 {
    margin-right: 55px;
  }

  .mr_60 {
    margin-right: 60px;
  }

  .mr_65 {
    margin-right: 65px;
  }

  .mr_70 {
    margin-right: 70px;
  }

  .mr_75 {
    margin-right: 75px;
  }

  .mr_80 {
    margin-right: 80px;
  }

  .mr_85 {
    margin-right: 85px;
  }

  .mr_90 {
    margin-right: 90px;
  }

  .mr_95 {
    margin-right: 95px;
  }

  .mr_100 {
    margin-right: 100px;
  }

  /* padding css 100px*/

  .pt_0 {
    padding-top: 0px;
  }

  .pt_5 {
    padding-top: 5px;
  }

  .pt_10 {
    padding-top: 10px;
  }

  .pt_15 {
    padding-top: 15px;
  }

  .pt_20 {
    padding-top: 20px;
  }

  .pt_25 {
    padding-top: 25px;
  }

  .pt_30 {
    padding-top: 30px;
  }

  .pt_35 {
    padding-top: 35px;
  }

  .pt_40 {
    padding-top: 40px;
  }

  .pt_45 {
    padding-top: 45px;
  }

  .pt_50 {
    padding-top: 50px;
  }

  .pt_55 {
    padding-top: 55px;
  }

  .pt_60 {
    padding-top: 60px;
  }

  .pt_65 {
    padding-top: 65px;
  }

  .pt_70 {
    padding-top: 70px;
  }

  .pt_75 {
    padding-top: 75px;
  }

  .pt_80 {
    padding-top: 80px;
  }

  .pt_85 {
    padding-top: 85px;
  }

  .pt_90 {
    padding-top: 90px;
  }

  .pt_95 {
    padding-top: 95px;
  }

  .pt_100 {
    padding-top: 100px;
  }

  .pb_0 {
    padding-bottom: 0px;
  }

  .pb_5 {
    padding-bottom: 5px;
  }

  .pb_10 {
    padding-bottom: 10px;
  }

  .pb_15 {
    padding-bottom: 15px;
  }

  .pb_20 {
    padding-bottom: 20px;
  }

  .pb_25 {
    padding-bottom: 25px;
  }

  .pb_30 {
    padding-bottom: 30px;
  }

  .pb_35 {
    padding-bottom: 35px;
  }

  .pb_40 {
    padding-bottom: 40px;
  }

  .pb_45 {
    padding-bottom: 45px;
  }

  .pb_50 {
    padding-bottom: 50px;
  }

  .pb_55 {
    padding-bottom: 55px;
  }

  .pb_60 {
    padding-bottom: 60px;
  }

  .pb_65 {
    padding-bottom: 65px;
  }

  .pb_70 {
    padding-bottom: 70px;
  }

  .pb_75 {
    padding-bottom: 75px;
  }

  .pb_80 {
    padding-bottom: 80px;
  }

  .pb_85 {
    padding-bottom: 85px;
  }

  .pb_90 {
    padding-bottom: 90px;
  }

  .pb_95 {
    padding-bottom: 95px;
  }

  .pb_100 {
    padding-bottom: 100px;
  }

  .pl_0 {
    padding-left: 0px;
  }

  .pl_5 {
    padding-left: 5px;
  }

  .pl_10 {
    padding-left: 10px;
  }

  .pl_15 {
    padding-left: 15px;
  }

  .pl_20 {
    padding-left: 20px;
  }

  .pl_25 {
    padding-left: 25px;
  }

  .pl_30 {
    padding-left: 30px;
  }

  .pl_35 {
    padding-left: 35px;
  }

  .pl_40 {
    padding-left: 40px;
  }

  .pl_45 {
    padding-left: 45px;
  }

  .pl_50 {
    padding-left: 50px;
  }

  .pl_55 {
    padding-left: 55px;
  }

  .pl_60 {
    padding-left: 60px;
  }

  .pl_65 {
    padding-left: 65px;
  }

  .pl_70 {
    padding-left: 70px;
  }

  .pl_75 {
    padding-left: 75px;
  }

  .pl_80 {
    padding-left: 80px;
  }

  .pl_85 {
    padding-left: 85px;
  }

  .pl_90 {
    padding-left: 90px;
  }

  .pl_95 {
    padding-left: 95px;
  }

  .pl_100 {
    padding-left: 100px;
  }

  .pr_0 {
    padding-right: 0px;
  }

  .pr_5 {
    padding-right: 5px;
  }

  .pr_10 {
    padding-right: 10px;
  }

  .pr_15 {
    padding-right: 15px;
  }

  .pr_20 {
    padding-right: 20px;
  }

  .pr_25 {
    padding-right: 25px;
  }

  .pr_30 {
    padding-right: 30px;
  }

  .pr_35 {
    padding-right: 35px;
  }

  .pr_40 {
    padding-right: 40px;
  }

  .pr_45 {
    padding-right: 45px;
  }

  .pr_50 {
    padding-right: 50px;
  }

  .pr_55 {
    padding-right: 55px;
  }

  .pr_60 {
    padding-right: 60px;
  }

  .pr_65 {
    padding-right: 65px;
  }

  .pr_70 {
    padding-right: 70px;
  }

  .pr_75 {
    padding-right: 75px;
  }

  .pr_80 {
    padding-right: 80px;
  }

  .pr_85 {
    padding-right: 85px;
  }

  .pr_90 {
    padding-right: 90px;
  }

  .pr_95 {
    padding-right: 95px;
  }

  .pr_100 {
    padding-right: 100px;
  }
  .mat-bottom-sheet-container{
    padding: 0 !important;
  }
  .custom-autocomplete .mat-mdc-form-field-infix{
    width: 208px;
  }
  .sample-button-row{
    display: flex;
    gap: 1rem;
  }

  .mat-drawer-content {
    height: calc(100vh - 4rem) !important;
  }

  .cdk-nested-tree-node [role="group"]{
    padding-left: .75rem;
  }

  .example-tree-invisible [role="treeitem"]{
    padding-left: 1.5rem;
  }
/* Corrected */

.user-status-card {
  width: 50%;
  margin-top: 20px;
  padding: 20px;
  border-radius: 8px;
  max-width: 50%;
}
.create-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.user-status-label {
  color: var(--user-status-label) ;
  margin-bottom: 5px;
  font-weight: bold;
}
.full-width {
  width: 100%;
}
.button-group {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.space-bet {
  margin-left: 50px;
}

.btn-pstn {
  margin-bottom: 10px;
  text-align: end;
}
.closei {
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-icon:hover {
  cursor: pointer;
}
.reset-button,
.save-button {
    min-width: 100px;
}

.container + address {
  font-style: normal;
  font-family: Arial, sans-serif;
}
