/*--Main Css--*/

@import "bootstrap-4.1.min.css";
body {
	margin: 0px;
	background: #fff;
	overflow-x: hidden;
}

table,
div {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #152744;
	line-height: 1.3;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

img {
	border: none;
	max-width: 100%;
}

p {
	margin: 10px 0;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
	display: block
}

* {
	box-sizing: border-box;
}

input,
select,
textarea,
button {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #152744;
}

button {
	cursor: pointer;
}

h1,
h2,
h3,
h4 {
	margin: 10px 0;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

.btn {
	padding: 8px 20px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
}

.btn-primary {
	background: #4681f8;
	color: #fff;
	border-color: #4681f8;
}

.btn-border {
	border: 1px solid #4681f8;
	color: #4681f8;
}

.btn-border:hover {
	background: #4681f8;
	color: #fff;
}

.btn-green {
	background: #35E5A8;
	background-color: #35E5A8 !important;
	color: #152744;
	border-color: #35E5A8;
	border-radius: 50px !important;
	border: none !important;
}


.btn-danger {
	background: #EB2C2C;
	background-color: #EB2C2C !important;
	color: #152744;
	border-color: #EB2C2C;
	border-radius: 50px !important;
	border: none !important;
}


.btn-green:hover {
	background: #152744;
	color: #ffffff;
	border-color: #152744;
}

.btn-radius {
	border-radius: 50px;
}

.btn-radius-0 {
	border-radius: 0;
}

.form-control {
	height: 44px;
	border-color: #E3E3E3;
	border-radius: 8px !important;
}

.form-group label {
	font-size: 15px;
	margin-bottom: 5px;
}

.field-icon{
    position: relative;
    float: right;
    margin-top: -28px;
    margin-right: 10px;
    cursor: pointer;
}

span[data-toggle="client_secret"].field-icon {
    margin-right: 40px;
}

/*Custom scroll*/

.scrollbar::-webkit-scrollbar {
	width: 3px;
}

.scrollbar::-webkit-scrollbar-track {
	background: #ffffff;
}

.scrollbar::-webkit-scrollbar-thumb {
	background: #0A172C;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
	background: #ffffff;
}


/*End Custom scroll*/


/*Dashboard CSS*/

.loader {transition: 0.4s all ease}
.loading-span {animation: blinker 1s ease-in infinite;}
@keyframes blinker {50% {opacity: 0.3;}}

.menu-icon {
	display: none;
}

.grey-bg {
	background: #F2F2F2;
}

.main-sidebar,
.navbar,
.main-content,
.main-footer {
	transition: all .5s;
}

.navbar-dashboard {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08) !important;
	height: 70px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}

.navbar-brand {
	padding: 5px 20px;
	/* margin-right: 7rem; */
}

.logo-css {
	background-image: url(../images/logodiller.svg);
    background-position: center;
    padding: 21px 61px;
    background-repeat: no-repeat;
    margin-top: -10px;
    margin-bottom: -16px;
    margin-left: 8px;
    background-size: 90%;
}

.logo-diller {
	background-image: url(../images/logodiller.svg);
    background-position: center;
    padding: 21px 61px !important;
    background-repeat: no-repeat;
    margin-top: -10px;
    margin-bottom: -16px;
    margin-left: 8px;
    background-size: 90%;
}
.logo-diller-enterprise {
	background-image: url(../images/DillerEnterprise.svg);
    background-position: center;
    padding: 21px 110px !important;
    background-repeat: no-repeat;
    margin-top: -10px;
    margin-bottom: -16px;
    margin-left: -7px;
    background-size: 90%;
}

.navbar .navbar-right .nav-link.nav-link-user img {
	width: 30px;
	margin-right: 10px;
}

.navbar-right .dropdown-menu {
	position: absolute;
	z-index: 99;
	background: #fff;
}

.navbar-right .nav-link {
	display: flex;
	align-items: center;
}

.navbar-right .nav-link div {
	font-size: 16px;
	font-weight: 500;
}

.navbar-right .nav-link:hover {
	border: 0 !important;
}

.navbar-right a.dropdown-item {
	padding: 7px 15px;
	font-weight: 500;
	line-height: 1.2;
	font-size: 14px;
}

.navbar-right .dropdown-toggle::after {
	display: none;
}

.navbar-right .dropdown-item.active,
.navbar-right .dropdown-item:active {
	background-color: #0A172C;
}

.main-section {
	display: flex;
	min-height: 100vh;
}

.main-sidebar {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
	width: 255px;
	background-color: #152744;
	z-index: 880;
	outline: none;
}

.sidebar-brand {
	text-align: center;
	display: flex;
	flex-direction: column;
	padding: 60px 20px;
}

.sidebar-brand img {
    width: 18%;
    margin: auto;
}

.sidebar-brand span {
	color: #fff;
	padding-top: 10px;
	font-size: 18px;
}

.main-sidebar .nav-link {
	font-size: 15px;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 12px 20px;
	transition: 0.2s all ease;
}

.main-sidebar .nav-link span {
	margin-left: 15px;
	line-height: 1.6;
}

.main-sidebar .nav-link:hover,
.main-sidebar .nav-link.active {
	background: #0A172C;
	color: #fff;
}

.main-sidebar .sidebar-menu li.menu-header {
	padding: 10px 20px;
	color: #576B8D;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.main-sidebar .sidebar-menu li.menu-header:not(:first-child) {
	margin-top: 15px;
}

.main-sidebar .nav-link i {
	width: 30px;
	text-align: center;
}

.side-icon-set {
	width: 20px;
	margin-right: 6px;
}

.main-content {
	padding-left: 30px;
	padding-right: 30px;
	width: calc(100% - 255px);
	position: relative;
}

.section-header {
	border-bottom: 1px solid #E2E2E2;
	margin-left: -30px;
	margin-right: -30px;
	padding: 10px 30px;
	margin-bottom: 30px;
}

.section-header h2 {
	font-size: 25px;
	color: #152744;
}

.alert-2 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 0;
	margin-bottom: 30px;
}

.alert-danger-2 {
	background: #FFC6C1;
}

.alert-2 div {
	font-size: 16px;
	color: #152744;
}

.alert-2 strong {
	font-weight: 500;
	margin: 0 10px;
}

.alert-2 .close-icon {
	margin-left: 10px;
}

.card-2 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border: 0;
	border-radius: 0;
	margin-bottom: 30px;
}

.card-statistic .card-body {
	display: flex;
	padding: 0;
	justify-content: space-between;
}

.card-statistic-box {
	border-right: 1px solid rgba(204, 204, 204, 0.37);
	padding: 15px 30px;
}

.card-statistic-box p {
	font-size: 16px;
	color: #152744;
}

