/*=====Reset CSS======*/
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
}
a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none !important;
  font-style: normal;
}
a:focus,
button:focus,
input:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  /* -webkit-box-shadow: none; */
  /* box-shadow: none !important; */
}
img {
  max-width: 100%;
  height: auto;
}
a,
label,
span {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
}
figure {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}
figure img {
  max-width: 100%;
}
ul,
ol {
  list-style: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
body {
  min-height: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #454545;
  background-color: #fff;
  position: relative;
}
.svg_container {
  display: none;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.all_svg {
  display: none;
}
.basic_btn {
  height: 50px;
  line-height: 50px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  color: #fff;
  background-color: #004070;
  border-radius: 4px;
  padding: 0 30px;
  min-width: 160px;
  text-align: center;
}
.basic_btn:hover {
  box-shadow: none;
  background-color: rgba(0, 64, 112, 0.1);
  color: #004070;
}
.basic_btn:focus {
  background-color: #004070;
  color: #fff;
  box-shadow: 0 0px 0px 5px rgb(0 64 112 / 30%);
}
.basic_btn:active {
  background-color: #fdb812;
  color: #004070;
  box-shadow: inset 0 0px 5px 0px rgb(69 69 69 / 50%);
}

.border_btn {
  height: 50px;
  line-height: 46px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  color: #004070;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 30px;
  border: 2px solid #004070;
  min-width: 160px;
  text-align: center;
}
.border_btn:hover {
  box-shadow: none;
  background-color: rgba(0, 64, 112, 0.1);
  color: #004070;
  border-color: #e5ebf0;
}
.border_btn:focus {
  background-color: #004070;
  color: #fff;
  box-shadow: 0 0px 0px 5px rgb(0 64 112 / 30%);
}
.border_btn:active {
  background-color: #fdb812;
  color: #004070;
  box-shadow: inset 0 0px 5px 0px rgb(69 69 69 / 50%);
  border-color: #fdb812;
}

.underline_btn {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  color: #004070;
  text-decoration: underline !important;
  transition: all 0.3s ease-in-out;
}
.underline_btn:hover {
  color: #004070;
  text-decoration: underline;
  font-weight: 700;
}
.underline_btn:focus {
  border: 1px solid #004070;
  padding: 0 5px;
  box-shadow: 0 0px 0px 5px rgb(0 64 112 / 30%);
  color: #004070;
  border-radius: 4px;
}
.underline_btn:active {
  color: #004070;
  border: 0;
  box-shadow: none;
  padding: 0;
}
/*=====Reset CSS======*/

/**header**/
.header_outer {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  transition: 0.5s;
}
.header_menu {
  margin-left: auto;
  width: 432px;
}
.custm_nav {
  font-size: 0;
  line-height: 0;
}
.custm_nav li {
  display: inline-block;
  margin: 0 25px;
}
.custm_nav li:first-child {
  margin-left: 0;
}
.custm_nav li:last-child {
  margin-right: 0;
}
.custm_nav li a {
  font-family: "Axiforma_SemiBold";
  font-weight: normal;
  font-size: 17px;
  color: #000;
  line-height: 22px;
  position: relative;
  z-index: 1;
}
.custm_nav li.active a,
.custm_nav li a:hover {
  color: #004070;
}
/* .header_menu ul li a:after {
  position: absolute;
  content: "";
  left: -10px;
  right: -10px;
  height: 4px;
  background-color: transparent;
  bottom: -40px;
  transition: 0.5s;
} */
/* .header_menu ul li.active a:after, .header_menu ul li:hover a:after{
  background-color: #fdb812;
} */
.header_outer.shrink {
  padding: 10px 0;
}
.shrink .header_menu ul li a:after {
  bottom: -25px;
}
.hdr_innr {
  display: flex;
  align-items: center;
}
.logo {
  width: 175px;
}
.stella_select {
  width: 285px;
  text-align: right;
}
.stella_select .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #000;
  font-family: "Axiforma_SemiBold";
}
.avatar_prof_img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.stella_select .dropdown-toggle::after {
  display: none;
}
.stella_select .dropdown .caret {
  border: none;
  width: 10px;
  height: 6px;
  background: url("../images/arrow-down.png") right center no-repeat;
  background-size: cover;
  margin-left: 7px;
}
.stella_select .dropdown-menu {
  border: 0;
  background-color: #fff;
  margin-top: 80px;
  right: 0;
  padding: 25px 0 30px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
  border-radius: 25px;
}
/**header**/

/* footer */
.login_footer {
  background: #004070;
  padding: 70px 0;
}
.lorantian_fst_ftr {
  display: flex;
}
.deposit_protection {
  width: 105px;
}
.deposit_pro_details {
  width: 65%;
  padding-left: 20px;
}
.deposit_pro_details p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.footer_menu_list ul {
  font-size: 0;
}
.footer_menu_list li {
  line-height: normal;
  margin-bottom: 10px;
}
.footer_menu_list li a {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  line-height: 16px;
}
.rights_full {
  display: flex;
}
.rights_image {
  width: 50px;
}
.rights_text {
  padding-left: 25px;
  width: 80%;
}
.rights_text p {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}
.social_lbc {
  margin-top: 35px;
  display: flex;
}
.social_lbc li a {
  font-size: 40px;
  color: #007d93;
}
.social_lbc li + li {
  margin-left: 35px;
}
/* footer */

/* login */
.login_sec {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
}
.login_left {
  width: 55%;
}
.login_right {
  width: 45%;
  display: flex;
  align-items: center;
}
.login_lft_img {
  background-image: url("../images/login_lft_img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.login_rgt_area {
  padding: 0 10%;
  width: 100%;
}
.top_logo {
  width: 175px;
  margin-bottom: 50px;
}
.login_right_frm h2 {
  color: #454545;
  font-family: "Axiforma_Bold";
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 28px;
}
.login_input .form-control {
  height: 60px;
  border-radius: 4px;
  border: 1px solid #959595;
  padding: 0 30px;
  line-height: 62px;
  color: #454545;
  font-family: "Axiforma-Book";
  font-size: 16px;
}
.login_input .form-control:focus {
  box-shadow: 0 0 0 5px rgb(0 64 112 / 30%);
  border: 2px solid #004070;
  color: #000;
}
.login_input {
  margin-bottom: 20px;
}
.login_extra {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  /* align-items: flex-start; */
  align-items: flex-end;
}
.create_act a {
  color: #003a70;
  font-size: 16px;
  text-decoration: underline !important;
  font-family: "Axiforma-Book";
}
.create_act a:hover {
  font-family: "Axiforma_Bold";
}
.login_btn {
  background-color: #004070;
  border: 0;
  padding: 0 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.login_btn:hover {
  box-shadow: none;
  background-color: rgba(0, 64, 112, 0.1);
  color: #004070;
}
.login_btn:focus {
  background-color: #004070;
  color: #fff;
  box-shadow: 0 0px 0px 5px rgb(0 64 112 / 30%);
  outline: 0;
}
.login_btn:active {
  background-color: #fdb812;
  color: #004070;
  box-shadow: inset 0 0px 5px 0px rgb(69 69 69 / 50%);
}
.login_input .form-control::placeholder {
  color: #454545;
  line-height: 62px;
}
.login_right_frm {
  max-width: 456px;
}
/* login */

/* general dashboard */
.general_dash_sec {
  height: 100vh;
  padding-top: 102px;
  background-color: rgba(0, 64, 112, 0.3);
  display: flex;
  align-items: center;
}
/* .general_dash_innr{
  padding-top: 125px;
} */
.page_hdng {
  margin-bottom: 35px;
}
.page_hdng h2 {
  font-size: 30px;
  color: #000;
  line-height: 40px;
  font-family: "Axiforma_Black";
}
.general_dash_area {
  width: 75%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.14);
  padding: 80px 135px 60px;
}
.general_dash_hdng {
  text-align: center;
  margin-bottom: 25px;
}
.general_dash_hdng h4 {
  color: #004070;
  font-size: 24px;
  line-height: 32px;
  font-family: "Axiforma_Black";
}
.general_dash_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: center;
}
.general_dash_itm {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.general_dash_img {
  width: 36px;
  height: 36px;
  margin: 0 auto 20px;
}
.general_dash_itm_innr {
  border: 2px solid #767676;
  border-radius: 9px;
  padding: 22px 20px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.general_dash_txt {
  text-align: center;
}
.general_dash_txt p {
  color: #454545;
  font-size: 16px;
  line-height: 22px;
  font-family: "Axiforma_Black";
  min-height: 44px;
}
.general_dash_itm:hover .general_dash_itm_innr {
  border-color: #004070;
  background-color: rgba(0, 64, 112, 0.1);
}
/* general dashboard */

/* marketing dashboard */
.market_dash_sec {
  /* height: 100vh; */
  padding-top: 102px;
  background-color: rgba(0, 64, 112, 0.3);
  display: flex;
}
.market_dash_outr {
  padding-top: 65px;
}
.market_dash_outr .page_hdng h2 {
  color: #004070;
  margin-left: 35px;
}
.market_dash_itm_innr {
  padding: 30px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 11px;
}
.market_dash_itm_innr h2 {
  font-size: 24px;
  color: #454545;
  line-height: 32px;
  margin-bottom: 25px;
  font-family: "Axiforma_Black";
}
.market_dash_list h6 {
  color: #000;
  font-size: 20px;
  line-height: 27px;
  font-family: "Axiforma-Medium";
  margin-bottom: 5px;
}
.market_dash_list ul {
  font-size: 0;
  padding-left: 16px;
}
.market_dash_list ul li {
  color: #004070;
  font-size: 18px;
  font-family: "Axiforma_Bold";
  list-style: disc;
}
.market_dash_list + .market_dash_list {
  /* margin-top: 50px; */
  margin-top: 30px;
}
.market_dash_btn_area {
  /* padding-top: 30px; */
  padding-top: 20px;
  text-align: right;
}
.flow_btn_area {
  display: flex;
  align-items: center;
}
.flow_btn_area a {
  margin-left: 20px;
  width: 160px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 22px;
}
.anlytic_point {
  width: 212px;
  background-color: #004070;
  border-radius: 8px;
  padding: 20px;
}
.anlytic_point + .anlytic_point {
  margin-left: 20px;
}
.anlytic_hdng {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.anlytic_hdng h5 {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: "Axiforma_Bold";
}
.anlytic_hdng span {
  width: 35px;
  height: 35px;
}
.anlytic_txt p {
  font-size: 26px;
  line-height: 35px;
  color: #fff;
  font-family: "Axiforma-Book";
}
.anlytic_point_area {
  margin: 20px 0 30px;
  display: flex;
  align-items: center;
}
.analytic_area {
  margin-left: 15px;
}
.analytic_area h6 {
  font-size: 20px;
  color: #000;
  font-family: "Axiforma-Medium";
}
.anlytic_rate_itm {
  width: 30%;
  text-align: center;
}
.anlytic_rate_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.anlytic_rate_itm h5 {
  color: #222222;
  font-size: 35px;
  line-height: 47px;
  font-family: "Axiforma_Bold";
}
.anlytic_rate_itm p {
  color: #004070;
  font-size: 16px;
  line-height: 21px;
  font-family: "Axiforma-Book";
}
/* marketing dashboard */

/* marketing and portal */
.market_portal_sec {
  height: 100vh;
  padding-top: 102px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
}
.market_portal_innr {
  width: 72%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 18px rgb(0 0 0 / 14%);
  padding: 80px;
}
.market_portal_innr h2 {
  text-align: center;
  font-size: 35px;
  font-family: "helveticabold";
  line-height: 47px;
  color: #000;
  margin-bottom: 65px;
}
.market_portal_frm label {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-family: "Axiforma_Bold";
  color: #454545;
}
.market_portal_select .dropdown-toggle::after {
  display: none;
}
.market_portal_select .dropdown-toggle {
  height: 60px;
  border: 1px solid #959595;
  border-radius: 4px;
  padding: 0 20px;
  background-color: #fff;
  line-height: 58px;
  font-size: 16px;
  color: #454545;
  font-family: "Axiforma-Book";
}
.market_portal_select {
  margin-bottom: 55px;
}
.market_portal_select .dropdown-toggle .caret {
  background-image: url("../images/select_arw.png");
  width: 22px;
  height: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  margin-top: 0;
  right: 20px;
}
.market_portal_select .dropdown-toggle:hover {
  background-color: rgba(0, 64, 112, 0.1);
  color: #000;
  border-color: #e5ebf0;
}
.market_portal_select .dropdown-toggle:focus,
.market_portal_select .show .dropdown-toggle {
  box-shadow: 0 0px 0px 5px rgb(0 64 112 / 30%);
  border-color: #004070;
  background-color: #fff;
}
.market_portal_select .dropdown-menu {
  padding: 0;
}
.market_portal_select .dropdown-item {
  padding: 15px 20px;
  font-family: "Helvetica";
  font-weight: 400;
  color: #454545;
  border-bottom: 1px solid #eeeeee;
}
.market_portal_select .dropdown-item.active,
.market_portal_select .dropdown-item:active,
.market_portal_select .dropdown-item:hover {
  color: #fff;
  background-color: #004070;
}
.market_portal_btn_area {
  display: flex;
  /* align-items: flex-start; */
  align-items: flex-end;
  justify-content: space-between;
}
.market_portal_right .basic_btn {
  margin-left: 10px;
}
.hide {
  display: none;
}
/* marketing and portal */

/* create audience */
.create_audience_sec {
  /* height: 100vh; */
  padding-top: 102px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
}
.create_audience_innr {
  max-width: 55%;
  margin: 0 auto;
  padding: 45px 0 190px;
}
.user_logo {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: 0 auto 30px;
}
.create_audience_innr .page_hdng h2 {
  font-family: "helveticabold";
  font-size: 35px;
}
.create_audience_frm {
  padding-top: 10px;
}
.create_audience_input label {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-family: "Axiforma_Bold";
  color: #454545;
}
.create_audience_input {
  padding: 0 5px;
  margin-bottom: 20px;
}
.create_audience_frm_innr {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.w_100 {
  width: 100%;
}
.w_50 {
  width: 50%;
}
.create_audience_input .form-control {
  height: 60px;
  border: 1px solid #959595;
  border-radius: 4px;
  padding: 0 20px;
  background-color: #fff;
  line-height: 60px;
  font-size: 16px;
  color: #454545;
  font-family: "Axiforma-Book";
}
.create_audience_input .form-control::placeholder {
  color: #454545;
}
.create_audience_input .form-control:focus {
  box-shadow: 0 0 0 5px rgb(0 64 112 / 30%);
  border-color: #004070;
  color: #000;
}
.select_btn {
  height: 60px;
  border: 1px solid #959595;
  border-radius: 4px;
  padding: 0 20px;
  background-color: #fff;
  line-height: 60px;
  font-size: 16px;
  color: #454545;
  font-family: "Axiforma-Book";
  width: 100%;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.select_btn .caret {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.select_btn:hover {
  box-shadow: none;
  background-color: rgba(0, 64, 112, 0.1);
  border-color: #e5ebf0;
}
.select_btn:focus {
  background-color: #004070;
  color: #fff;
  box-shadow: 0 0px 0px 5px rgb(0 64 112 / 30%);
}
.select_btn:focus .caret img {
  filter: brightness(0) invert(1);
}
.create_audience_input .dropdown-menu {
  width: 100%;
  padding: 15px 0;
}
.create_audience_input .dropdown-item {
  padding: 0 20px 20px;
}
.create_audience_input .dropdown-item:hover {
  background-color: transparent;
}
.create_audience_input .custom_rdobox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  line-height: 24px;
  color: #454545;
  font-family: "Helvetica";
  font-weight: 400;
  text-transform: inherit;
}
.custom_rdobox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom_rdomrk {
  position: absolute;
  top: 50%;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  transform: translateY(-50%);
  border: 1px solid #959595;
  border-radius: 4px;
}
.custom_rdobox input:checked ~ .custom_rdomrk {
  background-color: #004070;
  border-color: #004070;
}
.custom_rdomrk:after {
  content: "";
  position: absolute;
  display: none;
}
.custom_rdobox input:checked ~ .custom_rdomrk:after {
  display: block;
}
.custom_rdobox .custom_rdomrk:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.create_audience_input .dropdown-item .border_btn {
  border-radius: 8px;
  height: 40px;
  line-height: 35px;
  padding: 0 20px;
}
.drop_btn_itm {
  text-align: right;
}
.create_audience_input .chk_input {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  line-height: 24px;
  color: #454545;
  font-family: "Axiforma-Book";
  font-weight: 400;
  text-transform: inherit;
  margin-top: 15px;
}
.chk_input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.chk_span {
  position: absolute;
  top: 50%;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  transform: translateY(-50%);
  border: 1px solid #959595;
  border-radius: 50%;
}
.chk_input input:checked ~ .chk_span {
  border-color: #004070;
}
.chk_span:after {
  content: "";
  position: absolute;
  display: none;
}
.chk_input input:checked ~ .chk_span:after {
  display: block;
}
.chk_input .chk_span:after {
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #004070;
  transform: translate(-50%, -50%);
}
.create_audiance_btn_area {
  padding-top: 20px;
}
.create_audience_input .dropdown-menu.mega_drop {
  width: 570px;
}
.left_mega h6,
.right_mega h6 {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  padding: 0 20px;
  font-family: "helveticabold";
}
.left_mega,
.right_mega {
  width: 50%;
}
.left_mega {
  border-right: 1px solid #cbcbcb;
}
.left_mega ul {
  column-count: 2;
}
.mega_menu {
  display: flex;
  flex-wrap: wrap;
}
/* create audience */

/* start campaign */
.start_campagen_sec {
  /* height: 100vh; */
  padding-top: 102px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
}
.start_campagen_top_img {
  width: 75px;
  height: 75px;
  margin: 45px auto 30px;
  /* padding-top: 45px; */
}
.start_campagen_sec .page_hdng h2 {
  font-family: "helveticabold";
  font-size: 35px;
}
.start_campagen_innr {
  width: 72%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 18px;
  padding: 45px 50px;
}
.start_campagen_innr h2 {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 32px;
  color: #454545;
  font-family: "Axiforma_Black";
  text-align: center;
}
.start_campagen_main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 25px;
}
.start_campagen_itm {
  width: 25%;
  padding: 0 10px;
}
.start_campagen_itm_innr {
  border: 2px solid #9d9d9d;
  border-radius: 9px;
  padding: 20px 22px 10px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.start_campagen_img {
  width: 67px;
  height: 67px;
  margin: 0 auto 10px;
}
.start_campagen_txt {
  text-align: center;
}
.start_campagen_txt p {
  font-size: 16px;
  line-height: 24px;
  color: #454545;
  font-family: "Axiforma_Black";
  min-height: 48px;
}
.start_campagen_innr .market_portal_select {
  margin-bottom: 0;
}
.start_campagen_btn_area {
  max-width: 72%;
  justify-content: flex-end;
  margin: 50px auto 0;
  padding-bottom: 150px;
}
.start_campagen_itm:hover .start_campagen_itm_innr {
  border-color: #004070;
  background-color: rgba(0, 64, 112, 0.1);
}
.start_campagen_itm.active .start_campagen_itm_innr {
  background-color: #ededed;
  border-color: #ededed;
}
/* start campaign */

/* global modal */
.modal_hdng {
  margin-bottom: 40px;
  text-align: center;
}
.modal_hdng h6 {
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}
.global_modal .modal-dialog {
  max-width: 680px;
}
.global_modal .modal-content {
  border: 0;
  border-radius: 14px;
  background-color: #fff;
  padding: 30px 35px;
}
.global_modal .modal-body {
  padding: 0;
}
.global_modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.create_modal_body .create_audience_input {
  padding: 0;
}
/* global modal */

/* banner campagen */
.bnr_campagn_sec {
  /* height: 100vh; */
  padding-top: 102px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
}
.bnr_campagn_top_img {
  width: 65px;
  height: 65px;
  margin: 0 auto 25px;
}
.bnr_campagn_sec .page_hdng h2 {
  font-family: "helveticabold";
  font-size: 35px;
}
.bnr_campagn_sec .page_hdng {
  margin-bottom: 30px;
}
.bnr_campagne_innr {
  width: 55%;
  margin: 0 auto;
  padding: 45px 0 190px;
}
.bnr_campagn_textfiled {
  margin-bottom: 30px;
}
.bnr_campagn_textfiled p {
  text-align: center;
  margin-bottom: 15px;
  color: #454545;
  font-size: 14px;
  line-height: 20px;
  font-family: "Axiforma_Bold";
}
.bnr_campagn_textfiled textarea.form-control {
  height: 105px;
  border: 1px solid #959595;
  background-color: #fff;
  resize: none;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  padding: 20px;
  font-family: "Axiforma-Book";
}
.bnr_campagn_textfiled textarea.form-control:focus {
  box-shadow: 0 0 0 5px rgb(0 64 112 / 30%);
  border-color: #004070;
  color: #000;
}
.date_range_area {
  margin-bottom: 40px;
}
.date_range_area label {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-family: "Axiforma_Bold";
  color: #454545;
}
.date_range_area input {
  height: 60px;
  border: 1px solid #959595;
  border-radius: 4px;
  padding: 0 20px;
  background-color: #fff;
  line-height: 60px;
  font-size: 16px;
  color: #454545;
  font-family: "Axiforma-Book";
  width: 100%;
  display: block;
  background-image: url("../images/general_dash_img3.png");
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 30px;
}
.daterangepicker .drp-calendar {
  max-width: 100% !important;
  width: 50%;
}
.daterangepicker {
  width: 612px !important;
}
.daterangepicker:before,
.daterangepicker:after {
  display: none !important;
}
.daterangepicker .calendar-table th {
  font-size: 14px !important;
  font-family: "Axiforma_Bold";
  color: #454545;
  text-transform: uppercase;
}
.daterangepicker .calendar-table td {
  line-height: 28px !important;
  font-size: 16px !important;
  font-family: "Axiforma-Book";
  color: #454545;
}
/* banner campagen */
