
:root {
    --blue: #090d10;
    --white: #ffffff;
    --primarycolor:#8e1bcf;
    --btn-primary:#8E1BCF;
    --font-family:'Open Sans';
    --background-image:url(../images/background/bg.png) ;
    --plain-background: #F5F5F5;
    --vector-background:url(../images/background/vector.png) ;
    --main-background:#F8F8FE;
    --bold:bold;
    --non-border:0;
    --btn-hover:var(--btn-primary);
    --fontweight400:400;
    --colorgreen:#00917c;
    --colorwhite:#fff;
    --colorgreen1:#23AA59;
    --colorred:red;
  }
/*common style */

body{
  font-family: var(--font-family);
  background-color: var(--main-background);
}

p{font-weight: 400;}
h1,h2,h3,h4,h5,h6{font-weight: 700;}
a{color: #090d10;font-weight: var(--fontweight400)}
a:hover{text-decoration:none;color: #090d10;}
/* end of common css */
.card{border-radius: 15px !important;}

/* background */
.login_background{
  background-image: var(--background-image);
  height: 98vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.plain_background{
  background: var(--plain-background);
  height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vector_background{
  background-image: var(--vector-background);
  height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.white_background{
  background-color: var(--white);
}
.vp-center {
  overflow: hidden;
  width: 100%;
  height: 333px !important;
}
.contentvideo .img {
  background-image: url('../images/background/video.png?cache=330');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 650px;
  height: 400px;
  align-items: center;
  display: inline-block;

}
.fbg-white{
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
.background_85{
  height: 85vh !important;
}
.background_100{
  height: 100vh !important;
}
/* background end */

/* container */

.wrapper {
  width: 100%; 
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; 
}
  

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; 
}
#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
}

  .content_body {
    width: 100%;
    padding: 2%;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
  }


/* end of container */

/* buttons group */
.home_create_button{
  background: #fff !important ;
  border: 2px solid #9723D9 !important;
  margin-left:10px;
  margin-right:10px;
  border-radius:5px;
}

.btn-primary{
  background-color: var(--btn-primary);
  color: var(--white);
  font-weight: var(--bold);
  border: var(--non-border);
}
.btn-primary:hover{
  background-color: var(--btn-hover);
}

.btn-download{
  background-color:var(--colorwhite);
  color: var(--primarycolor);
  font-weight: var(--bold);
  border: 1px solid var(--primarycolor);
}
/*butoon cancel */
.btn-cancel{
  background-color: var(--white);
  color: var(--btn-primary);
  font-weight: var(--bold);
  border: 1px solid var(--btn-primary);
}
.btn.btn-primary:focus {
  background-color:var(--btn-primary) !important;
  border: 0px !important;
} 
.btn:focus,.btn:active {
  outline: none !important;
  box-shadow: none;
}
/* end of buttons */
/* placeholder value */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CFCFCF !important;
  opacity: 1; /* Firefox */
  font-size: 15px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #CFCFCF;
  font-size: 15px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #CFCFCF;
  font-size: 15px;
}

/* top logo common */

.top_logo {
  padding: 20px 0 0 40px;
}

.top_logo img {
  width: 150px !important;
}


.card_small {
  width: 460px;
  height: auto;
  margin: 10% auto;
  border-radius: 15px;
}

.zeroauto{
  margin: 0% auto !important;
}
label{
  color: #222327;
  font-size: 16px;
  font-style:normal;
  font-style: regular;
}
.sublabel{
  color: #222327;
  font-size: 17px;
  font-weight: bold;
}
.sub_heading{
  color: #666666;
  font-size: 15px;
}



/* form inputs */
.form_heading{
  font-size: 25px;
  font-weight: var(--bold);
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  height: 30px;
  width: 18px;
}
.form-check-input {
  position: absolute;
  margin-top: -0.2rem;
  margin-left: -1.25rem;
  padding-right: 5px !important;
}
.form-check-label{margin-left: 5px;}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.6rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8E1BCF;
  outline: 0;
  box-shadow: 0 0 0 0.01rem rgb(0 123 255 / 25%);
}


/* off and on button */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width:20px;
  left: 0px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  top:2px;
}

input:checked + .slider {
  background-color: #8E1BCF;
}

input:focus + .slider {
  box-shadow: 0 0 1px #8E1BCF;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(18px);
}

.padding_0{padding:0 !important;}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* top navbar */
.navbar {
  padding:6px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  /* margin-bottom: 40px; */
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); 
  border-bottom: 2px solid #f1ecec;
}


