* {
  font-family: var(--f-roboto);
  margin: unset;
  padding: unset;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}

.dataTables_wrapper .dataTables_filter input {
  outline: #aaa;
}

.main__wrap h5 span {
  color: #1150DD;
  font-weight: 600;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #1150DD;;
}
/* .applay-lease .application-logo img {
  width: 140px;
} */
.decision_progress_logo img{
  width: 140px;
}

.applay-lease .progressiveImage img {
  width: 140px;
}

/* data-table-csss-start */
.pos_tables table.dataTable {
  border-collapse: separate;
  border-spacing: 0 8px !important;
}

.newsales_table table {
  border-collapse: separate;
  border-spacing: 0 8px;
}

.newsales_table .odd {
  background-color: #F4FAFF;
}

.newsales_table .even {
  background-color: #F9F9F9;
}

.newsales_table table>thead>tr>th,
.newsales_table table>tbody>tr>td {
  padding: 8px;
}

/* .pos-btns button {
  font-weight: 500;
} */

.shipping-btns {
  border: 2px solid #0546D8;
  background-color: #d7e3ff;
}
.shipping-btns img{
  height: 16px;
}
.shipping-btns:hover {
  border: 2px solid #0546D8;
}
.add-emplyee-btns {
  background-color: #1150DD;
  color: var(--c-white);
}

.add-emplyee-btns:hover {
  background-color: #e2eafd;
  color: #1150DD;
  border: 1px solid #1150DD;
}

.pos-btns .btn img {
  width: 15px;
}

.pos-btns .btn-copy {
  background-color: #FEE5CD;
  color: #FF7426;
}

.pos-btns .btn-CSV {
  background-color: #E8E8FF;
  color: #474FFF;
}
.global-inventory-icon .btn-global{
  background-color: #E8E8FF;
  color: #474FFF;
  border: 1px solid #474FFF;
}
.global-inventory-icon .btn-global img{
  width: 19px;
}

.pos-btns .btn-Excel {
  background-color: #baffd5;
  color: #128440;
}

.pos-btns .btn-PDF {
  background-color: #FFE8E8;
  color: #FF2D2D;
}

.pos-btns .btn-Print {
  background-color: #CEECFF;
  color: #1B96F9;
}

.pos-btns .btn-otline-PDF {
  border: 1px solid #6e00e7;
  color: #6e00e7;
}

.pos-btns .btn-otline-PDF:hover {
  color: #fff;
  background-color: #6e00e7;
}

.pos-btns .btn-outline-payment {
  border: 1px solid #FF7426;
  color: #FF7426;
}

.pos-btns .btn-outline-layaway {
  border: 1px solid #1150DD;
  color: #1150DD;
}

.pos-btns .btn-outline-service {
  border: 1px solid #DC3545;
  color: #DC3545;
}

.pos-btns .btn-outline-service:hover  {
  color: #fff;
  background-color: #DC3545;
}

.pos-btns .btn-outline-layaway:hover {
  color: #fff;
  background-color: #1150DD;
}

.pos-btns .btn-outline-payment:hover {
  color: #fff;
  background-color: #FF7426;
}

.pos_tables .table_header {
  background-color: #E4E4E4;
  white-space: nowrap;
}

.pos_tables .odd {
  background-color: #f4f7ff;
}

.pos_tables .even {
  background-color: #F9F9F9;
}

.pos_tables .dataTable>thead>tr>th,
.dataTable>thead>tr>td,
.pos_tables .dataTable.no-footer {
  border-bottom: none;
  border-collapse: separate;
  border-spacing: 0px 8px;
  white-space: nowrap !important;
}

.pos_tables .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #f3f6ff;
  ;
  color: #1150DD !important;
  border: 1px solid #1150DD;
  border-radius: 5px;
}

.pos_tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #1150DD !important;
  border: none;
  background: transparent;
}

.pos_tables tr th:first-child,
.pos_tables tr td:first-child {
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
}

.pos_tables tr th:last-child,
.pos_tables table tr td:last-child {
  border-radius: 0 10px 10px 0;
  box-sizing: border-box;
}

.pos_tables .table_icons img {
  width: 19px;
}

.pos_tables .table_icons .table_eye {
  background-color: #b3f1cd;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.pos_tables i {
  font-size: 17px;
}

.pos_tables .table_icons .table_eye I {
  color: #128440;
}

.pos_tables .table_icons .table_print {
  background-color: #CEECFF;
}

.pos_tables .table_icons .table_print I {
  color: #1B96F9;
}

.pos_tables .table_icons .table_wallet {
  background-color: #d5d5ff;
}

.pos_tables .table_icons .table_wallet i {
  color: #474FFF;
}

.pos_tables .table_icons .table_rightarrow {
  background-color: #d5e1ff;
}

.pos_tables .table_icons .progressive-icon {
  background-color: #bdecfd;
}

.pos_tables .table_icons .table_delete {
  background-color: #ffd2d2;
}

.pos_tables .table_icons .table_shipment {
  background-color: #FEE5CD;
}

.pos_tables .table_icons .table_cart {
  background-color: #E3CDFF;
}

.crm_tabsdesign .sms_imges img {
  width: 120px;
}

.pos_tables .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 5px;
}

/* data-table-csss-end */

/* toggle-button- and sales page css */
.report-vender {
  /* margin: 0 4rem; */
  padding: 0;
  position: relative;
  border: none;
  height: 2rem;
  width: 3.8rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}

.report-vender:hover {
  color: #6b7381;
  background: #bdc1c8;
}

.report-vender:focus,
.report-vender.focus,
.report-vender:focus.active,
.report-vender.focus.active {
  outline: none;
}

.report-vender:before,
.report-vender:after {
  line-height: 1.8rem;
  width: 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.report-vender>.handle {
  position: absolute;
  top: 0.25rem;
  left: 0.1875rem;
  width: 1.525rem;
  height: 1.525rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}

.report-vender.active {
  transition: background-color 0.25s;
}

.report-vender.active>.handle {
  left: 2.1rem;
  transition: left 0.25s;
}

.report-vender.active:before {
  opacity: 0.5;
}

.report-vender.active:after {
  opacity: 1;
}

.report-vender.btn-sm:before,
.report-vender.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.report-vender.btn-sm:before {
  text-align: right;
}

.report-vender.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.report-vender.btn-sm.active:before {
  opacity: 0;
}

.report-vender.btn-sm.active:after {
  opacity: 1;
}

.report-vender.btn-xs:before,
.report-vender.btn-xs:after {
  display: none;
}

.report-vender:before,
.report-vender:after {
  color: #6b7381;
}

.report-vender.active {
  background-color: #1150DD;
  ;
}

.report-vender.activedoller {
  background-color: #1150DD;
  ;
}

.btn-finance {
  background-color: #e2eafd;
  border: 0.8px solid #1150DD;
  ;
  color: #1150DD;
  ;
  /* font-weight: 500; */
}

.btn-finance:hover {
  border: 0.8px solid #1150DD;
  ;
  background-color: #1150DD;
  ;
  color: #fff;
}

/* toggle-button- and sales css end */



/* inventory view item css start */

/* .viewitem_card {
  max-height: 100%;
  height: 770px;
} */

.gallery_list {
  /* display: flex;
  flex-wrap: wrap; */
  list-style: none;
  /* overflow: auto; */
  /* max-height: 400px; */
}

.gallery_list li {
  width: 14%;
  padding: 10px;
}

.gallery_list .libary_pagination{
  display: flex;
  flex-wrap: wrap;
}

.image-library-col .col-md-2 {
  flex: 0 0 auto;
  width: 14.0%;
}

.viewitem_card .card_image {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  width: 100%;
}

.viewitem_card .card_image:hover {
  border: 1px solid #1150DD;
}

.viewitem_card .card_image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 135px;
}

 .viewitem_card .card_image .library-img img {
  width: 125px;
  height: 125px;
  border-radius: 6px;
  object-fit: contain;
} 

.viewitem_card .card_image .libay-image-all {
  /* width: 100%; */
  border-radius: 6px;
  aspect-ratio: 3 / 2.5;
  object-fit: contain;
}

.viewitem_card p {
  margin-bottom: 7px;
  font-size: 0.88rem;
  font-weight: 500;
}

.viewitem_card .card_image i {
  font-size: 60px;
}

.card-icon .icon-bg {
  height: 30px;
  width: 30px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #baffd5;
  color: #128440;
}

.card-icon .cart-bg {
  background-color: #FEE5CD;
}

.card-icon .img-delete {
  background-color: #ffd2d2;
}

.viewwpage-header,
.viewwpage-footer {
  padding: 10px;
  background-color: #e2eafd;
}

.viewwpage-footer {
  position: sticky;
  bottom: 0;
  right: 0;
}

.view-heading span {
  color: #1150DD;
  font-weight: 500;
  font-size: 1.4rem;
}

/* image libary */

.item-image {
  position: relative;
  display: inline-block;
}

.item-image:hover .delete-icons {
  display: block;
}

.delete-icons {
  padding-top: 7px;
  padding-right: 7px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

/* file upload */

.dragBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  position: relative;
  border: 2px dashed #ccc;
  border-radius: 10px;
  transition: transform 0.3s;
}

.dragBox input[type="file"] {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}

#preview {
  width: 160px;
}

.preview{
  flex-wrap: wrap;
}

#preview img {
  max-width: 100%;
}

.preview-image-cat {
  margin: 10px auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

/* -----category page ----*/

.category-bg {
  background-color: #f7f7f7;
  padding: 12px;
  border-radius: 3px;
}

#category-accordian ul {
  padding-left: 0;
  max-height: 400px;
  overflow: auto;
}

#category-accordian li {
  list-style-type: none;
  color: #9c9c9c;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.15s;
  position: relative;
  padding-left: 15px;
}

#category-accordian ul li a {
  display: flex;
  justify-content: space-between;
  color: #9c9c9c;
  text-decoration: none;
  font-size: 15px;
  padding: 12px 20px;
  transition: all 0.15s;
  position: relative;
  border-bottom: 1px solid #dee2e6;
}

#category-accordian>ul>li>ul {
  display: none;
}

#category-accordian>ul>li.active>ul.show-dropdown {
  display: block;
}

/* #category-accordian>ul>li>ul {
  padding-left: 20px;
} */

#category-accordian>ul>li i.angle-trigger {
  transition: .3s;
  display: none;
}

#category-accordian>ul>li i.angle-trigger {
  position: absolute;
  top: 15px;
  z-index: 9;
  cursor: pointer;
}

#category-accordian>ul>li i.angle-trigger.check {
  display: inline-block;
}

#category-accordian>ul>li i.angle-trigger.rotate {
  transform: rotate(90deg);
}

.category-imge {
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background-color: #e3e3e3;
  color: #9c9c9c;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-img-upload img {
  width: 100px;
  border: 1px solid #c1bab2;
  border-radius: 3px;
  height: 100px;
  object-fit: contain;
}
.category-img-tree{
 display: flex;
 align-items: center;
 
}
.category-img-tree img {
  width: 40px;
  height: 40px;
  border: 1px solid #c1bab2;
  border-radius: 3px;
  margin-right: 10px;
  object-fit: contain;
}

.category-img-tree {
  display: flex;
  align-items: center;

}

.additem-table {
  border-collapse: collapse;
}