.card-statistic-box span {
	display: block;
	font-weight: 500;
	margin-top: 10px;
	font-size: 28px;
}

.card-statistic-box span span {
	opacity: 0.5;
	display: initial;
}

.card-statistic-box span i {
	font-style: normal;
}

.card-statistic-box.card-statistic-box-1 span {
	color: #4682F9;
}

.card-statistic-box.card-statistic-box-2 span {
	color: #3B3B3B;
}

.card-statistic-box.card-statistic-box-3 span {
	color: #EF2905;
}

.card-statistic-box.card-statistic-box-4 span {
	color: #4682F9;
}

.card-statistic .d-flex:last-child .card-statistic-box {
	border-right: 0;
	border-left: 1px solid rgba(204, 204, 204, 0.37);
}

.card-statistic-box.card-statistic-box-5 {}

.card-statistic-box.card-statistic-box-5 .form-control {
	width: 200px;
}

.form-control-2 {
	border-radius: 8px;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.card-2 .card-header {
	background: none;
	border-radius: 0;
	display: flex;
	justify-content: space-between;
}

.card-2 .card-header h4 {
	font-size: 16px;
}

.card-2 .card-header .form-control {
	width: auto;
}

#members-chart,
#members-chart2 {
	height: 500px;
}

#balance-chart,
#balance-chart-2 {
	height: 300px;
}

#department-chart,
#department-chart-2 {
	height: 500px;
}

#employee-chart {
	height: 500px;
}

#chart-1,
#chart-2,
#chart-3,
#chart-4,
#chart-coupon,
#chart-stamp,
#chart-gender,
#chart-avg-purchase  {
	height: 300px;
}

.green-label {
	font-weight: 600;
	color: #3AC494;
}

.table-2.table-bordered td:first-child,
.table-2.table-bordered th:first-child {
	border-left: 0;
}

.table-2.table-bordered td:last-child,
.table-2.table-bordered th:last-child {
	border-right: 0;
}

.table-2 td a {
	color: #4682F9;
}

.table-2 td a:hover {
	text-decoration: none;
}

select.form-control-2 {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background: url("../images/arrow.png")no-repeat center right 10px;
	padding-right: 30px !important;
}

.filter_label {
	margin-right: 10px;
	margin-top: 12px;
	font-size: 15px;
}


/*Setting - Integrations*/

.setting-tabs {
	background: #EBEBEB;
	margin-left: -30px;
	margin-right: -30px;
	padding: 0 20px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.setting-tabs button.add-follower-btn {
	margin: 0 !important;
}

.setting-tabs .nav-link {
	color: #152744;
	font-size: 20px;
	padding: 10px;
	padding-top: 20px;
    padding-bottom: 20px;
	transition: 0.2s all ease;
}
.setting-tabs .nav-link:hover {
	opacity: 0.5;
}

.setting-tabs .nav-link.active {
	color: #35E5A8;
	font-weight: 400;
	text-decoration: underline;
}

.card.card-2.integrations-box {
	/*box-shadow: none;
	border: 1px solid #D5D5D5;
	border-radius: 5px;*/
}

.card.card-2.integrations-box .card-header {
	border-bottom: 0;
}
#pills-integrations > .row > div > .row {
	margin-bottom: 15px;
}

#pills-integrations h3 {
	margin: 0 0 15px;
	font-size: 20px;
}

.integrations-img {
	padding: 0 20px 40px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.integrations-img img{
	width: 375px;
	max-width: 70%;
	max-height: 80px;
}

.integrations-box .btn {
	padding: 12px 50px;
}

.save-profile-btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	padding: 10px 40px;
}

.integrations-connected {
	background: #D2F7EA;
}

.integrations-connected .card-header .btn {
	padding: 7px 15px;
	font-size: 14px;
	color: #fff;
}

.integrations-connected .card-header .btn img {
	width: 15px;
}

.integrations-connected .card-body .btn-green {
	background: #EB2C2C;
	color: #fff;
}

.integrations-connected .card-body select{
	background: #fff;
}

.iframe-textarea {
	background-color: #eee;
}

.activate-label {
	margin: 10px 0px;
	cursor: pointer;
}

.activate-label input{
	width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 12px;
    cursor: pointer;
}

.earn-btn {
	/*padding: 5px 15px !important;*/
	padding: 3px 11px !important;
    font-size: 13px !important;
}

.earn-table tbody>tr>td {
	white-space: nowrap;
}

.earn-table thead>tr>th {
	white-space: nowrap;
}

.earn-table tbody>tr>td>input {
	/*height: 36px;*/
	height: 25px;
}

.question {
    font-family: fontAwesome;
    font-style: normal;
    color: #437efd;
    border: 2px solid #437efd;
    padding: 1px 7px;
    margin-right: 10px;
    height: 29px;
}

.t-head {
    font-size: 21px;
    font-weight: 500;
    color: #437efd;
    margin: 2px 0 10px;
}

.q-paragraph {
	line-height: 23px;
	padding-top: 5px;
	margin-bottom: 25px;
}

