.default-style .sidenav .app-brand.demo {
  height: 66px;
}

.material-style .sidenav .app-brand.demo {
  height: 70px;
}

.app-brand-logo.demo {
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app-brand-logo.demo svg {
  width: 20px;
  height: 11px;
}

.app-brand-text.demo {
  font-size: 1.1rem;
}

.layout-1 .layout-sidenav .app-brand.demo,
.layout-1 .layout-sidenav .app-brand.demo+.sidenav-divider,
.layout-reversed .layout-2 .layout-sidenav .app-brand.demo {
  display: none;
}

.layout-1 .layout-navbar .app-brand.demo,
.layout-reversed .layout-2 .layout-navbar .app-brand.demo {
  display: -ms-flexbox !important;
  display: flex !important;
}

.layout-1 .layout-navbar .layout-sidenav-toggle,
.layout-reversed .layout-2 .layout-navbar .layout-sidenav-toggle,
.layout-offcanvas .layout-navbar .layout-sidenav-toggle,
.layout-fixed-offcanvas .layout-navbar .layout-sidenav-toggle {
  display: block !important;
}

@media (min-width: 992px) {

  .layout-offcanvas .layout-sidenav .layout-sidenav-toggle,
  .layout-fixed-offcanvas .layout-sidenav .layout-sidenav-toggle {
    display: none;
  }
}

/* *****************************************************************************
 * Navbar
 */

.demo-navbar-messages .dropdown-toggle,
.demo-navbar-notifications .dropdown-toggle,
.demo-navbar-user .dropdown-toggle,
.demo-navbar-messages.b-nav-dropdown .nav-link,
.demo-navbar-notifications.b-nav-dropdown .nav-link,
.demo-navbar-user.b-nav-dropdown .nav-link {
  white-space: nowrap;
}

.demo-navbar-messages .dropdown-menu,
.demo-navbar-notifications .dropdown-menu {
  overflow: hidden;
  padding: 0;
}

@media (min-width: 992px) {

  .demo-navbar-messages .dropdown-menu,
  .demo-navbar-notifications .dropdown-menu {
    margin-top: .5rem;
    width: 22rem;
  }

  .demo-navbar-user .dropdown-menu {
    margin-top: .25rem;
  }
}


/* *****************************************************************************
 * Content
 */

.demo-vertical-spacing>*+* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-sm>*+* {
  margin-top: .9375rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg>*+* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-inline-spacing>*,
.demo-paragraph-spacing>p>* {
  margin: 0 .375rem .9375rem 0 !important;
}

.demo-paragraph-spacing>p {
  margin: 0;
}

.demo-blocks>* {
  display: block !important;
}

html:not(.material-style) .material-style-only {
  display: none !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir=rtl] .rtl-only {
  display: block !important;
}

/* *****************************************************************************
 * Layouts
 */

.layout-example-block {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, .04);
  border-radius: 2px;
  background: rgba(0, 0, 0, .04);
  color: #c7254e;
}

.layout-example-block code {
  background: none;
  color: #666;
}

.layout-example-block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 500px;
}

.layout-example-block-sidenav {
  width: 24%;
  background: #607d8b;
}

.layout-example-block-sidenav code {
  color: #fff;
}

.layout-example-block-navbar {
  background: #3ca99e;
}

.layout-example-block-navbar code {
  color: #fff;
}

.layout-example-block-content {
  background: #9e9e9e;
}

.layout-example-block-content code {
  color: #fff;
}

.layout-example-block-1 .layout-example-block-content {
  width: 74%;
}

.layout-example-block-2 .layout-example-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 74%;
}

