@import url('https://use.typekit.net/edf8vay.css');

@font-face {
  font-family: 'FFBasicGothicWebProBook';
  src: url('../font/ff-basic-gothic-webpro-book.woff2') format('woff2'),
       url('../font/ff-basic-gothic-webpro-book.woff') format('woff')
}

body {
	font-family: 'FFBasicGothicWebProBook', sans-serif;
	font-size:16px;
	color: #1D053C;
	/*background-color:#2B3592;*/
	/* removing linear gradient...
	background: rgb(27,42,120);
	background: linear-gradient(45deg, rgba(27,42,120,1) 0%, rgba(29,5,60,1) 50%, rgba(89,100,189,1) 100%);
	background-attachment:fixed;*/
	height:100%;
}

body.login {
	/* linear-gradient(45deg, rgba(27,42,120,0.7) 0%, rgba(29,5,60,0.7) 50%, rgba(89,100,189,0.7) 100%), */
	background-image: url('../img/login-bg.png');
	background-size: cover;
}

h1, h2, h3, h4, h5, h6, .btn, .sidebar {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.stock-bg {
	background-repeat: no-repeat;
	background-position: right 15px top 0;
	background-size: contain;
}

.stock-bg-1 {
	background-image: url('../img/girls-on-phone-bg-01.jpg');
	/*background-size: 800px 680px;*/
}

/*#login-submit:after {
  display: block;
  content: ' ';
  background-image: url('../img/svg/single-arrow-right.svg');
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}*/


body.login a{
	font-weight:bold;
	font-size:9pt;
	color:#fff;
}

body.print {
	background-color:#1B2A78;
	padding:30px;
}

.print-page {
	background-color:#fff;
	width:100%;
	border:1px solid #fff;
	border-radius:25px;
	padding:20px;
}

.login-panel {
	font-size:9pt;
	color:#fff;
}

.btn {
	border-radius:50px;
}

.fc-today-button {
	border-radius:50px!important;
}

.fc-button-group button:first-child{
	border-top-left-radius:50px!important;
	border-bottom-left-radius:50px!important;
}
.fc-button-group button:last-child{
	border-top-right-radius:50px!important;
	border-bottom-right-radius:50px!important;
}

.grid-action-toggle {
	color:#00E8D4;
}

.dropdown a, .dropdown a:hover, .dropdown a:active, .dropdown a:hover {
	color:#2B3592!important;
}

a:hover {
  color: rgb(42, 232, 213);
}

a.hoverlink, a.hoverlink:visited {
	color: #2B3592;
	text-decoration: none;
	font-weight: bold;
}

a.hoverlink:hover, a.hoverlink:active, a.hoverlink:focus {
	color:rgb(42, 232, 213);
}

.btn-primary, .btn-primary:visited {
	background-color:#00E8D4!important;
	border-color:#00E8D4!important;
	color:#2B3592!important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color:#2B3592!important;
	border-color:#2B3592!important;
	color:#fff!important;
}

.btn-secondary, .btn-secondary:visited, .fc-button {
	background-color:#2B3592!important;
	border-color:#2B3592!important;
	color:#fff!important;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
	background-color:#008ECF!important;
	border-color:#008ECF!important;
	color:#fff!important;
}

.btn-tertiary, .btn-tertiary:visited, .btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:focus {
	background-color:#fff;
	border-color:#A9A9A9!important;
	color: #1d053c !important;
}

a.fc-col-header-cell-cushion, a.fc-daygrid-day-number {
	color:#2B3592!important;
}

.btn-switcher {
	border:0;
	color:#00E8D4!important;
	background:transparent!important;
}

.btn-switcher:hover, .btn-switcher:active, .btn-switcher:focus {
	border:0;
	color:#2B3592!important;
	background:transparent!important;
}

.form-control, .attachment-drop, .input-group, .input-group-text {
	border-radius:25px;
	/*height:calc(2em + .75rem + 2px);*/
}

.rounded {
	border-radius:25px!important;
}

::placeholder, .placeholder {
  color: #DBDDE0;
  font-family: 'FFBasicGothicWebProBook', sans-serif;
}

input:-moz-placeholder {
	color: #DBDDE0;
	font-family: 'FFBasicGothicWebProBook', sans-serif;
}
input::-webkit-input-placeholder {
	color: #DBDDE0;
	font-family: 'FFBasicGothicWebProBook', sans-serif;
}

.login-panel {
	border:0;
	background-color:transparent;
}

.login-panel .logo-area {
	border-right:0;
	background-color:transparent;
}

.sidebar {
	background: rgb(32,2,63);
	text-transform: uppercase; 
}

.sidebar ul li a {
	color:#fff;
}

.sidebar ul li.active>a,
.sidebar ul li a:hover,
.sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #2B3592;
}