.additem-table td,
.additem-table th {
  border-bottom: 1px solid #dddddd;
  padding: 15px 0;
}

.add-caterory-center {
  /* height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto; */
  height: Calc(100vh - 71px);
  display: block;
  align-content: center;
  overflow: auto;
  padding-top: 50px;
}

/* unit & option page css */
/* .modifiers-table table {
  border: 1px solid red;
} */

.option-form .form-control {
  padding: 1rem 3rem
}

.option-form1 .form-control {
  /* padding: 1rem 0.75rem */
  padding: 0.7rem
}

.option-color-position {
  padding: 14px;
  border-radius: 2px;
  position: absolute;
}

.option-color {
  border: 1px solid #a3a3a3;
  height: 25px;
  width: 25px;
  border-radius: 2px;
  cursor: pointer;
}

.color_input {
  display: none;
}

.select-color {
  width: 45px;
  height: 45px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #000;
}

.color-1 {
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

.color-2 {
  background-color: #754113;
}

.color-3 {
  background-color: #9e0000;
}

.color-4 {
  background-color: #f85719;
}

.color-5 {
  background-color: #f7c03e;
}

.color-6 {
  background-color: #77ba1b;
}

.color-7 {
  background-color: #036e30;
}

.color-8 {
  background-color: #00c1ae;
}

.color-9 {
  background-color: #134ca1;
}

.color-10 {
  background-color: #5174d1;
}

.color-11 {
  background-color: #6f4ca1;
}

.color-12 {
  background-color: #a1449c;
}

.color-13 {
  background-color: #ef476f;
}

/* ----item-libary page css ----*/

.item-libary-quick-add .item-libary-plus-icon {
  height: 30px;
  width: 30px;
  background-color: #dbdbdb;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.create-item-drodown {
  right: 0;
  left: -30px !important;
}
.create-item-drodown .dropdown-item {
  white-space: normal;
}

.arrow_down .down {
  transform: rotate(90deg);
}

.filter-bg {
  background-color: #dbdbdb;
  padding: 10px;
  border-radius: 3px;
}

.item-table-height {
  max-height: 170px;
  overflow: auto;
}

/* dropdown custom css start */
.custom-dropdown .wrapper-dropdown {
  position: relative;
  padding: 10px;
  border-radius: 0.375rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0.375rem 0.37rem;
  border: 1px solid #dee2e6;
  background: #fff;
  color: #0000008c;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-dropdown .rotated {
  transform: rotate(-180deg);
}

.custom-dropdown i {
  transition: all 0.3s;
}

.custom-dropdown .wrapper-dropdown .dropdown {
  transition: 0.3s;
  max-height: 250px;
  overflow: scroll;
  position: absolute;
  top: 120%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 15px;
  box-shadow: inherit;
  background: inherit;
  opacity: 0;
  visibility: hidden;
}

.custom-dropdown .wrapper-dropdown .dropdown li {
  display: flex;
  justify-content: space-between;
  padding:0 10px;
  line-height:35px;
  overflow: hidden;
}

.custom-dropdown .wrapper-dropdown .dropdown li:last-child {
  border-bottom: none;
}

.custom-dropdown .dropdown {
  padding: 0.5rem;
}

.custom-dropdown .wrapper-dropdown .dropdown li:hover {
  background-color: #0000000d;
  border-radius: 10px;
}

.custom-dropdown .wrapper-dropdown.active .dropdown {
  opacity: 1;
  width: 100%;
  min-width: 200px;
  visibility: visible;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.custom-dropdown .custom-checkbox input:checked+label:after {
  top: 13px;
}

/* custom dropdown end */
.image-libary-icon {
  color: #dbdbdb;
  font-size: 40px;
}


.item-images img {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  object-fit: contain;
}

.item-images {
  margin-top: 30px;
  width: 100%;
  /* height: 100px; */
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background-color: #dbdbdb;
}

.item-edit-image {
  /* position: absolute;
  bottom: -30px; */
  border: 1px solid #dbdbdb;
  padding: 5px 15px;
  width: 100%;
  font-weight: 500;
  color: #0546D8;
}

.item-edit-image:hover {
  border: 1px solid #dbdbdb;
  color: #0546D8;
}

.preview-height {
  max-height: 800px;
  height: 100%;
  overflow: auto;
}

.auto-create {
  background-color: #dbdbdb;
  color: #0546D8;
  font-weight: 500;
  border-radius: 3px;
  padding: 6px;
  position: absolute;
  right: 12px;
  top: 31px;
  cursor: pointer;
}

.auto-create svg {
  fill: #0546D8;
}

.Bracelet-details {
  padding: 8px 15px;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}

.Bracelet-details span {
  color: #0546D8;
  cursor: pointer;
}

.free-trial-banner {
  left: 0;
  top: 0;
  z-index: 99;
  /* position: absolute; */
  background-color: #0546D8;
  color: #fff;
  padding: 7px 25px;
  display: flex;
  justify-content: space-between;
  /* align-items: end; */
  width: 100%;
  position: sticky;
  /* z-index: 999; */
}

.countdown {
  padding: 2px 30px;
  background-color: #fff;
  color: #0546D8;
  border-radius: 3px;
}

.Setup-Payment {
  background-color: #fff;
  color: #0546D8;
}

.Setup-Payment:hover {
  background-color: #fff;
  color: #0546D8;
}

/* nventory view item css end */


/* ----manage tax css-start----- */
.manage-text-bg {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  background-color: #fff;
}

.manage-text-bg .tax-header {
  background-color: #e2eafd;
  color:#1150DD;
  padding: 0.5rem 1rem;
  border-bottom: 0;
  border-radius: 5px
}

.manage-text-bg .tax-header h5 {
  margin-bottom: 0;
}

/*--- manage tax css-end ----*/


/* ----payment modal css-start----- */
.payment-modal .modal-xl {
  width: 1100px;
}

.payment-modal .modal-header {
  background-color: #1150DD;
  color: #fff;
  padding: 0.5rem 1rem;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.payment-modal .modal-content {
  border-radius: 22px;
}

.payment-modal .payment-header {
  background-color: #e2eafd;
  color: #1150DD;
  padding: 5px;
  border-radius: 5px;
}

.custom-radio input,
.radio-acima-lease input {
  display: none;
}

.custom-radio h6 {
  margin-bottom: 0;
}

.radio-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  /* width: 100px; */
  height: 50px;
  padding: 8px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #e9e9e9;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: pointer;
}

.custom-radio input:checked+.radio-btns {
  border: 2px solid #1150DD;
  /* color: #fff; */
}

.acima-custom-radio {
  display: flex;
}

.radio-acima-lease {
  width: 100%;
  margin-right: 7px;
}

.radio-acima {
  display: flex;
  justify-content: center;
  padding: 6px;
  margin-bottom: 10px;
  border-radius: 5px;
  position: relative;
  background-color: #E8F6FF;
  border: 1px solid #1150DD;
  color: #1150DD;
  font-weight: 500;
  cursor: pointer;
}

.radio-acima-lease input:checked+.radio-acima {
  background-color: #1150DD;
  color: #fff;
}

.table-numeric {
  border-collapse: separate;
  /* border-spacing: 8px; */
}

/* ===number pad==== */
.table-numeric td {
  vertical-align: top;
  text-align: center;
  width: 33.33333333333%;
  border: 0;
  padding: 4px;
}

.table-numeric td:first-child {
  padding-left: 0;
}

.table-numeric td:last-child {
  padding-right: 0;
}

.table-numeric button {
  padding: 6px;
  width: 100%;
}

.table-numeric button:active {
  top: 2px;
}

.key {
  border-radius: 5px;
  background: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.key-del {
  border-radius: 5px;
  border: 1px solid #1150DD;
  color: #1150DD;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.key-del:hover {
  color: #fff;
  background-color: #1150DD;
}

button[disabled] {
  opacity: 0.6;
  cursor: no-drop;
}

[data-numeric="hidden"] .table-numeric {
  display: none;
}

.payment-type-logo img {
  width: 50px;
}

/*--- payment modal css-start ----*/


/* ----all modal css-start----- */

.views-modal .modal-header {
  background-color: #1150DD;
  color: #fff;
  padding: 0.5rem 1rem;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.close span {
  font-size: 25px;
}

.close {
  color: #fff;
  opacity: .9;
}

.views-modal .modal-content {
  border-radius: 12px;
}

.views-modal .company-label p {
  margin-bottom: 4px;
  font-weight: 500;
}

.views-modal .company-address p {
  margin-bottom: 4px;
  word-break: break-all;
}

.views-modal .info-modal h4 {
  color: #1B96F9;
  margin: 10px 0;
}

.views-modal .info-modal p {
  color: #585353;
}

.modal-footer-total :first-child {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 0.87rem;
}

.modal-footer-total p {
  margin-bottom: 4px;
  font-size: 0.87rem;
}

.modal-total-blance :first-child {
  font-size: 1.15rem;
  font-weight: 600;
}

.modal-total-blance span {
  font-size: 1rem;
  font-weight: 600;
}

.views-modal-table table {
  border-collapse: separate;
  border-spacing: 0 8px;
}

.views-modal-table table>thead>tr>th,
.views-modal-table table>tbody>tr>td {
  /* font-size: 0.89rem; */
  color: #2F2E2E;
}

.views-modal-table tr th:first-child,
.views-modal-table tr td:first-child {
  border-radius: 8px 0 0 8px;
  box-sizing: border-box;
}

.views-modal-table tr th:last-child,
.views-modal-table tr td:last-child {
  border-radius: 0 10px 10px 0;
  box-sizing: border-box;
}

.table_header {
  background-color: #E4E4E4;
}

.views-modal-table table>thead>tr>th,
.views-modal-table table>tbody>tr>td {
  padding: 6px;
}

.views-modal-table .odd {
  background-color: #f4f7ff;
}

.views-modal-table .even {
  background-color: #F9F9F9;
}

/* .applay-lease .modal-header {
  background-color: #014887;
} */

.applay-lease .apply-lease-bg {
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.lease-header i,
.applay-lease .acimaicon i {
  color: #1150DD;
  font-size: 1.5rem;
}

.applay-lease .lease-header p {
  font-weight: 600;
  font-size: 0.7rem;
}

.applay-lease .apply-lease-bg h5 {
  color: #1150dd;
}

.applay-lease .apply-lease-bg ul {
  padding-left: 1rem;
}

.applay-lease .apply-lease-bg ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.applay-lease .appplication-bg {
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.16) 0px 1px 3px 1px;
  padding: 12px;
}

.applay-lease .appplication-bg-v2 {
  padding: 12px;
}

.applicationform h5 {
  color: #1150DD;
  font-size: 1.15rem;
}

.leasing_header .top_navbar {
  background-color: #fff;
}

.progressive-error h5 {
  color: #AF2F27;
}

/*--- all modal css-end ----*/

/*---- crm-system start ----*/
.crm_tabsdesign .nav-item {
  background-color: #e2eafd;
  color: #585353;
  margin-right: 15px;
  position: relative;
}

.crm_tabsdesign .nav-pills {
  border-bottom: 2px solid #e2eafd;
}

.crm_tabsdesign .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #1150DD;
  background-color: transparent;
  border-bottom: 3px solid #1150DD;
}

.crm_tabsdesign .nav-link {
  color: #585353;
  font-weight: 500;
  font-size: 14px;
  padding: 0.5rem 1rem;
  display: inline-block;
  position: relative;
}

.crm_tabsdesign .tab_icons {
  height: 32px;
  width: 34px;
  border-radius: 50%;
  background-color: #e2eafd;
  color: #585353;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10px;
  top: -22px;
}

.crm_tabsdesign .nav-pills .nav-link.active::after {
  position: absolute;
  bottom: -17px;
  content: "";
  width: 10px;
  height: 5px;
  border-top: solid 10px #1150DD;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .crm_tabsdesign .sms_imges img {
  width: 120px;
} */

.add-customer-check {
  position: absolute;
  right: 0;
  top: 0;
}

/*---- crm-system end ----*/

/*---- login css start ----*/

.login-bg {
  height: 100vh;
  display: flex;
  background-color: #709BFF;
}

.login-bg .form-control {
  padding: 0.75rem 0.75rem;
}

.login-background {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  background-color: var(--c-white);
  box-shadow: rgba(159, 159, 159, 0.20) 0px 1px 4px;
  border-radius: 10px;
}

.forgot-background {
  width: 100%;
  max-width: 600px;
}

.illustrationg-padding {
  padding: 130px 0;
}

.login-form-padding {
  background-color: var(--c-white);
  height: 100%;
  padding: 100px 50px 120px 50px;
  border-radius: 20px 13px 13px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
}

.login-logo img {
  width: 250px;
}

.login-icon i {
  color: #585858;
}

.login-icon {
  position: absolute;
  right: 13px;
  top: 42px;
  color: #585858;
}
.lease-phone-icon{
  top: 37px;
}
.forgot-password span a {
  color: #1150DD;
}

.Remember-password .custom-checkbox label:before {
  border: 2px solid #1150DD;
}

.Remember-password .custom-checkbox input:checked+label:after {
  border: solid #1150DD;
  border-width: 0 2px 2px 0;
}

.login-btns {
  background: #1150DD;
  padding: 8px 0;
  font-weight: 500;
  font-size: 1.2rem;
}

.login-btns:hover {
  color: #1150DD;
  border: 1px solid #1150DD;
}

/*---- login css end ----*/

/*---- vendor login css start ----*/
.vendor-logo-login {
  display: none;
}

.vendor-login-bg {
  background-color: #ffff;
}

.vendor-illustration-bg {
  height: 94vh;
  background-color: #709BFF;
  display: flex;
  align-items: center;
  justify-content: end;
}

.vendor-login-form {
  position: absolute;
  left: 10%;
  top: 17%;
  width: 600px;
  background-color: #fff;
  padding: 100px 50px;
  border-radius: 40px 30px 30px 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
}

.login-text h3 {
  font-size: 2rem;
  color: #1150DD;
}

.vendor-login-form .form-control {
  padding: 0.75rem 0.75rem;
}

/* .vendor-illustration-bg img {
  width: 91%;
} */


/*----- leds-css start------*/

.side-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  right: -3000px;
  transition: 0.7s;
}

.side-container.open-side {
  background-color: #fff;
  padding: 15px;
  width: calc(100% - 250px);
  height: 100vh;
  z-index: 9999;
  transition: 0.7s;
  right: 0;
  overflow: scroll;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgb(0 0 0 / 26%);
  z-index: 999;
  inset: 0;
}

.leads-profile {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #1150DD;
  display: flex;
  justify-content: center;
  align-items: center;
}

.leads-profile span {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.mobile-position-chnage img {
  cursor: pointer;
}

.leads-tabs .nav-tabs .nav-item.show .nav-link,
.leads-tabs .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #1150DD;
  border-color: #1150DD;
}

.leads-tabs .nav-tabs .nav-link {
  color: var(--c-black);
  background: #E9E9FF;
  margin-right: 15px;
}

.leads-tabs .nav-tabs {
  border-bottom: 1px solid #E9E9FF;
}

.activity-section {
  background-color: #EFF3FF;
  border-radius: 8px;
  padding: 15px;
  border-left: 5px solid #b45ed2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.activity-section-border-1 {
  border-left: 5px solid #EA8E44;
}

.activity-section-border-2 {
  border-left: 5px solid #56AAF6;
}

.activity-section-border-3 {
  border-left: 5px solid #5FC38A;
}

.activity-section-border-4 {
  border-left: 5px solid #7A7FA7;
}

.activity-section .task-label {
  font-weight: 500;
}

/* .notification-icon {
  background-color: #CECEFF;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
} */

.leads-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 32%;
  background-color: #D9D9D9;
  color: var(--c-black);
  margin-right: 25px;
  position: relative;
  cursor: pointer;
}

.leads-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.leads-arrow:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #D9D9D9;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.leads-arrow-secound-active {
  background-color: #E9E9FF;
  color: #1150DD;
}