.layout-example-block-2>.layout-example-block {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.layout-example-block-2 .layout-example-block-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.layout-example-block-1-no-sidenav .layout-example-block-content {
  width: 100%;
}

.layout-example-code {
  display: block;
  overflow: auto;
  margin: 0;
  padding: 30px;
  min-width: 0;
  width: 100%;
  background: #fff;
}

.layout-example-run {
  display: inline-block;
  margin: 3px;
  padding: 4px 6px;
  border: 1px solid #eee;
  background: transparent;
  white-space: nowrap;
  line-height: 1;
}

.layout-example-block-3 .layout-example-block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout-example-block-3 .layout-example-block-inner>.layout-example-block {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.layout-example-block-3 .layout-example-block-inner .layout-example-block-container-fluid {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.layout-example-block-3 .layout-example-block-sidenav-horizontal {
  background: #607d8b;
}

.layout-example-block-3 .layout-example-block-container-fluid {
  background: #fff;
}

.layout-example-block-3 .layout-example-block-container-fluid code {
  color: #666;
}

.layout-example-block-3 .layout-example-block-footer {
  background: #e6514a;
}

.model-footer-user-delete {
  justify-content: center !important;
}

.modal-header-user-delete {
  justify-content: center !important;
}

.user-delete {
  min-width: 100px !important;
  padding: 0 20% !important;
  /* max-width: 60% !important; */
  text-align: center !important;
}

/* V2 User Modal*/
.v2-user-delete-model {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;

  width: 432px;
  height: 497px;

  /* [light]/Surface */

  background: #FFFFFF;
  /* [light]/Elevation 5 */

  box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.2);
  border-radius: 16px !important;
}

.v2-user-delete-modalc {
  border-radius: 16px !important;
}

.v2-user-delete-modal-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px 16px 0px;

  width: 432px;
  height: 42px;
  border-bottom: 0px !important;
}

.v2-user-delete-modal-header h5 {
  width: 400px;
  height: 26px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #000000;
}

.v2-user-delete-modal-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px 16px;
  gap: 8px;
  width: 432px;
  /* height: 350px; */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.v2-user-delete-modal-deleteprompt {


  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;

  width: 400px;


  flex: none;
  order: 0;
  flex-grow: 1;
}

.v2-user-delete-modal-deleteprompt-form {

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;

  width: 400px;
  height: 48px;


  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;

}

.v2-user-delete-modal-deleteprompt-form-rt {
  /* Radio Toggle */


  /* Auto layout */

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;

  width: 311px;
  height: 20px;


  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.v2-user-delete-modal-deleteprompt-form-tb {

  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;

  /*width: 311px;*/
  height: 20px;


  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.v2-user-delete-modal-deleteprompt-form-tb input[type="radio"] {
  appearance: none;
  margin: 0px 10px 0px 0px;
  background-color: rgb(255, 255, 255);
  font: inherit;
  color: currentcolor;
  width: 1.30em;
  height: 1.30em;
  border: 0.15em solid rgb(217, 217, 217);
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.v2-user-delete-modal-deleteprompt-form input[type="radio"]:checked  { 
  border: 1px solid rgb(252, 191, 0);
}

.v2-user-delete-modal-deleteprompt-form input[type="radio"]:checked::before {
  transform: scale(1);
}
.v2-user-delete-modal-deleteprompt-form input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 120ms ease-in-out 0s;
  box-shadow: rgb(252 191 0) 1em 1em inset;
}


.v2-user-delete-modal-deleteprompt-form input[type="radio"]:toggle {
  box-sizing: border-box;

  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;

  /* [light]/Surface */

  background: #FFFFFF;
  /* [light]/Primary/Base */

  border: 1px solid #FCBF00;
}

.v2-user-delete-modal-deleteprompt-form-tb-text {
  /* Field Text */


  /* Auto layout */

  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;

  width: 287px;
  height: 20px;


  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;
}

.udwm {

  /* Auto layout */

  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px 16px 0px 0px;
  gap: 16px;

  width: 400px;
  /* height: 132px; */

  /* [light]/Error/Lowest Emphasis */

  background: linear-gradient(0deg, rgba(239, 83, 80, 0.05), rgba(239, 83, 80, 0.05)), #FFFFFF;
  border-radius: 8px;

  /* Inside auto layout */

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.udwm .rectabgle {
  /* Rectangle 1854 */


  width: 4px;
  /* height: 132px; */

  background: linear-gradient(0deg, #EF5350, #EF5350), #FFFFFF;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  /* Inside auto layout */

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.udwm .wrapper {
  /* Wrapper */


  /* Auto layout */

  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px 0px;
  gap: 16px;

  width: 364px;
  /* height: 132px;  */


  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 1;
}

.leOGqA {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  /* padding: 16px 0px; */
  gap: 16px;
  width: 364px;
  flex: 1 0 auto;
  order: 1;
  -webkit-box-flex: 1;
  text-align: left;
}

.VlTmj {
  width: 324px;
  color: rgb(239, 83, 80);
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  flex: 1 0 auto;
  order: 1;
  -webkit-box-flex: 1;
  text-align: left;
}


.lhcnPy {
  margin-left: 1.5rem;
}

.description {

  /* Alternatively, you can disable the inbox and retain this information. Please confirm you wish to continue by entering the inbox name in the field below */


  width: 400px;
  height: 60px;

  /* Body 2/XS/Regular */

  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */

  letter-spacing: 0.01em;


  /* Inside auto layout */

  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
  text-align: left;
  margin-bottom: 0px !important;
}

.kOXpQp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 6px;

  width: 400px;
  height: 62px;


  /* Inside auto layout */

  flex: none;
  order: 3;
  align-self: stretch;
  flex-grow: 0;
  text-align: left;
  ;
}

.gCVSpE {
  width: 400px;
  height: 36px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 8px;
  margin-top: 6px;
  border: 1px solid rgb(217, 217, 217);
}

@media (min-width: 576px) {
  .modal-content-v2-delete {
    box-shadow: 0px 0px 0px !important;
    border-radius: 1.25rem !important;
    /* height: 597px !important; */
    height: auto !important;
  }
}

.modal-content-v2-delete {
  box-shadow: 0px 0px 0px !important;
  border-radius: 1.25rem !important;
  /* height: 597px !important; */
  height: auto !important;
}
.ryoSJ {
  min-width: 100px;
  background: rgb(243, 126, 124);
  color: rgb(255, 255, 255);
  transition: all 0.2s ease-in-out 0s;
  border: none;
  outline: transparent solid 4px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 9px;
  border-radius: 8px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

/*---------------------------*/
.isqhxV {
  display: flex;
  width: 432px;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  background: rgb(255, 255, 255);
  padding: 0px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.button_area {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  width: 90%;
  border-top: 1px solid rgb(242, 242, 242);
  order: 5;
}

@media (min-width: 1025px)
{
.dveFXJ {
    font-size: 1rem;
}
.ryoSJ {
  font-size: 1rem;
}
}

.dveFXJ {
    min-width: auto;
    background: rgb(242, 242, 242);
    color: rgb(0, 0, 0);
    transition: all 0.2s ease-in-out 0s;
    border: none;
    outline: transparent solid 4px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 9px;
    border-radius: 8px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.isqhxV button:disabled {
  color: rgb(171, 171, 171);
  background: rgb(242, 242, 242);
}

.ryoSJ:disabled {
  color: rgb(171, 171, 171);
  background: rgb(242, 242, 242);
}

.ryoSJ {
  min-width: 100px;
  background: rgb(243, 126, 124);
  color: rgb(255, 255, 255);
  transition: all 0.2s ease-in-out 0s;
  border: none;
  outline: transparent solid 4px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 9px;
  border-radius: 8px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.kUimUx button:disabled {
  color: rgb(171, 171, 171);
  background: rgb(242, 242, 242);
}

.dleft-icon{

  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  background:#919191 !important; 
  border-radius: 100%;
  z-index: 9;
  color: #fff;
}

.tab-content-top-border{
  border: 2px solid rgba(10, 10, 10, 0.06);
}

input[type='number'] [class~="number-arrow-none"] ::-webkit-outer-spin-button,
input[type='number'][class~="number-arrow-none"]::-webkit-inner-spin-button,
input[type='number'][class~="number-arrow-none"] 
{
   appearance:         none !important;  
  -webkit-appearance: none !important;
  -moz-appearance:    none !important;
  
}