@font-face {
  font-family: 'Scriptina';
  src: url('../webfonts/SCRIPTIN.ttf');
}

.text-extra-muted {
  color: #7b7ab266;
}

.text-danger-bright {
  color:#f00
}

#blocker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  z-index: 1000000;
}
#blocker .fa-spin,
#blocker .spinner {
  position: fixed;
  top: calc(calc(90% - 32px) / 2);
  left: calc(calc(100% - 32px) / 2);
  /*font-size:32px;*/
}

.table-hover tbody tr:hover,
.custom-table tr.expansion {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #f9f9f9 !important;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 1px;
}

.table tbody + tbody {
  border-top: 1px solid #e9e9e9;
}

.table-result {
  font-weight: 300;
}

.table-result b {
  font-weight: 600;
}

.custom-select,
.custom-file-input,
.custom-file-label {
  border-color: #e5e5e5;
}
.custom-file.mms-media .custom-file-label::after {
  border-radius: none !important;
}

.custom-table th {
  white-space: nowrap;
}

.custom-table td {
  font-weight: 300;
}

.custom-table a,
.custom-table .badge {
  font-weight: 400 !important;
}

.custom-table td *:not(a):not([title]) {
  /*pointer-events: none;*/
}

.custom-table.expandable thead tr,
.custom-table.expandable tbody tr {
  border-left: 4px solid #eaeaea;
}

.custom-table.fixed-layout {
  table-layout: fixed;
}

.custom-table tr.expansion hr {
  border-color: #ccc;
}

.custom-table .action-column {
  width: 3.5rem;
}

.status-indicator {
  width: 12px;
  height: 12px;
}

.dropdown-toggle:after {
  margin-left: 0.4rem;
}

.legend {
  font-weight: 300;
}

.legend .bordered {
  border-left: 3px solid #ccc;
}

.panel-hdr.clickable,
.clickable {
  cursor: pointer;
}

.panel-hdr h2 spinner {
  width:20px;
  height:20px;
}

.page-wrapper .page-content .breadcrumb > .breadcrumb-item {
  max-width: max-content !important;
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  background-color: #cecece !important;
  border-color: #cecece !important;
  box-shadow: 0 2px 6px 0 rgb(173 181 180 / 50%);
  -webkit-box-shadow: 0 2px 6px 0 rgb(173 181 180 / 50%);
}

.form-control.ng-invalid:not(.ng-pristine), .form-control.ng-invalid-custom:not(.ng-pristine) {
  border-color: #dc080859;
  -webkit-box-shadow: 0 0 0.4rem 0.1rem #f3000061;
  box-shadow: 0 0 0.4rem 0.1rem #f3000061;
}

::placeholder {
  font-weight: 300 !important;
  font-style: italic;
  font-size: 0.8rem;
  color: #cdcdcd !important;
}

#user-menu
  .header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"]:after {
  left: 0.9rem !important;
}

quick-search {
  display: block;
}

quick-search .input-group.disabled {
  background-color: #f3f3f3 !important;
  border-radius: 4px;
}

quick-search .list-group-flush::-webkit-scrollbar {
  width: 5px;
}

quick-search .list-group-flush::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
quick-search .list-group-flush::-webkit-scrollbar-thumb {
  background: #888; 
}

quick-search .list-group-flush::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

quick-search .list-group-flush {
  position: absolute;
  z-index: 10000;
  box-shadow: 0px 7px 7px #ccc;
  max-height: 235px;
  overflow-y: scroll;
}

quick-search .list-group-flush .list-group-item {
  cursor: pointer !important;
  padding: 0.8rem;
  line-height: 1rem;
  font-weight: 300;
}

quick-search .list-group-flush .list-group-item .fa {
  float: left;
  position: absolute;
  line-height: 16px;
}

quick-search .list-group-flush .list-group-item span[desc] {
  /*margin-left:25px;*/
  line-height: initial;
}

