/*
 * Snackbar CSS
 */
.mat-snack-bar-container {
  color: #ffffff !important;
  border-bottom: 5px solid rgb(255, 255, 255) !important;
  opacity: 0.8 !important;
}

.mat-simple-snackbar {
  font-family: "" !important;
  font-weight: bolder !important;
  font-size: 18px !important;
}

/* .mat-button,
.mat-icon-button,
.mat-stroked-button {
  color: #fff !important;
  background: transparent !important;
} */
.action-icons {
  color: #1bb9d6 !important;
}

.green-snackbar {
  background: #66970d !important;
}

.red-snackbar {
  background: #970d0d !important;
}

.yellow-snackbar {
  background: #f1ee18 !important;
}

mat-card.mat-card.mat-focus-indicator.tblDv {
  padding: 0;
}

mat-card.mat-card.mat-focus-indicator.tblDv th {
  background-color: #dfe4fe;
  border: 0 !important;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

mat-card.mat-card.mat-focus-indicator.tblDv td {
  border: 0 !important;
  font-size: 13px;
  text-align: center;
}

.tblDv tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.tblDv tr:nth-child(even) {
  background-color: #f3f3f3;
}

.footer {
  background-color: #e5e5e5;
  padding: 16px !important;
  margin: 16px;
  width: calc(100% - 32px) !important;
}

mat-card.selectsDv {
  padding: 0 16px;
  background-color: #dfe4fe;
}

.selectsDv .mat-form-field {
  padding-top: 10px;
  padding-bottom: 10px;
}

.selectsDv .mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0 !important;
}

.selectsDv .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 10px !important;
}

.selectsDv .mat-form-field-infix {
  width: 100%;
}

.selectsDv mat-select.mat-select {
  width: 100%;
  display: block;
  background-color: #fff;
  border: 0;
  font-size: 14px;
}

.mat-card:not([class*="mat-elevation-z"]) {
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 9%) !important;
}

mat-card.selectsDv.selectsDvData {
  padding: 10px 16px;
}

.revenue-chart__content-chart {
  max-width: none !important;
}

mat-card.mat-card.mat-focus-indicator.revenue-chart {
  box-shadow: none !important;
  background: transparent !important;
}

.graph_left {
  text-align: right;
  padding-right: 20px;
}

.revenue-chart__content {
  justify-content: start !important;
}

.revenue-chart__content-chart>div {
  width: auto !important;
}

.revenue-chart__content-chart>div canvas {
  width: auto !important;
  left: -110px !important;
}

.percentList {
  margin: 15px 0;
  font-size: 20px;
}

.percentList span {
  display: inline-block;
  vertical-align: middle;
}

span.color {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

span.color.blue {
  background-color: #5b77ff;
}

span.color.pink {
  background-color: #ff468d;
}

span.color.green {
  background-color: #42e9b0;
}

span.color.yellow {
  background-color: #ffd569;
}

span.color.grey {
  background-color: #888888;
}

.graph_top_left {
  background-color: #536dfe;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 8px 15px;
}

.graph_top_right {
  background-color: #3d743d;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 8px 15px;
}

.graph_top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
}

mat-card.mat-card.mat-focus-indicator.tblDv th:first-child {
  width: 80px;
}

.selectsDv .mat-select-arrow-wrapper {
  display: block !important;
  position: absolute;
  top: -1px;
  right: 0;
}

.dashboardPage mat-card.selectsDv.selectsDvData span {
  padding: 0 10px;
}

.selectsDv .mat-select-trigger {
  display: block !important;
}

.dashboardPage .mat-select.mat-select .mat-select-value {
  font-size: 14px;
}

.mat-select-arrow {
  border: solid #b9b9b9 !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.height-div {
  min-height: 350px;
}

.laftTabContent table {
  width: 100%;
}

.laftTab {
  list-style-type: none;
  padding: 0;
  display: flex;
  margin: 0;
}

.laftTab li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  border-right: 1px solid #f5f5f5;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
  padding: 7px 2px;
  border-top: 1px solid #f5f5f5;
  color: #a69999;
  cursor: pointer;
}

.laftTab li.active,
.laftTab li:hover {
  background-color: #f5f5f5;
}

.leftSecPanel {
  background-color: #fff;
  box-shadow: 0px -3px 12px rgb(0 0 0 / 9%);
  position: relative;
  z-index: 9;
  padding: 0;
  border-radius: 4px;
}

.leftSec h5 {
  text-align: center;
  font-size: 16px !important;
  margin: 20px 0 10px !important;
  color: #666;
}