#sidebar {
  min-width: 270px;
  max-width: 270px;
  background: #fff;
  color: #797C95;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
}
#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
  border-right:2px solid #f1ecec;
}
#sidebar.active ul.components li {
  font-size: 14px; 
}
#sidebar.active ul.components li a {
  padding: 10px 0; 
}
#sidebar.active ul.components li a span {
  margin-right: 0;
  display: block;
  font-size: 24px; 
}
#sidebar.active .logo {
  padding: 10px 0; 
}
#sidebar.active .footer {
  display: none; 
}
#sidebar .logo {
  display: block;
  color: #fff;
  font-weight: 900;
  padding: 10px 30px;
}

#sidebar ul li {
  font-size: 16px; 
}
#sidebar ul li > ul {
  margin-left: 10px;
}
#sidebar ul li > ul li {
  font-size: 14px; 
}
#sidebar ul li a {
  padding: 10px 30px;
  display: block;
  color: #797C95;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
  border-left:4px solid #fff;
}
#sidebar ul li a span {
  margin-right: 15px; 
}

#sidebar ul li a:hover {
  color: rgb(254, 254, 254);
  background-color: #F9EEFF;
  color:#303030;
  border-left:4px solid #8E1BCF;
}
#sidebar ul li.active > a {
  background: transparent;
  color: #000; 
}



.searchicon{
  color: #A5A5C1;
}
.searchbar{
  background-color: #F6F6FB;
  min-width:300px !important;
}
.refer_and_earn{
  font-size:18px;
  font-weight: 400;
  color:#797C95;
}
.bellicon{
  color:#333333;
  margin: 17px;
  font-size: 30px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs{
  border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 18px;
  border: none;
  background: none;
 
}



.nav-tabs .nav-item a{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  color: #828181;
}

.editicon{
  font-size: 30px;
  color: #8E1BCF;
}

.homedate{
  width: 31%;
  /* float: left; */
  margin-right: 5%;
  height: 88%;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  padding: 5px;
}
.align_right{text-align: right !important;}

.dropright:hover>.dropdown-menu {
  display: block;
  position: absolute;
}
#dropdown_content{
  font-family: 'Open Sans' !important;
  font-size:16px !important;
  font-weight:700 !important;
 }
 #dropdown_content:hover{
  color:#090d10;
 }

 .dropdown-item{padding: 10px !important;}

 /* dashbaord widget */
 .widget1{
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style: none;
  padding: 20px;
  white-space: nowrap;
}


.widget1 img{
border-radius: 50%;
height: 100px;
width: 100px;
padding: 20px;
float:left;
}
.widget1 .totalvisitors{
  background-color:#EEF4F4;
}
.widget1 .totalclicks{
background-color: #FCF3EC;
margin-left:60px;
}
.widget1 .clickratio{
  background-color:#E7FCEF;
  margin-left:100px;
}

.widget1 span {
font-family: Open Sans;
font-size: 41px;
font-weight: bold;
color: #17172F;

}

.widget1 p {
color: #828181;
}

.widget2{
  height:142px;
  padding:13px;
}

 /* dashbaord widget end */

 .border_radius{border-radius: 5px;}

 .content_div{border-radius: 5px;margin: 0 auto;background-color: var(--white);width: 100%;    margin-right: 12px;}

 /* tble */

 table {
  margin-top: 10px;
}