quick-search .list-group-flush .list-group-item span[desc] small {
  display: inline-block;
  margin-top: 5px;
}

quick-search .list-group-flush .list-group-item span[desc] small:not(.badge) {
  color: #05a !important;
}

.subheader-title .btn {
  text-shadow: none;
}

textarea {
  resize: none;
}

.upload-progress {
  padding: 40px;
  margin-top: 40%;
  text-align: left;
}

.asset-preview {
  height: calc(1.47em + 1rem + 2px);
  width: 70px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px 0 0 4px;
  border: 1px solid #e5e5e5;
}

.asset-preview.cover {
  background-size: cover;
}

.mms-media-preview {
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #E5E5E5;
}

.text-no-wrap {
  white-space: nowrap;
}

.nav-menu li a > [class*="fa-"],
.nav-menu li a > .ni {
  margin-right: 1rem;
  font-size: 1.125rem;
  width: 1rem;
  text-align: center;
}

.cursor-pointer {
  cursor: pointer;
}

.badge-icon-extended {
  overflow: visible !important;
  max-width: initial !important;
}

.rotate-ninety-degree {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: -3px;
  font-size: 14px;
}

.loginspace {
  margin-top: 100%;
  margin-bottom: 100%;
  margin-left: 5%;
  margin-right: 5%;
}

.loginimage {
  background: url(/img/sms10.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.lgSelect {
  height: 50px;
}

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}

.product-box {
  padding: 0;
  border: 1px solid #e7eaec;
}

.ibox-content {
  clear: both;
}

.product-imitation {
  text-align: center;
  background-color: #f8f8f9;
  color: #bebec3;
  font-weight: 600;
}

.product-desc {
  padding: 20px;
  position: relative;
}

.product-price {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1ab394;
  padding: 6px 12px;
  position: absolute;
  top: -32px;
  right: 0;
}

.product-name {
  font-size: 16px;
  font-weight: 600;
  color: #676a6c;
  display: block;
  margin: 2px 0 5px 0;
}
/*
 CUSTOM CLASSES - Adil
**/
.cursor-p {
  cursor: pointer;
}

.d-grid {
  display: grid;
}

.bg-pattern-1 {
  background: url(/img/svg/pattern-1.svg) no-repeat center bottom fixed;
  background-size: cover;
}

#captcha {
  width: 250px;
  height: 50px;
  padding: 1px;
}

.mt-px19 {
  margin-top: -19px;
}

.mt-px8 {
  margin-top: -8px;
}

.mt-px3 {
  margin-top: -3px;
}

.mr-px6 {
  margin-top: -6px;
}

.pos-r0{
  right: 0;
}
/*position in -rem, divided by factor*/
.pos-t-125{
  top: -1.25rem !important;
}

.pos-t-10{
  top: -1.0rem;
}

.pos-r-3{
  right: -0.3rem;
}

.d-initial {
  display: initial;
}

.hmax-px300 {
  max-height: 300px;
}

.h-px295 {
  height: 295px;
}

.h-px220 {
  height: 220px;
}

.h-px300 {
  height: 300px;
}

.h-px350 {
  height: 350px;
}

.w-px255 {
  width: 255px;
}

.w-px250 {
  width: 250px;
}

.w-px180 {
  width: 180px;
}

.w-px150 {
  width: 150px;
}

.w-px120 {
  width: 120px;
}

.w-px130 {
  width: 130px;
}

.w-px100 {
  width: 100px;
}

.w-px70 {
  width: 70px;
}

.w-px60 {
  width: 60px;
}