.leftSec img {
  max-width: 150px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

.leftSec h3 {
  font-size: 20px !important;
  text-align: left;
  margin: 0 15px 10px !important;
}

.laftTabContent {
  padding: 15px 15px;
  background-color: #f5f5f5;
}

.laftTabContent table td {
  padding: 5px 0;
}

.leftSec {
  font-size: 14px !important;
}

.rightSecPanel {
  background-color: #f5f5f5;
  padding: 0;
}

.rightTop {
  background-color: #fff;
}

.rightTop h5 {
  padding: 15px;
  font-size: 16px !important;
  background: #f5f5f5;
  display: inline-block;
  margin: 0 !important;
}

.rightTop h5 span {
  background-color: #f15b55;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 2px;
  margin-left: 30px;
}

.rightBottom h6 {
  font-size: 18px !important;
  padding: 0 15px;
}

.rightBottom {
  padding: 0;
  color: #a69999;
}

.cateChk {
  border-radius: 0;
  background: blue;
  color: blue;
  width: 30px;
  height: 20px;
  right: 10px;
  position: relative;
}

.boxDv {
  padding: 15px;
}

.boxCol {
  background: #fff;
  box-shadow: 0px -3px 12px rgb(0 0 0 / 15%);
  padding: 0;
  font-size: 14px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.boxCol h4 {
  color: #000;
  font-size: 16px !important;
  text-transform: uppercase;
  /* letter-spacing:  !important; */
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 15px;
}

.boxLeftCol {
  padding: 0 15px 15px;
  border-right: 1px solid #f5f5f5;
}

.bxHead {
  text-align: center;
  margin: 0 0 20px;
}

.bxImg {
  text-align: center;
  margin: 0 0 20px;
}

.bxBtm {
  text-align: center;
  text-transform: capitalize;
}

.bxBtm span.bx1Clr {
  color: #00aeef;
}

.bxImg img {
  max-width: 100%;
  padding: 0 5px;
}

.bdrRgt {
  padding-left: 0;
}

.bdrDv {
  display: block;
  height: 3px;
  width: 40px;
  background-color: #005c70;
  margin-top: 7px;
}

.bxBtm span.bx2Clr {
  color: #6150cc;
}

.bxBtm span.bx3Clr {
  color: #f15b55;
}

.bxBtm span.bx4Clr {
  color: #bfd730;
}

.cateRow {
  margin-bottom: 7px;
}

.customer_Right {
  background-color: #f9f9f9;
  padding: 30px;
  margin: 16px;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 15%);
  border-radius: 4px;
}

/*-------------------------------------------------------------*/

.leftSecPanel1 {
  border-right: 1px solid #dedede;
  padding-right: 0 !important;
}

.leftSec1 h3 {
  border-bottom: 1px solid #dedede;
  color: #444;
  font-size: 20px !important;
  padding: 10px 0;
  height: 45px;
  margin-bottom: 20px !important;
  font-weight: 500 !important;
}

.ckRow .ckLbl {
  color: #444;
  font-size: 14px;
}

.ckBx {
  width: 14px;
  /* display: inline-block; */
  vertical-align: middle;
  height: 16px;
  float: right;
  margin-right: 15px;
}

.ckRow {
  margin: 0 0 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.SlctRow {
  margin: 0 15px 15px 0;
}

.ckRow:nth-child(2) {
  margin-bottom: 20px;
}

.fltrsDv h5 {
  color: #444;
  margin: 0 0 10px !important;
  font-size: 18px !important;
}

.SlctRow .slctDd {
  width: 100%;
  font-size: 14px;
  color: #005cc8;
  padding: 5px;
  border: 1px solid #dedede;
}

.frmBtnRow {
  border-top: 1px solid #dedede;
  padding-top: 15px;
  margin-top: 5px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.clrFrm {
  background-color: #444;
  border: 0;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  padding: 3px 15px;
  border: 1px solid #444;
  cursor: pointer;
}

.aplyFrm {
  background-color: #000;
  border: 0;
  color: #fff;
  font-size: 14px;
  margin-right: 14px;
  padding: 3px 15px;
  border: 1px solid #000;
  cursor: pointer;
}

#carousel-thumbs .img-fluid {
  height: 60px;
  width: 100%;
  object-fit: cover;
}

.clrFrm:hover {
  background-color: #fff;
  color: #444;
}

.aplyFrm:hover {
  background-color: #fff;
  color: #005cc8;
}

.tabHead ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #444;
  font-size: 18px;
  padding: 0 15px 0 20px;
}

.tabHead ul li {
  cursor: pointer;
}

.tabHead {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  height: 45px;
  margin-bottom: 20px;
}

.rightSecPanel1 {
  padding-left: 0 !important;
}

.astLst {
  padding: 0 15px 0 20px;
}

.astLst table {
  color: #444;
}

.astLst table>tr th:nth-child(2),
.astLst table>tr th:nth-child(3),
.astLst table>tr td:nth-child(2),
.astLst table>tr td:nth-child(3) {
  text-align: center;
}

.astLst table>tr th:last-child,
.astLst table>tr td:last-child {
  width: 250px;
}

.astLst table th:first-child,
.astLst table>td:first-child {
  width: 275px;
}

.astLst table h4 {
  font-size: 18px !important;
  margin: 0 !important;
  font-weight: 500;
}

.astLst table h6 {
  font-size: 14px !important;
  margin: 0 !important;
  font-weight: 500;
}

.astLst table tr {
  border-bottom: 1px solid #dedede;
}

.astLst table tr:last-child {
  border-bottom: 0;
}

.astLst table th,
.astLst table td {
  padding: 15px 5px;
}

.astLst table table td {
  text-align: left !important;
}

.astLst table table td:last-child {
  text-align: left !important;
  padding: 0 0 0 10px;
}

.astLst table p {
  margin: 0;
}

.astLst table th {
  font-size: 16px;
}

.astLst table td {
  font-size: 14px;
}

.bgClrSpn {
  background-color: #f15b55;
  color: #fff;
  padding: 5px 12px;
  border-radius: 2px;
}

.bgClrSpn1 {
  background-color: #005cc8;
  color: #fff;
  padding: 5px 12px;
  border-radius: 2px;
}

.tabHead ul li:hover,
.tabHead ul li.active {
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid #000;
}

.astProf {
  padding: 0 15px;
}

.profDtls {
  color: #000;
}

.profDtls h2 {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 0 0 0.5rem !important;
}

.profDtls h6 {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin: 0 0 0.5rem !important;
}

.profDtls h5 {
  font-size: 14px !important;
  margin: 0 0 20px !important;
  font-weight: 500 !important;
}

.profDtls h4 {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 0 0 0.5rem !important;
}

.profDtls p {
  font-size: 14px;
  font-weight: 500;
}

.profDtls img {
  margin-right: 10px;
  margin-bottom: 5px;
}

.profBtm h3 {
  font-size: 16px !important;
  margin: 0 0 14px !important;
  font-weight: 500 !important;
}

.profBtmcol span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.profBtmcol img {
  max-width: 50px;
  margin-right: 7px;
}

.profBtm .col-4 {
  padding: 0 5px;
}

.profBtm .row {
  margin: 0 -5px;
}

span.nmbr {
  color: #005cc8;
}

span.nm {
  color: #444;
}

.img-responsive {
  max-width: 100%;
}

.mapSec {
  padding: 0 15px 0 20px;
}

.ProfTop {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ProfTop img {
  margin-right: 10px;
}

.thmbDtl {
  font-size: 13px;
  font-weight: 500;
  color: #444;
}

.action_item .ProfTop {
  border-bottom: 1px solid #dedede;
  padding: 0 15px 20px 20px;
}

.action_item .tableDv {
  padding: 0 15px 0 20px;
}

.tableDv th,
.tableDv td {
  padding: 15px 5px;
  color: #444;
  font-weight: 400;
  vertical-align: middle;
  font-size: 16px;
}

.tableDv th:last-child,
.tableDv td:last-child {
  text-align: center;
}

.tableDv th:first-child,
.tableDv td:first-child {
  width: 100px;
}

.tableDv tr {
  border-bottom: 1px solid #dedede;
}

.tableDv th {
  font-weight: 500;
  font-size: 16px;
}

.tableDv tr:last-child {
  border-bottom: 0;
}

.tableDv .SlctRow {
  margin: 0;
}

/* .tableDv td img {
  max-width: 60px;
} */

.imagesSec .ProfTop {
  border-bottom: 1px solid #dedede;
  padding: 0 15px 20px 20px;
}

.imagesSec .tableDv {
  padding: 0 15px 0 20px;
}

.imagesSec .SlctRow {
  margin: 0;
}

.imagesSec .SlctRow .slctDd {
  border: 0;
}

.imagesSec .tableDv td:nth-child(3) {
  width: 53%;
}

.history .ProfTop {
  border-bottom: 1px solid #dedede;
  padding: 0 15px 20px 20px;
}

.history .tableDv {
  padding: 0 15px 0 20px;
}

.history .SlctRow {
  margin: 0;
}

.history .SlctRow .slctDd {
  border: 0;
}

.history .tableDv td:nth-child(3) {
  width: 30%;
}

.tabContSec .mat-icon {
  width: auto;
  height: auto;
  vertical-align: middle;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.tabPanelSec .mat-tab-label-content {
  text-transform: none;
  font-weight: 500;
  color: #747474;
  font-size: 18px;
  /* padding: 0 15px 0 20px; */
  /* height: 45px; */
}

.tabPanelSec .mat-tab-label {
  height: 43px;
}

.tabPanelSec mat-tab-header .mat-tab-label-active .mat-tab-label-content {
  color: #000;
  font-weight: 500;
  border-bottom: 2px solid #000;
}

.tabContSec {
  padding: 20px 0;
}

.tabPanelSec mat-tab-group.mat-tab-group.mat-primary .mat-ink-bar {
  background-color: transparent;
}

.SlectRow .mat-icon {
  display: inline-block;
}

.SlctRow {
  display: flex;
  align-items: center;
}

.SlctRow .mat-icon {
  color: #005cc8;
  font-size: 26px;
}

.astLst table table td img.ng-star-inserted {
  width: 60px;
  height: 60px;
}

.history .tableDv.infoTblDv {
  padding: 0 15px;
}

.history .tableDv.infoTblDv td img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.myhistory img {
  max-width: 75px !important;
}

.myhistory table td:first-child {
  width: 40%;
  text-align: left;
}

.myhistory table {
  text-align: left;
}

.myhistory table td:nth-child(2) {
  width: 20%;
}

table.mrInfoTbl tr {
  border: 0;
}

.mrInfoBtn {
  border: 0 !important;
}

.mrInfoBtn .mat-icon {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.myhistory th,
.myhistory td {
  padding: 7px 5px;
}

.popTop span {
  border-left: 2px solid #ddd;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 14px;
  margin-left: 10px;
  padding-left: 10px;
}

.popTop {
  margin: 0 0 20px;
}

.popTop img {
  vertical-align: middle;
  display: inline-block;
}

.popComntBox {
  width: 100% !important;
  resize: none !important;
  text-align: left !important;
  padding: 10px !important;
  height: 115px;
  border: 1px solid #000;
}

.popMid .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: transparent !important;
  border: 1px solid #ddd !important;
  padding: 0;
  border-radius: 4px;
}

.popMid .mat-form-field-infix {
  width: 100% !important;
  padding: 0 !important;
}

.popMid .mat-form-field {
  width: 100%;
}

.popBtm {
  text-align: right;
}

.popBtm button {
  border: 1px solid #dedede;
  color: #005cc8;
  margin-left: 10px;
}

.popBtm .mat-form-field-flex {
  padding: 0 !important;
}

mat-toolbar.mat-toolbar.header.mat-toolbar-single-row {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: inline-block;
}

.mat-drawer {
  background-color: #231f20 !important;
  color: #ddd;
}

.header__title-text {
  color: #333;
}

.header__title-text img {
  max-width: 50px;
  margin-left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mat-drawer.mat-drawer-side :not([href]):not([class]) {
  color: #fff;
  text-decoration: none;
}

.mat-drawer.mat-drawer-side a:not([href]):not([class]):hover,
.mat-drawer.mat-drawer-side .mat-icon-no-color:hover,
.mat-list-item:hover .mat-icon-no-color,
.mat-list-item:hover a:not([href]):not([class]) {
  color: #4a4a4a;
}

.mat-drawer.mat-drawer-side .mat-icon-no-color {
  color: #fff;
  vertical-align: text-bottom;
}

.mat-drawer.mat-drawer-side .mat-list-item-content {
  color: #fff;
}

.mat-drawer.mat-drawer-side .mat-list-item:hover .mat-list-item-content,
.mat-drawer.mat-drawer-side .mat-list-item.active .mat-list-item-content {
  color: #4a4a4a;
}

.mat-drawer.mat-drawer-side .mat-list-item.active :not([href]):not([class]) {
  color: #4a4a4a;
}

.mat-drawer.mat-drawer-side .mat-list-item:hover .mat-icon-no-color {
  color: #4a4a4a;
}

.mat-list-base {
  border-bottom: 0 !important;
}

.auth-page__logo {
  background-color: #fff !important;
}

.auth-page__logo-wrapper img {
  max-width: 100%;
}

.auth-page__logo-img {
  margin-bottom: 0 !important;
}

.auth-page__logo-wrapper {
  justify-content: flex-end !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: unset;
}

.auth-page__logo {
  display: flex !important;
  align-items: center !important;
  background-color: #f5f5f5 !important;
  padding: 40px;
}

.mat-toolbar.mat-toolbar.header.mat-toolbar-single-row .mat-icon.user-button__icon {
  font-size: 24px;
}

.mat-toolbar.mat-toolbar.header.mat-toolbar-single-row .mat-icon.notranslate.header__title-button-icon {
  font-size: 24px;
}

.mat-toolbar.mat-toolbar.header.mat-toolbar-single-row .user-butto:hover,
.mat-toolbar.mat-toolbar.header.mat-toolbar-single-row .header__title-button:hover {
  background-color: #a3a4a7;
}

/* .auth-page .mat-input-element {
  border: 1px solid #dedede;
  padding: 10px;
  border-radius: 4px;
} */

.auth-page .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: transparent;
  border: 2px solid #a3a4a7;
  border-radius: 4px;
}

@font-face {
  font-family: "Bahnschrift Regular";
  src: url("../assets/fonts/Bahnschrift Regular.ttf") format("ttf"),
    url("../assets/fonts/Bahnschrift Regular.ttf") format("ttf");
}

body,
.mat-body,
.mat-body-1,
.mat-typography,
.mat-h3,
.mat-subheading-2,
.mat-typography h3 {
  font-family: "Bahnschrift Regular" !important;
}

.mat-sidenav .mat-list-base .mat-list-item .mat-list-item-content,
.mat-list-base .mat-list-option .mat-list-item-content {
  padding: 0 10px !important;
}

.mat-sidenav .mat-list-base {
  width: 100% !important;
}

.mat-sidenav .mat-list-base .mat-list-item {
  padding-left: 0;
}

.mat-sidenav .mat-list-item-content img {
  width: 24px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-right: 15px;
}

.mat-sidenav .mat-list-item.active .mat-list-item-content img,
.mat-sidenav .mat-list-item:hover .mat-list-item-content img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}

.mat-sidenav .mat-icon {
  font-size: 24px !important;
}

.header__title-text {
  margin-left: -13px !important;
  top: -10px;
  position: relative;
}

.header__title {
  height: 64px !important;
  width: 60px !important;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

mat-toolbar.mat-toolbar.header.mat-toolbar-single-row {
  padding: 0;
}

.header__title-text {
  padding: 0 16px;
}

.header {
  justify-content: unset !important;
  display: inline-block;
}

.header-toolbar[_ngcontent-htv-c128] {
  display: inline-block !important;
  align-items: center;

  padding-right: 20px;
  padding-top: 15px;
}

.header__title {
  display: inline-block !important;
  vertical-align: top;
  top: 27px;
  position: relative;
}

.serachArea {
  display: inline-block;
  vertical-align: top;
}

.serachArea .mat-form-field-appearance-fill .mat-form-field-flex {
  border-radius: 0;
  padding: 0;
}

.serachArea {
  border-left: 1px solid #ddd;
  height: 64px;
  padding-left: 2px;
  background-color: #ebecec;
}

.header-toolbar {
  float: right;
  padding-right: 20px;
  padding-top: 10px;
}

.mat-sidenav .mat-list-base .mat-list-item.active {
  background-color: #e5e5e5 !important;
}

.serachArea .mat-form-field-infix {
  display: flex;
  position: relative;
  flex: auto;
  min-width: 0;
  width: 400px;
  font-size: 14px;
  height: 60px;
  padding: 12px 10px !important;
  align-items: center;
}

.serachArea .mat-form-field-infix .mat-icon {
  margin-right: 3px;
  width: auto;
  height: 24px;
  font-size: 24px;
  transform: rotatey(-180deg);
  -webkit-transform: rotatey(-180deg);
}

.user-button {
  background-color: transparent !important;
}

.user-button img {
  width: 28px;
  margin-top: 10px;
}

.user-menu__item-title img {
  width: 28px;
}

.navAr {
  position: absolute;
  bottom: 15px;
  left: 17px;
  font-size: 28px;
  cursor: pointer;
}

span.NmSpan {
  display: inline-block;
  width: 150px;
  margin: 0 0 10px;
}

/* .boxRgttCol .bgClrSpan {
  display: inline-block;
  width: auto;
} */

.boxRgttCol .bgClrSpn {
  /* display: inline-block; */
  margin: 0 0 10px;
  width: 30px;
  padding: 0;
  text-align: center;
  height: 24px;
  line-height: 24px;

}

.mat-sidenav {
  width: 60px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.expand-sidebar+.mat-sidenav-container .mat-sidenav {
  width: 200px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.mat-sidenav .mat-list-item span {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.expand-sidebar+.mat-sidenav-container .mat-sidenav .mat-list-item span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mat-sidenav .mat-list-item span {
  white-space: nowrap;
}

.mat-list-item-content a {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.expand-sidebar+.mat-sidenav-container .mat-sidenav+div+.mat-sidenav-content {
  margin-left: 200px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mat-sidenav-content {
  margin-left: 60px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.expand-sidebar+.mat-sidenav-container .mat-sidenav .navAr .mat-icon {
  transform: rotateY(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mat-sidenav .navAr .mat-icon {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.expand-sidebar+.mat-sidenav-container .mat-sidenav .navAr .mat-icon {
  transform: rotateY(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mat-sidenav .navAr:hover .mat-icon {
  color: rgb(241, 240, 240);
}

.expand-sidebar .header__title {
  width: 200px !important;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.expand-sidebar .header__title-text img {
  max-width: 130px;
  margin-left: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.galDv img {
  background-color: #231f20;

  padding: 2px;
}

.infoTblDv .galDv img {
  max-width: none;
  display: inline-block !important;
  background-color: #f5f5f5;
  padding: 5px;
  /* border: 2px solid #ddd; */
  width: 400px;
  height: auto;
}

.infoTblDv .galDv {
  text-align: center;
  text-align: center;
  width: 400px;
  margin: 0 auto;
}

.mat-drawer-content {
  overflow-x: visible !important;
  z-index: 9;
}

.logoDv img {
  width: 300px;
  max-width: 3000px;
}

.logoDv {
  margin: 0 0 40px;
}

.loginRgtLft h1 {
  line-height: 70px !important;
  font-size: 60px !important;
}

.loginRgtLft {
  padding-right: 40px;
}

.auth-page__logo-wrapper {
  position: relative;
  top: -65px;
}

.auth-page__footer-title {
  font-size: 12px !important;
}

.boxCol h4 a {
  color: #000;
  text-decoration: none;
}

span.col-2.bgClrSpn a {
  color: #fff;
  text-decoration: none;
}

.galDv .carousel-item p {
  text-align: center;
  margin: 0;
  font-size: 18px;
  color: #000;
  background-color: #f5f5f5;
  padding: 5px;
  margin: 0 0 5px;
}

.popComntBox.popInputBox {
  height: 40px;
  margin-top: -8px !important;
}

.mat-select-value-text span {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.mat-form-field.mat-form-field-hide-placeholder .mat-form-field-infix .mat-input-element::placeholder {
  color: #b0aca2 !important;
  -webkit-text-fill-color: #b0aca2 !important;
}

.carousel {
  position: relative;
}

#carousel-thumbs {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  right: 0;
  height: auto;
}

#carousel-thumbs img {
  cursor: pointer;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}

.column {
  float: left;
  width: 12.5% !important;
  padding: 0;
  transition: transform 0.2s;
  margin: 0 0 15px;
}

.columnImg {
  height: 140px;
  margin-bottom: 10px;
}

.columnImg img {
  height: 100%;
  object-fit: cover;
}

.column img {
  width: 100%;
  background-color: #231f20;
  padding: 1px;

}

.column:hover {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.5);
}

.column:hover p {
  -ms-transform: scale(0.7);
  /* IE 9 */
  -webkit-transform: scale(0.7);
  /* Safari 3-8 */
  transform: scale(0.7);
  position: relative;
  top: -13px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.tabPanelSec .mat-tab-body-wrapper,
.tabPanelSec mat-tab-body div.mat-tab-body-content,
.tabPanelSec .mat-tab-body.mat-tab-body-active {
  overflow: visible;
}

.galDv #carousel-thumbs {
  bottom: auto !important;
  top: 100% !important;
  background: rgba(0, 0, 0, 0.4);
  margin-top: 5px;
  width: 96%;
  left: 2%;
}

.customer_Right {
  padding-bottom: 100px;
}

.galDv .carousel-inner {
  overflow: visible;
}

.galDv #carousel-thumbs .carousel-inner {
  overflow: hidden;
}

.galDv #myCarousel .carousel-inner {
  overflow: hidden;
}

/* .stop-scrolling .mat-drawer-content {

  overflow: hidden;

} */

.galDv .carousel-control-prev {
  width: auto;
  left: 5px;
}

.galDv .carousel-control-next {
  width: auto;
  right: 5px;
}

mat-option {
  text-overflow: unset !important;
  white-space: normal !important;
  font-size: 14px !important;
  overflow: visible !important;
  height: auto !important;
  line-height: normal !important;
  margin: 15px 0;
}

.ngxImageZoomContainer {
  height: 100% !important;
  width: 100% !important;
  text-align: center;
}

.ngxImageZoomThumbnail {
  height: auto !important;
  width: auto !important;
  max-height: 515px !important;
  max-width: 100%;
  background-color: #4a4a4a;
  padding: 2px;
}

.mat-dialog-container {
  max-width: 60%;
  margin: auto;
  height: auto !important;
  overflow: visible !important;
  position: relative;
}

.mat-dialog-content {
  max-height: 75vh !important;
}

.clsBtnPop {
  position: absolute;
  top: -15px;
  right: -13px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  background-color: #4a4a4a;
  color: #ffd;
  min-width: auto;
  text-align: center;
  padding: 0 !important;
  line-height: normal !important;
}

.clsBtnPop .mat-icon {
  padding: 0;
  width: auto;
  height: auto;
  font-size: 24px;
}

.pdfLnks {
  display: inline-block;
  margin: 0 10px;
}

.pdfLnks a img,
.pdfLnks a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pdfLnks img {
  width: 24px !important;
}

.pdfLnks span {
  display: block;
  font-size: 14px;
  margin-top: 7px;
}

.pdfLnks a:hover img {
  transform: scale(1.15);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.isu a {
  color: #444;
  text-decoration: none;
  padding: 3px 8px;
}

.isu a:hover {
  color: #231f20;
  background-color: #f0f0f0;
  border-radius: 2px;
}

.isuCont {
  max-width: 68em;
  margin: 30px auto 0;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 7px 15px 0px;
  line-height: normal;
}

.isuCont p {
  margin: 0 0 8px !important;
  color: #231f20;
}

.isuCont p a {
  color: #005cc8;
  text-decoration: none;
  border-bottom: 1px solid #005cc8;
  padding-bottom: 2px;
}

.isuSec tr:first-child {
  border-bottom: 1px solid #dedede;
}

.isuSec td span {
  display: block;
  color: rgba(0, 0, 0, 0.57);
  margin: 0 0 15px;
}

.isuSect td {
  color: #000;
}

.isuSec td {
  color: #000;
}

.tableDv img {
  max-width: 100%;
}

.action_item .tableDv img {
  min-width: 130px;
}

.approValToolSec .mat-tab-label:first-child {
  cursor: text;
  pointer-events: none;
  padding-left: 30px;
  min-width: 12em;
}

.approValToolSec .mat-tab-label:last-child {
  cursor: text;
  pointer-events: none;
  padding-left: 30px;
  min-width: 12em;
}

.approValToolSec .mat-tab-label:first-child .mat-tab-label-content {
  color: #000;
  font-weight: 400;
}

.approValToolSec .mat-tab-label-content {
  font-size: 16px;
  color: #747474;
  font-weight: 400;
}

.approValToolSec mat-tab-header .mat-tab-label {
  width: auto;
  min-width: 14em;
}

.approValToolSec mat-tab-header .mat-tab-label-active .mat-tab-label-content {
  color: #000;
  font-weight: 500;
  border-bottom: 2px solid #000;
}

.Slctcol .slctDd {
  width: 100%;
  font-size: 14px;
  color: #747474;
  padding: 0 5px;
  border: 1px solid #dedede;
  min-width: 130px;
  height: 26px;
  border-radius: 4px;
}

.selectRowDv {
  justify-content: space-between;
  padding-right: 23%;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ebecec;
  padding-left: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

.approValToolSec .mat-sort-header-arrow {
  opacity: 1 !important;
}

.approvalTblDv table {
  width: 100%;
}

.tableDv.approvalTblDv th:last-child,
.tableDv td:last-child {
  text-align: left;
}

.approValToolSec .mat-sort-header-stem {
  height: 0;
}

.approvalTblDv .mat-sort-header-pointer-right,
.approvalTblDv table th[aria-sort="ascending"] .mat-sort-header-pointer-right {
  transform: rotate(-45deg) !important;
}

.approvalTblDv .mat-sort-header-pointer-left,
.approvalTblDv table th[aria-sort="ascending"] .mat-sort-header-pointer-left {
  transform: rotate(45deg) !important;
}

.approvalTblDv .mat-sort-header-indicator {
  transform: translateY(4px) !important;
}

/* .approvalTblDv table th [aria-sort="ascending"] .mat-sort-header-indicator {
  transform: translateY(7px) !important;
} */

/* .approValToolSec .mat-sort-header-arrow {
  transform: translateY(4px) !important;
} */

/* .approvalTblDv table th[aria-sort="descending"] .mat-sort-header-arrow {
  transform: translateY(0) !important;
} */

.approvalTblDv table th[aria-sort="descending"] .mat-sort-header-pointer-right {
  transform: rotate(45deg) !important;
}

.approvalTblDv .mat-sort-header-arrow {
  height: 0 !important;
}

.approvalTblDv .mat-sort-header-indicator {
  top: -2px;
}

.approvalTblDv table th[aria-sort="descending"] .mat-sort-header-indicator {
  top: -5px;
}

.approvalTblDv table th[aria-sort="descending"] .mat-sort-header-pointer-left {
  transform: rotate(-45deg) !important;
}

.approval_Right {
  padding: 0 0 100px;
  margin: 0;
}

.approvalTblDv table th:first-child,
.approvalTblDv table td:first-child {
  padding-left: 30px;
  min-width: 130px;
}

/* .approValToolSec .mat-tab-label{justify-content: start;} */
.approValToolSec .mat-tab-label:first-child {
  justify-content: start;
}

.approvalTblDv table a {
  color: #00b9f2;
}

.atTop {
  justify-content: space-between;
  padding-right: 30px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ebecec;
  padding-left: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
}

.atTop .col:last-child {
  min-width: 16%;
}

.atSliderCol {
  padding: 15px 50px 0 15px;
}

.atSliderCol img {
  width: 100%;
  max-width: 100%;
}

.bdrCol {
  border-right: 1px solid #d1d1d4;
}

.btnAt {
  display: block;
  width: 150px;
  text-align: center;
  height: 24px;
  border: 1px solid #bababd;
  margin-bottom: 35px;
  font-size: 12px;
  text-decoration: none;
  line-height: 24px;
  border-radius: 2px;
  color: #00b9f2;
}

.btnAt:hover {
  background-color: #bababd;
  color: #000;
  text-decoration: none;
}

.atQARow {
  margin-top: 15px;
  padding: 10px 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 16px;
  letter-spacing: 0.5px;
  height: 100%;
}

.QATop {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-left: 45px;
  font-weight: 500;
}

.qACol {
  padding-left: 45px;
  padding-right: 5%;
}

.qaRw {
  margin-bottom: 55px;
}

.Acol select,
.Acol input[type=text],
.Acol input[type=number] {
  width: 100%;
  min-height: 28px;
  max-width: 100%;
  border: 1px solid #444;
  padding: 5px 10px;
}

/* .largSelect {
  min-height: 150px !important;
  overflow: auto;
} */

.serachArea .mat-form-field-wrapper {
  padding-bottom: 0;
}

.atImgColDv {
  padding-left: 45px;
}

.imgTgRw {
  margin-bottom: 50px;
  align-items: center;
}

.atEdit img {
  width: 30px;
}

.tagDv {
  display: inline-block;
  width: 165px;
  text-align: center;
  height: 30px;
  border: 1px solid #444;
  margin-bottom: 35px;
  font-size: 16px;
  text-decoration: none;
  line-height: 30px;
  border-radius: 2px;
  color: #444;
  margin-right: 10px;
}

.saveTg {
  color: #00b9f2;
  text-decoration: none;
  font-size: 14px;
}

.imageTag img {
  width: 180px;
  vertical-align: middle;
  height: auto;
  border: 2px solid #d1d1d1;
  border-radius: 6px;
  padding: 10px;
  object-fit: cover;
}

.atImgColCont,
.imgTgTop {
  padding-left: 5%;
}

.mrInfoIcn img {
  width: 135px !important;
  margin-right: 10px;
}

.mrInfoBtn {
  /* background-color: #e3e3e3 !important; */
  padding: 5px 16px !important;
}

.modal-dialog img {
  max-width: 100%;
}

.ProfTop img {
  max-width: 50px;
}

.mat-list-base .mat-list-item:hover {
  background-color: #e5e5e5 !important;
}

.mat-list-base .mat-list-item:hover span {
  color: #4a4a4a !important
}

mat-list-item.mat-list-item {
  border-bottom: 1px solid #231F20;
}

.atGalDv .galImg img {
  max-width: 130px;
}


.atGalDv {
  padding: 20px;
}

.atGalDv .thumbImgs {
  height: 60px;
  overflow: hidden;
  position: relative !important;
  padding: 0 !important;
}

.atGalDv .row {
  align-items: center;
}

.atGalDv .carousel-control-prev-icon {
  background: none;
  height: auto;
  width: auto;
}

.atGalDv .carousel-control-next-icon {
  background: none;
  height: auto;
  width: auto;
}

.atGalDv .carousel-control-prev-icon img,
.atGalDv .carousel-control-next-icon img {
  width: 10px;
}

.atGalDv .thumbImgs .carousel-inner {
  width: 90%;
  margin: auto;
}

.atGalDv .carousel-control-next {
  right: -18px;
  top: 0;
}

.atGalDv .carousel-control-prev {
  left: -18px;
  top: 0;
}


.aprvlPopLogo {
  border-right: 1px solid #d1d1d4;
  height: 60px;
  padding-right: 10px;
  padding-top: 19px;
}

.aprvlPopLogo img {
  width: 75px;

}

.aprvlPop .modal-header {
  height: 60px;
  /* display: flex; */
  justify-content: left;
  /* align-items: center; */
  border: 0;
}

.aprvlPopedtImgDv {
  font-size: 16px;
  padding-left: 10px;
}

.popThumb img {
  width: 64px;
  height: 64px;
}

.aprvlPopSlider .row {
  display: flex;
}



.popThumb {
  width: auto !important;
  margin: 0 !important;
  padding: 0 5px !important;
}

.aprvlPopSlider .carousel-control-prev-icon img,
.aprvlPopSlider .carousel-control-next-icon img {
  width: 10px;
}

.popthumbs {
  display: flex;
}

.aprvlPopSlider .carousel-control-prev {
  left: -30px;
}

.aprvlPopSlider .carousel-control-next {
  right: -30px;
}

.popthumbs {
  width: 96% !important;
  margin: auto;
}

.imgBtns img {
  width: 12px;
  margin-right: 10px;
}

.aprvlPopSlider {
  position: relative;
}

.shwImgs img {
  width: 100%;
  border: 2px solid #d1d1d1;
  border-radius: 6px;
  padding: 10px;
  height: 200px;
  object-fit: cover;
}

.aprvlPopSlider {
  position: relative;
}

.shwImgDv {
  margin-top: 25px;
}

.imgBtn {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.shwImgDv .row {
  align-items: center;
}

.aprvlPop .modal-footer {
  border: 0
}

.atQARow table {
  width: 100%;
}



.qaRw td:first-child {
  max-width: 260px;
}

.atQARow td {
  padding: 0px 10px;
  vertical-align: top;
  text-align: center;
}

.atQARow td:first-child,
.atQARow td:nth-child(2) {
  text-align: left;
}

.Acol {
  max-width: none;
}

option:checked {
  background-color: #b7e4f1;
}

.atGalDv img.img-fluid {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.loaderDvPop .loader_img img {
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.aprvlPop {
  position: relative;
}

.loaderInner {
  height: 80px;
  width: 80px;
}

.loaderDvPop .loader_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}



.atQARow table {
  display: flex;
  flex-flow: column;
  width: 100%;
  min-height: 330px;
  height: 68%;
}

.atQARow thead {
  flex: 0 0 auto;
}

.atQARow tbody {
  flex: 1 1 auto;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  height: 200px;
}

.atQARow tr {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.btnJob {
  display: block;
  width: 90px;
  text-align: center;
  height: 24px;
  border: 1px solid #bababd;
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: none;
  line-height: 24px;
  border-radius: 2px;
  color: #00b9f2;
  font-weight: 500;
  margin: auto;
}

.btnJob:hover {
  background-color: #bababd;
  color: #000;
  text-decoration: none;
}

.assQueDv .selectRowDv {
  display: table;
  padding: 0;
  background-color: transparent;
  justify-content: unset;
  width: 100%;
}

.jobNmCol {
  white-space: nowrap;
}


.jobTopcol {
  background-color: #ebecec;
  width: 100%;
  padding: 10px 15px;
  height: 46px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.Slctcol:first-child .jobTopcol,
.Slctcol:first-child .jobDataCol {
  padding-left: 30px;
}

.Slctcol:last-child .jobTopcol,
.Slctcol:last-child.jobDataCol {
  padding-right: 30px;
}


.jobDataCol {

  padding: 10px 15px 30px;
}

.assQueDv .Slctcol {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}

.pieImg {
  max-width: 600px;
}

.job-PieDv {
  /* padding: 0 30px 20px; */
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* .assQueDv .tableDv th,
.assQueDv .tableDv td {
  text-align: center;
} */

td.roundBarDv {
  padding: 0 !important;
}

span.roundBar {
  background-color: #ebecec;
  max-width: 36%;
  height: 11px;
  display: block;
  border-radius: 0 10px 10px 0;
}

.approValToolSec.jobSec .mat-tab-label:last-child {
  cursor: pointer;
  pointer-events: unset;
}

.assProfDv .selectRowDv {
  display: block;
  padding-right: 30px;
  text-align: right;
}

.assprofbtncol .btnJob {
  display: inline-block;
  margin: 0 15px;
}

.img50 {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.jobInnerTbl h4 {
  font-size: 16px !important;
  margin: 0 !important;
  font-weight: 500 !important;
}

.jobInnerTbl h6 {
  font-size: 14px !important;
  margin: 0 !important;
  font-weight: 500 !important;
}

.jobInnerTbl p {
  font-size: 12px !important;
  margin: 0 !important;
  font-weight: 400;
  color: #747474;
}

.twoColTd {
  min-width: 250px !important;
}

.jobInnerTbl {
  display: flex;
}

.imgDtlDv {
  text-align: left;
}


.assProfDv table td {
  vertical-align: middle;
  padding: 10px 15px;
}

.assProfDv .mat-icon {
  vertical-align: middle;
}

.assProfDv span {
  vertical-align: middle;
}

select.slctDd.actionslect {
  border: 2px solid #00b9f2;
  border-radius: 4px;
  color: #00b9f2;
}

.indentRow td:first-child {
  padding-left: 110px !important;
}

/* .indentRow td:last-child {
  padding-right: 45px !important;
} */

.assProfDv .selectRowDv {
  margin: 0;
}

.job-PieDv .jobPieCont {
  display: inline-block;
  max-width: 175px;
}

/* .smallPieJob .jobPieCont {
  transform: scale(0.3);
} */

/* 
.job-PieDv .smallPieJob .jobPieCont{max-width: 50px;} */

span.pieArw {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #00b9f2;
  cursor: pointer;
}

.smallPieJob .jobPieCont {
  display: inline-block;
  vertical-align: middle;
}

.smallPieJob {
  padding-left: 30px;
}

.polCl select {
  width: auto;
  border-radius: 4px;
  max-width: 125px;
  min-width: 110px;
}


textarea.popCmnt {
  display: block;
  width: 100%;
  resize: none;
  height: 60px;
  margin: 0 0 10px;
  border-radius: 4px;
}

.popRw {
  margin: 0 0 10px;
}

.popClsDv {
  display: flex;
  align-items: center;
}

.popClsDv .polCl {
  max-width: 50%;
  padding: 0 2%;
}

.polColRw {
  margin: 0 0 10px;
}

.clDevider {
  border-right: 1px solid #d1d1d4;
  height: auto;
}

.popCkBx {
  margin-right: 5px;
  vertical-align: text-top;
}

.required {
  color: #ed0000;
}

.no-data-text {
  font-size: 18px;
    margin: 15px;
    text-align: center;
}

.reassignMentPop .modal-body{    padding: 2rem !important;
  padding-left: 3rem !important;     padding-bottom: 0 !important;}

.reassignMentPop .Acol{ margin: 0;}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 630px !important;
    /* margin: 1.75rem auto; */
  }
}

@media all and (max-width: 767px) {
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}

@media all and (min-width: 576px) {
  .carousel-container #carousel-thumbs {
    position: absolute;
  }
}

@media all and (max-width: 576px) {
  .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
}

@media (max-width: 1199px) {
  .mat-sidenav {
      transform: none !important;
      visibility: visible !important;
  }

  .mat-drawer-backdrop.mat-drawer-shown{visibility: hidden!important;}

}

.mat-drawer-side{visibility: visible !important;
  transform: none !important;}