.leads-arrow-secound-active::before {
  border-left: 20px solid #E9E9FF;
}

.leads-arrow-active {
  background-color: #1150DD;
  color: #fff;
}

.leads-arrow-active::before {
  border-left: 20px solid #1150DD;
}

.activity-section-bg {
  height: 100%;
  max-height: 410px;
  overflow: scroll;
}

/* .lead-tabs-bg {
  height: 94%;
} */

/*---- leads-css-end ----*/

.start-application {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* ----invoice-css--- */
.invoice-logo-image img {
  width: 130px;
}

.fa-circle-arrow-left {
  color: #1150DD;
}

.recipert-id {
  background-color: #E4E4E4;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
}

.invoice-bg {
  background-color: #fff;
}

.invoice-logo {
  position: absolute;
  left: 45%;
  top: 50%;
}

.invoice-bg h6 {
  font-size: 1.2rem;
}

.invoice-bg p {
  font-weight: 500;
}

.invoice-bg span {
  font-weight: 400;
  padding-left: 15px;
}

/* error css */
.error-bg {
  display: flex;
  height: 100vh;
  background-color: #709BFF;
}

.error-img img {
  width: 90%;
}

.error-text h1 {
  font-size: 10rem;
  color: #fff;
}

.error-text h2 {
  font-size: 2rem;
  color: #fff;
}

/* synchrony-application css */

.synchrony-info {
  position: absolute;
  right: 10px;
  top: 57%;
}

/* multi select css */

.custom-multi-select .chosen-container .chosen-results li.highlighted {
  background-color: #1150DD;
  background-image: -webkit-linear-gradient(#1150DD 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#1150DD 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#1150DD 20%, #2a62bc 90%);
  background-image: linear-gradient(#1150DD 20%, #2a62bc 90%);
  color: #fff;
}

.custom-multi-select .chosen-container-active .chosen-choices {
  border: 1px solid #1150DD;
  box-shadow: none;
}

element.style {
  width: 153px;
}

.custom-multi-select .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  background: #fff !important;
  background-image: none;
}

/* subscription -css -start*/
.accordian-height {
  max-height: 570px;
  ;
  overflow: auto;
}

.plan-select {
  border-radius: 1.2rem;
  width: 50%;
  padding: 4px 8px;
}

.subsc-paln-bg {
  width: 350px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.16) 0px 1px 3px 1px;
  padding: 20px;
  border: 1px solid #e9e9e9;
}

.configure-password-bg {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.16) 0px 1px 3px 1px;
  padding: 20px;
  border: 1px solid #e9e9e9;
}

/* paln-css */
.subscription-plans .generic_content .generic_head_price .generic_head_content p {
  margin-bottom: 0;
}

.subscription-plans .generic_content .generic_head_price .generic_head_content {
  padding: 0 20px;
  min-height: 100px;
  border-bottom: 1px solid #D9D9D9;
}

.subscription-plans .generic_content .generic_head_price .generic_head_content span {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.subscription-plans .generic_content .generic_head_price .generic_price_tag {
  padding: 10px 20px 5px 20px;
}

.subscription-plans .generic_content .generic_head_price .generic_price_tag .price .currency {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 40px;
  padding: 0;
  vertical-align: middle;
}

.plan-fotter-position {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.subscription-plans .generic_content .generic_feature_list {
  height: 233px;
  overflow: auto;
  padding: 0 20px 0 20px;
}

.subscription-plans .generic_content .generic_feature_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.subscription-plans .generic_content .generic_feature_list ul li {
  font-size: 1rem;
  padding: 6px 0;
  text-align: left;
  transition: all 0.3s ease-in-out 0s;
}

.generic_price_btn {
  padding: 20px 0 0;
}

.plan-active-btns,
.plan-active-btns:hover {
  background-color: #ffff;
  color: #1150DD;
  border: 1px solid #fff;
}

.plan-preview {
  height: 100%;
}

/* plan toggle */

.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 30px;
  background: #1150DD;
  color: #fff;
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

/* .switch-wrapper [type="radio"]:checked#yearly~label[for="yearly"],
.switch-wrapper [type="radio"]:checked#monthly~label[for="monthly"] {
  color: #fff;
} */

/* .switch-wrapper [type="radio"]:checked#yearly~label[for="yearly"]:hover,
.switch-wrapper [type="radio"]:checked#monthly~label[for="monthly"]:hover {
  background: transparent;
}

.switch-wrapper [type="radio"]:checked#yearly+label[for="monthly"]~.highlighter {
  transform: none;
}

.switch-wrapper [type="radio"]:checked#monthly+label[for="yearly"]~.highlighter {

  transform: translateX(100%);

} */

/* .switch-wrapper label {
  font-size: 16px;
  z-index: 1;
  min-width: 100px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: #1150DD;
  transition: transform 0.25s ease-in-out;
} */

/* ---session-css-start ----*/

.warning-circule {
  height: 150px;
  width: 150px;
  border: 7px solid #FF2D2D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

/* accordian-css */
.billing-accordian .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #1150DD;
  box-shadow: none;
}

.billing-accordian .accordion-item .accordion-collapse {
  transition: all 0.5s;
}

.billing-accordian .accordion-button:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.billing-accordian .accordion-button {
  background-color: #E9E9FF;
  margin-bottom: 10px;
}

.billing-accordian .accordion-button::after {
  content: '\002B';
  padding-right: 5px;
  background-image: none;
  font-size: 1.5rem;
}

.billing-accordian .accordion-button:not(.collapsed)::after {
  font-size: 1.5rem;
  content: "\2212";
}

.subTab {
  display: block !important;
  height: 0;
  overflow: hidden;
}

.subTab.show {
  display: block !important;
  height: auto;
  overflow: visible;
}


input:checked+span .add-emplyee-btns {
  background: #fff;
  border: 1px solid #fff;
  color: #1150dd;
}

input:checked+span .ribbon span {
  background: #fff;
  color: #1150DD;
}

.form-wizard .form-wizard-header {
  text-align: center;
}


.form-wizard .wizard-fieldset {
  display: none;
}

.form-wizard .wizard-fieldset.show {
  display: block;
}

.form-wizard .subscriprion-paln-bgs {
  background-color: #fff;
  position: relative;
  /* padding: 20px; */
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  height: 800px;
  /* overflow: scroll; */
}

.form-wizard .wizard-header,
.form-wizard .wizard-footer {
  padding: 18px;
  text-align: center;
}

.form-wizard .wizard-header h5 {
  margin-bottom: 0;
  color: #1150DD;
}

.Configure-Password-header {
  background-color: #1150DD;
  color: #fff;
  padding: 18px;
  border-radius: 10px 10px 0 0;
}

.form-wizard .form-wizard-steps {
  margin-top: 30px;
}

.form-wizard .form-wizard-steps li {
  width: 14%;
  float: left;
  position: relative;
}

.form-wizard .form-wizard-steps li::after {
  background-color: #fff;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.form-wizard .form-wizard-steps li span {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}

.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}

.form-wizard .form-wizard-steps li p {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 8px;
}

.form-wizard .form-wizard-steps li .text-active {
  color: #1150DD;
}

.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
  background-color: #1150DD;
  color: #ffffff;
}

.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
  background-color: #1150DD;
  left: 50%;
  width: 100%;
  border-color: #1150DD;
}