.stripe-connect {
    display: inline-block;
    margin-bottom: 50px;
    background-image: -webkit-linear-gradient(#28A0E5, #015E94);
    background-image: -moz-linear-gradient(#28A0E5, #015E94);
    background-image: -ms-linear-gradient(#28A0E5, #015E94);
    background-image: linear-gradient(#28A0E5, #015E94);
    -webkit-font-smoothing: antialiased;
    border: 0;
    padding: 1px;
    height: 35px;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.stripe-connect:hover {
	text-decoration: none;
}

.stripe-connect span {
    display: block;
    position: relative;
    padding: 2px 12px 2px 44px;
    height: 35px;
    background: #1275FF;
    background-image: -webkit-linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);
    background-image: -moz-linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);
    background-image: -ms-linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);
    background-image: linear-gradient(#7DC5EE, #008CDD 85%, #30A2E4);
    font-size: 14px;
    line-height: 30px;
    color: white;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.stripe-connect span:before, .stripe-connect.blue span:before {
    background-image: url(https://diller.app/assets/dist/img/stripe.png);
}
.stripe-connect span:before {
    content: '';
    display: block;
    position: absolute;
    left: 11px;
    top: 50%;
    width: 23px;
    height: 24px;
    margin-top: -12px;
    background-repeat: no-repeat;
    background-size: 23px 24px;
}

.edit {
	font-size: 0.8rem;
    color: #4681f8;
    padding-left: 8px;
    position: relative;
    bottom: 1px;
    font-weight: 600;
}

.a-card {
	font-size: 0.7rem;
    padding-top: 3px;
    font-weight: 600;
}

.edit:hover {
	text-decoration: none;
    color: #4681f8;
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}

.card-group-addon {
    padding: 10px 13px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    position: absolute;
}

.pl-6 {
    padding-left: 3.5rem!important;
}

.card-img-amount {
    height: 38px;
    width: 40px;
    margin-right: 5px;
}

.cross-table {
	margin-left: 8px;
	font-size: 17px;
	color: #000;
}

.o-c-img {
	width: 56px;
    height: 50px;
    max-width: max-content;
}

.upload-msg {
    text-align: center;
    padding: 55px;
    font-size: 22px;
    color: #aaa;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #aaa;
    border-radius: 8px;
}

.table {
    margin-bottom: 0.4rem ;
}

.nav-tabs {
    background-color: #D9E6FF;
    border-bottom: none !important;
}

.nav-pills .campaign-tab.active, .nav-pills .show>.campaign-tab {
    color: #fff;
    background-color: #4681f8;
    padding: .45rem 2rem;
    border-radius: 6px;
}

.campaign-tab {
   padding: .45rem 2rem;
   color: #86adf7;
   border: none !important;
   font-weight: 600;
}

.letter-count {
	float: right;
	color: #4681f8;
}

.tags-btn, .tags-btn:hover {
	padding: .40rem .80rem;
    font-size: .78rem;
    background-color: #4681f8;
    border-color: #4681f8;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 8px;
}

.tags-btn:disabled {
	cursor: default;
}

.download-table {
    font-size: 16px;
	color: #000;
	margin-top: -1px;
	vertical-align: middle;
}

.export-img {
	margin-top: -3px;
    margin-right: 6px;
    width: 14px;
}

.table-tags-btn, .table-tags-btn:hover {
    padding: .48rem .90rem;
    font-size: .78rem;
    background-color: #fff;
    border-color: #e3e3e3;
    border-radius: 8px;
    color: #000;
    margin-bottom: 8px;
}

.input-tags-btn {
    border: none;
	padding: 0px !important;
	margin-bottom: 8px;
}

.table-tags-btn:focus {
    outline: none;
    box-shadow: none;
}


.table td, .table th {
    padding: .55rem;
    vertical-align: middle;
}

.table-message {
	white-space: break-spaces !important;
}

body.login-page {
    overflow: hidden;
    background: #fff!important;
}

.login-box {
    width: 360px;
    /*margin: 7% auto;*/
    max-width: 360px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 300;
}

.login-box-body {
    padding: 20px;
    border-top: 0;
    color: #666;
    background: none;
}

.login-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
    color: #152744;
    font-size: 20px;
    font-weight: 500;
}

.form-group.forget-password a, .form-group.forget-password a:hover {
    font-size: 15px!important;
    font-weight: 500;
    color: #152744 !important;
    text-align: center;
    text-decoration: none;
}

.login-box-body .form-control-feedback {
    font-size: 20px;
    width: 43px;
    height: 43px;
    line-height: 42px;
}
.form-control-feedback {
    position: absolute;
    color: #777;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
    /*background: #e2e2e2;*/

}

.login-box-body .has-feedback .form-control {
    padding-left: 45px !important;
}

.login-checkbox {
	bottom: 5px;
	position: relative;
}

.black-btn:hover {
	text-decoration: none;
	background: #152744;
	color: #ffffff;
	border-color: #152744;
}

.phone_number {
    width: 100% !important;
    margin-bottom:5px;
    height: 41px;
}
.card-statistic label#mobile_no-error {
    position: absolute;
    top: 35px;
}
label.error, small.help-block {
	color: red !important;
	font-size: 13px;
	font-weight: normal;
}
.intl-tel-input {
	margin-top: -2px;
}

/* The container */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #929292;
  border-radius: 4px;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .custom-checkmark {
  background-color: #4681f8;
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .custom-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .custom-checkmark:after {
	left: 7px;
	top: 3px;
	width: 8px;
	height: 13px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.label-text {
	vertical-align: middle;
	color: #152744;
}

/* The container */
.custom-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.custum-radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .custum-radio-checkmark {
  background-color: #eee;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .custum-radio-checkmark {
  background-color: #4681f8;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custum-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .custum-radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .custum-radio-checkmark:after {
 	top: 7px;
    left: 7px;
    width: 9px;
    height: 9px;
	border-radius: 50%;
	background: white;
}

.dimension-link a, .dimension-link a i, .dimension-link a:hover{
	color: #4681f8;
	text-decoration: none;
}

.page-link {
    color: #4681f8;
}

.page-item.active .page-link {
    background-color: #4681f8;
    border-color: #4681f8;
}

.date-icon{
	background: url(../images/date.png) no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
	background-position: 97% 50%;
	background-color: #ffffff;
}

.red{
	background-image: url(favicon.png) no-repeat;
}

.intl-tel-input {
	font-weight: normal;
	display: inherit !important;
}

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    background-color: #fff;
    padding-left: 40px !important;
    width: 22%;
    border: 1px solid #e3e3e3;
    height: 44px;
    border-radius: 8px 0px 0px 8px !important;
    border-right: 0px;
    padding-bottom: 7px;
}

.intl-tel-input .flag-dropdown .selected-flag {
	margin: 0px;
    padding: 15px 16px 6px 9px;
    height: 44px;
    border-radius: 8px 0px 0px 8px;
}

.mobile-number {
	width: 78%;
    float: right;
    margin-top: -44px;
    height: 44px;
    border-left: 0px;
    padding-left: 0px;
    position: relative;
    border-radius: 0px 8px 8px 0px !important;
}

.mobile-number:focus {
	box-shadow: none;
	border-color: #e3e3e3;
}

.intl-tel-input input:focus {
	box-shadow: none;
	border-color: #e3e3e3;
}

.wrap-custom-file {
    position: relative;
    display: block;
    width: 88px;
    height: 88px;
    border: 1px dashed #ccc;
    margin: 0 auto;
    text-align: center;
}

.wrap-custom-file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    overflow: hidden;
    opacity: 0;
}

.wrap-custom-file label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    background-color: #fafafa;
    border-radius: 4px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.wrap-custom-file label span, .wrap-custom-file .fa {
    font-size: 10px;
    font-weight: normal !important;
    color: #565656;
}

.diller-alert-warning,
.diller-alert-success {
    color: #152744;
    background-color: #3be6aa;
    border-color: #f2f2f2;
    border: none;
    padding: .95rem 1.25rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 0;
    font-size: 16px;
}

.diller-alert-warning{
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.diller-alert-warning span,
.diller-alert-success span {
	background-repeat: no-repeat;
    background-size: contain;
    height: 28px;
    width: 40px;
    background-image: url('../images/success.svg');
    display: inline-flex;
    vertical-align: middle;
    margin-top: -2px;
}

.diller-alert-warning span {
    background-image: url('../images/warning-icon.svg');
}

.diller-alert-warning .close,
.diller-alert-success .close {
    padding: .42rem 1.25rem;
    font-size: 2.2rem;
    opacity: 1;
    border: none;
    text-shadow: none;
}

.diller-alert-error {
    color: #152744;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border: none;
    padding: .95rem 1.25rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 0;
    font-size: 16px;
}

.diller-alert-error span {
	background-repeat: no-repeat;
    background-size: contain;
    height: 28px;
    width: 40px;
    background-image: url('../images/alert-icon.svg');
    display: inline-flex;
    vertical-align: middle;
    margin-top: -2px;
}

.diller-alert-error .close {
    padding: .42rem 1.25rem;
    font-size: 2.2rem;
    opacity: 1;
    border: none;
    text-shadow: none;
}

.file-btn {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.file-btn input {
	position: absolute;
	font-size: 50px;
	opacity: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.datetimepicker td, .datetimepicker th {
    padding: 5px;
}

.datetimepicker .datetimepicker-hours span {
    margin-bottom: 5px;
}

.sorting-icon {
	color: #152744;
    margin-left: 5px;
}

.sorting-icon-disabled {
	color: #adadad;
	margin-left: 5px;
}

.fa-sort-amount-desc:before {
    content: "\f160";
}

.fa-sort-amount-asc:before {
    content: "\f885";
}

.headcol {
	width: 9em;
    right: 0px;
    position: sticky;
    left: 0;
    background-image: linear-gradient(#fff, #fff);
}

.data-table tr:nth-child(even) {
            background: rgba(0,0,0,.05);
}

.data-table tr:nth-child(even) .headcol {
   background-image: linear-gradient(#f2f2f2, #f2f2f2);

}

#loader-show {
	position: fixed;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1070;
}
div#loader-show > span {
	position: absolute;
	left: 45%;
	top: 55%;
	z-index: 1;
	color: #fff;
	text-align: center;
	width: 10%;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -40px 0 0 -35px;
  border: 8px solid #ffffff;
  border-radius: 50%;
  border-top: 8px solid #4681f8;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/*#loader-show p {
	position: absolute;
	left: 49.1%;
	top: 46.6%;
	right: 50%;
	bottom: 50%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}*/

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}

.fullscreen-btn {
	background-color: #ffffff;
	border: none;
	font-size: 20px;
	vertical-align: middle;
}

.fullscreen-btn:focus {
	outline: none;
}

tr.child-row {
    display: table-row;
    margin: 9px auto;
    background-color: #e3e3e3;
}

.test-purpose {
    margin-bottom: -25px;
    /*margin-left: 10px;*/
}

.stamp-code {
    height: 40px;
    margin-left: -12px;
    margin-right: -12px;
    /* margin-top: -2px; */
    border-bottom: 2px solid #fbfbfb;
    padding-left: 15px;
    margin-bottom: 11px;
}

.stamp-title {
    position: relative;
    top: 4px;
}

.for-stamp-card {
    background-position: center;
    background-image: url(/uploads/stamp_images/stamp_active_black.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 4px 30px 14px 20px;
    margin: 6px;
    border: 1px solid #152744;
    background-size: 80px 21px;
    cursor: pointer;
    border-radius: 6px;
}

.for-disabled {
	opacity: 0.4;
}
.for-stamp-align {
    position: relative;
    top: -3px;
    left: 20px;
    color: #152743;
}

.coupon-code {
    border-bottom: 2px solid #fbfbfb;
    padding: 5px;
}

.coupon-title {
    position: relative;
    top: 4px;
}

.for-coupon-count {
    background: #3AE4A7;
    top: -7px;
    padding: 10px 17px;
    text-align: center;
    left: 29px;
    position: relative;
    border-radius: 50px;
    color: #152744;
    font-size: 17px;
    vertical-align: middle;
    border: none;
}


.for-scan-stamp-btn {
    padding: 7px 17px;
    text-align: center;
    margin-left: 5px;
    border-radius: 50px;
    color: #152744;
    border: none;
    cursor: pointer;
}


.btn-minus {
    background: #ff0000;
    color: #152744;
}
.btn-plus {
    background: #2be5a7;
    color: #152744;

}
.btn-custom {
    background: #152743;
    color: #fff;
}


.for-stamp-card-buton {
    background-position: left;
    background-image: url(/uploads/stamp_images/stamp_active_black.svg);
    background-repeat: no-repeat;
    background-color: #fff;

    border: 1px solid #152744 !important;
    background-size: 30px 20px;
    cursor: pointer;
    border-radius: 6px !important;
	padding-left: 25px;
}
.for-stamp-align-text {
    position: relative;
    /* top: -3px; */
    padding-left: 10px;
    color: #152743;
}

#follower_details_table tr.child-row .container-fluid > .row{
	border-bottom: 2px solid #ffffff;
	padding: 5px;
}

.coupon-data {
    background-color: #152743;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 100px;
    font-weight: 500;
}

.coupon-data:hover {
    background-color: #3AE4A7;
    color: #152744;
    font-weight: 500;
}

.coupon-data-usage,
.coupon-usage-count{
	margin-left: 15px;
}

.table-responsive {
    overflow-y: hidden;
}

.modal-scroll {
	overflow-x: scroll;
    padding-top: 10px;
    padding-bottom: 20px;
}

.h-15 {
	height: 15% !important;
}

.successfully:hover {
	background: #35E5A8;
    color: #152744;
    border-color: #35E5A8;
}

.btn-danger, .btn-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 50px !important;
    border: none !important;
}

.first_spent_div {
    background-color: #4682F9;
    color: #fff;
    padding: 10px;
    width: 100%;
}

.second_purchase_div {
    background-color: #D9E6FF;
    color: #86adf7;
    padding: 10px;
    width: 100%;
}

.hide{
	display: none;
}

/*--------Media Query------------*/

@media only screen and (min-width: 1920px)  {
	.big-col {
        max-width: 50%;
	}
	.big-col-6 {
        max-width: 30%;
	}
	.big-col-4 {
        max-width: 20%;
	}
	.upload-msg {
       padding: 18%;
   }
}





/*--------1439px------------*/

@media only screen and (max-width:1439px) {
	.sidebar-brand {
		padding: 40px 20px;
	}
	.card-statistic-box {
		padding: 10px 20px;
	}
	.card-statistic-box p {
		font-size: 15px;
	}
	.card-statistic-box span {
		font-size: 22px;
	}
	.section-header h2 {
		font-size: 19px;
	    margin: 0px;
	    padding: 4px 0px;
	}
	.alert-2 div {
		font-size: 15px;
	}
	.card-2 .card-header h4 {
		font-size: 15px;
	}
	.card-2 .card-header .form-control {
		font-size: 14px;
		padding: 5px 10px;
		height: 36px;
	}
	.filter_label {
		margin-top: 10px;
	}
	.setting-tabs .nav-link {
		font-size: 16px;
	}
	.integrations-img {
		height: 250px;
	}
	.integrations-box .btn {
		padding: 10px 40px;
	}
}


/*--------1199px------------*/

@media only screen and (max-width:1199px) {
	.menu-icon {
		display: inline-block;
		margin-left: 30px;
	}
	.menu-icon img {
		width: 30px;
	}
	.main-sidebar {
		transform: translateX(-255px);
		position: absolute;
	}
	.menu-show .main-sidebar {
		transform: translateX(0);
	}
	.main-content {
		width: 100%;
	}
	/*.menu-show .main-content{padding-left: 280px;}*/
	.card-2 .card-header .form-control {
		width: 120px;
	}
	.menu-show .main-sidebar {
		position: inherit;
	}
	.menu-show .main-content {
		width: calc(100% - 225px);
	}
}

/*--------1024px------------*/

@media only screen and (max-width:1024px) {
  .headcol {
    position: initial;
    right: 0px;
    background-color: #fff;
  }
  .fullscreen-btn{
	display: none;
  }
  .modal-flex {
  	display: flex;
  }
  .modal-flex .for-stamp-card {
  	margin-top: 13px;
    margin-left: 0;
  }
}



/*--------991px------------*/

@media only screen and (max-width:991px) {
	.card-statistic .card-body {
		display: block;
	}
	.alert-2 {
		display: block !important;
	}
	.alert-2 div:last-child {
		text-align: right;
	}
	.card-header-big .d-flex {
		display: none !important;
	}
	.setting-tabs .nav-link {
		font-size: 15px;
		padding: 20px 15px;
	}
	.fullscreen-btn{
	   display: none;
    }
}


/*--------767px------------*/

@media only screen and (max-width:768px) {
 .login-box {
    width: 65%;
    max-width: 65%;
  }
  .upload-msg {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .headcol {
    position: initial;
    right: 0px;
    background-color: #fff;
  }
  .fullscreen-btn{
	display: none;
  }
  .modal-flex {
  	display: flex;
  }
  .modal-flex .for-stamp-card {
  	margin-top: 13px;
    margin-left: 0px;
  }
}


/*--------575px------------*/

@media only screen and (max-width:575px) {
	.menu-icon {
		margin-left: 0;
	}
	.card-statistic .card-body .d-flex {
		display: block !important;
	}
	.card-statistic-box {
		border-bottom: 1px solid rgba(204, 204, 204, 0.37);
		border-right: 0;
	}
	.navbar-right .nav-link div {
		font-size: 0;
	}
	.navbar-brand {
		/*margin-right: 0;
		padding: 5px 20px 5px 0;*/
		margin-right: 20px;
		margin-left: 0px;
        padding: 20px 118px 20px 0;
	}
	.menu-icon img {
		width: 25px;
	}
	.btn {
		padding: 6px 15px;
		font-size: 15px;
	}
	.setting-tabs {
		padding: 10px;
	}
	.setting-tabs .nav-link {
		padding: 8px 14px;
	}
	.integrations-img {
		height: 180px;
	}
	.integrations-img img {
		width: 70%;
	}
	.navbar-right .nav-link {
		padding-right: 0;
	}
	.navbar .navbar-right .nav-link.nav-link-user img {
		margin-right: 0;
	}
	.menu-show .main-sidebar {
		position: absolute;
	}
	.menu-show .main-content {
		width: 100%;
	}
	.earn-table tbody>tr>td>input {
	   /*width: 100px;*/
	   width: 150px;
   }
   .campaign-tab-li {
   	width: 100%;
   }
   .letter-count {
	float: none;
	position: relative;
    bottom: 2px;
  }
  .tags-btn {
  	width: 100%;
  }
  .table-btn-media {
  	display: grid !important;
  	text-align: right;
  }
  .login-box {
    width: 90%;
    max-width: 90%;
  }
  .add-follower-btn {
  	float: none !important;
  }
  .headcol {
    position: initial;
    right: 0px;
    background-color: #fff;
  }
  .fullscreen-btn{
	display: none;
  }
  .modal-flex {
  	display: flex;
  }
  .modal-flex .for-stamp-card {
  	margin-top: 13px;
    margin-left: 0px;
  }
  .modal-coupon-data {
	top: 12px;
	left: 0px;
  }
  .modal-coupon-count {
    top: 12px;
    left: 9px;
 }

}

 .box, .box-placeholder {
	 /*display: inline-block;*/
	 display: block;
}

/* .box hr, .box-placeholder hr {
	 margin: 0;
	 border-color: #f3f3f3;
}*/
.box {
	 display: none;
}

.box .category {
	 display: block;
	 margin-bottom: 10px;
}

 .box img {
	 max-width: 100%;
}

 .box-placeholder {
	 font-size: 0;
	 line-height: 0;
}

.box-placeholder .text {
	 display: inline-block;
	 background-color: #444;
	 height: 12px;
	 border-radius: 100px;
	 margin: 5px 0;
	 min-width: 90px;
	 opacity: 0.1;
	 animation: fading 1.5s infinite;
}

.box-placeholder .search {
	 display: inline-block;
	 background-color: #444;
	 height: 12px;
	 border-radius: 100px;
	 margin: 5px 0;
	 min-width: 100%;
	 opacity: 0.1;
	 animation: fading 1.5s infinite;
}

 .box-placeholder .text:first-child {
	 margin-top: 0;
}
 .box-placeholder .text:last-child {
	 margin-bottom: 0;
}

.box-placeholder .text.link {
	 background-color: var(--blue);
	 opacity: 0.4;
}

 .box-placeholder .text.line {
	 width: 100%;
}

.box-placeholder .text.category {
	 width: 90px;
	 margin-bottom: 10px;
}

/*.box-placeholder .pagination-design .link {
	 background-color: var(--blue);
	 opacity: 0.4;
}*/

.box-placeholder .pagination-design {
	 width: 100%;
	 position: relative;
	 top: 20px;
	 margin-bottom: 20px !important;
}

/* .box-placeholder h4.text {
	 height: 20px;
	 margin: 3px 0;
	 opacity: 0.2;
}*/
/* .box-placeholder .image {
	 background-color: #f9f9f9;
}*/
 @keyframes fading {
	 0% {
		 opacity: 0.1;
	}
	 50% {
		 opacity: 0.2;
	}
	 100% {
		 opacity: 0.1;
	}
}

/*php team side css*/
 .parent_tr {
	cursor: pointer;
}

.ajax-loader img {
 position: relative;
 top: 47%;
 left: 25%;
 margin: -50px 0px 0px -50px;
}
.swal2-popup {
	width: 22em !important;
}

.swal2-title , .swal2-content {
  font-size: 15px !important;
}

.swal-img {
    width: 35px;
    height: 35px;
}

i.glyphicon.glyphicon-chevron-up:before {
    content: '';
    border-color: #000000 transparent;
    border-style: solid;
    border-width: 0px 6px 6px 6px;
    width: 0;
    height: 0;
    margin-left: -6px;
    top: 13%;
    position: absolute;
}

i.glyphicon.glyphicon-chevron-down:before {
    content: '';
    border-color: #000000 transparent;
    border-style: solid;
    border-width: 6px 6px 0px 6px;
    width: 0;
    height: 0;
    margin-left: -6px;
    bottom: 17%;
    position: absolute;
}

.card-header2 {
    border-bottom: none;
}

form fieldset{
	border-radius: 8px
}

form fieldset legend{
	font-size: 1rem;
}

a#next_step_page:hover {
    color: #fff;
}

.no-color-a {
	color : #152744 !important;
}

.earn-table .custom-checkbox.activate-label {
margin: 0;
}

.table-tags-btn2 {
padding: .48rem .90rem;
font-size: .78rem;
margin-bottom: 8px;

}

/*end php team side css*/

/*designer side css start*/

.white-modal-blur {
	background-color: rgb(255 255 255 / 85%);
}

.white-modal-blur .white-card {
	box-shadow: 0px 0px 8px rgb(0 0 0 / 40%);
	-ms-box-shadow: 0px 0px 8px rgb(0 0 0 / 40%);
	-webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 40%);
    border: 0;
    border-radius: 0;
}

.white-modal-blur .partner-bg {
    background-image: url(../images/partner.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 200px;
}

.white-modal-blur .white-card .modal-link, .white-modal-blur .white-card .modal-link:hover{
	color: #007bff !important;
	text-decoration: none;
}

.white-modal-blur .white-card p{
	font-weight: 500;
}

.white-modal-blur .white-card .modal-control {
	border-radius: 14px !important;
}

.white-modal-blur .white-card .modal-control:focus {
	box-shadow: none;
	outline: none;
	border-color: #E3E3E3;
}

.white-modal-blur .white-card .modal-control-bg, .white-modal-blur .white-card .modal-control-bg:focus {
    background-color: #FAFAFA;
}

.white-modal-blur .white-card .modal-btn {
	background: #35E5A8;
	color: #152744;
	border-color: #35E5A8;
	border-radius: 50px;
	border: none;
	padding: 14px 21px;
	font-size: 14px;
	font-weight: 500;
}

.white-modal-blur .white-card .modal-btn:hover {
	background: #152744;
    color: #ffffff;
    border-color: #152744;
}

.white-modal-blur .white-card .modal-btn:focus {
	outline: none;
}




/*designer side css end*/

/*designer side css end*/


/*header store id*/

.store-list {
	top: -8px;
    position: relative;
}

.store-list .store-group {
	justify-content: flex-end;
    border-right: 1px solid #e2e2e2;
    padding-right: 20px;
}

.store-list .store-group {
	justify-content: flex-end;
    border-right: 1px solid #e2e2e2;
    padding-right: 20px;
}

.store-list .store-group .store-control {
	border-radius: 14px !important;
}

.store-list .store-group .store-control:focus {
	box-shadow: none;
	outline: none;
	border-color: #E3E3E3;
}

.store-list .store-group .store-control-bg, .store-list .store-group .store-control-bg:focus {
    background-color: #FAFAFA;
}

@media only screen and (max-width:709px) {
  .d-store-none {
	  display: none !important;
  }
}

/*header store id end*/

.disable_div,
.disabled-status {
	pointer-events: none;
	opacity: 0.4;
}

/*sms modals css start*/

.diller_send_sms {
	border-radius: 12px !important;
    color: #fff !important;
    padding: 11px 25px !important;
}

.diller_send_sms_link, .diller_send_sms_link:hover {
	font-size: 14px;
    font-weight: 500;
    color: #4682F9;
    text-decoration: none;
}

.diller-modal-progress {
    background-color: #e6f1fd;
    border-radius: 50px;
    height: 28px;
}

.diller-progress-active {
    background-color: #4681f8;
    border-radius: 50px;
    height: 28px;
}

/*sms modals css end*/

/*active log img*/

.active_log_img{
	width: 25px;
	height: 25px;
}
/*active log img end*/



 /*for follower list */
.our-followers-select .filter-option-inner-inner {
    font-size: .78rem;
    color: #000000;
}
.our-followers-select > .bootstrap-select > .dropdown-toggle {
    background: #fff;
    border-color: #e3e3e3;
    padding: 7px 15px;
}
.our-followers-select > .bootstrap-select > .dropdown-toggle:focus  {
	background-color: #fff;
    border-color: #80bdff;
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.our-followers-select .bootstrap-select {
    width: auto !important;
    margin-top: -9px;
    padding: 0px !important;
    margin-right: 0px !important;
    height: 2.1rem !important;
}
.our-followers-select .bs-searchbox .form-control {
    width: 100% !important;
}
.our-followers-select .bootstrap-select .dropdown-menu .show {
    min-width: 100%;
    max-width: 285px;
    width: 285px;
    max-height: 300px !important;
}
.our-followers-select div#bs-select-2 {
    overflow-x: hidden;
}
.our-followers-select .bootstrap-select .bs-ok-default:after {
    margin-right: 15px;
}

.trans-p-child {
    border-left: 1px solid ;
    padding-left: 15px;
    border-style: none none none dashed;
}

.edit-follower-check-lable{
	margin-top: 10px;
}
.success-span {
    color: #3be6aa;
}

#custom, #coupon_duration_normal, #welcome_coupon_duration, #coupon_duration_welcome,
#recurring_coupon_duration, #coupon_duration_recurring, #birthday_coupon_duration,#custom_duration_input,
.form-group__coupon_stamp_card_duration, #child_birthday_coupon_duration,#custom_duration_child_birthday {
	left: 41px;
	position: relative;
}

.stamp-code > .row >  .col-md-2.col-lg-2.col-2, .coupon-code > .row >  .col-md-2.col-lg-2.col-2  {
    max-width : 250px;
}


.large-loader-container {
    height: 55vh;
  }

  .extra-small-loader-container {
    height: 1vh !important;
  }

  .extra-small-loader {
    margin: auto;
    width: 30px;
    height: 30px;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #45a2ff;
    border-right: 4px solid #45a2ff;
    border-bottom: 4px solid #45a2ff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1s linear infinite;
  }



  .loader {
    margin: auto;
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #45a2ff;
    border-right: 4px solid #45a2ff;
    border-bottom: 4px solid #45a2ff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1s linear infinite;
  }
  .display-none {
      display: none  !important;
  }

  .count-img {
      display: none;
  }

  .select-drop-down .dropdown-item.active, .dropdown-item:active {
    background-color: #007bff !important;
  }

  .select-drop-down a.dropdown-item {
    padding: .25rem 1.5rem;
    font-weight: 400;
    line-height: 1.3;
    font-size: 1rem;
}
.select-drop-down .dropdown-toggle::after {
    display : inline-block;
    margin-left : 1.255em;
 }
 .btn-light:hover {
    background-color : #ffffff;
 }
 .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    background-color : #ffffff;

 }
 .bootstrap-tagsinput.form-control{
    height: auto ;
    min-height: 44px ;
 }
 .child_bday_setting_element, .normal-font {
    font-size :15px;
    font-weight :400;
 }
.resync {
    background: #35E5A8 !important;
}
.sync {
    background: #152744 !important;

}
.onboarding-a, .onboarding-a:hover {
    color :#007bff !important;
    text-decoration :underline;
}
.display-inline {
    display: inline !important;
}
.border-none {
    border: none !important;
}
.padding-40 {
    padding: 40px !important;
}
.input-group-append {
    cursor : pointer;
}
.search-btn-input {

    border-top-right-radius : 0px !important;
    border-bottom-right-radius : 0px !important;
}
.btn-radius-0-imp {
    border-radius: 0 !important;
}
.text-align-left {
    text-align: left;
}
.retailer-sidebar {
  margin-bottom: 0; /* any large number will do */
  padding-bottom: 0;
}
.display-ruby {
    display: ruby;
}
.border-bottom-0 {
    border-bottom : 0;
}
.btn-remove-stamp {
    background-color: #ff0000;
}
.btn-add-stamp {
    background-color: #35E5A8;
}

.pointer-events-none {
    pointer-events : none;
}
.install-app-popup {
    background-color: #f0faf8 !important;
    border: 1px solid #aaf1d9;
}
.install-app-store-details {
    background-color: #f0f7ff !important;
    border: 1px solid #8aa9e5;
}
.btn-filled-black {
    background-color: #152744;
    color: #fff !important;
}
.text-decor-none {
    text-decoration : none !important;
}

.color-primary{
    color : #4681f8;
}
.pos-abso {
    position :absolute;
}


.first_members_div {
    background-color: #D9E6FF;
    padding: 10px;
    width: 100%;
}

.second_sms_div {
    background-color: #4682F9;
    padding: 10px;
    width: 100%;
    text-align: center;
}
.pl-25 {
    padding-left: 25px;
}
.upgrade_div {
    padding-top: 20px;
    padding-left: 22px;
    background-color: #F8F8F8;
}
.no_data_found_div {
    display: block;
    /* width: 285px; */
    height: 300px;
    text-align: center;
}
.no_data_found_div .btn-div {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
 .btn-div button {
    margin-top : 10px;
}
.opacity_zero {
    opacity: 0;
}

.custom-checkbox.disabled_checkbox input:checked ~ .custom-checkmark {
	background-color: #969696;
}

.disabled_checkbox {
    color: #969696;
    opacity: 1;
    pointer-events : none;
}

ul.points-expiration-list{
	margin-left: 1em;
}
ul.points-expiration-list > li{
	list-style-type: circle;
	padding: 0.25em 0;
}
 /*end for follower list */


/* intl tel input improvements */
#addnewfollower .iti{
	 max-width: 417px !important;
 }
.iti {
	width: 100%;
}
input.phone_number, #followerlogin .input-container input.form-control.phone_number{
	padding: 9px 50px 9px 92px !important;
	padding-left: 92px !important;
}
.iti--separate-dial-code .iti__selected-flag {
	background-color: rgba(0,0,0,.05);
	min-width: 85px;
	justify-content: center;
}
.iti__selected-dial-code{
	line-height: 25px;
}
.iti__country {
	padding: 7px 10px;
	outline: 0;
}
label[for="phone_number"], label[for="mobile_no"], label[for="phone"] {
	margin: 4px 0 10px 0px;
	float: left;
	width: 100%;
	position: relative !important;
}
.card-statistic #addnewfollower label[for="mobile_no"] {
	background: #fff;
	padding: 6px 12px;
	line-height: 1;
	border-radius: 5px;
	margin: -2px 0 0 0px;
	border: 1px solid #E3E3E3;
	z-index: 10;
	box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
	position:absolute !important;
	width:auto;
}
.card-2 {
	height:calc(100% - 30px);
}
.swal2-popup .swal2-actions {
	flex-direction: row-reverse;
}
.img_wrp {
    display: inline-block;
    position: relative;
}
.cross-img {
    position: absolute;
    top: -11px;
    right: -12px;
    cursor: pointer;
}