th {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

tbody {
  margin-top: 10px;
}

table tr {
  border-bottom: 1px solid #F3F3F3;
}


.table_title .table_type {
  font-size: 16px;
  font-weight: 400;
  color: #17172F;
}

.table_title_date {
  font-size: 14px;
  font-weight: 400;
  color: #BFBFBF;
}



table tr td img {
  width: 300px;
  margin-top: -20px;
  margin-left: -20px;
}


td a {
  color: #828181;
  padding-left: 7px;
}

td a:hover {
  color: #818181;
}

table .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
}

table .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
}

table .slider:before{
 height:20px;width:20px;
 position: absolute;
 top: 2px;
}
table input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(15px);
}

.color_green{color:var(--colorgreen);}
.color_green1{color:var(--colorgreen1);}

.color_red{color:var(--colorred);}
 /* table */

 .ch_green{background-color: red !important;}


 .avatar-upload {
  position: relative;
  max-width: 205px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right:-30px;
  z-index: 1;
  top:145px;
}
.avatar-upload .avatar-edit input{
  display:none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  cursor: pointer;
}

.edit_icon {
  text-align: center;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #8E1BCF;
  margin-top: -25px;
  margin-left: -90px !important;
  border: 2px solid #fff;
}
#pen{
  color:white;
  font-size: 13px;
  margin:13px 0 0 2px;
}
.avatar-upload .avatar-preview {
  width: 168px;
  height: 168px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rightside{
  margin-left:50px;
  margin-top:35px;
}



/* //profile list  */
.dropdown-menu {
  width: 310px;
  height: auto;
  padding: 15px;
  border-radius: 15px;
  overflow-x: hidden;
}

.dropdown-menu h1 {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.dropdown-menu p {
  font-family: 'Open Sans' !important;
  font-size: 14px;
  font-weight: 400 !important;
  color: #333333;
  margin-top: -10px;
  color: #828181;
}

.profileediticon i {
  font-size: 26px;
  padding-top: 8px;
}

.dropdown-menu label {
  font-family: 'Open Sans' !important;
  color: #3B3B43;
  font-size: 17px;
  font-weight: 400;
}

.dropdown-menu select {
  width: 100% !important;
  font-family: 'Open Sans';
  font-weight: 400;
  border: 1px solid #B7B7B7 !important;

}


.dropdown-menu .button1 {
  font-family: 'Open Sans';
  font-weight: 400;
  color: #828181 !important;
  border: 1px solid #828181;

}

.dropdown-menu .button1:hover {
  background: none;

}

.dropdown-menu .button2 {
  background: #8E1BCF !important;
  color: #FFFFFF !important;
  font-family: 'Open Sans';
  font-weight: 400;
  border: none;
  width: 100% !important;
}

.dropdown-menu .button2:hover {
  background: #8E1BCF !important;
  color: #FFFFFF !important;

}
.badge{
position: absolute;text-align: center; border-radius: 15px;margin-top: 12px;margin-left: -30px;

}

.dropdown_menu_width_small{width:200px !important;}

/* backmenu */
.backlogo i {
  float: right;
  color: #3B3B43;
  font-size: 20px;
}


.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100% !important;
}

.iti--separate-dial-code .iti__selected-flag {
  border-right: 1px solid #CFCFCF !important;
  background-color: #fff !important;
}

/* after login price page */

.fa-chevron-left:before {
  content: "\f053";
  background: #fff;
  padding: 6px;
  border-radius: 50%;
  width: 27%;
  height: 95% !important;
  box-shadow: 2px 3px 8px 1px rgb(0 0 0 / 38%);
  color:#7a7a7a;
}
/* after login price page */


/* Refer and earn starts */

.card_shadow{
  box-shadow:1px 2px 8px 1px #c9c7c7;
  text-align: center ;
  border-radius:2px !important;
  height:160px !important;
  justify-content: center;
}
.refer_col{
  max-width:15%;
}

/* Refer and earn ends */


/* Two factor authentication starts */

.qrscan{
  position:absolute;
  left:43px;
  top:22%;
}

/* Two factor authentication ends */
/* exception page  */
.plain_background1 {
  background: #F5F5F5;
}

.side_image img {
  width: 250px;
  margin-left: -20px !important;
}

.exception_code {
  margin-left: 20px;
  display: flex;

}


.top_image .image1 {

  margin-left: 20px;
  width: 25px;
  height: 136px;
}

.top_image .image2 {
  margin-left: 27px;
  width: 25px;
  height: 73px;
  margin-top: -68px;
}

.top_image .image3 {
  width: 88px;
  margin-left: 20px;
  height: 77px;
  margin-top: -56px;
}

.exception_code .four {
  transform: rotate(12deg);
}

.exception_code .zero {
  transform: rotate(-12deg);
}

.exception_code .zero1 {
  transform: rotate(-18deg);
}

.exception-code,
.four,
.zero,
.zero1 {
  font-weight: 700 !important;
  font-size: 150px;


}

.error-side {
  margin: 70px;
}

.error-side p {
  max-width: 500px;
  min-width: 100px;
}


@media (min-width:320px) and (max-width:920px) {
  .top_image {
    display: none !important;
  }
}

.error-side .btn-primary:focus {

  background-color: none !important;
  border: none !important;
}

.error-side .side_image {
  height: 530px;
  width: 640px;
}

.bottom_img img {
  position: absolute;
  bottom: 0;
  width: 45px;
  height: 60px;
}

.exception_side .content_body{
  padding: 0 !important;
}


/* end exception page  */


/* pricing plan and billing  */

.nav_plan .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #1C1C1C !important;
 
}