.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #1150DD;
}

.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
  width: 50%;
  /* display: none; */
}

/* plan-radio-css */

.subscription-plans .custom-radio input {
  display: none;
}

.subscription-plans .radio-btn {
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  padding: 15px;
}

.subscription-plans .radio-btn>i {
  color: #ffffff;
  background-color: #FFDAE9;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.subscription-plans .radio-btn .hobbies-icon {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.subscription-plans .radio-btn .hobbies-icon img {
  display: block;
  width: 100%;
  margin-bottom: 20px;

}

.subscription-plans .radio-btn .hobbies-icon i {
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px;
}

.subscription-plans .radio-btn .hobbies-icon h3 {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.subscription-plans .custom-radio input:checked+.radio-btn {
  background-color: #1150DD;
  color: #ffff;
}

.subscription-plans .custom-radio input:checked+.radio-btn>i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.subscription-plans .slick-dots li button:before {
  font-size: 15px;
  line-height: 0;
  color: #555;
}

.subscription-plans .slick-prev:before,
.subscription-plans .slick-next:before {
  color: black;
  font-size: 25px;
}

.subscription-plans .slick-prev {
  left: -10px;
  z-index: 22;
}

.subscription-plans .slick-next {
  right: -10px;
}


/* ---ribbion-css--- */

.box {
  position: relative;
}

.ribbon {
  width: 125px;
  height: 125px;
  overflow: hidden;
  position: absolute;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 7px 0;
  background: #1150DD;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.billing-subscription-plans .ribbon-top-right {
  right: 16px;
}

.ribbon-top-right {
  top: 16px;
  right: 35px;
}

.ribbon-top-right span {
  left: -32px;
  top: 30px;
  transform: rotate(45deg);
}

.password-height {
  height: 70%;
  align-items: center;
}

/* ----subscription-css end ---*/

/* Assign Activities css */
.AssignActivities .task-bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  border-radius: 3px;
  background-color: #b45ed233;
  border: 1px solid #B45ED2;
  cursor: pointer;
}

.AssignActivities .task-bg p {
  margin-bottom: 0;
}

.AssignActivities .task-icon {
  padding: 7px;
  border-radius: 3px;
  background-color: #b45ed2;
}

.AssignActivities .event-bg {
  background-color: #EA8E4433;
  border: 1px solid #EA8E44;
}

.AssignActivities .event-icon {
  background-color: #EA8E44;
}

.AssignActivities .visits-bg {
  background-color: #56AAF633;
  border: 1px solid #56AAF6;
}

.AssignActivities .visits-icon {
  background-color: #56AAF6;
}

.AssignActivities .class-bg {
  background-color: #5FC38A33;
  border: 1px solid #5FC38A;
}

.AssignActivities .calls-icon {
  background-color: #5FC38A;
}

.AssignActivities .notes-bg {
  background-color: #7A7FA733;
  border: 1px solid #7A7FA7;
}

.AssignActivities .notes-icon {
  background-color: #7A7FA7;
}

/* billing-css */
.bill-bg {
  background-color: #EFEEEA;
  padding: 20px;
  border-radius: 5px;
}

.financial .progress,
.financial .progress-stacked {
  --bs-progress-height: 1rem;
}

/* .Employees-bg {
  background-color: #56AAF6;
} */

.Licenses-bg {
  background-color: #B45ED2;
}

.Customer-bg {
  background-color: #EA8E44;
}

/* 
.nav-tabs:has(.nav-link.active) .tabsDropdown .dropdown-item.active {
  background: transparent;
  color: #1a1a1a;
} */

.tabsDropdown .dropdown-item.active,
.tabsDropdown .dropdown-item:active {
  background-color: #1150DD;
}

/* .nav-tabs:has(.nav-link.active) .financeDropdown .dropdown-item.active {
  background: transparent;
  color: #1a1a1a;
} */

.financeDropdown .dropdown-item.active,
.financeDropdown .dropdown-item:active {
  background-color: #1150DD;
}

/* -------developer-css-start-------- */


/* finance swal btn Start*/
.swal-overlay .swal-modal .btn_form_link,
.swal-overlay .swal-modal .swal-button {
  background-color: #1150DD;
  color: var(--c-white);
  font-weight: normal;
  padding: 7px 14px;
  border: 1px solid #1150DD;
}

.swal-overlay .swal-modal .btn_cancel_link,
.swal-overlay .swal-modal .swal-button--nothing,
.swal-overlay .swal-modal .swal-button--cancel {
  background-color: #dc3545;
  color: var(--c-white);
  font-weight: normal;
  padding: 7px 14px;
  border: 1px solid #dc3545;
}

.swal-overlay .swal-text .swal-footer{
  text-align: center;
  margin-top: 0;
}

.swal-overlay .swal-modal {
  will-change: initial;
}

.swal-overlay .swal-text:first-child {
  margin-top: 20px;
}

.swal-overlay .swal-modal .swal-button:focus {
  box-shadow: none;
}

/* finance swal btn end*/

/* to hide dt buttons for datatable  */

.dt-buttons {
  display: none;
}

/* end */

.search-box {
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
}

.result {
  width: 100%;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  background: white;
}

.result p,
.resultProduct p {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  border-top: none;
  cursor: pointer;
}

.error {
  color: rgb(255, 0, 0);
}

.search-box-item {
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
}

.resultProduct {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
}

.acima-declaration,
.acima-income,
.acimaImage,
#finance_application_lease {
  display: none;
}

/*  */

.qit_item span {
  cursor: pointer;
}

.qit_item .minus,
.plus {
  width: 25px;
  height: 25px;
  /* background: #f2f2f2; */
  border-radius: 30px;
  padding: 0px;

  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  line-height: 24px;
}