.w-0 {
  width: 0;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-15 {
  width: 15%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.inline-spinner {
  width: 16px;
  height: 16px;
}

.wmin-16{
  min-width:16%;
}

.wmin-12{
  min-width:12%;
}

.wmin-8{
  min-width:8%;
}

.wmin-220px {
  min-width: 220px;
}

.mw-75{
  max-width:8%;
}

.mw-150px {
  max-width: 150px;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-7 {
  opacity: 0.7;
}

/*lh: line height, in rem, divided by 10*/
.lh-10 {
  line-height: 1rem;
}

.lh-px1 {
  line-height: 1px;
}

/*fs: font size, in rem, divided by 10*/
.fs-12 {
  font-size: 1.2rem;
}

.fs-10 {
  font-size: 1rem;
}

.fs-8 {
  font-size: 0.8rem;
}

.fs-px16{
  font-size:16px;
}

.dd-xl {
  will-change: top, left;
  top: 5px;
  left: 1287px;
}

.no-list-style {
  list-style-type: none;
}

.table-caption {
  display: table-caption;
}

.border-grey {
  border-color: grey !important;
}

.border-black {
  border-color:black !important;
}

.border-special {
  border-color: #00000029 !important;
}

.border-special-2 {
  border-color: #80808033 !important;
}

.enable-background {
  enable-background: new 0 0 750 471;
}

.shadow-0{
  webkit-box-shadow: 0; /** NO IDEA WHY **/
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.2) !important;
}

.text-bluish {
  color: #2196F3 !important;
}

.text-greenish {
  color: #28a745 !important;
}

.text-cyan {
  color: #1dc9b7 !important;
}

.text-magenta {
  color: #fd3995 !important;
}

.text-grayed{
  color: #868e96 !important;
}

.text-tooltip{
  color: #ccc !important;
}

.b-rad-inherit{
  border-radius: inherit;
}

.btn-outline-success{
  border-color: #67B4AC !important;
}

.btn-outline-success:hover{
  color: #fff !important;
}

.btn-outline-danger{
  border-color: #dc3545 !important;
}

.btn-outline-danger:hover{
  color: #fff !important;
}

.margin-badge{
  margin-top:-4px; 
  margin-left:15px;
}

.senderListBox{
  border:1px solid grey;
  height:150px;
}

.border-accepted{
  border-color: #00ff44 !important;
}

.border-uploaded{
  border-color: #00c3ff !important;
}

.border-filled{
  border-color: #ffa600 !important;
}

.border-pending{
  border-color: #d6d6d6 !important;
}

.btn-accept{
  color: #fff;
  border-color: #28A745 !important;
  background-color: #28A745 !important;
}

.btn-accept:hover{
  color: #fff;
  border-color: #208337 !important;
  background-color: #208337 !important;
}

.required::after{
  content: '*';
}

.dot {
  margin-top: -15px;
  margin-left: -5px;
  height: 10px;
  width: 10px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.callout-left{
  box-shadow: 0px 0px 20px #999;
}

.callout-left::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
  right: 0px;
	bottom: 15%;
	border-left: 10px solid #2196F3;
}

.pg-logo{
  padding: auto;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

}

.expand::before{
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f138   ";
}

.icon::before{
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.tooltip-title {
  font-size: 12px !important;
}

.wrappable{
  white-space:normal; 

}

.full-width{
  max-width: max-content !important;
  min-width: max-content !important;
  width: max-content !important;
}

.modal-header {
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.pt-2px {
  padding-top: 2px !important;
}


ol.prefixed {
  counter-reset: item;
  list-style-type: none;
}

ol.prefixed li:before {
  content: attr(data-prefix) '.' counter(item, decimal) '. ';
  counter-increment: item;
} 

.underlined{
  text-decoration: underline;
}

.contract-blue{
  background-color: #0070c0;
}

.page-content-wrapper.printable{
  background-color: #ffffff;
}

@media print {
  body {-webkit-print-color-adjust: exact;}
}

#modalPreviewSms .screen {
  font-size:18px;
}

#modalPreviewSms .screen .badge {
  background-color: #e1e1e1;
  color:#212121;
}

.marvel-device.iphone-x {
  width: min(375px, 85%) !important;
}

.marvel-device.iphone-x .notch {
  left: calc(calc(100% - 210px)/2) !important;
}

.input-group-prepend > select {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.bg-disabled {
  background-color:#eee !important
}