body, html {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background: #f4f3fa;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  transition: ease-in-out .5s;
  -webkit-transition: ease-in-out .5s;
  -moz-transition: ease-in-out .5s;
  -ms-transition: ease-in-out .5s;
}

a:focus {
  outline: 0px !important;
  text-decoration: none;
}

body, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

img {
  max-width: 100%;
}

.backend {
  background: #f8fafd;
}

.clickable {
  cursor: pointer;
}

.not_valid {
  opacity: 0.5;
  pointer-events: none;
}

#paypal-button {
  min-width: 230px;
  padding: 19px 0px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}

.scrollable {
  max-height: 350px;
  overflow-y: auto;
}

.loaded-animation {
  opacity: 0;
  animation-name: bounceIn;
  animation-duration: 450ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

/*-------------- Sidebar css start here --------*/
.sidebar_sec {
  background: #1c1a1a;
  width: 333px;
  position: fixed;
  overflow-y: auto;
  bottom: 0;
  top: 65px;
  left: 0;
  transition: ease-in-out .5s;
  -webkit-transition: ease-in-out .5s;
  -ms-transition: ease-in-out .5s;
  -moz-transition: ease-in-out .5s;
  z-index: 1;
}

.sidebar_sec.totheleft span.menu_icon {
  background: #1687d4;
  border-radius: 3px;
  padding: 5px;
  cursor: pointer;
}

.sidebar_sec.totheleft {
  left: -333px;
  overflow: visible;
  z-index: 1;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1c8fdd;
  border-radius: 2px;
  position: absolute;
  top: -9px;
  right: 10px;
}

.pg-loading-logo-header p {
  font-size: 16px;
  margin-top: 20px;
  color: #EDF3F9;
  margin-bottom: 0px;
  font-weight: 400;
}

.user_img {
  height: 120px;
  width: 120px;
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #ffffff;
  margin: 0 auto;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.22);
  display: inline-block;
}