.qit_item .minus {
  background-color: #ffd2d2;
  color: #f80000;
  height: 28px;
  width: 28px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.qit_item .plus {
  background-color: #b3f1cd;
  color: #198754;
  height: 28px;
  width: 28px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.qit_item input {
  height: 28px;
  width: 25px;
  text-align: center;
  font-size: 20px;
  border: none;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

.resultcus {
  position: absolute;
  z-index: 999;
  top: 100%;
  width: 100%;
  right: 0;
  background: white;
}

.resultcus p {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  border-top: none;
  cursor: pointer;
}

.crm-form .form-control {
  font-size: 0.9rem;
  padding: 0.275rem 0.3rem;
}

.editCustomercrm:hover {
  cursor: pointer;
}


/* mulit select */
.custom-multi-select .chosen-container-multi .chosen-choices {
  width: 300px;
  border: none;
}

.custom-multi-select .chosen-container-active .chosen-choices {
  border: none;
  box-shadow: none;
}

.custom-multi-select .chosen-container .chosen-drop {
  width: 300px;
}

.summary-table td span {
  padding: 0;
}

/* invoice logo */

.invoice-logo img {
  width: 200px;
}

/* previewImage */
#previewImage img,
#edit_previewImage img {
  width: 95px;
  border: 2px solid #c1bab2;
  object-fit: contain;
  height: 100px;
}

.remove-icon {
  background-color: #ffd2d2;
}

.employee-password-icon {
  position: absolute;
  right: 20px;
  top: 35px;

}

.employee-password-icon:hover {
  color: #0d6efd;
  cursor: pointer;
}

/* .password_show_top {
  top: 40px !important;
} */

.modal-backdrop {
  z-index: 9999;
}

.modal {
  z-index: 99999;
}

.swal-overlay {
  z-index: 99999;
}

/* ------developer-css-end------- */

/* -------dashboard-css------ */
.dashboard-card {
  background-color: var(--c-white);
  box-shadow: rgba(159, 159, 159, 0.20) 0px 1px 4px;
  border-radius: 7px;
  padding: 20px;
  background-image: url(..//icon/card-circule.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 29%;
}

.card-border-1 {
  border-top: 5px solid #D4C6F4;
}

.card-border-2 {
  border-top: 5px solid #C0F0FF;
  background-image: url(..//icon/card-circule-2.svg);
}

.card-border-3 {
  border-top: 5px solid #FDF1DB;
  background-image: url(..//icon/card-circule-3.svg);
}

.card-border-4 {
  border-top: 5px solid #FADDD8;
  background-image: url(..//icon/card-circule-4.svg);
}

.card-icon-bg {
  height: 50px;
  width: 50px;
  border-radius: 5px;
  background-color: #845ADF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-icon-bg-2 {
  background-color: #23B7E5;
}

.card-icon-bg-3 {
  background-color: #F5B84A;
}

.card-icon-bg-4 {
  background-color: #E6533C;
}

.card-month {
  background-color: #f0eaff;
  padding: 3px 10px;
  border-radius: 2px;
  color: #845ADF;
  font-weight: 500;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
}

.card-month-2 {
  background-color: #DEF4FB;
  color: #23B7E5;
}

.card-month-3 {
  background-color: #fdf6e8;
  color: #F5B84A;
}

.card-month-4 {
  background-color: #FADDD8;
  color: #E6533C;
}

.event-circule {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #dfe7f9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.events-heading {
  width: 50%;
}

/* new devlp css */

.dashboard-fixheight {
  height: 100%;
}

/* .accounts-fixheight {
  height: 93%;
} */

.leads-converted {
  height: 20px;
  width: 50px;
  background-color: #0546D8;
  border-radius: 3px;
}

.leads-lost {
  height: 20px;
  width: 50px;
  background-color: #aac4ff;
  border-radius: 3px;
}

.modifire-list-style {
  padding: 5px;
}

.option-close-btn {
  position: absolute;
  right: 13px;
  bottom: 15px;
}

.billing-font {
  font-size: 1.1rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #d9e5ff !important;
  border: 1px solid #AAC4FF !important;
  color: #000 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 0 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #f00 !important;
  right: -4px !important;
  text-align: end;
  top: -4px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: transparent !important;
}

.image-libary-checkbox {
  position: absolute;
  right: 20px;
  top: 5px;
}

.image-libary-close {
  position: absolute;
  right: 10px;
  top: 5px;
}

.attributes_border {
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 10px;
}

.billing-change-plan {
  background: #00000061;
}

#chnagePlanModal {
  background: rgb(0 0 0 / 50%);
}

#unit-table {
  font-size: 1rem;
}

.table-image img {
  height: 40px;
  width: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.carousel-inner {
  /* border: 1px solid #d9d9d9; */
  border-radius: 5px;
}

.manage-images img {
  height: 200px;
  width: 200px;
  border: 1px solid #d9d9d9;
}

/* .carousel-indicators {
  margin-bottom: 3px;
} */

.carousel-indicators [data-bs-target] {
  background-color: #0546D8;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
}

.carousel-control-prev-icon {
  background-image: url(..//icon/left.svg);
}

.carousel-control-next-icon {
  background-image: url(..//icon/right.svg);
}

.variation-border {
  border: none;
  border: none;
  padding: 0 4px;
  border-radius: 4px;
}

.variation-border:focus-visible {
  outline: #383838;
}

.category-height {
  height: 315px;
  overflow: auto;
  overflow-x: hidden;
}


/* -------vendor-dashboard-css------ */

/* -------overlay------ */
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aac4ffdb;
  z-index: 999;
  cursor: pointer;
}

.candition-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}

.candition-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #E3E3E3;
  text-align: start;
}

.candition-fotter {
  padding-top: 15px;
  border-top: 1px solid #E3E3E3;
  text-align: end;
}

.candition-body {
  padding: 15px 0;
  text-align: start;
}

/* -------overlay end------ */


.vendor-dashboard-card {
  background-color: var(--c-white);
  box-shadow: rgba(159, 159, 159, 0.20) 0px 1px 4px;
  border-radius: 7px;
  padding: 20px 20px 10px 20px;
  background-image: url(..//icon/vendor-circule-1.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 23%;
}

.vendor-dashboard-card-2 {
  background-image: url(..//icon/vendor-circule-2.svg);
}

.vendor-dashboard-card-3 {
  background-image: url(..//icon/vendor-circule-3.svg);
}

.vendor-dashboard-card-4 {
  background-image: url(..//icon/vendor-circule-4.svg);
}

.vendor-card-icon-bg {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  background-color: #845ADF;
  outline: 1px dashed #845ADF;
  outline-offset: 8px;
}

.vendor-card-icon-bg-2 {
  background-color: #23B7E5;
  outline: 1px dashed #23B7E5;
}

.vendor-card-icon-bg-3 {
  background-color: #F5B84A;
  outline: 1px dashed #F5B84A;
}

.vendor-card-icon-bg-4 {
  background-color: #E6533C;
  outline: 1px dashed #E6533C;
}

.vendor-card-month {
  color: #845ADF;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
}

.vendor-card-month-2 {
  color: #23B7E5;
}

.vendor-card-month-3 {
  color: #F5B84A;
}

.vendor-card-month-4 {
  color: #E6533C;
}

.vendor-heading {
  width: 50%;
  height: 90px;
}

.vendor-heading h5 {
  color: #656565;
}

.resent-item-images img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.icon-button {
  position: relative;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
}

.icon-button__badge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.notification-icon .dropdown-toggle::after {
  display: none;
}

.notification-icon .dropdown-menu-right {
  max-height: 150px;
  overflow: auto;
}

/* vendor-data-table-csss-start */

.vendor_tables th,
.vendor_tables td {
  border: 0.7px solid #E3E3E3;
}

.vendor_tables .dataTables_length,
.vendor_tables .dataTables_filter {
  margin-bottom: 10px;
}

.vendor_tables .table_header {
  background-color: #EAF0FF;
}

.vendor_tables .dataTable>thead {
  border-spacing: 0px 8px;
}

.vendor_tables .dataTable>thead>tr>th,
.vendor_tables .dataTable>thead>tr>td,
.vendor_tables .dataTable.no-footer {
  border-bottom: 1px solid #E3E3E3;
  border-collapse: separate;
  white-space: nowrap !important;
}

.vendor_tables .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #f3f6ff;
  color: #1150DD !important;
  border: 1px solid #1150DD;
  border-radius: 5px;
}

.vendor_tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #1150DD !important;
  border: none;
  background: transparent;
}

.vendor_tables .table_icons img {
  width: 19px;
}

.vendor_tables .table_icons .table_eye {
  background-color: #b3f1cd;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.vendor_tables i {
  font-size: 17px;
}

.vendor_tables .table_icons .table_eye I {
  color: #128440;
}

.vendor_tables .table_icons .table_print {
  background-color: #CEECFF;
}

.vendor_tables .table_icons .table_print I {
  color: #1B96F9;
}

.vendor_tables .table_icons .table_wallet {
  background-color: #d5d5ff;
}

.vendor_tables .table_icons .table_wallet i {
  color: #474FFF;
}

.vendor_tables .table_icons .table_rightarrow {
  background-color: #d5e1ff;
}

.vendor_tables .table_icons .progressive-icon {
  background-color: #bdecfd;
}

.vendor_tables .table_icons .table_delete {
  background-color: #ffd2d2;
}

.vendor_tables .table_icons .table_shipment {
  background-color: #FEE5CD;
}

.vendor_tables .table_icons .table_cart {
  background-color: #E3CDFF;
}

/* .crm_tabsdesign .sms_imges img {
  width: 120px;
} */

.vendor_tables .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 5px;
}

.pracel-pro-height {
  max-height: 580px;
  overflow: auto;

}

.marketing_card .card {
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
}

.marketing_card .card-body {
  padding: 14px;
}

.marketing_card .card_image img {
  height: 100px;
  width: 100%;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  min-height: 150px;
  object-fit: contain;
}


.marketing_card p {
  margin-bottom: 7px;
  font-size: 1rem;
  font-weight: 500;
}

.marketing_card .card_image i {
  font-size: 60px;
}

.view_modal h6 {
  font-size: 1.1rem;
  color: #0546D8;
}

.view_modal h5 {
  font-size: 1.0rem;
}

.view_modal span {
  font-size: 0.9rem;
}

.add-options-height {
  max-height: 400px;
  overflow: auto;
}

.image-libary-bg {
  width: 40px;
  height: 40px;
  border: 1px solid #c1bab2;
  border-radius: 3px;
  background: #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8d8d8d;
  margin-right: 10px;
}

.image-libary-preview {
  background: #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8d8d8d;
  height: 100px;
  width: 100%;
  border-radius: 5px;
  min-height: 150px;
}

.item-images-carousel img {
  height: 150px;
  width: 150px;
  border-radius: 6px;
  border: 1px solid #c1bab2
}

.image-libary-scroll {
  width: 100%;
  overflow: auto;
}

.pos-btns .btn-outline-PDF {
  border: 1px solid #6e00e7;
  color: #6e00e7;
}

.pos-btns .btn-outline-PDF:hover {
  color: #fff;
  background-color: #6e00e7;
}

a#parcel_pro_tracking_link:hover {
  color: rgb(61, 43, 141);
  text-decoration: none;
  border-bottom: 1px solid rgb(51, 85, 51);
}

/* shop-plan-css */

.shop-plan-card .card-header {
  background-color: transparent;
  border-bottom: 0;
}

.shop-plan-card .card-footer {
  background-color: transparent;
  border-top: 0;
}

.shop-plan-card .card {
  border-radius: 20px;
  border: 2px solid #ccc;
}

/* new */
.historyPaymentSummary {
  min-height: 110px;
}

/* ===payment-setup-css ====*/

/* .shop-plan-card .card-header {
  background-color: transparent;
  border-bottom: 0;
} */

/* .shop-plan-card .card-footer {
  background-color: transparent;
  border-top: 0;
} */

/* .shop-plan-card .card {
  border-radius: 20px;
  border: 2px solid #ccc;
} */

.payment-setup-tabs .nav-pills .nav-link.active,
.payment-setup-tabs .nav-pills .show>.nav-link {
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.16) 0px 1px 3px 1px;
  padding: 20px 50px;
  background-color: transparent;
  color: #0546D8;
  border-bottom: 4px solid #0546d8;
}

.payment-setup-tabs .nav-pills .nav-link {
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.16) 0px 1px 3px 1px;
  padding: 20px 50px;
  background-color: transparent;
  color: #0546D8;
}

.payment-setup-tabs .nav {
  display: flex;
  justify-content: space-between;
}

.save-card {
  border: 1px solid #F3F3F3;
  border-radius: 5px;
  padding: 10px;
}

.save-card-active {
  border: 1px solid #0546D8;
}
.attributes-height{
  max-height: Calc(100vh - 380px);
	overflow: auto;
}
.attributes-height img{
  cursor: pointer;
}
.view-icon img{
  cursor: pointer;
}

.item-libary-header{
  width: 30px;
  height: 30px;
  border: 1px solid #c1bab2;
  border-radius: 3px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0546d8;
}

/* .description-fixheight{
  height: 100%;
  max-height: 80px;
  overflow: auto;
} */


.payment-details-header {
  background-color: #087990;
  /* border-radius: 5px; */
  color: #fff;
  margin: -15px;
}


/* Terminal Timer Modal */

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

.circular-progress {
height: 110px;
width: 110px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
transition: 0.5s;
}

.circular-progress::before {
content: "";
position: absolute;
width: 100px;
height: 100px;
border-radius: 50%;
background-color: #fff;
}

.course-value {
position: relative;
font-size: 25px;
font-weight: 500;
}
     .form_section {
          display: none;
      }

      @-webkit-keyframes timer-slide-lt {
          0% {
              transform: rotate(135deg);
          }

          50% {
              transform: rotate(135deg);
          }

          100% {
              transform: rotate(315deg);
          }
      }

      @-webkit-keyframes timer-slide-rt {
          0% {
              transform: rotate(-45deg);
          }

          50% {
              transform: rotate(135deg);
          }

          100% {
              transform: rotate(135deg);
          }
      }

      .timer .circle-timer {
          width: 200px;
          height: 200px;
          margin: 0 auto;
          position: relative;
          cursor: pointer;
      }

      .timer .circle-timer .timer-slot {
          position: relative;
          width: 100px;
          height: 200px;
          display: inline-block;
          overflow: hidden;
          float: left;
      }

      .timer .circle-timer .timer-slot .timer-lt,
      .timer .circle-timer .timer-slot .timer-rt {
          border-radius: 50%;
          position: relative;
          top: 50%;
          left: 0;
          z-index: 15;
          border: 8px solid #0546D8;
          width: 150px;
          height: 150px;
          margin-left: -75px;
          margin-top: -75px;
          border-left-color: transparent;
          border-top-color: transparent;
          z-index: 5;
      }

      .timer .circle-timer .timer-slot .timer-lt {
          -webkit-animation: 10s linear infinite timer-slide-lt;
          animation: 10s linear infinite timer-slide-lt;
          left: 100%;
      }

      .timer .circle-timer .timer-slot .timer-rt {
          -webkit-animation: 10s linear infinite timer-slide-rt;
          animation: 10s linear infinite timer-slide-rt;
      }

      .timer .circle-timer .count {
          position: absolute;
          color: #0546D8;
          text-align: center;
          font-size: 5rem;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
      }

/* Terminal Timer Modal */

.calendar-icon-position {
  position: absolute;
  right: 9px;
  top: 6px;
  cursor: pointer;
}

.discount-btn-svg {
  stroke: #198754;
}

.discount-btn-svg:hover {
  stroke: #fff;
}

.pos_tables tfoot tr th:first-child,
.pos_tables tfoot tr td:first-child {
  border-radius: 0;
}

.pos_tables tr tfoot th:last-child,
.pos_tables table tfoot tr td:last-child {
  border-radius: 0;
}


/* American Model */
.american-finance-bg {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.american-text{
  min-height: 320px;
}

/* .american-carousel .carousel-control-prev-icon {
  background-image: url(./icon/previous.svg);
}

.american-carousel .carousel-control-next-icon {
  background-image: url(./icon/next.svg);
} */

.american-carousel .carousel-indicators [data-target] {
  background-color: #92959c;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  border: none;
}

.american-carousel .carousel-indicators .active {
  background-color: #0546D8;
}

.ameerican-finance-text h5 {
  color: #0546D8;
}
.american-info-button{
  min-width: 200px;
}
.american-text a,
.acimaicon a{
text-decoration: underline;
}

.text-justify-acima p{
  text-align: justify;
}

.proirety-action-btn .finance-ordering-btn{
  border: 1px solid #0546d8;
  background-color: #fff;
  color: #0546D8;
  padding: 4px 8px;
}
.proirety-action-btn  .dropdown-item:focus, 
.proirety-action-btn  .dropdown-item:hover {
  background-color: #e2eafd;
  color: #0546D8;
  font-weight: 500;
}

.american-carousel .carousel-item {
  transition: auto;
}

/* Leasing look-up css */
.lease-look-up .leasing-payment .radio-btns {
  margin-bottom: 10px;
  width: 100px;
  height: 70px;
  padding: 10px 0;
  position: relative;
}

.lease-look-up .leasing-payment .radio-btns::after {
  content: " \26AA";
  /* color: #929292; */
  position: absolute;
  top: 6px;
  right: 5px;
  font-size: 10px;
}

.lease-look-up .custom-radio input:checked+.radio-btns::after {
  content: " \25C9";
  color: #0546D8;
  position: absolute;
  top: -1px;
  font-size: 20px;
}

.lease-look-up .leasing-payment .payment-type-logo img {
  width: 70px;
}

.lease-look-up .leasing-payment-heading h4 {
  color: #0546D8;
}
.footer-text span{
  font-weight: 600;
  /* font-size: 15px; */
}
.tooltip-inner {
  color: #0546d8;
  background-color: #dae5ff;
  padding: 12px;
  font-size: 1rem;
}
.tooltip-info-application {
  position: absolute;
  right: 92px;
  top: 2px;
  cursor: pointer;
}
/*Configure lease application*/

.application-finance-bg {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.application-finance-bg h5 {
  color: #0546D8;
}
.application-form-text span{
  font-size: 0.85rem;
  color: #808080;
}

.otp-padding {
  padding: 100px 90px 120px 90px;
}

.otp-enter-parent {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 60px 0;
}

/* .otp-enter-parent .otp-div {
  background-color: #e2eafd;
  height: 60px;
  width: 60px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.otp-padding input {
  background: #e2eafd;
  border: none;
  height: 60px;
  width: 60px;
  text-align: center;
  padding: 5px;
  font-size: 1.7rem;
}
.otp-padding .form-control:focus{
  background: #e2eafd;
}


.form-control:focus {
  border-color: #0546D8;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #E2EAFD !important;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-color: #1150DD !important;
  color: #fff !important;
  background-image: none !important;
}

.datepicker table tr td span.focused {
  background: #1150DD !important;
  color: #fff ;
}

.datepicker table tr td span:hover{
  background: #E2EAFD !important;
  color: #212529;
}

.show_dynamic_lender_name span{
  color: #1150DD;
}

.image-library-recent{
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#8d8d8d;
  font-size: 25px;
}
.resent-item-images .dashboard-defalt-img{
  margin-right: 0px;
  border-radius: 20px;

}

.add-role-multi-select .btn-group {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.add-role-multi-select .multiselect-container{
  transform: initial !important;
  top: 33px !important;
  width: 100%;
  height: 300px;
  overflow: auto;
}
.add-role-multi-select .add-role-multi-select-group{
 color: #000;
 font-weight: 500;
}

.add-role-multi-select .multiselect-container .multiselect-option:hover, .add-role-multi-select .multiselect-container .multiselect-group:hover, .add-role-multi-select .multiselect-container .multiselect-all:hover, .add-role-multi-select .multiselect-container .multiselect-option:focus, .add-role-multi-select .multiselect-container .multiselect-group:focus, .add-role-multi-select .multiselect-container .multiselect-all:focus {
  background-color: #e2eafd !important;
}


.purchase-add-icon{
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background-color: #1150DD;
  font-size: 0.8rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
/* .purchase-add-icon:hover{
  background-color: #c4d4ff;
  color: #1150DD;
} */
.purchase-close-icon{
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background-color: #686868;
  font-size: 0.8rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.order-purchase-form .form-control{
  border: none;
  padding: .2rem ;
}
.purchase-sub-total{
  padding: 8px 5px;
  border: 1px solid #dee2e6;
}
.purchase-sub-total p{
  font-size:0.9rem;
}

.purchase-total-due{
  background-color: #f1f1f1;
  padding: 15px 5px;
  border: 1px solid #dee2e6;
}

.stock-table-height{
  max-height: 300px;
}
.stock-table-header{
  position: sticky;
  top: 0;
}

/* .stock-table-height{
  max-height: 300px;
} */
/* .stock-table-header{
  position: sticky;
  top: 0;
} */
/** Waterfall Otp Verification **/

.mfa-verification-bg h2 {
  color: #0546D8;
}
.application-form-text span{
   
  font-size: 0.85rem;
  color: #808080;
}

.mfa-verification-bg p{
  font-size: 1.2rem;
  font-weight: 500;
}
.otp-input-field .form-control{
  width: 50%;
  margin: 0 auto;
}

/* .inventory-information-dropdown{
  position: absolute;
  background-color: #fff;
}
.inventory-information-dropdown p{
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
  border-top: none;
  cursor: pointer;
} */

/*for purchase order**/
.pruchase-header{
  color: #1150DD;
  margin-bottom: 10px;
}
.order-qty-purchase .form-control{
  width: 150px;
}

.audience-status-active {
  padding: 4px;
  background-color: #CDFFE1;
  color: #128440;
  font-weight: 500;
  border-radius: 20px;
  width: 80px;
  text-align: center;
}
.audience-in-active {
  background-color: #FFE0E0;
  color: #FF2D2D;
}

.item-information-dropdown{
  position: absolute;
   /* width: 100%; */
    background: white;
    z-index: 9;
}
.item-information-dropdown p{
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  border-top: none;
  cursor: pointer;
}



/* .purchase-add-icon{
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background-color: #1150DD;
  font-size: 0.8rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
} */
/* .purchase-add-icon:hover{
  background-color: #c4d4ff;
  color: #1150DD;
} */
/* .purchase-close-icon{
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background-color: #686868;
  font-size: 0.8rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
} */

/* .order-purchase-form .form-control{
  border: none;
  border-radius: 0;
  padding: .5rem 0;
} */
/* .purchase-sub-total{
  padding: 8px 5px;
  border: 1px solid #dee2e6;
}
.purchase-sub-total p{
  font-size:0.9rem;
} */

/* .purchase-total-due{
  background-color: #f1f1f1;
  padding: 15px 5px;
  border: 1px solid #dee2e6;
} */

/* .stock-table-height{
  max-height: 300px;
} */
/* .stock-table-header{
  position: sticky;
  top: 0;
} */


/* .stock-table-height{
  max-height: 300px;
} */
/* .stock-table-header{
  position: sticky;
  top: 0;
} */

.group-role-permision .btn-group .dropdown-toggle{
  width: 100% !important;
  text-align: left !important;
}

.purchase-order-dropdown{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pos_tables .table_icons .table_cancel{
  background-color: #ffe8e8;
}

#restore-items {
  list-style-type: none;
}
#restore-items .fa-ellipsis-vertical{
  position: relative;
  cursor: pointer;
}
#restore-items .dropdown-menu li {
  vertical-align: top;
  position: relative;
  margin-bottom: 5px;
  color: #1150DD;
  font-weight: 500;
  padding: 5px 10px;
  cursor: pointer;
}
#restore-items .dropdown-menu li:hover{
  background-color: #E2EAFD;
}
#restore-items ul {
  list-style-type: none;
  position: absolute;
  display: none;
  right: 2%;
}

/* .audience-status-active {
  padding: 4px;
  background-color: #CDFFE1;
  color: #128440;
  font-weight: 500;
  border-radius: 20px;
  width: 80px;
  text-align: center;
} */
/* .audience-in-active {
  background-color: #FFE0E0;
  color: #FF2D2D;
} */
.restock-status-pending{
  background-color: #FEE5CD;
  color: #FF7426;
}


.waiting-screen-bg {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 400px;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.waiting-screen-bg p {
  color: #585353;
  font-weight: 500;
  font-size: 1.1rem;
}

.waiting-screen-bg h6 {
  color: #EE0000;
}

.mergestream-background{
  background-color: #0546d8;
  padding: 10px 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.mergestream-background a{
  color: #fff;
}

.loading__dot {
  animation: dot ease-in-out 1s infinite;
  background-color: #e2eafd;
  display: inline-block;
  height: 12px;
  margin-right: 10px;
  width: 12px;
  border-radius: 50%;
}

.loading__dot:nth-of-type(2) {
  animation-delay: 0.2s;
}

.loading__dot:nth-of-type(3) {
  animation-delay: 0.3s;
}

@keyframes dot {
  0% {
      background-color: #e2eafd;
      transform: scale(1);
  }

  50% {
      background-color: #0546D8;
      transform: scale(1.3);
  }

  100% {
      background-color: #e2eafd;
      transform: scale(1);
  }
}


/* Stock Transfer */
/* .stock-table-height{
  max-height: 300px;
} */
/* .stock-table-header{
  position: sticky;
  top: 0;
} */


/* .stock-table-height{
  max-height: 300px;
} */
/* .stock-table-header{
  position: sticky;
  top: 0;
} */

/* .group-role-permision .btn-group .dropdown-toggle{
  width: 100% !important;
  text-align: left !important;
} */

/* .stock-table-height{
  max-height: 300px;
} */
/* .stock-table-header{
  position: sticky;
  top: 0;
} */

.stock-tansfer-heading {
  background-color: #e2eafd;
  color:#1150DD;
  padding: 0.5rem 1rem;
  border-bottom: 0;
  border-radius: 5px
}

.stock-tansfer-heading h5 {
  margin-bottom: 0;
}
.stock-table-view-details{
  max-height: 200px;
}

.calender-icon-label{
  top: 30px;
}

.pos_tables .table_icons .table_cancel {
  background-color: #ffe8e8;
}

.inventory-information-dropdown{
  position: absolute;
  background-color: #fff;
}
.inventory-information-dropdown p{
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
  border-top: none;
  cursor: pointer;
}


.employee-dashboard-background {
  box-shadow: rgba(159, 159, 159, 0.20) 0px 1px 4px;
  border-radius: 7px;
  padding: 10px 20px 10px 20px;
  background-color:#fff ;
  color: #1150DD;
  height: 100%;
}
.employee-dashboard-background h5{
  color: #1150DD;
}
.employee-details-dashboard{
  background-color: #1150DD;
  color: #fff;
}
.employee-name {
  height: 60px;
  width: 60px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #1150DD;
  font-size: 40px;
}
.employee-icon-bg{
  padding: 20px;
  background-color: #EDE4FF;
  border-radius: 3px;
}
.icon-baackground-employee{
  background-color: #845ADF;
  padding: 10px;
  border-radius: 3px;
}
.sales-dicrement{
  padding: 5px 10px;
  background-color: #FFF2F2;
  border: 0.5px solid #FF2D2D;
  color: #FF2D2D;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.employee-view-all-icon{
  color: #845ADF;
}
.employee-commission-bg{
  background-color: #E3ECFF;
}
.commission-baackground-employee{
  background-color: #4C75CF;
}
.sales-incriment{
  padding: 5px 10px;
  background-color: #F2FFF7;
  border: 0.5px solid #128440;
  color: #128440;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.employee-view-all-commission{
  color: #4C75CF;
}






/* Inventory */
.item-libary-expand-table {
  border-collapse: separate;
  border-spacing: 0 8px;
  padding-left: 15px;
}


.select-menu .select-btn-new {
  position: relative;
  padding: 10px;
  border-radius: 0.375rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  border: 1px solid #dee2e6;
  background: #fff;
  color: #0000008c;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-menu .options {
  display: none;
  position: absolute;
  z-index: 9;
  /* width: 330px;
overflow-y: auto;
max-height: 295px; */
  padding: 0;
  margin-top: 6px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.25s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
}

.select-menu.active .options {
  display: block;
  /* opacity: 0; */
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;

}


.select-menu .options li {
  list-style-type: none;
}

.select-menu .options .option {
  display: flex;
  padding: 0 10px;
  line-height: 35px;
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  /* background: #fff; */
}

.select-menu .options .option:hover {
  background: #f2f2f2;
}

.select-btn-new i {
  transition: 0.2s;
}

.select-menu.active .select-btn-new i {
  transform: rotate(-180deg);
}


.sub_table_item {
  width: 16%;
  text-align: end;
}

.sub_table_category {
  width: 8%;
  text-align: end;
}

.sub_table_location {
  width: 14%;
  text-align: end;
}

.sub_table_supplier {
  width: 22%;
  text-align: center;
}

.item-container-inventory {
  background: #e6edff;
  border-radius: 3px;
  padding: 5px 10px;
  margin-top: 5px;
}

.filter_active{
  background-color: #1150dd;
  color: #fff;
}
.select-menu .options .filter_active:hover{
  background-color: #1150dd;
  color: #fff;
}

.service-libary-icon{
  color: #dbdbdb;
  font-size: 40px;
}

.viewservice_card .card_image {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  width: 100%;
}

.viewservice_card .card_image:hover {
  border: 1px solid #1150DD;
}

.viewservice_card .card_image .library-img img {
  width: 125px;
  height: 125px;
  border-radius: 6px;
  object-fit: contain;
}

.viewservice_card .card_image .libay-image-all img {
  width: 100%;
  border-radius: 6px;
  aspect-ratio: 3 / 2.5;
  object-fit: contain;
}

.viewservice_card p {
  margin-bottom: 7px;
  font-size: 0.88rem;
  font-weight: 500;
}

.viewservice_card .card_image i {
  font-size: 60px;
}

.service-images img {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  object-fit: contain;
}

.service-images {
  margin-top: 30px;
  width: 100%;
  /* height: 100px; */
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background-color: #dbdbdb;
}

.afterappointmenthidden {
  display: none;
}

.processingTimehidden{
  display: none;
}

.editProcessingTimehidden{
  display: none;
}

.extrafieldshidden{
  display:none
}

.service-headings h6{
  color: #5e5e5e;
}

.service-image {
  position: relative;
  display: inline-block;
}

.service-image:hover .delete-icons {
  display: block;
}

/**For service availability**/
.employee-availablity-input .input-group {
  width: 85%;
}

.employee-availablity-input .form-select {
  border-radius: 0 .375rem .375rem 0;
}

.date-range-head {
  padding: 5px;
  text-align: center;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  width: 220px;
  background-color: #f5f5f5;
}
.date-range-head .prev-week{
  font-size: 20px;
  color: #686868;
  padding: 0 10px;
  border-right: 1px solid #d7d7d7;
}
.date-range-head .date-range-display{
  padding: 0 10px;
}
.date-range-head .next-week{
  font-size: 20px;
  color: #686868;
  padding: 0 10px;
  border-left: 1px solid #d7d7d7;
}

.availability-list {
  list-style: none;
  padding: 0;
  /* margin: 0 0 20px; */
}

.availability-list-recurring {
  list-style: none;
  padding: 0;
  /* margin: 0 0 20px; */
}

.availability-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}

.availability-list-recurring li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}
.availability-list-checkbox{
  width: 180px;
}

.time-picker {
  padding: 5px;
  margin: 0 5px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
}



.campaigns .fc {
  direction: ltr;
  text-align: left;
}

.campaigns .fc-rtl {
  text-align: right;
}



/* Colors
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}

.campaigns .fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}

.campaigns .fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: rgba(52, 40, 104, .05);
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.campaigns .fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: auto;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.campaigns .fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.campaigns .fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.campaigns .fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.campaigns .fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.campaigns .fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/*
button states
borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.campaigns .fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.campaigns .fc-state-hover,
.campaigns .fc-state-down,
.campaigns .fc-state-active,
.campaigns .fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.campaigns .fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.campaigns .fc-state-down,
.campaigns .fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.campaigns .fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.campaigns .fc .fc-button-group>* {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.campaigns .fc .fc-button-group> :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.campaigns .fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.campaigns .fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.campaigns .fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.campaigns .fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.campaigns .fc-rtl .fc-popover .fc-header .fc-title,
.campaigns .fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-divider {
  border-style: solid;
  border-width: 1px;
}

.campaigns hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.campaigns .fc-clear {
  clear: both;
}

.campaigns .fc-bg,
.campaigns .fc-bgevent-skeleton,
.campaigns .fc-highlight-skeleton,
.campaigns .fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.campaigns .fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.campaigns .fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.campaigns .fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.campaigns .fc th {
  text-align: center;
}

.campaigns .fc th,
.campaigns .fc td {
  border-style: solid;
  border-width: 1px 1px 0 1px !important;
  padding: 0;
  border-color: #ebebeb;
  vertical-align: top;
}

.campaigns tbody {
  border-color: #ebebeb;
}

.campaigns .fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
.campaigns a[data-goto] {
  cursor: pointer;
}

.campaigns a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.campaigns .fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.campaigns .fc-row table {
  /* don't put left/right border on anything within a fake row.
the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.campaigns .fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-row {
  position: relative;
  background: #ffffff;
}

.campaigns .fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.campaigns .fc-row .fc-bgevent-skeleton,
.campaigns .fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.campaigns .fc-row .fc-bgevent-skeleton table,
.campaigns .fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.campaigns .fc-row .fc-highlight-skeleton td,
.campaigns .fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.campaigns .fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.campaigns .fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.campaigns .fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.campaigns .fc-row .fc-helper-skeleton {
  z-index: 5;
}

.campaigns .fc .fc-row .fc-content-skeleton table,
.campaigns .fc .fc-row .fc-content-skeleton td,
.campaigns .fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  padding: 0 4px;
}

.campaigns .fc-row .fc-content-skeleton td,
.campaigns .fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.campaigns .campaigns .fc-row .fc-content-skeleton tbody td,
.campaigns .campaigns .fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.campaigns .fc-scroller>.fc-day-grid,
.campaigns .fc-scroller>.fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
  /* box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05); */
  /* default BORDER color */
}

