/* during development css */
.pageloaderWrp {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -999;
  background: rgb(255 255 255 / 56%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.loading_page .pageloaderWrp {
  opacity: 1;
  z-index: 9999;
}

.imageUploaderBox {
  width: 50px;
  height: 50px;
  position: relative;
}
.trash {
  background: #ff6873;
  width: 19px;
  height: 20px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  -webkit-border-bottom-right-radius: 18%;
  -webkit-border-bottom-left-radius: 18%;
  -moz-border-radius-bottomright: 18%;
  -moz-border-radius-bottomleft: 18%;
  border-bottom-right-radius: 18%;
  border-bottom-left-radius: 18%;
  border: 0;
  margin-top: 4%;
  cursor: pointer;
}
.trash span {
  position: absolute;
  height: 20%;
  background: #ff6873;
  top: -29%;
  left: -20%;
  right: -25%;
  border-top-left-radius: 90%;
  border-top-right-radius: 90%;
  transform: rotate(0deg);
  transition: transform 250ms;
  transform-origin: 19% 100%;
}
.trash span:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 90%;
  background: #ff6873;
  top: -102%;
  border-top-left-radius: 90%;
  border-top-right-radius: 90%;
  transform: rotate(0deg);
  transition: transform 250ms;
  transform-origin: 19% 100%;
  left: 22%;
}
.trash i {
  position: absolute;
  width: 10%;
  background: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  top: 10%;
  left: calc(50%);
  bottom: 10%;
}
.trash i:after {
  content: "";
  background: #fff;
  position: absolute;
  left: -260%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.trash i:before {
  content: "";
  background: #fff;
  position: absolute;
  right: -240%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.trash:hover span {
  transform: rotate(-45deg);
  transition: transform 250ms;
}
.imageUploaderBox.product {
  width: 100px;
  height: auto;
}

.imageUploaderBox input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.imageUploaderBox i {
  position: absolute;
  top: -6px;
  right: -10px;
}

.imageUploaderBox img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.imageUploaderBox.product img {
  border-radius: 0%;
}
.form-radio-lg {
  width: 30px;
  height: 30px;
}
.form-radio-md {
  width: 25px;
  height: 25px;
}
.form-radio-sm {
  width: 20px;
  height: 20px;
}
.privewCoordinate {
  position: relative;
  overflow: hidden;
  height: 100px;
}

.privewCoordinate img {
  position: absolute;
}
.form-check span {
  padding: 0 0 0 15px;
}

.form-check label {
  margin: 0;
  display: flex;
  align-items: center;
}

.form-check input {
  margin: 0;
  position: static;
}

.form-check {
  padding-left: 0;
}
.corpbtnwpr {
  padding: 15px 0;
  display: flex;
  display: -webkit-flex;
  margin-left: -15px;
  margin-right: -15px;
}

.cropbtnGroup {
  padding: 0 15px;
}
.answrrbox {
  min-height: 55px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.answrrbox span {
  width: 100%;
  display: block;
  background: #5e971d;
  color: #fff;
  padding: 3px 15px;
  position: relative;
  text-align: center;
}

.answrrbox span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  border-width: 13px 10px 13px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.answrrbox span:after {
  content: "";
  position: absolute;
  right: -7px;
  top: 0;
  bottom: 0;
  width: 20px;
  border-width: 13px 0px 13px 14px;
  border-style: solid;
  border-color: #ffffff #ffffff #ffffff #5e971d;
}
.react-confirm-alert-overlay {
  z-index: 9999 !important;
}

.react-confirm-alert-body > h1 {
  font-size: 24px !important;
  margin-bottom: 21px !important;
}

.react-confirm-alert-body {
  font-size: 14px;
  text-align: center !important;
}

.react-confirm-alert-button-group {
  justify-content: center !important;
}
.boxOption {
  padding: 10px 10px;
  background: #e9e9e9;
  align-items: center;
}
.minHeighbox {
  min-height: 55px;
}
.errorMsg {
  font-size: 13px;
  color: red;
  margin-bottom: 15px;
}
.qsnNotype {
  padding: 4px 7px;
  margin-right: 5px;
  background: #1160c1;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 10px #00000024;
  font-size: 12px;
  white-space: nowrap;
}
.qsnWrapr {
  display: flex;
  display: -webkit-flex;
}

.qsnTitle {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tagsListWrp {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

.tagsList {
  margin-right: 35px;
  margin-bottom: 5px;
  background: #faf0ea;
  padding: 3px 10px;
  border-radius: 5px;
  color: #4c4a4a;
  position: relative;
  font-weight: 600;
}

.tagRemove {
  position: absolute;
  right: -18px;
  top: 8px;
  bottom: 0;
  width: 12px;
  height: 15px;
}
.caseQussn p {
  margin-bottom: 0;
}
.version {
  text-align: center;
  padding: 10px 0 0;
  white-space: nowrap;
  font-size: 11px;
}

.left-sidebar-wrapper .version .vs-mobile {
  display: none;
}
.left-sidebar-wrapper .version .vs-web {
  display: block;
}

.mini-sidebar .left-sidebar-wrapper .version .vs-mobile {
  display: block;
}
.mini-sidebar .left-sidebar-wrapper .version .vs-web {
  display: none;
}
.bredcrumHead .breadcrumb {
  margin-bottom: 0;
}
.menu-hamburger {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.bredcrumHead {
  margin-left: 10px;
}
table.table .extentTR > td {
  padding: 0;
}

.extentTR table.table {
  margin-bottom: 0;
  border: 0;
  border-bottom: 5px solid #00000014;
  background: #f1f1f1;
}
table.table th.th-1 {
  width: 1%;
  max-width: 30px;
}
.ext_icon.collapsed .plus {
  display: block;
}

.ext_icon.collapsed .minus {
  display: none;
}
.ext_icon .plus {
  display: none;
}

.ext_icon .minus {
  display: block;
}
.ext_icon {
  width: 30px;
  height: 30px;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #808080;
}
.ext_icon:hover {
  background-color: #f1f1f1;
  color: #333;
}
.metismenu > li > ul > li > a {
  padding-left: 35px !important;
}
.metismenu > li > ul > li > ul > li > a {
  padding-left: 55px !important;
}
.metismenu li ul {
  position: relative;
}

.metismenu li ul:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
  z-index: 1;
}

.metismenu li ul li {
  position: relative;
}

.metismenu li ul li:before {
  position: absolute;
  content: "";
  top: 21px;
  left: 11px;
  right: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  z-index: 1;
  transform: translate(0, -50%);
  border-radius: 50%;
}
.metismenu li ul li ul:before {
  left: 40px;
}

.metismenu li ul li ul li:before {
  left: 37px;
}
.multiSectionWrp {
  border: 1px solid #e1e1e1;
  padding: 10px;
  position: relative;
  margin: 40px 0;
}

.multiSectionHead {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  transform: translate(0, -50%);
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}

.multiText {
  padding: 5px 21px;
  background: #f2f2f2;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
}

.multiText h3 {
  font-size: 17px;
  margin: 0;
}
.multiText h4 {
  font-size: 14px;
  margin: 0;
}

.sectionGroup {
  background: #e2e2e2f7;
  padding: 10px;
  border: 1px solid #e1e1e1;
  margin: 20px 0;
}
.sectionGroupHead h5 {
  font-size: 15px;
  margin-bottom: 15px;
}
.sectionGroup:nth-last-child(1) {
  margin-bottom: 0;
}

.multiSectionWrp:nth-last-child(1) {
  margin-bottom: 0;
}

.custom-switch {
  padding: 0;
  width: 50px;
  height: 26px;
  margin-bottom: 0;
}

.switch-sm.custom-switch .custom-control-label {
  display: block;
  width: 100%;
  height: 100%;
}

.custom-switch .custom-control-label::before {
  left: 0;
  top: 0;
}

.switch-sm.custom-switch .custom-control-label::after {
  width: 20px;
  height: 20px;
  left: 3px;
  top: 3px;
}

.qusnIputwr {
  width: calc(100% - 80px);
}

.casestydl {
  margin-left: 10px;
}

.casestydl .switch-sm.custom-switch {
  width: 120px;
  height: 40px;
}

.casestydl .switch-sm.custom-switch .custom-control-label {
  background: #fff;
  border-radius: 26px;
  color: #262626;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  padding: 10px 15px;
  text-transform: capitalize;
}

.casestydl .switch-sm.custom-switch .custom-control-label:before {
  content: none;
}
.casestydl .switch-sm.custom-switch .custom-control-label::after {
  top: 50%;
  transform: translate(0, -50%);
  left: 5px;
}

.casestydl
  .switch-sm.custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  transform: translate(90px, -50%);
}

.casestydl
  .switch-sm.custom-switch
  .custom-control-input:checked
  ~ .custom-control-label {
  border-color: #6bbb04;
  background-color: #6bbb04;
  color: #fff;
  justify-content: flex-start;
}

.castyygrpu {
  border: 1px solid #f1f1f1;
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
}

.castyygrpu ul {
  margin: 0;
}
table.multi-row-table tr th {
  padding: 3px 12px;
  vertical-align: middle;
}
table.multi-row-table thead tr th:nth-child(1) {
  padding-left: 12px;
}

table.multi-row-table tr th[colspan] {
  border: 1px solid #dee2e6;
  text-align: center;
}

table.multi-row-table thead tr:nth-child(2) th {
  border: 1px solid #dee2e6;
}

.theme-color-2 .left-nav-menu a.btn-toggle:not(.collapsed) {
  background: #fff8f81f;
}
.metismenu li ul li {
  background: #fff8f81f;
}
ul.has_menu {
  background: transparent;
}
.theme-4 .left-nav-menu ul li a span.menu_txt {
  padding-left: 0;
}
.left-nav-menu li a span[class*="fa"],
.left-nav-menu li a span[class*="icon"] {
  margin-right: 10px;
}

/* deepak */
.left-nav-menu ul.has_menu li a {
  color: #eef3fd;
  background: #143065;
}

.theme-color-2 .left-nav-menu a.btn-toggle:not(.collapsed) {
  background: #1a3e83 !important;
}
.left-sidebar-wrapper .left-nav-menu ul li a:hover {
  color: #fff;
  background: #1a3e83;
}

.theme-color-2 .left-nav-menu .has_menu.active {
  background-color: #1a3e83 !important;
}
/* deepak */

.alldatastatus p{
  text-align: center;
}

.alldatastatusvalue{
  font-weight: 700;
}
.chartDataHome{
  background-color: #fff;
  /* height: 385px; */
  height: 100%;
  padding: 10px;
}

.dashboardImage{
  width: 53px;
  height: 51px;
  border-radius: 50%;
  margin-right: 10px;
}

.modal-backdrop .show {
  opacity: 0.5 !important;
}
.modal-backdrop.fade {
  opacity: 0.2 !important;
}

.buttonSubmitDuplicate{
  padding: 6px !important;
  margin-left: 10px !important;
  font-size: 13px;
}

.saveButton{
  margin-left: 10px;
  background: #143065;
  border-color: #1c438b;
}
/* .react-datepicker__input-container input {
  background: #ffffff !important;
} */

.theme-color-2 .react-datepicker__close-icon::after {
  font-size: 11px !important;
}

table.table th, table.table td {
  vertical-align: middle;
}
table.table th.sortable{
  cursor: pointer;
  position: relative;
}
table.table th.sortable.asc::after{
  position: absolute;
  right: 0;
  top: 45%;
  content: '';
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
table.table th.sortable.desc::after{
  position: absolute;
  right: 0;
  top: 40%;
  content: '';
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.headingLineChart{
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding-left: 5px;
  padding-top: 5px;
}
.headingtable{
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding-left: 25px;
  padding-top: 15px;
}

.commentTable{
  display: grid;
}

.row.mt-3.filterdata {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}

.packageDuplicate{
  margin-right: 10px;
  border-radius: 0.3rem !important;
}

.packageEdit{
  border-radius: 0.3rem !important;
}

.btn-primary:hover {
 border-color: #143065;
  background: #143065;
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #143065;
  border-color: #143065;
}

.cancilbookingcon {
  background: #fff;
  max-width: 688px;
  margin: 0 auto;
  padding: 50px 0;
}

.cancilbookingheadtext {
  text-align: center;
}

.cancilbookingheadtext h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 39px;
  color: #000000;
  margin-bottom: 20px;
}
.cancilbookingpara p {
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #1e2f59;
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.cancilbookingpara.reschedule p {
  max-width: 500px;
}

.ganeshpoojaselectdatewrp {
  display: flex;
}

.ganeshpoojaselectdatecon {
  display: flex;
  background: #1e2f59;
  border: 1px solid #f2f4f5;
  width: 50%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ganeshpoojaselectdatecon select {
  background-color: #1e2f59;
  border: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  width: 100%;
  height: 100%;
}

.ganeshpoojaselectdatecon.panditinfo {
  margin-bottom: 0;
}

.ganeshpoojaselectdatecon.datepicker {
  position: relative;
  z-index: 1;
  padding: 0 0;
}

.ganeshpoojaselectdatecon select:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.ganeshpoojaselectdatetext {
  width: 100%;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
}

.ganeshpoojaselectdatetext input {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  background: transparent;
  text-align: left;
  border: 0;
  outline: none;
  padding: 2px 5px;
}
.ganeshpoojaselectdatetext input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-size:18px;
  opacity: 1; /* Firefox */
}

.ganeshpoojaselectdatetext input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.ganeshpoojaselectdatetext input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.ganeshpoojaselectdatetext input {
  padding: 2px 20px;
}

.resudelconfirmcon{
  display: flex !important;
}

.cancilbookingyesnoconcancle button {
  text-decoration: none;
  background: #fff;
  border-radius: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #d00009;
  padding: 15px 93px;
  margin-right: 10px;
  border: 2px solid #d00009;
  margin-top: 15px;
}

.cancilbookingyesnoconcancle button:hover {
  background-color: #d00009;
  color: #fff;
}

.cancilbookingyesnocon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cancilbookingyesnocon button {
  text-decoration: none;
  background: #1e2f59;
  border-radius: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #f2f4f5;
  padding: 15px 80px;
  margin-right: 10px;
  border: 0;
  margin-top: 15px;
}

.cancilbookingyesnocon button:hover {
  background-color: #d00009;
}

.cancilbookingyesnoconcancle button {
  text-decoration: none;
  background: #fff;
  border-radius: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #d00009;
  padding: 15px 93px;
  margin-right: 10px;
  border: 2px solid #d00009;
  margin-top: 15px;
}

.cancilbookingyesnoconcancle button:hover {
  background-color: #d00009;
  color: #fff;
}
.ganeshpoojaselectdatetext input {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  background: transparent;
  text-align: left;
  border: 0;
  outline: none;
  padding: 2px 20px
}

.calendarimg{
  width: 25px !important;
  height: 20px !important;
  object-fit: cover !important;
}

.cancilbookingyesnocon .cancelyes {
  background: #1e2f59;
  border-radius: 23px;
  padding: 10px 70px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-block;
}

.cancilbookingyesnocon .cancelno {
  background: #d00009;
  border-radius: 23px;
  padding: 10px 70px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-block;
  margin-left: 10px;
}

.raiseticketheadwrptext.raiseticket {
  padding-top: 26px;
  padding-bottom: 15px;
}

.raiseticketheadwrptext {
  padding: 10px 0;
}
.raiseticketheadwrptext.bookingfeedback h2 {
  margin: 0;
}

.raiseticketheadwrptext h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #333333;
}

.raiseticketheadwrptext.raiseticket {
  padding-top: 26px;
  padding-bottom: 15px;
}

.raiseticketheadwrptext {
  padding: 10px 0;
}
.raiseticketheadwrptext.bookingfeedback h2 {
  margin: 0;
}
.raiseticketheadcon {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.raiseticketimgcon {
  position: relative;
  width: 12%;
}
.raiseticketheadconcommunity .raiseticketimgcon {
  width: 22%;
}

.raiseticketimgcon:last-child .raiseticketbookingrightcon:before {
  display: none !important;
}

.raiseticketbookingrightcon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 27px;
  left: 44px;
  background-color: #000;
}

.raiseticketbookingrightcon.active {
  background: #1e2f59;
}

.raiseticketbookingrightcon {
  width: 25px;
  background: #e8eaee;
  height: 25px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}

.raiseticketbookgeneratertext p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.raiseticketbookgeneratertext a {
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #1e2f59 !important;
  text-decoration: underline !important;
  margin-top: -20px;
  position: relative;
  bottom: 14px;
}

.raiseticketimgcon .img-fluid {
  max-width: 100%;
  height: auto;
  object-fit: none;
}

.raiseticketbookgeneratertext .custom-date{
  max-width: 100px;
  color: gray;
  font-size: 12px;
  margin-top: 10px;
}

.accountaddressWRP {
  padding: 40px 0px 26px 20px;
  background: #fff;
  border-bottom: 1px solid gray;
}

.accounymyprofiletext h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 39px;
  color: #000000;
}

.accounymyprofiletext.account {
  padding-left: 15px;
  margin: 0;
}
.accountprofileWRP {
  background: #fff;
  padding: 40px 18px;
  margin-bottom: 30px;
}

.accounthomedefaultcon {
  /* padding: 16px 20px; */
  padding: 10px 10px;
  background: #fff;
  border: 1px solid #c4c4c4;
  margin-bottom: 25px;
}
.accounthomedefaultcon.active {
  background: #f2f4f5;
}
.accounthomebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.accounthomeboxtext {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #a5a5a5;
  /* margin-left: 25px; */
}

.accounthomeboxtext a {
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  color: #1e2f59;
}
.accounthomeboxtext a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: #1e2f59;
  text-decoration: underline;
  /* margin-left: 25px; */
}

.accounthomebox.helpdesk {
  border-bottom: 1px solid gray;
  padding: 20px 25px;
}

.accounthomebox.helpdeskform {
  align-items: center;
  border-bottom: 1px solid gray;
  padding: 20px;
}

.accounthomeboxedit{
  display: flex !important;
}

.accounthomeboxtext {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #a5a5a5;
  /* margin-left: 25px; */
}

.accounthomeboxtext a {
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  color: #1e2f59;
}
.accounthomeboxtext a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: #1e2f59;
  text-decoration: underline;
  /* margin-left: 25px; */
}

.accounthomeboxedit{
  display: flex !important;
}

.accountpencildeleteimgcon .btn-primary {
  background-color: #f2f4f5;
  border: none;
}

.accountpencildeleteimgcon a img {
  cursor: pointer;
}

.accountpencildeleteimgcon img {
  margin: 0 10px;
}

.accounthomeboxtext {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #a5a5a5;
  /* margin-left: 25px; */
}

.accounthomeboxtext a {
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  color: #1e2f59;
}
.accounthomeboxtext a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: #1e2f59;
  text-decoration: underline;
  /* margin-left: 25px; */
}



.accounthomeboxedit{
  display: flex !important;
}
.accountpencildeleteimgcon .btn-primary {
  background-color: #f2f4f5;
  border: none;
}
.accountpencildeleteimgcon a img {
  cursor: pointer;
}
.accountpencildeleteimgcon img {
  margin: 0 10px;
}
.accounthomelocationimgcon {
  display: flex;
  align-items: center;
}

.accounthomelocationimgcon img {
  padding-right: 10px;
}

.accounthomelocationimgcon span {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}

.accounthomelocationimgcon {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;

  color: #000000;
}

.accounthomelocationimgcon.helpdeskform {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

.accounthomelocationimgcon.helpdeskform span {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

.accounthomelocationimgcon.helpdeskform.flex {
  align-items: flex-start;
}
.accounthomelocationimgcon.helpdesk {
  font-size: 20px;
}

.inputimage2 {
  height: 100%;
  /* width: 50px; */
  width: 200px;
  object-fit: cover;
  margin-left: 10px;
}

.removeimageicon{
   display: flex !important;
   height: 100px;
   margin-left: 10px;
}

.deleteImage{
   margin-left: -15px;
   color: black;
   font-weight: 700;
   font-size: 14px !important;
}

.previmagereply{
   display: inline-block !important;
   /* padding: 0 20px; */
}

.helpdesktabconWRP {
  /* padding: 0 25px 25px 25px; */
  padding: 0 5px 5px 0px;
}

.helpdeskformloremparatext span {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}

.helpdeskformviewattachmentcon {
  background: #1e2f59;
  border-radius: 12px;
  max-width: 200px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px;
  justify-content: space-between;
  margin-top: 18px;
}
.helpdeskformviewattachmentcon input {
  position: absolute;
  left: 39px;
  opacity: 0;
  z-index: 1;
  width: 234px;
}

.helpdeskformviewtext {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}

.helpdeskformviewtext a {
  color: #ffffff;
  text-decoration: none !important;
}

.helpdeskformviewtext a:hover {
  text-decoration: none;
}

.helpdeskformviewtext span {
  color: #fff;
  margin-right: 10px !important;
}

.helpdeskformviewtext img {
  margin-left: 5px !important;
}



.helpdesktabconWRPreply {
  /* padding: 0 25px 25px 25px; */
  width: calc(100% - 70px);
}

.helpdeskformloremparatextreply span {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}

.helpdeskformviewattachmentconreply {
  background: #e0e0e0;
  border-radius: 12px;
  max-width: 200px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 5px;
  justify-content: space-between;
  margin-top: 18px;
}
.helpdeskformviewattachmentconreply input {
  position: absolute;
  left: 39px;
  opacity: 0;
  z-index: 1;
  width: 234px;
}

.helpdeskformviewtextreply {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: black;
  margin-left: 10px;
}

.helpdeskformviewtextreply a {
  color: black;
  text-decoration: none !important;
}

.helpdeskformviewtextreply a:hover {
  text-decoration: none;
}

.helpdeskformviewtextreply span {
  color: black;
  margin-right: 10px !important;
}

.helpdeskformviewtextreply img {
  margin-left: 5px !important;
}

.leftChatWithImage {
  padding: 0px !important;
  background: #e0e0e0;
  border-radius: 29px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: black;
  max-width: 172px;
  min-width: 14%;
  margin: 10px 0px 0px 0px;
  min-height: 35px;
  font-size: 14px;
}

.leftChatWithImage p{
  padding: 0 !important;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after{
  display: none;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before{
  display: none;
}
.react-datepicker{
  border-radius: 0;
  padding: 15px;
  border: 0;
  box-shadow: 0 0px 8px 3px #b9b5b5;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
.react-datepicker__month-read-view--selected-month{
  font-size: 17px !important;
  font-weight: 700 !important;
  margin-right: 16px !important;
}
.react-datepicker__day--selected{
  border-radius: 50% !important;
}
.react-datepicker__year-dropdown, .react-datepicker__month-dropdown, .react-datepicker__month-year-dropdown{
  background-color: #fff !important;
}
.react-datepicker__month-read-view{
  visibility: visible !important;
}
.react-datepicker__year-read-view--selected-year{
  font-size: 17px !important;
  font-weight: 700 !important;
}
.react-datepicker__year-read-view{
  visibility: visible !important;
}
.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
  margin: 9px !important;
}
.react-datepicker__month-dropdown-container, .react-datepicker__year-dropdown-container{
  border: 0 !important;
}
.react-datepicker__header__dropdown.react-datepicker__header__dropdown--scroll{
  padding-bottom: 12px !important;
  display: grid !important;
  justify-content: space-between !important;
  grid-auto-flow: column !important;
}
.react-datepicker__month-read-view--down-arrow{
  top: 8px !important;
}
.react-datepicker__year-read-view--down-arrow{
  top: 7px !important;
}

.react-datepicker__year-dropdown-container--select, .react-datepicker__month-dropdown-container--select, .react-datepicker__month-year-dropdown-container--select, .react-datepicker__year-dropdown-container--scroll, .react-datepicker__month-dropdown-container--scroll, .react-datepicker__month-year-dropdown-container--scroll{
  margin: 0 15px !important;
  margin-left: 0 !important;
}
.react-datepicker__year-read-view{
  text-align: left !important;
}
.react-datepicker__header{
  background-color: #fff !important;
  border-bottom: 0 !important;
  padding-bottom: 15px !important;
}
.react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected, .react-datepicker__year-text--keyboard-selected{
  border-radius: 50% !important;
}
.react-datepicker__day:hover, .react-datepicker__month-text:hover, .react-datepicker__quarter-text:hover, .react-datepicker__year-text:hover{
     border-radius: 50% !important;
}

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

.raiseticketheadcon2:before {
  width: 87%;
  height: 1px;
  background: #000;
  content: "";
  position: absolute;
  top: 27px;
}

.raiseticketheadcon2 {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
    width: 100%;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  /* border-radius: 0.3rem;
  background-color: #3dcc4a; */
  color: red !important;
  background-color: #fff !important;
  font-weight: 800 !important;
}
.ganeshpoojaselectdatecon.datepicker {
  position: relative;
  z-index: 1;
  padding: 0 0;
}
.react-datepicker-time__header, .react-datepicker-year-header, .react-datepicker__current-month{
  display: none !important;
}

.norecords{
  font-size: 16px;
  font-weight: 400;
  margin-left: 20px;
  margin-top: 10px;
}

.helpdeskdescription{
  font-size: 18px;
  font-weight: 700;
  /* padding: 10px; */
  width: 160px;
  display: inline-block;
}

.formchangestatus{
  width: 100%;
}
.formchangestatusrow{
  display: flex;
}

.chat_message_reply {
  padding-left: 25px;
  margin-left: 55% !important;
  font-size: 12px;
  margin-bottom: 8px;
}

.removeimageicon img{
  height: 100px;
}

.card {
  display: flex;
  height: 100%
}

.detailPage{
  margin-top: 50px;
}

.detailPage2{
  margin-top: 25px;
}

.phonechange{
  display: flex;
}

.addressFont a{
  color: #fff !important;
}

.orderstatusgreen{
  background-color: #39893c;
  border: 10px;
  border-radius: 4px;
  padding: 2px;
  display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.orderstatusorange{
  background-color: #dc3545;
  border: 10px;
  border-radius: 4px;
  padding: 2px;
  display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.orderstatusblue{
  background-color: #358fdc;
  border: 10px;
  border-radius: 4px;
  padding: 2px;
  display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.orderstatusred{
  background-color: #999595;
  border: 10px;
  border-radius: 4px;
  padding: 2px;
  display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.raiseticketfilewrp {
  display: flex;
  justify-content: flex-start;
  width: 50px;
  cursor: pointer;
}
.raiseticketfilewrp input {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 63px;
  z-index: 1;
  opacity: 0;
}

.raiseTicketType input{
  margin-right: 10px !important;
}

.select__menu{
  z-index: 2 !important;
}
.datepicker-large .react-datepicker__input-container {
  min-width: 250px;
}