.reset_croppie {
	display: none;
}

/*SMS COMPOSE*/
#unicode_characters {
	background: yellow;
}
.gsm7-conversion-fieldset {
	padding: 10px;
	margin: 25px 0;
}


.switch-toggle {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 25px;
}

.switch-toggle input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

div#follower_details_table tr.parent_tr{
	transition: 0.2s all ease;
}
div#follower_details_table tr.parent_tr:hover {
	background: rgba(242, 242, 242, 0.5);
}

/* MEMBER LIST - FILTERS */
.c-members-filter__box{
}
.c-members-filter__fields{
	display: flex;
	flex-direction: column;
}
.c-members-filter__buttons{
	display: flex;
}

@media (min-width: 768px){
	.w-md-auto {
		width: auto !important;
	}
}


/* GENERIC */
.diller-green--primary {
	background-color: #35E5A8;
	color: #000;
}

.diller-green--secondary {
	background-color: #35E5A8;
	opacity: 0.5;
	color: #000;
}


/* Follower profile */

.retailer-edit-follower .kid-remove-row{
	cursor: pointer;
	background: url("/assets/images/icons/remove-circle-icon.png") no-repeat center right 10px;
	height: 20px;
	display: block;
}

.retailer-edit-follower .kid_details{
	border-radius: 8px;
	background: #f9f9f9bd;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #E3E3E3;
}