/* .fc-event,
.fc-event-dot {
  background-color: #ffffff;
  color: #5d5386;
  position: relative;
 
} */

.campaigns .fc-event:before,
.campaigns .fc-event-dot:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 100%;
  /* border-left: 3px solid #5d5386;
  border-bottom: 3px solid #5d5386; */
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}

.campaigns .fc-event .fc-title {
  font-weight: 500;
}

.campaigns .fc-event i {
  font-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.campaigns .fc-event,
.campaigns .fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.campaigns .fc-event[href],
.campaigns .fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.campaigns .fc-not-allowed,
.campaigns .fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.campaigns .fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
}

.campaigns .fc-event .fc-content {
  color: #fff;
  position: relative;
  background-color: #0546D8;
  z-index: 2;
  padding: 5px;
}

/* resizer (cursor AND touch devices) */
.campaigns .fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.campaigns .fc-event .fc-resizer {
  display: none;
}

.campaigns .fc-event.fc-allow-mouse-resize .fc-resizer,
.campaigns .fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.campaigns .fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.campaigns .fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.campaigns .fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.campaigns .fc-ltr .fc-h-event.fc-not-start,
.campaigns .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.campaigns .fc-ltr .fc-h-event.fc-not-end,
.campaigns .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.campaigns .fc-ltr .fc-h-event .fc-start-resizer,
.campaigns .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.campaigns .fc-ltr .fc-h-event .fc-end-resizer,
.campaigns .fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.campaigns .fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.campaigns .fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.campaigns .fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.campaigns .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.campaigns .fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.campaigns .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* .fc-day-grid-event {
  margin: 1px 2px 0;
 
  padding: 0;
} */