.content_body .current-plan h4{
  font-size: 22px !important;
  font-weight: 600 !important;
}

.content_body .current-plan h5{
  padding-top: 20px;
  font-size: 18px !important;
  font-weight: 600  !important;
}

.card-side-plan .card-body{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.25rem;
    
}

.card-side-plan h6{
 font-size: 19px;
 color: #17172F;
 text-align: center;
 font-weight: 500 !important;

}

.card-side-plan p{
  text-align: center;
  color: #BFBFBF;
}

.card-side-plan .upgrate{
  text-align: center;
}

.subscription h5{
  font-size: 18px !important;
}

.subscription  .btn-outline-primary{
    color: #8E1BCF !important;
    border-color: #8E1BCF !important;
    font-weight: 600 !important;
    width: 122px !important;
}

.subscription  .btn-outline-primary:hover{
  background: none !important;
}

.content_body .billing-card{
  margin-left: 20px;
}

.invoice h5{
  font-size: 18px;
}

/* end billing details  */


/* Header profile starts */
  
.header_dropdown{
  list-style:none;
  padding-left:20px;
}
#drop_list{
  padding-bottom:15px;
  padding-left:7px;
}
#drop_list img{
  width:30px;
}
#profile_hr{
  margin-top:-13px;
}
#drop_list span{
  color: #3B3B43;
  font-size:16px;
  font-weight:500;
  margin-left:10px;
}
#logout{
  padding-bottom:15px;
  padding-left:7px;
}
.profile_edit{
  float:right;
  font-size:24px;
  color:#6D6D6D;
  margin-right:-30px;
}

/* Header profile ends */

/* disabled button  */
.btn-primary.disabled, .btn-primary:disabled {
  color: #78787899 !important;
  background-color: #dfdfdf !important;
  border-color: #dfdfdf !important;
}
/* end button  */



/* Sidenavbar starts */
.menu_list{
  margin:30px 0 !important;
}
/* Sidenavbar ends */

.rounded-lg {
  border-radius: .5rem !important;
}

.border {
  border-width: 1px !important; 
}

.border-purple-900\/60 {
  border-color: #8E1BCF !important;
}
.gap-2 {
  gap: .5rem !important;
}

.bg-purple-700\/95 {
  background-color: #8E1BCF  !important;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

@media only screen and (max-width:998px){
  #promotion_content{
    height: auto !important;
  }
}

@media only screen and (max-width:500px){
  #promotion_content img{
    display: none  !important;
  }
}

.if{
  display: flex;
  text-align: center;
  justify-content: center;
  /* align-items: center; */
}