.retailer-edit-follower .kid_details select{
	background-color: #fff !important;
}
.retailer-edit-follower .kid_details:last-child{
	margin-bottom: 0;
}

.retailer-campaign .fieldset,
.retailer-edit-coupon .fieldset,
.retailer-stampcard .fieldset,
.retailer-edit-follower .fieldset{
	display: block;
	border: 1px solid #E3E3E3;
	border-radius: 8px;
}

.retailer-campaign .fieldset,
.retailer-stampcard .fieldset,
.retailer-campaign-coupon .fieldset,
.retailer-edit-coupon .fieldset{
	background: #f9f9f9bd;
	padding: 10px;
	border: 1px solid #E3E3E3;
}

.retailer-stampcard .fieldset > label,
.retailer-edit-coupon .fieldset > label{
	font-size: 15px;
	font-weight: bold;
}

.retailer-stampcard .fieldset select,
.retailer-edit-coupon .fieldset select{
	background: #fff;
}

/* Points to currency fields */
.retailer-edit-coupon .inline-control {
	display: flex;
	flex-direction: row;
	margin-right: 15px;
	white-space: nowrap;
}
.retailer-edit-coupon .inline-label {
	display: inline-block;
	margin: 0 8px 0 0;
	text-align: right;
	align-content: center;
}
.retailer-edit-coupon .inline-form-control-row {
	display: flex;
	justify-content: space-between;
}
.retailer-edit-coupon .inline-form-control-row .inline-control:last-child {
	margin-right: 0;
}
.retailer-edit-coupon .input-append .add-on {
	padding: .5rem .75rem;
	margin-bottom: 0;
	display: inline-block;
	align-content: center;
	text-shadow: 0 1px 0 #ffffff;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}

.retailer-edit-coupon .input-append .form-control {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-right: 0 !important;
}

.retailer-edit-coupon .input-append .form-control:focus + .add-on{
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.link-underline-dotted {
    text-decoration: underline dotted;
    cursor: help;
    text-underline-offset: 3px;
}


/* SELECTIZE PLUGIN OVERRIDES */
.selectize-dropdown {
	height: auto;
}

.selectize-control {
	height: auto;
}

.selectize-input>input,
.selectize-input>input[placeholder] {
	height: 32px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
}

.selectize-input,
.selectize-control.multi .selectize-input,
.selectize-input.input-active,
.selectize-input.input-active:hover,
.selectize-control.multi .selectize-input.has-items {
	box-shadow: none !important;
	border-radius: 8px;
}

.selectize-control.multi .selectize-input.focus,
.selectize-control.multi .selectize-input.has-items.focus {
	color: #495057;
	border-color: #80bdff !important;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25) !important;
}

.selectize-dropdown [data-selectable].active{
	color: #fff;
}

.selectize-control.multi .selectize-input [data-value] {
	text-shadow: none !important;
	box-shadow: none !important;
	color: #fff;
	background-color: #0275d8 !important;
	padding: 5px 8px;
	border: 1px solid #01649e;
	font-weight: 700;
}

.selectize-control.plugin-remove_button [data-value] .remove {
	border-left: 1px solid #fff !important;
	padding-top: 5px !important;
}

#channelsFieldsContainer .selectize-control .selectize-input.disabled{
	background-color: #fafafa;
}


/* DILLER AI COMPANION POPUP (RETAILER - SMS / CAMPAIGNS) */
.ai-assistant-popup {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: flex;
	flex-direction: column;
	background-color: transparent;
	transition: width 0.5s ease, background-color 0.3s ease;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	border-radius: 16px;
}

.ai-assistant-popup.active {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

/* iFrame container styling */
.ai-assistant-popup-content {
	transition: bottom 0.5s ease;
	bottom: -100%;
	position: fixed;
	right: 0;
	width: 400px;
	padding: 10px;
	background-color: #fff;
	border-radius: 16px;
}

/* Active state for sliding up */
.ai-assistant-popup-content.active {
	position: relative;
}

.ai-assistant-button {
	line-height: 1.5rem;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	border: none;
	background-color: transparent;
}

.ai-assistant-button:hover,
.ai-assistant-button:focus,
.ai-assistant-button:active,
.ai-assistant-button:focus-visible,
.ai-assistant-button > img:hover,
.ai-assistant-button > img:active,
.ai-assistant-button > img:focus,
.ai-assistant-button > img:focus-visible,
.ai-assistant-close-button:hover,
.ai-assistant-close-button:active,
.ai-assistant-close-button:focus,
.ai-assistant-close-button:focus-visible{
	border: none;
	outline: none;
}

.ai-assistant-button:hover > img,
.ai-assistant-button:active > img,
.ai-assistant-button:focus > img,
.ai-assistant-button:focus-visible > img{
	filter: brightness(115%);
}

.ai-assistant-close-button {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	z-index: 1000;
	background-color: transparent;
	border: none;
}

.ai-assistant-close-button:hover,
.ai-assistant-close-button:active,
.ai-assistant-close-button:focus,
.ai-assistant-close-button:focus-visible{
	color: #152744;
}



/* DILLER AI COMPANION POPUP (RETAILER - SMS / CAMPAIGNS) */
.ai-assistant-popup {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: flex;
	flex-direction: column;
	background-color: transparent;
	transition: width 0.5s ease, background-color 0.3s ease;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	border-radius: 16px;
}

.ai-assistant-popup.active {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

/* iFrame container styling */
.ai-assistant-popup-content {
	transition: bottom 0.5s ease;
	bottom: -100%;
	position: fixed;
	right: 0;
	width: 400px;
	padding: 10px;
	background-color: #fff;
	border-radius: 16px;
}

/* Active state for sliding up */
.ai-assistant-popup-content.active {
	position: relative;
}

.ai-assistant-button {
	line-height: 1.5rem;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	border: none;
	background-color: transparent;
}

.ai-assistant-button:hover,
.ai-assistant-button:focus,
.ai-assistant-button:active,
.ai-assistant-button:focus-visible,
.ai-assistant-button > img:hover,
.ai-assistant-button > img:active,
.ai-assistant-button > img:focus,
.ai-assistant-button > img:focus-visible,
.ai-assistant-close-button:hover,
.ai-assistant-close-button:active,
.ai-assistant-close-button:focus,
.ai-assistant-close-button:focus-visible{
	border: none;
	outline: none;
}

.ai-assistant-button:hover > img,
.ai-assistant-button:active > img,
.ai-assistant-button:focus > img,
.ai-assistant-button:focus-visible > img{
	filter: brightness(115%);
}

.ai-assistant-close-button {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	z-index: 1000;
	background-color: transparent;
	border: none;
}

.ai-assistant-close-button:hover,
.ai-assistant-close-button:active,
.ai-assistant-close-button:focus,
.ai-assistant-close-button:focus-visible{
	color: #152744;
}


/* Naked tables */
.table-no-borders td,
.table-no-borders thead tr th{
	border-top: none;
}

.table-no-borders thead tr th:first-child,
.table-no-borders tbody tr td:first-child {
	padding-left: 0;
}

.table-no-borders thead tr th:last-child,
.table-no-borders tbody tr td:last-child {
	padding-right: 0;
}

/* Member Identifiers - Edit Profile */
label[id=member_identifiers].error{
	margin-top: 10px;
}