/* tr:first-child>td>.fc-day-grid-event {
  margin-top: 2px;

} */

.campaigns .fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
}

.campaigns .fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.campaigns .fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.campaigns .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.campaigns .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.campaigns .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.campaigns .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
.campaigns a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

.campaigns a.fc-more:hover {
  text-decoration: underline;
}

.campaigns .fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.campaigns .fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.campaigns .fc-more-popover {
  z-index: 2;
  width: 220px;
}

.campaigns .fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-unthemed th,
.campaigns .fc-unthemed td,
.campaigns .fc-unthemed thead,
.campaigns .fc-unthemed tbody,
.campaigns .fc-unthemed .fc-divider,
.campaigns .fc-unthemed .fc-row,
.campaigns .fc-unthemed .fc-content,
.campaigns .fc-unthemed .fc-popover,
.campaigns .fc-unthemed .fc-list-view,
.campaigns .fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.campaigns .fc-unthemed .fc-popover {
  background-color: #fff;
}

.campaigns .fc-unthemed .fc-divider,
.campaigns .fc-unthemed .fc-popover .fc-header,
.campaigns .fc-unthemed .fc-list-heading td {
  background: #eee;
}

.campaigns .fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.campaigns .fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.campaigns .fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
"Arial", sans-serif
"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.campaigns .fc-icon:after {
  position: relative;
}

.campaigns .fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.campaigns .fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.campaigns .fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

.campaigns .fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

.campaigns .fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.campaigns .fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.campaigns .fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.campaigns .fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.campaigns .fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.campaigns .ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-popover>.ui-widget-header+.ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.campaigns .ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.campaigns .ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

.campaigns .fc.fc-bootstrap3 a {
  text-decoration: none;
}

.campaigns .fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.campaigns .fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.campaigns .fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

.campaigns .fc.fc-bootstrap4 a {
  text-decoration: none;
}

.campaigns .fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.campaigns .fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.campaigns .fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

/* .fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #5d5386;
} */

.campaigns .fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* .fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
} */

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-toolbar {
  text-align: center;
  margin-bottom: 10px;
}

/* .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
} */

.campaigns .fc-toolbar .fc-left {
  float: left;
}

.campaigns .fc-toolbar .fc-right {
  float: right;
}

.campaigns .fc-right .fc-today-button {
  margin-right: 10px;
}

.campaigns .fc-center {
  margin-bottom: 15px;
}

.campaigns .fc button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: auto;
  padding: 4px 15px;
  font-size: 1rem;
  white-space: nowrap;
  cursor: pointer;
}