.logo {
  position: relative;
  padding: 25px 20px;
  background: #1d8dd9;
  background: linear-gradient(0deg, #f1f1f1, #ffffff);
  -webkit-background: linear-gradient(0deg, #f1f1f1, #ffffff);
  -moz-background: linear-gradient(0deg, #f1f1f1, #ffffff);
  -ms-background: linear-gradient(0deg, #f1f1f1, #ffffff);
  box-shadow: 0 2px 2px #19191947;
  border-radius: 4px;
  margin-bottom: 35px;
}

span.menu_icon {
  transition: ease-in-out .5s;
  -webkit-transition: ease-in-out .5s;
  -ms-transition: ease-in-out .5s;
  -moz-transition: ease-in-out .5s;
  cursor: pointer;
}

.menu_list ul li a {
  color: #d4e3fd;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  padding: 25px 15px 25px 25px;
  border-top: 1px solid #151515;
  position: relative;
  color: #838c92;
  text-transform: uppercase;
  font-weight: 500;
}

.menu_list ul li:last-child a {
  border-bottom: 1px solid #151515;
}

.menu_list ul li a:hover, .menu_list ul li.active a {
  padding-left: 30px;
  color: #0b79c3;
}

.menu_list ul li a i {
  font-size: 19px;
  margin-right: 8px;
  min-width: 25px;
  text-align: center;
}

.user_text_box {
  color: #333;
  padding-left: 20px;
  width: 100%;
}

.table_div > div.avat_imgbox {
  max-width: 130px !important;
}

.user_text_box h3 {
  margin: 0;
  font-size: 24px;
  color: #0d7bc5;
  font-weight: 500;
}

.user_info {
  display: table;
}

.user_info .info_bx {
  display: table-cell;
  padding-right: 30px;
}

.user_info .info_bx h2 {
  font-size: 25px;
  font-weight: 400;
  margin: 12px 0 0;

}

.user_info .info_bx small {
  font-size: 13px;
  color: #616161;
  line-height: 13px;
  display: inline-block;
}

/*RIGHT SECTION css START here ============================== */

a.head_logo {
  display: inline-block;
  padding: 5px 0;
}

.right_user {
  display: inline-block;
}

header {
  padding: 9px 10px;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.14);
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 555;
}

button#dropdownMenu1 {
  background: none;
  border: none;
  box-shadow: none;
  color: #4e4e4e;
  font-size: 14px;
}

span.user_img {
  display: inline-block;
  height: 45px;
  width: 45px;
  overflow: hidden;
  border-radius: 100%;
  vertical-align: middle;
  border: 3px solid #fff;
  box-shadow: 0px 2px 1px #1010104d;
}

.user_img img {
  min-height: 100%;
  max-width: 100%;
}

span.user_name {
  min-width: 13px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  text-align: left;
  padding: 0 0 0 6px;
}

.right_user ul.dropdown-menu {
  right: 0;
  left: auto;
  min-width: 187px;
  max-width: 200px;
  font-size: 13px;
  background: #f8fafd;
  border: none;
  margin: 0px;
  padding: 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.71);
  top: 51px;
  background: linear-gradient(-21deg, #0b78c1, #279eef);
  -webkit-background: linear-gradient(-21deg, #0b78c1, #279eef);
  -moz-background: linear-gradient(-21deg, #0b78c1, #279eef);
  -ms-background: linear-gradient(-21deg, #0b78c1, #279eef);
}

.right_user ul.dropdown-menu li a {
  padding: 11px;
  border-bottom: 1px solid #1f93e2;
  color: #cfebfe;
  font-size: 13px;
  white-space: normal;
}

.right_user ul.dropdown-menu li:last-child a {
  border-bottom: none;
}

.right_user ul.dropdown-menu li a:hover {
  color: #ffffff;
  background: #1c1a1a;
}

.fa-user-circle-o:before {
  content: "\f2be" !important;
}

.right_user ul.dropdown-menu li a i.fa {
  font-size: 17px;
  width: 16px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.btn_gradi {
  display: inline-block;
  background: #1a8cd8;
  height: 45px;
  width: 45px;
  overflow: hidden;
  border-radius: 100%;
  vertical-align: middle;
  border: 3px solid #fff;
  box-shadow: 0px 2px 1px #1010104d;
  color: #fff;
  font-size: 19px;
  background: linear-gradient(-21deg, #0b78c1, #279eef);
  -webkit-background: linear-gradient(-21deg, #0b78c1, #279eef);
  -moz-background: linear-gradient(-21deg, #0b78c1, #279eef);
  -ms-background: linear-gradient(-21deg, #0b78c1, #279eef);
}

.noti_list ul li a {
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid #1f93e2;
}

/*==========  main content css start here ==========*/
.main_content {
  padding: 0 25px;
  background: #f8fafd;
  /*padding-bottom: 100px;*/
}

h2.main_heading {
  font-size: 24px;
}

.blue_btn {
  background: #1180cb;
  font-size: 14px;
  font-weight: 500;
  padding: 16.5px 35px;
  border-radius: 2px;
  color: #fff;
  background: linear-gradient(-21deg, #0b78c1, #279eef);
  -webkit-background: linear-gradient(-21deg, #0b78c1, #279eef);
  -moz-background: linear-gradient(-21deg, #0b78c1, #279eef);
  -ms-background: linear-gradient(-21deg, #0b78c1, #279eef);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  display: inline-block;
  vertical-align: middle;
  transition: ease-in-out .5s;
}

.blue_btn:hover {
  color: #fff;
  padding: 16.5px 45px;
}

.main_heading .btn_span {
  float: right;
  margin-top: -11px;
}

a.box_anchor {
  color: #fff;
  text-decoration: none !important;
  transition: ease-in-out .5s;
  display: block;
}

.right_sec {
  height: 100vh;
  padding-left: 333px;
  padding-top: 90px;
  transition: ease-in-out .5s;
  background: #f8fafd;
}

.right_sec.full_width {
  padding-left: 0;
}

.box_1 {
  text-align: center;
  padding: 56px 10px;
  background: #151419;
  border-radius: 3px;
  color: #fff;
}

.box_1 h4 {
  font-size: 20px;
  margin: 20px 0 0;
}

.icon_box {
  height: 157px;
  width: 157px;
  margin: 0 auto;
  text-align: center;
  background: #222;
  border-radius: 100%;
  padding: 41px 0 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.41);
  background: linear-gradient(-21deg, rgba(0, 0, 0, 0.47), rgba(255, 255, 255, 0.15));
  -webkit-background: linear-gradient(-21deg, rgba(0, 0, 0, 0.47), rgba(255, 255, 255, 0.15));
  -moz-background: linear-gradient(-21deg, rgba(0, 0, 0, 0.47), rgba(255, 255, 255, 0.15));
  -ms-background: linear-gradient(-21deg, rgba(0, 0, 0, 0.47), rgba(255, 255, 255, 0.15));
}

.box_anchor .icon_box img {
  transition: ease-in-out .5s;
}

a.box_anchor:hover .icon_box img {
  transform: scale(1.1, 1.1);
}

.box_1 {
  text-align: center;
  padding: 56px 10px;
  background: #151419;
  border-radius: 3px;
  color: #fff;
  background-image: url(../box_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.box_2 {
  background-image: url(../box_bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.box_3 {
  background-image: url(../box_bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.row {
  margin-right: -8px;
  margin-left: -8px;
}

.row > div {
  padding-right: 8px;
  padding-left: 8px;
}

section.all_tracks {
  padding: 40px 0;
}

.table-responsive {
  background: linear-gradient(#fff, #ebebeb);
  -webkit-background: linear-gradient(#fff, #ebebeb);
  -moz-background: linear-gradient(#fff, #ebebeb);
  -ms-background: linear-gradient(#fff, #ebebeb);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.26);
  border-radius: 5px;
  padding-bottom: 50px;
}

table.table {
  margin-bottom: 0;
}

table tr th {
  font-size: 16px;
  font-weight: 500;
  color: #2d2a39;
  padding: 10px 14px !important;
  padding: 10px;
}

table tr td {
  font-size: 15px;
  font-weight: 400;
  color: #434343;
  vertical-align: middle !important;
  padding: 5px 14px !important;
}

.table tr td .blue_btn {
  padding: 9px 19px;
  min-width: 110px;
  text-align: center;
  transition: ease-in-out .5s;
}

.table tr td .blue_btn:hover {
  background: #fff;
  color: #1180cb;
}

.no_border {
  border: none;
}

.no_border tr td, .no_border tr th {
  border: none !important;
}

.no_border tr td:nth-child(2), .no_border tr th:nth-child(2) {
  max-width: 130px;
}

/*=========  Footer css start here  ==========*/

footer.footer {
  padding: 30px 25px;
  background: #fff;
  color: #313436;
  font-size: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.18);
  /*position: fixed;*/
  /*bottom: 0;*/
  /*right: 0;*/
  /*left: 329px;*/
}

.footer p {
  margin: 0;
}

.right_fmenu a {
  color: #313436;
  display: inline-block;
  border-right: 1px solid #313436;
  padding: 0 12px;
  line-height: 14px;
}

.right_fmenu a:hover {
  color: #1d8dd9;
}

.right_fmenu a:last-child {
  border-right: none;
}

.table_div {
  display: table;
  width: 100%;
}

.table_div > div {
  display: table-cell;
  vertical-align: middle;
}

.right_user ul.dropdown-menu.open {
  display: block;
}

.box_center {
  margin: 60px auto;
  max-width: 888px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 2px 2px #19191947;
  border-radius: 5px;
}

.box_center h2 {
  font-weight: 700;
  text-transform: uppercase;
}

.box_center h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 26px;
  color: #2e2b37;
  margin: 0 0 14px;
  vertical-align: middle;
}

.subhead {
  font-size: 18px;
  color: #6f6c7e;
  margin: 0px;
}

.form_sec {
  max-width: 549px;
  margin: 0 auto;
}

.form_sec .form-control {
  height: 85px;
  background: #fbf9f9;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 19px;
  color: #555;
  padding: 16px 20px;
}

.form_sec textarea.form-control {
  height: 205px;
}

.form_sec .submit_track_button {
  border: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding: 29px 20px;
  min-width: 259px;
  text-align: center;
  margin: 0 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

button.wizrd_btn {
  height: 58px;
  width: 58px;
  background: #f8f8f8;
  border: none;
  border-radius: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.45);
  transition: ease-in-out .5s;
  -webkit-transition: ease-in-out .5s;
  -moz-transition: ease-in-out .5s;
  -ms-transition: ease-in-out .5s;
}

.pre_btn img {
  transform: rotate(180deg)
}

.wizrd_btn.disabled {
  opacity: .5;
  pointer-events: none;
}

button:disabled {
  opacity: .5;
  pointer-events: none;
}

.step_box {
  background: #fff;
  height: 62px;
  width: 62px;
  border-radius: 100%;
  margin-top: -71px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  border: 6px solid #c3c3c3;
  margin: -69px auto 22px;
  padding: 7px 0;
}

.divider_line {
  margin: 10px 0 17px;
}

.submit_track_button.disabled {
  opacity: .5;
  pointer-events: none;
}

/*--Custom checkbox css start here--*/
.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #1a8cd9;
  border-radius: 2px;
  transition: ease-in-out .5s;
}

.styled-checkbox:hover + label:before {
  background: #1b8dda;
}

.styled-checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
  background: #1b8dda;
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white !important;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wizrd_box {
  display: none;
}

.wizrd_box.active {
  display: block;
}

/*-- 4th step css start here ----*/

.forth_stephead .step_box {
  position: static;
  margin: 0;
  display: inline-block;
  padding: 10px 0;
}

.frthth_step {
  margin-top: 20px;
}

.wizrd_btn:focus {
  outline: none;
}

.fiter_sec select {
  background: #fff;
}

.fiter_sec select {
  background: #fff;
  font-size: 14px;
  padding: 14px;
  min-width: 262px;
  border: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.48);
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  color: #979797;
}

.fiter_sec span {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  min-width: 50px;
  display: inline-block;
}

.forth_stephead span.btn_span {
  margin-top: 0px;
}

span.fiter_sec {
  display: inline-block;
}

select, button:focus {
  outline: none;

}

.wizrd_box table tr td, .wizrd_box table tr th {
  vertical-align: top;
}

/*-- 5th Step css start here  --*/
.bg_none {
  background: none;
  box-shadow: none;
  max-width: 501px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.fifth_steptable {
  margin-bottom: 50px;
}

.fifth_steptable table tr td {
  font-size: 18px;
  color: #6f6c7e;
  border: none;
  padding: 10px 0 !important;
}

.fifth_steptable table tr td:last-child strong {
  font-weight: 500;
  color: #2b2739;
}

.pending_credits {
  text-align: center;
  font-size: 19px;
  color: #2b2739;
}

.pending_credits .line1:first-child {
  border-right: 2px solid #ccc;
}

.pending_credits .line1 span {
  font-weight: 600;
  color: #2092de;

}

.line1 {
  padding: 0 15px;
  display: inline-block;
  line-height: 18px;
  margin-bottom: 15px;
}

.blue_linktxt {
  font-size: 19px;
  color: #34adfe;
}

.blue_linktxt {
  font-size: 19px;
  color: #34adfe;
  border-bottom: 1px solid #34adfe;
  display: inline-block;
  padding: 4px 0;
  margin: 19px 0;
}

.blue_linktxt:hover {
  color: #2e2b37;
  padding: 4px 10px;
  border-bottom: 1px solid #2e2b37;
}

.front_end {
  padding-left: 0px;
}

.menu_Sec a {
  background: #34adfe;
  color: #fff;
  padding: 30px 19px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: -10px;
  border-radius: 0 0 4px 5px;
  font-size: 20px;
}

.login_box {
  background: rgba(12, 126, 202, 0.23);
  max-width: 888px;
  margin: 40px auto;
  border-radius: 5px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.52);
  padding: 90px 60px 30px;
  text-align: center;
  color: #fff;
}

.front_end {
  background: url(../login_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 100%;
  vertical-align: middle;
  display: table;
  width: 100%;

}

.login_sec {
  vertical-align: middle;
  display: table-cell;
}

.inner_box {
  max-width: 550px;
  margin: 0 auto;
}

.inner_box h1 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.inner_box .subheading {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  color: #d5e3ed;
}

.login_box .form-control {
  font-size: 19px;
  height: 85px;
  border: 2px solid #fbf9f9;
  padding: 22px;
  background: #fbf9f9;
  color: #333;
  box-shadow: none;
}

.login_box .form-control[type="submit"] {
  background: #1180cb;
  font-size: 26px;
  font-weight: 500;
  padding: 16.5px 35px;
  border-radius: 2px;
  color: #fff;
  background: linear-gradient(-21deg, #0b78c1, #279eef);
  -webkit-background: linear-gradient(-21deg, #0b78c1, #279eef);
  -moz-background: linear-gradient(-21deg, #0b78c1, #279eef);
  -ms-background: linear-gradient(-21deg, #0b78c1, #279eef);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  display: inline-block;
  vertical-align: middle;
  transition: ease-in-out .5s;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
}

.login_box .form-control:focus {
  outline: none;
  box-shadow: none;
}

.inner_box form {
  margin: 50px 0;
}

.login_box .styled-checkbox + label:before {
  background: none;
}

.login_box .styled-checkbox:checked + label:before {
  background: #1b8dda;
}

.login_box .checkbox {
  font-size: 16px;
  color: #fbf9f9;
  margin-bottom: 25px;

}

.form_links {
  display: table;
  width: 100%;
  font-size: 18px;
  color: #9dc1d9;
}

.form_links > div {
  display: table-cell;
}

.form_links a.blue_linktxt {
  font-size: 18px;
  text-decoration: none !important;
  border: none;
  padding: 0px;
  margin: 0;
}

.form_links a.blue_linktxt:hover {
  color: #fff;
  padding: 0px;
  text-decoration: underline;
}

.social_btns .social_btn1 {
  background: #1147b5;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 20px 10px;
  border-radius: 4px;
  min-width: 250px;
  text-align: center;
}

.social_btns .social_btn1.tw {
  background: #34adfe;
}

.social_btns .social_btn1.gplus {
  background: #dc4638;
}

.sign_up_google .gplus {
  padding: 18px 25px !important;
}

.has_error input.form-control {
  border-color: #e52311;
}

.has_error input.form-control {
  border-color: #e52311;
}

.has_error .error {
  display: block;
  color: #fe3838;
  text-align: left;
  padding: 4px 0 0;
}

.influencer_txt {
  margin: 15px 0 0;
  text-align: center;
}

.errr_popup_Screen {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 15px;
}

.error_box {
  background: #fff;
  border-radius: 6px;
  padding: 90px;
  margin: 140px auto;
  text-align: center;
  color: #252121;
  max-width: 700px;
}

.error_box i.fa {
  color: #e97f0d;
  font-size: 85px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.61);
}

.error_box h2 {
  color: #252121;
  font-weight: 700;
  margin: 10px 05px;
}

.error_box p {
  color: #252121;
  font-size: 24px;
  margin: 0;
}

/* 21-feb-2017 css start here ==================*/

.table_sec {
  padding: 10px 0 !important;
}

.table_sec table.table.no_border tbody tr td {
  padding: 12px 14px !important;
}

.table_sec table.table.no_border tbody tr td img {
  vertical-align: middle;
  margin-top: -2px;
}

.table_sec table.table.no_border tbody tr td a {
  color: #434343;
  word-break: break-all;
}

/* 21-feb-2017 css end here ==================*/

/*-- Profile page css start here  --*/
.profile_sec h3 {
  font-size: 20px;
  color: #2d2a39;
  margin: 10px 0 10px;
}

.prof_head {
  background: #1789d4;

}

.profile_sec {
  max-width: 890px;
  margin: 0 auto;
}

.pro_inner {
  background: #fff;
  border-radius: 3px;
  margin: 18px 0 0;
  border-radius: 6px;
  box-shadow: 0 2px 2px #19191947;
}

.prof_head .media-left {
  min-height: 120px;
  min-width: 120px;
  height: 110px;
  position: relative;
}

.prof_head .media-left a {
  min-width: 100px;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  border: 5px solid #1789d4;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.17);
  display: block;
  overflow: hidden;
  background: #001420;
  position: relative;
}

.prof_head .media-left a img {
  width: 100px;
  min-width: 100px;
}

.prof_head {
  background: #1789d4;
  padding: 20px;
  border-radius: 6px 6px 0 0;
  position: relative;
}

.prof_head .media-body {
  color: #fff;
  padding: 16px 0;
}

.prof_head .media-body h4.media-heading {
  font-size: 24px;
  margin: 0 0 10px;
}

.prof_head .media-body h5 {
  font-size: 19px;
  margin: 0 0 3px 0;
}

a.circle_btn {
  background: #fff;
  color: #1789d4;
  font-size: 18px;
  text-align: center;
  padding: 13px 15px;
  border-radius: 50px;
  display: inline-block;
  min-width: 107px;
  box-shadow: 0 0px 24px rgba(0, 63, 105, 0.38);
}

a.circle_btn.not_valid {
  opacity: .5;
  pointer-events: none;
}

.prof_head a.circle_btn {
  float: right;
  margin-top: -20px;
}

.prof_head a.circle_btn:hover {
  background: #2096e6;
  color: #fff;
}

.bio_sec {
  padding: 27px;
}

.bio_sec h4, .social_sec h4 {
  color: #242627;
  font-size: 22px;
  margin: 10px 0 8px 0px;
}

.bio_sec p {
  color: #6d7478;
  font-size: 17px;
}

.social_sec {
  padding: 0 27px 27px;
}

.social_sec p {
  color: #6d7478;
  font-size: 17px;
}

.social_icon a {
  background: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
  height: 53px;
  width: 53px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  font-size: 21px;
  color: #1789d4;
  padding: 11px 0 0;
  transition: ease-in-out .5s;
  -webkit-transition: ease-in-out .5s;
  -moz-transition: ease-in-out .5s;
  -ms-transition: ease-in-out .5s;
}

.social_icon a:hover {
  background: #1789d4;
  color: #fff;

}

.social_icon {
  margin: 20px 0 0;
}

.login_secpro {
  margin: 40px 0;
}

.pro_box {
  padding: 50px 27px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 2px #19191947;
}

.pro_box label {
  color: #242626;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 0px;
}

.pro_box label i {
  color: #1789d4;
  font-weight: normal;
  font-size: 20px;
  min-width: 21px;
  text-align: center;
}

.pro_box input {
  border: none;
  font-size: 20px;
  color: #242626;
  color: #333333;

}

span.edit_btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #1789d4;
}

span.edit_btn a {
  color: #1789d4;
  font-size: 17px;
}

.credit_sec .blue_btn {
  min-width: 202px;
  padding: 14.5px 15px;
}

.credit_sec {
  padding: 70px 15px;
}

.credit_sec h2 {
  margin: 0 0 15px;
  font-size: 23px;
  color: #313030;
}

.credit_sec h2 span {
  font-weight: 500;
}

p.dlt_account {
  text-align: center;
  font-size: 18px;
  color: #6d7478;
  margin: 20px 0 0;
}

p.dlt_account a {
  color: #1585d1;
}

.pro_box .row > div {
  padding-right: 15px;
  padding-left: 15px;
}

.profile_sec > p {
  font-size: 16px;
  color: #6d7478;
}

/*-- Profile delete popup css start here --*/
.pro_dlt_box p {
  font-size: 24px;
  color: #252121;
  max-width: 562px;
  margin: 0 auto 30px;
}

.pro_dlt_box .error_box {
  padding: 90px 40px;
}

.wht_btn {
  color: #333;
  background: #fff;
}

.wht_btn:hover {
  color: #1789d4;
  background: #fff;
}

/*=========== BUy plan page css--  27-2-2018 css start here=============*/
.buy_plan {
  max-width: 1150px;
  margin: 0 auto;
}

.buy_plan .row {
  margin-right: -4px;
  margin-left: -4px;
}

.buy_plan .row > div {
  padding-right: 4px;
  padding-left: 4px;
}

.buy_credit {
  margin: 20px auto;
  padding: 40px 40px 95px 40px;
  background: #fff;
  box-shadow: 0 2px 2px #19191947;
  border-radius: 5px;
}

.plan_cntnt {
  max-width: 657px;
  margin: 0 auto;
  font-size: 16px;
}

.credit_box {
  color: #fff;
  border-radius: 2px;
  background: linear-gradient(-21deg, #0b78c1, #279eef);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  text-align: center;
  padding: 17px 0px 41px 0px;
  max-width: 400px;
  margin: 30px auto 0;
}

.credit_box a.buy_btn {
  margin-bottom: -73px;
}

.buy_credit .col-sm-3 {
  padding-left: 0px;
}

.credit_box h5 {
  font-size: 23px;
  font-weight: 500;
}

.credit_box h6 {
  font-size: 18px;
  color: #96d0fa;
}

.credit_box p {
  font-size: 13px;
  color: #96d0fa;
  padding-top: 5px;
  min-height: 50px;
}

.credit_box h3 {
  font-weight: 600;
  font-size: 35px;
  letter-spacing: 4px;
  margin-top: 10px;
}

.buy_btn {
  background: #ffffff;
  font-size: 17px;
  font-weight: 600;
  padding: 13px 51px;
  border-radius: 4px;
  color: #1180cb;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.16);
  display: inline-block;
  vertical-align: middle;
  transition: ease-in-out .5s;
  margin-top: 19px;
}

.credit_header {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 26px;
  color: #2e2b37;
  margin: 0 0 14px;
  vertical-align: middle;
}

.buy_btn:hover {
  background: #2096e6;
  color: #fff;
}

/*===========27-2-2018 css end here=============*/

/*--Profile edit page css start here--*/
.profile_edit .prof_head .media-left a img {
  opacity: .2;
}

.prof_head input[type="text"] {
  background: none;
  width: auto;
  border: none;
  border-bottom: 1px solid #166090;
  padding: 0 0 4px;

}
.line_input {
  background: none;
  width: auto;
  border: none;
  border-bottom: 1px solid #166090;
  padding: 0 0 4px;
  outline: none;
}

.prof_head input[type="text"]:focus {
  outline: none;
}

.bio_sec textarea.form-control {
  border: none;
  font-size: 24px;
  background: #fbf9f9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 17px;
  height: 196px;
  color: #8a8792;
  padding: 15px 20px;
}

.form-control:focus {
  outline: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}

.social_sec input, .login_secpro input, .social_sec select{
  height: 85px;
  background: #fbf9f9;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 19px;
  color: #555;
  padding: 16px 20px
}

.cncl_btn .wht_btn {
  color: #1a8cd9;
  padding: 14.5px 15px;
  min-width: 162px;
  margin: 15px 0 0;
}

.login_secpro input {
  height: 69px;
  max-width: 73%;
  margin-top: -10px;
}

.pass_field input.form-control {
  margin-bottom: 7px;
  margin-top: 0;
}

.login_edit .form-group {
  margin-bottom: 9px;
}

.login_edit span.edit_btn a {
  padding: 0 10px;
}

span.edit_btn a[title="Cancel"] {
  color: #333;
}

.pro_box .row > div.col-sm-9 {
  position: relative;
}

span.edit_propic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1789d4;
  padding: 8px 0;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  text-align: center;
}

/*--Promoter Dashboard pages css start here --*/
.cstm_badge {
  float: right;
  background: #1789d4;
  padding: 5px 5px 7px;
  border-radius: 20px;
  width: 54px;
  vertical-align: middle;
  margin-top: -4px;
  font-weight: normal;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
  text-align: center;
  color: #fff;
  font-size: 13px;
  vertical-align: middle;
  line-height: normal;
}

.tabs_sec ul {
  margin-left: -5px;
  margin-right: -5px;
}

.tabs_sec ul li {
  float: left;
  width: 33%;
  padding: 0 5px;
}

.tabs_sec ul li a {
  background: #fafafa;
  display: block;
  padding: 20px;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.31);
  border-radius: 3px;
  font-size: 16px;
  color: #6f6c7e;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.tabs_sec ul li a.selected {
  background: #1789d4;
  color: #fff;
}

.tabs_sec ul li a.selected:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 4px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: '.';
  font-size: 0px;
  color: #1789d4;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tabs_sec ul li a.selected .cstm_badge {
  background: #fff;
  color: #1789d4;
}

.promoterS {
  display: none;
}

.promoterS.active {
  display: block;
}

.pro_line1 h2.main_heading {
  margin: 0px 0 15px;
}

.pro_line1 {
  margin: 30px 0 0;
}

.pro_row1 {
  background: #fff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.31);
  padding: 5px 8px;
  border-radius: 4px;
}

.pro_line1 a.user_img {
  height: 70px;
  width: 70px;
  border: 2px solid #ffffff;
}

.blue_txt {
  color: #1789d4;
}

.pro_row1 h3 {
  font-size: 19px;
  color: #333;
  margin: 11px 0 5px;
}

.pro_row1 p {
  font-size: 16px;
  color: #6f6c7e;
  padding-right: 3px;
}

.pro_row1 p .blue_btn {
  min-width: 138px;
  text-align: center;
  margin-top: -22px;
  float: right;
  padding: 14.5px 15px;
}

.more_info {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 20px;
  border-top: 1px solid #ebebeb;
  padding: 22px 18px;
  border-bottom: 1px solid #ebebeb;
}

.pro_links h5, .track_details h5 {
  font-weight: 600;
  font-size: 16px;
  color: #313436;
  margin: 0px;
  vertical-align: middle;
}

.pro_links p a {
  font-size: 16px;
  color: #313436;
  word-break: break-all;
}

.pro_links p a:hover {
  color: #1789d4;
}

.pro_links h5 i {
  color: #1684ce;
}

.track_details {
  margin: 15px 0 0;
}

.track_details p {
  font-size: 15px;
  color: #313436;
  margin: 5px 0 0px;
}

.commert_sec {
  padding: 18px 0 0;
  display: table;
  width: 100%;
}

.commert_sec > div {
  display: table-cell;
  width: 100%;
}

.left_comment textarea.form-control {
  height: 111px;
  background: #fbf9f9;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #555;
  padding: 16px 20px;
  font-size: 16px;
}

.commert_sec .right_btn {
  padding: 0 0 0 10px;
  max-width: 220px;
}

.commert_sec .right_btn >a, .commert_sec  .right_btn > button{
  display: block;
  max-width: 202px;
  margin-bottom: 5px;
  min-width: 202px;
  text-align: center;
}

.more_information {
  display: none;
}

.pro_row1 {
  margin-bottom: 5px;
}

.pro_row1.active .more_information {
  display: block;
}

.share_options a {
  color: #333;
  font-size: 14px;
}

.share_options a i {
  color: #1788d4;
  font-size: 22px;
  display: inline-block;
  min-width: 20px;
  text-align: center;
  vertical-align: middle;

}

.share_options .styled-checkbox + label {
  background: #f7f9fa;
  padding: 13px 14px;
  border-radius: 2px;
  min-width: 202px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  font-weight: normal;

}

.share_options .styled-checkbox:checked + label, .share_options .styled-checkbox + label:hover {
  background: #fff;
}

.share_options .styled-checkbox + label:before {
  float: right;
  margin-right: 0px;
}

.share_options .styled-checkbox + label:after {
  right: 27px;
  top: 21px;
  left: auto;
}

.share_options a.blue_btn {
  color: #fff;
  min-width: 202px;
  text-align: center;
  padding: 14px 15px;
}

/*--  20March css started here --*/

.pro_signup textarea.form-control {
  padding: 15px 22px;
  height: 130px;
}

p.text_nosub {
  padding: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.31);
  border-radius: 4px;
  line-height: normal;
  color: #808080;
  font-size: 13px;
}

p.explainer_txt {
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 24px;
}

.cm_mrgn {
  margin-right: -2px;
  margin-left: -2px;
}

.cm_mrgn > div {
  padding-right: 2px;
  padding-left: 2px;
}

.login_box .form-control {
  padding: 7px;
}

input.form-control.blue_btn.sec_btn {
  background: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.27);
}

/* 2-April css start here ================*/
.your_ac {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.approval_div {
  max-width: 778px;
  margin: 0 auto;
  background: #fff;
  padding: 100px 30px;
  width: 100%;
  box-shadow: 0.781px 1.841px 4px 0px rgba(0, 0, 0, 0.22);
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  border-radius: 4px;
}

.approval_div p {
  font-size: 19px;
  max-width: 480px;
  margin: 15px auto 25px;
  color: #2d2a39;
}


.more_info_div {
  border-bottom: none;
  padding-bottom: 10px;
}

.save_cancel {
  display: inline-block;
  float: right;
}

.prof_head .save_cancel a.circle_btn {
  float: none;
  background: none;
  box-shadow: none;
  color: #fff;
  border-radius: 2px;
}

.prof_head .save_cancel a.circle_btn:last-child {
  box-shadow: 0.391px 0.921px 4px 1px rgba(26, 38, 46, 0.2);
  background: #2195e1;
}

.prof_head .save_cancel a.circle_btn:hover {
  box-shadow: 0.391px 0.921px 4px 1px rgba(26, 38, 46, 0.2);
  background: #2195e1;
}

.bio_sec2 {
  padding-bottom: 0;
}

.bio_sec2 input.form-control, .bio_sec2 select.form-control {
  height: 85px;
  background: #fbf9f9;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 19px;
  color: #555;
  padding: 16px 20px;
}

.bio_sec.bio_sec2.social_sec {
  margin-bottom: 45px;
}

.confirm_div .new_email {
  margin-top: 10px;
}

.credit_sec2 {
  padding: 40px 15px;
}

.credit_sec2 p {
  font-size: 17px;
  color: #6d7478;
  margin: 0;
}

.credit_sec2 h2 {
  margin: 0 0 5px;
  font-size: 20px;
}

.credit_sec2 h2 span {
  font-weight: 600;
}

.login_edit {
  margin-bottom: 20px;
}

.prof_head .media {
  overflow: visible;
}

span.tooltp_spn {
  position: absolute;
  top: -50px;
  background: #fff;
  width: 215px;
  padding: 15px;
  text-align: center;
  color: #fe3838;
  z-index: 9999999;
  border-radius: 3px;
  box-shadow: 0px 0px 13px 0px rgba(26, 38, 46, 0.22);
  left: -55px;
  font-weight: 500;
}

span.tooltp_spn span {
  position: relative;
  display: block;
}

span.tooltp_spn span:after {
  content: "";
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  bottom: -20px;
  z-index: 99999999999 !important;
  left: 0;
  right: 0;
  width: 0;
  margin: 0 auto;
  height: 0;
}

.approval_div .social_sec input, .social_sec select {
  height: 70px;
}

.your_acc_sec2 .approval_div {
  top: 65px;
  z-index: 99999;
}

.your_acc_sec2 .your_ac {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: #0000008a;
  z-index: 999999999999 !important;
  top: 0;
  display: block;
}

.your_acc_sec2 .approval_div a.blue_btn, .your_acc_sec2 .approval_div button.blue_btn {
  width: 44%;
}

.your_acc_sec2 .approval_div a.blue_btn:last-child, .your_acc_sec2 .approval_div button.blue_btn:last-child {
  background: #fff;
  color: #333;
}

.your_acc_sec2 .approval_div .social_sec {
  padding: 0 80px 20px;
}

.your_acc_sec2 .approval_div a.blue_btn, .your_acc_sec2 .approval_div button.blue_btn {
  width: 33%;
  padding: 16.5px 0;
}

/* 2-April css end here ================*/
.pro_profile .prof_head {
  position: relative;
}

.pro_profile .prof_head a.circle_btn {
  float: none;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  background: none;
  color: #fff;
  box-shadow: none;
  padding: 10px;
  min-width: auto;
  font-size: 17px;
}

.prof_head .media-body p {
  margin: 0;
  line-height: normal;
  color: #9cd6fd;
}

.prof_head .media-body p span {
  font-weight: 600;
  color: #fff;
}

.bio_sec p a {
  color: #1789d4;
}

.social_icon .div1 {
  width: 25%;
  float: left;
  text-align: center;
}

.social_icon .div1 h5 {
  font-size: 17px;
  color: #6d7478;
  margin: 10px 0;
}

.social_icon .div1 h5 span {

  color: #2b2b2b;

}

.pro_profile .login_secpro input {
  background: none;
}

.pro_profile .login_secpro input {
  background: none;
  box-shadow: none;
  padding: 0;
  height: auto;
}

/* ===== Promoter Page CSS Start ====== */

#sidebar .menu_list span {
  background-color: #1889d5;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  margin-left: 140px;
}

.promoter_page .prof_head .button_section {
  text-align: right;
}

.promoter_page .prof_head .button_section .channel {
  background-color: #2095e4;
  color: #fff;
  border: none;
  outline: none;
  max-width: 230px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 19px;
  margin: 30px 0;
}

.promoter_page .prof_head {
  background: #f3f3f3 !important;
  padding: 20px;
  border-radius: 6px !important;
  box-shadow: 0 1px 3px #ccc !important;
}

.promoter_page .pro_inner {
  background: none !important;
  margin: 18px 0 0;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.promoter_page .location_div {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  margin-top: 25px;
  box-shadow: 0 1px 3px #ccc !important;
}

.promoter_page .prof_head .media-body h4.media-heading {
  font-size: 24px;
  margin: 0 0 10px;
  color: #0d7bc5;
}

.promoter_page .prof_head .media .media-left a {
  border: 5px solid #fff;
}

.promoter_page .prof_head .media-body p {
  margin: 0;
  line-height: normal;
  color: #616d76;
}

.promoter_page .location_div .social_sec {
  padding: 27px 0;
}

.social_icon {
  margin: 25px 0;
}

.promoter_page .bio_sec p {
  color: #8c8d8e;
  font-size: 16px;
}

/* ===== Promoter Page CSS Closed ====== */

/* ===== Buy Credit Popup CSS Start ====== */

.buy_credit_popup .error_box h2 {
  color: #1e2123;
  font-weight: 400;
  margin: 10px 05px;
  font-size: 24px;
}

.buy_credit_popup .error_box h3 {
  font-size: 30px;
  font-weight: 900;
  color: #0975be;
  margin-top: 15px;
}

.buy_credit_popup .error_box p {
  font-size: 17px !important;
  color: #3b4349;
  font-weight: 400;
  margin-bottom: 30px;
}

.buy_credit_popup .error_box {
  padding: 60px 110px;
}

.buy_credit_popup {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 15px;
  margin-top: -80px;
}

.buy_credit_popup .blue_btn {
  min-width: 230px;
  padding: 19px 15px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  background-color: #107fc9;
}

.buy_credit_popup .error_box .far {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding-right: 5px;
}

.buy_credit_popup .error_box .fab {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding-right: 5px;
}

/* ===== Buy Credit Popup CSS Closed ====== */

/*-- 404 Error page css start here --*/
.errorpage_box {
  background: #fff;
  max-width: 800px;
  text-align: center;
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 100px 20px;
  margin: 80px auto;
}

.errorpge_txt h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #353d42;
  font-size: 30px;
}

.errorpge_txt p {
  font-size: 20px;
  color: #484e52;
  margin: 0 0 30px;
}

.errorpge_txt a.blue_btn {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 18.5px 36px;
}

.error_page {
  background: #f8fafd;
  height: 100%;
  background-image: url(../bg_404.png);
  background-repeat: repeat-x;
  background-position: bottom 61px left;
  transition: none;
}

.error_page .main_content {
  background: none;
}

/* ===== Profile_Image_Croper Popup CSS Start ====== */

.profile_Croper_popup {
  margin: 60px auto;
  max-width: 900px;
  padding: 20px 30px !important;
}

.profile_Croper_popup p {
  max-width: 660px;
  margin-bottom: 15px !important;
  line-height: normal;
}

.profile_Croper_popup h2 {
  margin-top: 0 !important;
}

.profile_Croper_popup .image_croper_sec {
  height: 362px;
  max-width: 550px;
  border-radius: 6px;
  margin: 0 auto;
  display: table;
}

.profile_Croper_popup .image_croper_sec > div, .image_croper_sec_2 {
  display: table-cell;
  vertical-align: middle;
}

.profile_Croper_popup .image_croper_sec_2 {
  max-height: 450px;
  overflow: hidden;
  max-width: 550px;
  border-radius: 6px;
  margin: 0 auto;
  position: relative;
}

.profile_Croper_popup .croper_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 260px;
  max-height: 260px;
  border-radius: 7px;
  overflow: hidden;
  border: 2px solid #fff;
}

.profile_Croper_popup .croper_img img {
  width: 200%;
}

.profile_Croper_popup .blue_btn_sec {
  padding: 20px 0 0;
}

.profile_Croper_popup .blue_btn_sec .blue_btn {
  min-width: 150px !important;
  padding: 15px !important;
  margin-bottom: 0;
}

.profileCroperpopup {
  margin-top: 0;
}

/* ===== Profile_Image_Croper Popup CSS Closed ====== */

/**/

button.btn_slect {
  border: none !important;
  outline: none !important;
  border-radius: 3px;
  box-shadow: 1.5px 2.598px 3px 0px rgba(0, 0, 0, 0.08) !important;
  text-align: left;
  padding: 10px 15px !important;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  height: 55px;
  background: #fff url(../multi_arrow.png) no-repeat !important;
  background-position: center right 12px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 11px !important;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0;
}

.btn_slct_option {
  background: #fff;
  position: absolute;
  top: 104%;
  left: 0;
  right: 0;
  padding: 10px 15px;
  z-index: 8;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.custom_slect {
  position: relative;
  margin-bottom: 15px;
}

.btn_slct_option li label {
  display: block;
  padding: 6px 0;
  font-weight: 500;
  cursor: pointer;
}

.btn_slct_option li label input[type="checkbox"] {
  display: none;
  position: absolute;
}

.btn_slct_option li label span.txt:before {
  content: '2';
  height: 20px;
  display: inline-block;
  width: 20px;
  background: #2196f3;
  border-radius: 2px;
  font-size: 0px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn_slct_option li label input[type="checkbox"]:checked ~ span.txt:before {
  background-image: url(../check_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
}

/* New Css 6Fab */

.share_Icon {
  background: #f7f9fa;
  padding: 13px 14px;
  border-radius: 2px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  margin:7px;
}
.share_holder {
  display: flex;
}
.share_holder>div {
  width: 50%;
}
.share_input input {
  height: 47px;
  width: 100%;
  border: none;
  outline: none;
  padding: 8px;
  font-size: 15px;
}
.share_input {
  margin: 7px;
}
.ShareOption>div{
  display:block;
  width:auto;
}
.ShareOption .Link_btns {
  display: flex;
  margin: 15px 0;
  text-align: center;
}
.ShareOption .Link_btns>div{
  width:50%;
}

/* Add class Css */

.share_input .input_box {
  box-shadow: 0 0 0 0.2rem rgba(17, 128, 203, 0.39);
}

/* New Css 6Fab */

@media (max-width: 1600px) {
  .login_box {
    max-width: 629px;
    padding: 50px 40px 30px;

  }

  .social_btns .social_btn1 {
    margin-bottom: 3px;
    padding: 18px 5px;
    font-size: 15px;
    min-width: 175px;
  }

  .inner_box form {
    margin: 30px 0 50px;
  }

  .login_box .form-control {
    font-size: 16px;
    height: 75px;
  }

  .form_links, .form_links a.blue_linktxt {
    font-size: 16px;
  }

  .approval_div {
    max-width: 519px;
    padding: 65px 20px;
  }

  .approval_div p {
    font-size: 16px;
    max-width: 400px;
  }

  .errorpage_box {
    padding: 70px 20px;
    margin: 30px auto;
  }

  .errorpage_box img {
    max-width: 240px;
  }

  .errorpage_box {
    max-width: 600px;
  }

  .errorpge_txt h2 {
    font-size: 24px;
  }

  .errorpge_txt p {
    font-size: 16px;
  }
}

/* 26-july css start here =================*/
.thanks_div {
  max-width: 800px;
}

.thanks_div h1 {
  font-weight: 600;
  font-size: 32px;
  margin: 50px 0 0;
  color: #000;
}

.thanks_div h2 {
  font-weight: normal;
  margin: 20px 0;
  color: #3a3c3e;
}

.thanks_div p {
  color: #6d7478;
  line-height: 26px;
}

.table_sec .promoters_tbl table tbody tr td.social_icon a {
  color: #1789d4 !important;
  width: 35px;
  height: 35px;
  font-size: 14px;
  padding-top: 8px;
}

.table_sec .promoters_tbl table tbody tr td.social_icon a:hover {
  color: #fff !important;
}

.table_sec .promoters_tbl table tbody tr td a.blue_btn {
  color: #fff;
  font-size: 13px;
}

.table_sec .promoters_tbl table tbody tr td a.blue_btn:hover {
  background: linear-gradient(-21deg, #0a6bad, #1a93e6);
}

.multi_select .form-group button {
  border-radius: 3px;
  box-shadow: 1.5px 2.598px 3px 0px rgba(0, 0, 0, 0.08);
  border: none;
  text-align: left;
  padding: 12px 15px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  background: #fff url(../multi_arrow.png) no-repeat !important;
  background-position: center right 12px !important;
  outline: none !important;
  background-size: 12px !important;
  width: 100%;
  max-width: 350px;
  overflow: hidden;
}

.multi_select .form-group ul {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 230px;
  box-shadow: 1.5px 2.598px 3px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: none;
  top: 102%;
  padding: 8px;
}

.multi_select .form-group button b.caret {
  display: none;
}

.multi_select .form-group button > span {
  padding-top: 4px;
  box-sizing: border-box;
  display: inline-block;
  width: 95%;
  overflow: hidden;
}

.buy_credit_popup .prof_upload {
  padding: 30px;
}

.buy_credit_popup .prof_upload h2 {
  margin: 0;
}

.buy_credit_popup .prof_upload p {
  margin: 5px auto 20px;
  max-width: 100%;
}

.upload_profile {
  border-radius: 3px;
  overflow: hidden;
}

.buy_credit_popup .prof_upload a.blue_btn {
  min-width: 150px;
  padding: 14px 10px;
  margin-top: 20px;
}

/* 26-july css end here =================*/

.image_croper_sec img {
  max-width: 100%;
  max-height: 362px;
}

.profile_Croper_popup .image_croper_sec, .profile_Croper_popup .image_croper_sec_2 {
  height: 362px;
  background: #000;
  width: 100%;
}

.promoter_page .prof_head .promo_btn .channel {
  max-width: 180px;
  padding: 19px 10px;
}

.feedback_div .progress {
  background: #dedfe0;
  border-radius: 0;
  box-shadow: none;
  height: 18px;
  margin: 20px 0;
}

.feedback_div .progress-bar {
  background: #1687d3;
}

.feedback_div h4 {
  margin: 35px 0 25px;
}

.feedback_div a.blue_btn {
  padding: 7.5px 8px;
  color: #fff;
}

.feedback_div a.blue_btn:hover {
  background: #106faf !important;
}

.img_popup_scroll {
  overflow-y: auto;
}

.body_overflow_hidden {
  overflow: hidden;
}

/* 12-march css start here ================= */
.pro_row1 .media-right {
  vertical-align: middle;
}
a.check_icon, a.close_icon {
  width: 24px;
  font-size: 24px;
}
a.close_icon {
  color: #ff0000;
}
/* 12-march css end here ================= */

/* 13-march css start here ================= */
.approval_div .social_sec h4 {
  margin: 0 0 20px;
}
a.delete_btn {
  color: #fe3838;
}
.share_rate {
  padding-top: 20px;
}
.share_rate label {
  font-size: 16px;
  display: block;
  text-align: left;
  margin: 0 0 5px;
}
.share_rate .progress {
  height: 15px;
}
.share_rate .progress-bar {
  background: #1789d4;
  line-height: 16px;
}
.share_rate .progress:last-child {
  margin: 0;
}
span.email_add {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.your_acc_sec2 .forgot_pass .social_sec {
  padding: 0 45px 20px;
}
.approval_div.forgot_pass a.blue_btn, .approval_div.forgot_pass button.blue_btn {
  width: 40%;
}
/* 13-march css end here ================= */
/* 27-march css start here ================= */
h4.credit_x {
  font-weight: 500;
  margin: 40px 0 0;
}
.commert_sec  .right_btn > button, .blue_btn{
  border:none;
}
/* 27-march css end here =================== */


@media (max-width: 1300px) {
  .forth_stephead span.btn_span {

    float: none;
    display: block;
    margin: 15px 0px;
  }

  .fiter_sec span {
    display: block;
    margin-bottom: 5px;
  }

  .fiter_sec select, .forth_stephead .blue_btn {
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .no_border tr td:nth-child(2), .no_border tr th:nth-child(2) {
    max-width: 130px;
    min-width: 170px;
  }

  .menu_icon {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar_sec {
    width: 283px;
  }

  .right_sec {
    padding-left: 283px;
  }

  .right_sec.front_end {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .icon_box {
    height: 127px;
    width: 127px;
    padding: 29px 0 0;
  }

  .box_1 h4 {
    font-size: 16px;
    margin: 15px 0 0;
  }

  table tr th {
    font-size: 14px;
  }

  table tr td {
    font-size: 13px;
  }

  footer.footer {
    font-size: 13px;
    left: 279px;
  }

  .right_fmenu a {
    padding: 0 4px;
  }

  .credit_box {
    margin-bottom: 25px;
  }

  .login_edit span.edit_btn a {
    padding: 0 6px;
  }

  .pro_row1 h3 {
    font-size: 17px;
  }

  .tabs_sec ul li a {
    padding: 15px 10px;
    font-size: 13px;
  }

  .cstm_badge {
    padding: 3px 4px 5px;
    width: 42px;
  }

  .profile_Croper_popup .croper_img {
    max-width: 230px;
    max-height: 230px;
  }
}

@media (max-width: 991px) {

  /*====== Promoter Page Start =========*/
  .prof_head .button_section {
    text-align: left;
  }

  .prof_head .button_section .channel {
    max-width: 500px;
  }

  /*======== Promoter Page Closed ==========*/
  .right_fmenu {
    text-align: left;
  }

  .right_fmenu a:first-child {
    padding-left: 0px;
  }

  .right_sec {
    padding-left: 0 !important;
  }

  .footer p {
    margin-top: 10px;
  }

  .right_sec {
    padding-top: 70px;
  }

  .approval_div {
    top: 18%;
  }

  span.tooltp_spn {
    left: -35px;
  }

  div#sidebar {
    left: -100%;
  }

  div.totheleft#sidebar {
    left: 0;
  }

  .tabs_sec {
    padding-top: 15px;
  }

  .tabs_sec ul li a {
    padding: 17px 10px;
    font-size: 14px;
  }

  footer.footer {
    left: 0;
    /*position: fixed;*/
  }

  /*.main_content {*/
    /*padding-bottom: 30px;*/
  /*}*/

  .right_sec.error_page {
    height: auto;
  }

  .errorpage_box {
    margin: 90px auto;
  }

  .multi_select .form-group button {
    font-size: 14px;
  }

  .table_sec .promoters_tbl table tbody tr td.social_icon a {
    color: #1789d4 !important;
    width: 21px;
    height: 21px;
    font-size: 12px;
    padding-top: 2px;
  }

  .table_sec .promoters_tbl table.table.no_border tbody tr td {
    padding: 12px 6px !important;
  }

  .table_sec .promoters_tbl table tbody tr td:first-child img {
    max-width: 25px;
  }

  .table_sec .promoters_tbl table thead tr th {
    font-size: 13px;
  }

  .multi_select .form-group ul {
    min-width: 168px;
  }

  .profile_Croper_popup .croper_img {
    max-width: 200px;
    max-height: 200px;
  }
}

@media (max-width: 767px) {

  .multiselect-wrapper .multiselect-list {
    top: 76%;
    width: 94.5% !important;
  }

  .multiselect-wrapper .multiselect-list {
    margin-top: 15px !important;
  }

  header .col-sm-12.text-right {
    padding: 0px;
  }

  .errr_popup_Screen {
    margin-top: 0;
  }

  .dropdown-toggle {
    padding: 0px;
  }

  .main_content {
    padding: 0 10px;
  }

  header {
    padding: 7px 0;
  }

  .sidebar_sec.totheleft span.menu_icon {
    top: 16px;
  }

  a.head_logo img {
    max-width: 120px;
  }

  .main_heading .btn_span {
    float: none;
    margin-top: 5px;
    display: block;
  }

  .btn_span a.blue_btn:last-child {
    float: right;
  }

  a.box_anchor {
    margin-top: 10px;
  }

  .no_border tr td, .no_border tr th {
    white-space: pre-wrap !important;
  }

  /*footer.footer {*/
    /*padding: 30px 10px;*/
  /*}*/

  /* =============  Login page media css started here  ============== */
  .logo {
    padding: 25px 0;
  }

  h2.main_heading {
    font-size: 18px;
  }

  span.menu_icon img {
    max-width: 15px;
  }

  .mobile_logo {
    padding-top: 7px;
  }

  .table_div > div {
    display: block;
  }

  .user_info .info_bx {
    padding-right: 0;
    text-align: center;
    width: 33.33%;
  }

  .user_info {
    width: 100%;
  }

  .table_div > div.avat_imgbox {
    margin: 0px auto 20px;
  }

  .user_info .info_bx small {
    display: block;
  }

  .user_text_box h3 {
    text-align: center;
  }

  .sidebar_sec {
    top: 59px;
  }

  .box_center {
    padding: 40px 15px;
  }

  .wiz_content .btn_span {
    float: right;
    margin-top: -15px;
  }

  .wiz_content .btn_span a.blue_btn {
    width: auto;
    float: right;
    text-align: center;
    padding: 16.5px 20px;
  }

  .form_sec .form-control {
    height: 66px;
    padding: 16px 20px;
    font-size: 16px;
  }

  .subhead {
    font-size: 15px;
  }

  .box_center h2 {
    font-size: 19px;
  }

  .fiter_sec select {
    width: 48%;
    min-width: 20px;
    float: left;

  }

  span.fiter_sec {
    display: block;
  }

  .fiter_sec select:last-child {
    float: right;
  }

  .wiz_content .forth_stephead .btn_span a.blue_btn {
    float: none;
  }

  .bg_none {
    border: none;

  }

  .line1 {
    display: block;
    margin-bottom: 10px;

  }

  .pending_credits .line1:first-child {
    border-right: none;
  }

  .fifth_steptable table tr td {
    font-size: 14px;
    padding: 7px 0 !important;
  }

  .pending_credits {
    font-size: 15px;
  }

  .login_box .form-control {
    font-size: 15px;
    height: 66px;
  }

  .form_links, .form_links a.blue_linktxt {
    font-size: 14px;
  }

  .inner_box .subheading {
    font-size: 16px;
  }

  .login_box {
    max-width: 420px;
    padding: 30px 18px 10px;
  }

  .inner_box h1 {
    font-size: 25px;
  }

  .menu_Sec a {
    padding: 21px 20px;
    font-size: 16px;
  }

  .inner_box form {
    margin: 20px 0;
  }

  .social_btns .social_btn1 {
    width: 100%;
  }

  .error_box {
    padding: 50px 20px;
    margin: 80px auto;
  }

  .error_box p {
    font-size: 17px;
    line-height: normal;
  }

  .error_box i.fa {
    font-size: 55px;
  }

  .table_sec table.table.no_border {
    min-width: 660px;
  }

  .view_brn .btn_span a.blue_btn:last-child {
    float: none;
  }

  .table_sec .table-responsive {
    padding-bottom: 20px;
  }

  .pro_box, .bio_sec {
    padding: 20px 15px;
  }

  .pro_box label, .pro_box input, .credit_sec h2, .bio_sec p, p.dlt_account, .social_sec input, .login_secpro input {
    font-size: 16px;
  }

  .pro_box input {
    padding: 10px 0;
  }

  /*--Bur Credit page css start here --*/
  .credit_box {
    margin-bottom: 55px;
  }

  .buy_credit {
    padding: 20px 20px 25px;
  }

  .pro_dlt_box .error_box {
    padding: 50px 40px;
  }

  .login_secpro input {
    margin: 10px 0;
    padding: 10px;

  }

  span.edit_btn {
    position: static;
  }

  .login_secpro input {
    max-width: 100%;
    width: 100%;
  }

  .social_sec input, .login_secpro input {
    height: 69px;
  }

  .login_edit .form-group {
    margin-bottom: 39px;
  }

  .social_sec {
    padding: 0 17px 27px;
  }

  .credit_sec {
    padding: 50px 15px !important;
  }

  .tabs_sec ul li {
    width: 50%;
    margin-bottom: 9px;
  }

  .approval_div {
    left: 15px;
    right: 15px;
    width: auto;
  }

  span.tooltp_spn {
    left: -20px;
  }

  span.tooltp_spn span:after {
    margin: 0;
    left: 30%;
  }

  .save_cancel {
    display: block;
    float: none;
    margin-top: 15px;
  }

  .pro_inner h4 {
    margin-top: 0px;
    font-size: 19px !important;
  }

  .social_icon .div1 {
    width: 50%;
    margin-bottom: 20px;
  }

  .credit_sec2 .col-sm-4 {
    margin-bottom: 20px;
  }

  .bio_sec p {
    font-size: 14px;
  }

  .promoter_page .prof_head .button_section {
    text-align: center;
  }

  .promoter_page .prof_head .button_section .channel {
    margin: 10px 0;
  }

  .errorpage_box {
    padding: 40px 20px;
  }

  .errorpge_txt a.blue_btn {
    padding: 18.5px 26px;
  }

  .errorpage_box {
    max-width: 470px;
  }

  .thanks_div h1 {
    font-size: 26px;
    margin: 30px 0 0;
  }

  .thanks_div h2 {
    margin: 15px 0 10px;
    font-size: 18px;
  }

  .thanks_div p {
    line-height: 24px;
    font-size: 14px;
  }

  .multi_select .form-group ul {
    min-width: 300px;
  }

  .table_sec .promoters_tbl table.table.no_border tbody tr td, .table_sec .promoters_tbl table.table.no_border thead tr th {
    white-space: nowrap !important;
  }

  .profile_Croper_popup {
    padding: 20px 15px !important;
  }

  .buy_credit_popup .error_box p {
    font-size: 14px !important;
  }

  .buy_credit_popup .error_box h2 {
    font-size: 18px;
    margin: 10px 05px 5px;
  }

  .profile_Croper_popup .image_croper_sec {
    margin: 0 auto 10px;
  }

  .profileCroperpopup {
    overflow: auto;
  }

  .profile_Croper_popup .image_croper_sec_2, .profile_Croper_popup .image_croper_sec {
    max-width: 100%;
    max-height: inherit;
  }

  .feedback_div .row > div:last-child {
    margin-top: 30px;
  }

}

@media (max-width: 540px) {
  .pro_row1 p .blue_btn {
    min-width: 202px;
    text-align: center;
    float: none;
    display: block;
    margin: 10px 0;
    max-width: 202px;
  }
  .pro_row1 h3 {
    margin: 1px 0 4px
  }

  .pro_row1 p {
    padding-left: 3px;
  }

  .pro_row1 p .blue_btn {
    margin: 2px 0;
  }
  a.head_logo img {
    max-width: 92px;
  }

  .mobile_logo {
    padding-top: 0;
  }

  .sidebar_sec {
    top: 49px;
  }

  span.user_img, .btn_gradi {
    height: 35px;
    width: 35px;
  }

  .head_logo {
    padding-top: 0;
  }

  .right_sec {
    padding-top: 60px;
  }

  .right_user ul.dropdown-menu {
    top: 46px;
  }

  .sidebar_sec.totheleft span.menu_icon {
    top: 11px;
  }

  .form_sec .submit_track_button {
    min-width: 199px;
    text-align: center;
    padding: 19px 20px;
    display: block;
    margin: 10px auto;
  }

  .divider_line img {
    display: none;
  }

  .form_links {
    display: block;
  }

  .form_links > div {
    display: block;
    text-align: left;
  }

  .prof_head .media-left {
    display: block;
  }

  .prof_head .media-left a {
    margin: 0 auto;
  }

  .prof_head .media-body {
    text-align: center;
    display: inherit;
    box-sizing: border-box;
    width: 100%;
  }

  .prof_head a.circle_btn {
    float: none;
    display: block;
    max-width: 110px;
    margin: 10px auto;
  }

  span.edit_btn {
    float: none;
    color: #1789d4;
    display: block;
  }

  .prof_head input[type="text"] {
    text-align: center;
  }

  .commert_sec > div {
    display: block;
  }

  .commert_sec .right_btn {
    padding: 0px;
    margin: 10px auto 0;
  }

  .pro_row1 .media, .pro_row1 .media > div {
    display: block;
    max-width: 100%;
    width: 100%;
    text-align: center;

  }

  .pro_row1 .user_img {
    margin: 0 auto 15px;
    display: block;
  }

  .pro_row1 p .blue_btn {
    margin: 10px auto;
  }

  .social_sec > .row > .col-xs-6 {
    display: block;
    width: 100%;
    float: none;
  }

  span.tooltp_spn {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  span.tooltp_spn span:after {
    margin: 0 auto;
    left: 0;
  }

  .your_acc_sec2 .approval_div a.blue_btn, .your_acc_sec2 .approval_div button.blue_btn {
    width: 100%;
  }

  .your_acc_sec2 .approval_div a.blue_btn:last-child, .your_acc_sec2 .approval_div button.blue_btn:last-child {
    margin-top: 5px;
  }

  .your_acc_sec2 .approval_div .social_sec {
    padding: 0 0 20px;
  }

  .ShareOption .Link_btns {
    display: block;
  }
  .ShareOption .Link_btns>div {
    width:auto;
    margin: 4px;
    text-align: left;
  }
  .share_holder {
    display: block;
    margin: 0 0 15px;
  }
  .share_holder>div {
    width: auto;
  }
  .login_secpro {
    margin: 40px 0 40px 10px;

  }
  span.email_add {
    margin-bottom: 0;
  }

}

@media (max-width: 525px) {
  .profile_Croper_popup .croper_img {
    max-width: 180px;
    max-height: 179px;
  }

  .btn_span a.blue_btn {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  span.user_name {
    max-width: 69px;
    font-size: 13px;
    min-width: 13px;
    padding: 0 0 0 1px;
  }

  .sidebar_sec {
    width: 313px;
  }

  .sidebar_sec.totheleft {
    left: -313px;
  }

  ul#notification_drop {
    right: -10px;
  }

  .wiz_content .btn_span {
    float: none;
    display: block;
    margin: 0;
    text-align: left;
  }

  .wiz_content .btn_span a.blue_btn {
    float: none;
    width: 100%;
  }

  .fiter_sec select {
    display: block;
    float: none;
    width: 100%;
  }

  .tabs_sec ul li {
    width: 100%;
  }

  .profile_Croper_popup .blue_btn_sec .blue_btn {
    min-width: 100% !important;
    margin: 2px 0;
  }

}

@media (max-width: 388px) {
  .approval_div {
    top: 16%;
    padding: 55px 20px;
  }

  .social_icon .div1 h5 span {
    display: block;
    margin: 5px 0 0;
  }
}

@media (max-width: 375px) {
  .profile_Croper_popup .croper_img {
    max-width: 150px;
    max-height: 149px;
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.1);
  }
  80% {
    opacity: 1;
    transform: scale(0.89);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}