.sidebar-bottom {
	background:#fff;
	color:#2B3592;
	border:1px solid #DBDDE0;
}

.sidebar-bottom ul li a {
	color:rgb(32,2,63);
}

.sidebar-bottom ul li.active>a,
.sidebar-bottom ul li a:hover,
.sidebar-bottom a[aria-expanded="true"] {
    color: #2B3592;
    background: #FAFAFA;
}

.sidebar .fa {
	color:#919FE8;
}

.app-panel {
	background: #FAFAFA;
}

.app-panel a {
	color:#2B3592;
}

.admingrid td:first-child { 
	border-top-left-radius: 25px; 
	border-bottom-left-radius: 25px; 
}
.admingrid td:last-child { 
	border-top-right-radius: 25px; 
	border-bottom-right-radius: 25px; 
}

.card {
	border-radius:25px;
}

.card-header {
	background-color:#2B3592;
	color:white;
	border-top-left-radius:25px!important;
	border-top-right-radius:25px!important;
}
.plan-container {
	padding-top:40px;	
}

.highlight {
	color:#00E8D4;
}
.card-highlight {
	background-color:#caf8f3;
	margin-top:-20px;
	border:2px solid #2B3592;
	/*border-radius:25px;*/
}
.card-highlight .card-body {
	min-height:440px;
}
.card-highlight .card-title {
	text-transform: uppercase;
	font-size: 36px;
}
.plan-card {
	box-shadow: 2px 10px 57px -1px rgba(40,34,122,0.4);
}

.free-trial-link {
	color:#2B3592!important;
	border-top:2px solid #2B3592;
	border-bottom:2px solid #2B3592;
}
.free-trial-link:hover, .free-trial-link:active, .free-trial-link:focus {
	color:#008ECF!important;
	border-top:2px solid #008ECF;
	border-bottom:2px solid #008ECF;
}

.section-label {
	margin-left:15px;
}
.status-info {
	margin-right:15px;
}

.select2-selection {
	border-radius: 25px !important;
}
/*[class^='select2'] {
  border-radius: 25px !important;
}*/
/*
.select2-container--bootstrap4 .select2-selection {
  height: calc(1.5em + .75rem + 2px);
}*/

.select2-container .select2-selection--single {
	font-size: 1rem;
/*	height: 34px;
	padding-top: 3px;*/
}
/*.select2-container--bootstrap4 .select2-selection--single {
	height: calc(1.5em + .75rem + 2px) !important;
}*/

input:checked + .slider {
  background-color: #2B3592;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2B3592;
}

input[type=password] {
	font-family:Arial,sans-serif;
}

.siiimpleToast[data-state=default] {
	background-color: #2B3592;
	color:white;
}

/*  .select2-container--default .select2-selection--single */
.featured-control {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
	font-style: normal;
	background-color: #2B3592!important;
    color:white!important;
    /*height: calc(2.0em + .75rem) !important;*/
    max-width:300px;
}

.featured-control:hover {
	background-color:#00E8D4;
}

.featured-control.select2-selection--single {
    height: 40px !important;
}
.featured-control.select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
.featured-control .select2-selection__placeholder, .featured-control .select2-selection__rendered {
    color:white!important;
}
.featured-control .select2-selection__arrow {
	right:15px!important; 
}
.featured-control .select2-selection__arrow b {
	border-color:#fff transparent transparent transparent!important; 
}
/*
.select2-results__option--selected, .select2-results__option:hover {
	background-color: #2B3592;
	color:white;
}*/
.client-control .select2-selection__rendered:before {
  display: inline-block;
  content: ' ';
  background-image: url('../img/svg/clients-icon.svg');
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  margin-left:2px;
  margin-right:10px;
  margin-top:-3px;
  background-repeat:no-repeat;
}
.campaign-control .select2-selection__rendered:before {
  display: inline-block;
  content: ' ';
  background-image: url('../img/svg/campaigns-icon.svg');
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  margin-left:2px;
  margin-right:10px;
  margin-top:-3px;
  background-repeat:no-repeat;
}

.data-callout {
	background-color:#2B3592;
	color:#fff;
	border-radius: 25px;
}

.nav-pills .active {
	background-color:#2B3592!important;
}

.help-icon {
  color:	#1B2A78;
}