/* the things within each left/right/center section */
/* .fc .fc-toolbar>*>* {
  float: left;
  margin-left: .75em;
} */

/* the first thing within each left/center/right section */
/* .fc .fc-toolbar>*> :first-child {
  margin-left: 0;
} */

/* title text */
.campaigns .fc-toolbar h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

/* button layering (for border precedence) */
.campaigns .fc-toolbar button {
  position: relative;
}

.campaigns .fc-toolbar .fc-state-hover,
.campaigns .fc-toolbar .ui-state-hover {
  z-index: 2;
}

.campaigns .fc-toolbar .fc-state-down {
  z-index: 3;
}

.campaigns .fc-toolbar .fc-state-active,
.campaigns .fc-toolbar .ui-state-active {
  z-index: 4;
}

.campaigns .fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.campaigns .fc-view-container *,
.campaigns .fc-view-container *:before,
.campaigns .fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.campaigns .fc-view,
.campaigns .fc-view>table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 0;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.campaigns .fc-basicWeek-view .fc-content-skeleton,
.campaigns .fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.campaigns .fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.campaigns .fc-row.fc-rigid {
  overflow: hidden;
}

.campaigns .fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.campaigns .fc-day-top.fc-other-month {
  opacity: 0.3;
}

.campaigns .fc-basic-view .fc-week-number,
.campaigns .fc-basic-view .fc-day-number {
  padding: 2px;
  color: rgba(52, 40, 104, .8);
  font-size: 15px;
  font-weight: 400;
}

.campaigns .fc-basic-view th.fc-week-number,
.campaigns .fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.campaigns .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.campaigns .fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.campaigns .fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.campaigns .fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.campaigns .fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.campaigns .fc-basic-view td.fc-week-number {
  text-align: center;
}

.campaigns .fc-basic-view td.fc-week-number>* {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.campaigns .fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.campaigns .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.campaigns .fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 10px;
  white-space: nowrap;
}

/* .campaigns .fc-ltr .fc-axis {
  text-align: right;
} */

/* .campaigns .fc-rtl .fc-axis {
  text-align: left;
} */

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-time-grid-container,
.campaigns .fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.campaigns .fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.campaigns .fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.campaigns .fc-time-grid>.fc-bg {
  z-index: 1;
  background: #fff;
}

.campaigns .fc-time-grid .fc-slats,
.campaigns .fc-time-grid>hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.campaigns .fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.campaigns .fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.campaigns .fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.campaigns .fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.campaigns .fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.campaigns .fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.campaigns .fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.campaigns .fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  padding: 10px;
  text-align: center;
  /* each cell is responsible for its top border */
}

.campaigns .fc-agendaDay-view .fc-time-grid .fc-slats td {
  background: #ffffff;
}

.campaigns .fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.campaigns .fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.campaigns .campaigns .fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.campaigns .campaigns .fc-time-grid .fc-event,
.campaigns .campaigns .fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.campaigns .fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.campaigns .fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.campaigns .fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.campaigns .fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.campaigns .fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.campaigns .fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.campaigns .fc-time-grid-event .fc-time,
.campaigns .fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.campaigns .fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.campaigns .fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.campaigns .fc-time-grid-event.fc-short .fc-time,
.campaigns .fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.campaigns .fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.campaigns .fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.campaigns .fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}

.campaigns .fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.campaigns .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.campaigns .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.campaigns .fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.campaigns .fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.campaigns .fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.campaigns .fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.campaigns .fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.campaigns .fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.campaigns .fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.campaigns .fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.campaigns .fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.campaigns .fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.campaigns .fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.campaigns .fc-list-heading {
  border-bottom-width: 1px;
}

.campaigns .fc-list-heading td {
  font-weight: bold;
}

.campaigns .fc-ltr .fc-list-heading-main {
  float: left;
}

.campaigns .fc-ltr .fc-list-heading-alt {
  float: right;
}

.campaigns .fc-rtl .fc-list-heading-main {
  float: right;
}

.campaigns .fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.campaigns .fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.campaigns .fc-list-item-marker,
.campaigns .fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.campaigns .fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.campaigns .fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.campaigns .fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.campaigns .fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.campaigns .fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.campaigns .fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.campaigns .fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.campaigns .fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}


.campaigns .fc th.fc-day-header {
  padding: 7px;
  font-size: 1rem;
  font-weight: 500;
}

.campaigns .fc-day.fc-today {
  background: #D9E4FF;
}

.campaigns .fc-day.alert-info {
  background: #D9E4FF;
}

.campaigns .datepicker {
  z-index: 123456;
}

/* body {
  font-family: 'Nunito', sans-serif;
  background: #F3F5F9;
} */

.campaigns .card {
  border: 0;
  background: transparent;
}

/* .campaigns .btn-primary {
  background: #7D7D7D;
  border-color: #7D7D7D;
  color: #ffffff;
}  */

.campaigns .btn:focus {
  box-shadow: none;
}

.campaigns.btn-check:checked+.btn,
.campaigns.btn.active,
.campaigns.btn.show,
.campaigns.btn:first-child:active,
.campaigns:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: #0546D8;
  border-color: #0546D8;
}

 /* sale service */
.fc-bg-green {
  background-color: #28a745 !important; /* Green background */
  color: #fff !important;              /* White text */
}

/* Editable events: Highlight in green */
.editable-event {
  background-color: #28a745 !important;
  color: darkgray !important;
  border: none !important;
}

/* Non-editable events: Gray out */
.non-editable-event {
  background-color: #6c757d !important;
  color: darkgray !important;
  border: none !important;
  opacity: 0.4; /* Dim the event */
}
/* 
.bundle_input .form-control{

  width: 50%;
  
  }
  
  
  .bundle-item{
  
  position: relative;
  
  }
  
  
  .bundle-item .form-control{
  
  top: 0;
  
  width: 70px;
  
  position: absolute;
  
  right: 0;
  
  padding: 4px 10px;
  
  border: 1px solid #cccccc;
  
  border-top: none;
  
  }
  
  .bundle-search-heading .resultProduct h6{
  
  padding: 5px 10px;
  
  border: 1px solid #cccccc;
  
  border-top: none;
  
  margin: 0;
  
  background-color:#e2ebff;
  
  }
 */

  .search-items-bundle{
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
  }
  .search-items-bundle ul{
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
  }
  /* .search-items-bundle ul li:first-child{
    border-top: 1px solid #cccccc;
  } */
  /* .search-items-bundle ul:last-child{
    border: none;
  } */
   /* .search-items-bundle ul{
    font-weight: 500;
    font-size: 1.2rem;
   } */

  /* .search-items-bundle ul li{
    margin-left: 20px;
    border-bottom: 1px solid #cccccc;
    padding: 7px 0;
    list-style-type: none;
  } */
  .search-items-bundle .bundle-item-submenu{
    border-top: 1px solid #cccccc; 
    margin-top: 7px;
  }
  .search-items-bundle .bundle-item-submenu li{
    margin-left: 20px;
    border-bottom: 1px solid #cccccc;
    padding: 7px 0;
    list-style-type: none;
  }
  .bundle-dropdown-icon{
    position: absolute;
    right: 20px;
    width: 30px;
    font-size: 16px;
    text-align: end;
    cursor: pointer;
    border-left: 1px solid #cccccc;
  }





 .campaigns .fc-toolbar .fc-next-button{
    margin-right: 10px;
  }

  .batch-template-dropdown .select2-dropdown {
    width: 200px !important;
  }
  .batch-template-dropdown .select2-container{
    width: 200px !important;
  }
  .batch-template-dropdown .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0546D8;
    color: white;
  }

  .multi-select-drodpown .select2-container {
    width: 100% !important;
  }
  .multi-select-drodpown .select2-container--default .select2-selection--multiple {
    border: 1px solid #dee2e6;
  }

  
/* ----Quote-page-css ---*/

.quote-modal{
  border: 1px solid #ddd;
  padding: 25px;
}
.quote-modal h4{
  color: #1150DD;
  font-weight: 700;
}
.quote-modal h6 {
  color: #1150DD;
}

.quote-modal .company-label p {
  font-size: 0.9rem;
  color: #2F2E2E;
}

.quote-modal .company-address p {
  font-size: 0.9rem;
  color: #2F2E2E;
}

.table_header_quote{
  background: #00559b;
}
.quote-modal .views-modal-table table>thead>tr>th {
  font-size: 1rem;
  color: #ffffff;
}

.quote-modal .views-modal-table table>tbody>tr>td {
  font-size: 1rem;
  color: #2F2E2E;
}
.quote-logo img{
  width: 150px;
}

.quote_sale_total{
  background: #e2eafd;
  border-bottom: 2px solid #125f9f !important;
  border-top: 2px solid #125f9f !important;
}

.resultCategory {
  overflow-y: scroll;
  max-height: 200px;
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
}

.dataTables_processing{
  background: white !important;
    padding: 12px !important;
}

.dataTables_processing div{
  display: none !important;
}

/*Image library pagination*/
.pagination_Previous, .pagination_Next{
  background-color: #a8c3ff;
  padding: 2px 10px;
  /* font-size: 1.2rem; */
  color: #0546D8;
}
.pagination_Previous:hover, .pagination_Next:hover{
  background-color: #0546D8;
  color: #fff;
}

.user_pin_title{
  max-width: 400px;
  margin: auto;
  text-align: center;
  font-family: "Poppins", sans-serif;
  h3{
    font-weight: bold;
  }
  p{
    font-size: 12px;
    color: #118a44;
    &.msg{
      color: initial;
      text-align: initial;
      font-weight: bold;
    }
  }
}
  
.otp-input-fields{
  margin: auto;
  background-color: white;
  box-shadow: 0px 0px 8px 0px #02025044;
  max-width: 350px;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px;
  
  input{
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #1150DD;
    text-align: center;
    outline: none;
    font-size: 16px;
    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    /* Firefox */
    &[type=number] {
      -moz-appearance: textfield;
    }
    &:focus{
      border-width: 2px;
      border-color: darken(#1150DD, 5%);
      font-size: 20px;
    }
  }
}

.trade-up-modal .radio-acima {
  border-radius: 8px;
  padding: 15px;
  display: block;
  text-align: center;
  transition: all 0.3s ease-out;
}
.trade-up-modal .radio-acima:hover{
  transition: all 0.3s ease-out;
  transform: scale(1.03);
}

.trade-up-modal .radio-acima-lease {
  margin-right: 20px;
}
.trade-up-modal .radio-acima-lease:last-child{
  margin-right: 0;
}
.trade-up-modal .trade-up-text {
  min-height: 110px;
}

.trade-up-modal .trade-up-text p {
  font-size: 1.2rem;
  font-weight: 600;
}

.form-check-input-lg {
    width: 3rem !important;
    height: 1.5rem !important;
}

.remove-btn-coupon{
  margin-top: 30px;
}

.inevetory-tab-img {
  img{
    min-height: 100px !important;
    padding: 10px !important;
  }
}

.draggable-item:hover{
  cursor:pointer
}

.import-alert{
  padding: 4px 18px;
    /* margin: 10px 0; */
  border-radius: 6px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-left: 5px solid;
  background: #fdecea;
  color: #842029;
  border-color: #dc3545;
}