/*conatc_us Css Start*/

.section {
  position: relative;
  width: 900px;
  max-width: 80%;
  /*border: 2px solid #009bdf;*/
  background: #fff;
  border-top: none;
  text-align: center;
  margin: 60px auto;
  border-radius: 10px;
}

.yello-bg
{

  background: #ffff008c !important;

}
.yello-bg1
{

  width: 237px;

}
.section h1 {
  position: relative;
  margin-top: -14px;
  display: inline-block;
  letter-spacing: 4px;
  background: #7E4998;
  border-radius: 10px;
  color: #fff;
  padding: 5px;
}
.element {
    position: relative;
    margin-top: 20px;
    border: 1px solid #7E4998 !important;
    -webkit-box-shadow: 0 1px 1px #0000;
    box-shadow: 0 1px 1px #0000;
    background: #fff;
}
.form-material .form-control:focus {
  
    background-image: linear-gradient(#7E4998, #7E4998), linear-gradient(#7E4998, #7E4998) !important;
   
}
.btn-info, .btn-info.disabled {
    background: #7E4998;
    border: 1px solid #7E4998;}
.banner_home{background-color:#fff;}
.nav>li>a {
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 600;
}
.cart_count{background: #81bc00 !important;}
/*.top-border{
  position: absolute;
  height: 2px;
  width: 24%;
  background-color: #009bdf;
  border-radius: 10px;
}*/

.right {
  right: 0;
}

.left {
  left: 0;
}
.create_box{background: #7E4998;}
@media (max-width: 685px) {
.top-border {   
  width: 18%;
    }
}

.section p {
  width: 61%;
  margin: 20px auto 20px auto;
  line-height: 30px;
}

.section .a-button {
  outline: 0;
  display: inline-block;
  padding: 10px;
  margin-bottom: 40px;
  width: 300px;
  max-width: 80%;
  background-color: #009bdf;
  color: #fff;
  font-size: 22px;
  letter-spacing: 3px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  border-radius: 10px;
}

.section .a-button
{
     margin-top: 30px;
     color: #fff!important;
}
.section .a-button:hover {
  background-color: #ce103e;
  text-decoration: none;
}

.section a:link, .section a:visited, .section a:link:hover, .section a:visited:hover {
  text-decoration: none;
  color: #333;
}

@media (max-width: 500px) {
  .top-border { 
    display: none;
  }
  .section {
  border-top: 2px solid #333;
  }
  .section h1 {
    margin: 20px 6px;
  }
}
/*conatc us css end*/



/*<tabs css stary>*/
/*!
 * bootstrap-vertical-tabs - v1.1.0
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-06-06
 * Copyright (c) 2014 Ä°smail Demirbilek
 * License: MIT
 */
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}
.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.vertical-text.tabs-left {
  left: -50px;
}
.vertical-text.tabs-right {
  right: -50px;
}
.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*<tabs css end>*/
.margin {
  margin-left: 0 !important;
}
.navbar-default
{
    background: #fff !important;
}
.welcome {
  color: #CCC;
}
.welcome .content {
  background-color: #ce103e;
  padding: 15px;
  margin-top: 25px;
  border-radius: 10px;
}
.welcome .content2 {
  background-color: #7E4998;
  padding: 10px;
  margin-top: 25px;
  border-radius: 20px;
  text-align: center;

}
.card button {
    border: none;
    outline: 0;
    padding: 9px;
    color: white;
    background-color: #7E4998 !important;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,.nav-tabs>li>a:hover { background-color: #7E4998 !important;border: 1px solid #7E4998 !important;color:#fff;}
.submit-styled-button{background: #7E4998 !important;
    color: #fff !important;
    border: 1px solid #7E4998 !important;
    padding: 8px 15px;
    margin: 10px 10px 0px 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none !important;
}
.modal-content{border: 2px solid #7E4998 !important;}
.welcome .content2 h2
{
    font-family: Calibri;
  font-weight: 100;
  margin: 0;
  color: #fff;
}
.welcome h2 {
  font-family: Calibri;
  font-weight: 100;
  margin-top: 0;
  color: #fff;
}
.welcome p {
  color: #fff;
}


/* Start statistics */
.statistics {
  margin-top: 25px;
  color: #CCC;
}
.statistics .box {
  background-color: #81bc00;
  padding: 15px;
  overflow: hidden;
  border-radius: 10px;
}
.statistics .box > i {
  float: left;
  color: #333;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
}
.statistics .box .info {
  float: left;
  width: auto;
  margin-left: 10px;
}
.statistics .box .info h3 {
  margin: 5px 0 5px;
  display: inline-block;
}
.statistics .box .info p,  h3 {color:#fff!important;}

/* End statistics */
/* Start charts */
.charts {
  margin-top: 25px;
  color: #BBB
}
.charts .chart-container {
  background-color: #313348;
  padding: 15px;
}
.charts .chart-container h3 {
  margin: 0 0 10px;
  font-size: 17px;
}

/* Start users */

/* Start statis */

.statis {
  color: #EEE;
  margin-top: 15px;
}
.statis .box {
  position: relative;
  /*padding: 15px;*/
  height: 60px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
  margin-top: 10px;
  cursor:pointer;
}
.statis .box h3:after {
  content: "";
  height: 2px;
  width: 70%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.12);
  display: block;
  margin-top: 10px;
}
.statis .box i {
  position: absolute;
  height: 70px;
  width: 70px;
  font-size: 22px;
  padding: 15px;
  top: -25px;
  left: -25px;
  background-color: rgba(255, 255, 255, 0.15);
  line-height: 60px;
  text-align: right;
  border-radius: 50%;
}


.main-color {
  color: #ffc107
}
.warning {background-color: #f0ad4e}
.danger {background-color: #dc3545}
.success {background-color: #28a745}
.info {background-color: #5bc0de}

.alert{
  color:#fff;
}
.alert-warning, .btn-warning1{
  background-color: #f0ad4e
}
.alert-danger, .btn-error1, .btn-danger1 {
  background-color: #dc3545
}
.alert-success, .btn-success1{
  background-color: #28a745
}
.alert-info{
  background-color: #5bc0de
}
/**********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works
***********************************/

.navbar {
  border: none!important;
  background: none;
  margin-bottom: 0px!important;
}

.navbar-nav>li>a {
  line-height: 55px;
}

.navbar-brand {
  padding: 0px;
  height: 84px!important;
}

.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none!important;
}


/*************************
EXAMPLES 2-7 BELOW 
**************************/


/* EXAMPLE 2 (larger logo) - simply adjust top bottom padding to make logo larger */

.example2 .navbar-brand>img {
  padding: 7px 15px;
}


/* EXAMPLE 3 - MBI Staffing Navbar
line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.example3 .navbar-brand {
  height: 80px;
}

.example3 .nav>li>a {
  padding-top: 30px;
  padding-bottom: 30px;
}

.example3 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.navbar-primary {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(221, 221, 221, 0.82);
  border-top: 3px solid #3e476d;
  text-transform: uppercase;
  color: #6d6d6d!important;
}

.navbar-primary a {
  color: #6d6d6d!important;
}


/* EXAMPLE 4 - Small Narrow Logo*/

.example4 .navbar-brand>img {
  padding: 7px 14px;
}


/* EXAMPLE 5 - Logo with Text*/

.example5 .navbar-brand {
  display: flex;
  align-items: center;
}

.example5 .navbar-brand>img {
  padding: 7px 14px;
}


/* EXAMPLE 6 - Background Logo*/

.example6 .navbar-brand {
  background: url(https://res.cloudinary.com/candidbusiness/image/upload/v1455406304/dispute-bills-chicago.png) center / contain no-repeat;
  width: 200px;
}


/* EXAMPLE 8 - Center on mobile*/

@media only screen and (max-width: 768px) {
  .example-8 .navbar-brand {
    padding: 0px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
  }
  .example-8 .navbar-brand>img {
    height: 100%;
    width: auto;
    padding: 7px 14px;
  }
  .navbar-nav>li>a {
    line-height: 20px!important;
  }
}


/* EXAMPLE 8 - Center Background */

.example-8 .navbar-brand {
  background: url(https://res.cloudinary.com/candidbusiness/image/upload/v1455406304/dispute-bills-chicago.png) center / contain no-repeat;
  width: 200px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}


/* EXAMPLE 9 - Center with Flexbox and Text*/

.brand-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.brand-centered .navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-toggle {
  z-index: 1;
}


/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */

.navbar-alignit .navbar-header {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}

.navbar-alignit .navbar-brand {
  top: 50%;
  display: block;
  position: relative;
  height: auto;
  transform: translate(0, -50%);
  margin-right: 15px;
  margin-left: 15px;
}

.navbar-nav>li>.dropdown-menu {
  z-index: 9999;
}

body {
  font-family: "Lato";
}
.lead{margin-top:10px;margin-bottom:10px;}

/* BY VP */
.social-option-selection{
    padding : 15px;
}
.social-result{
            min-height: calc(25vh + 100px);
}
.social-result {
    display: flex;
    align-items: center; /* Vertically centers the message */
    justify-content: center; /* Horizontally centers the message */
    position: relative; /* Establishes a containing block for absolute positioning if needed */
    height: 100%; /* Adjust as necessary */
}

.info-message {
    text-align: center;
    font-size: 16px;
    color: #666; /* Or any other color you prefer */
    padding: 20px;
    background-color: #f8f9fa; /* Light background color for better visibility */
    border-radius: 4px; /* Optional: rounded corners */
}

.btn.focus, .btn:focus{
    background-color: #7F4998; 
    color: #fff; 
}
.btn-active {
    background-color: #FFF !important; 
    color: #7F4998 !important; 
}
.img-height{
    height: 25vh !important; 
}

/* END BY VP */

 .image-container {
    position: absolute;
    top: 0;
    display: inline-block;
}

.clickable-area {
    position: absolute;
    border: 2px solid transparent;
    background: rgba(255, 0, 0, 0.3);
    cursor: pointer;
}

.waitMe_container .waitMe {
    z-index: 11111 !important;
}


/*BY VP START */


.main-container .btn-custom-theme-color
{
  color: #fff;
  background-color: #7F4998;
  border-color: #7F4998;
}

.main-container .btn-custom-theme-color:hover
{
  color: #7F4998;
  background: none;
  border-color: #7F4998;
}
.main-container .panel-info {
    border-color: #7e4998;
    border: none;
    border-radius: 0px;
}
.main-container .panel-info>.panel-heading {
    color: #ffffff;
    background-color: #7e4998;
    border-color: #7e4998;

}

.main-container .panel-heading-custom{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.main-container .template-list-body{
  color: #7E4998;
}

.main-container .card-title{
  height: 35px;
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

body{
  letter-spacing: 1px !important;
}


/**  Create Social Editable template ***/
/*.btn-active .create_box {
  background-color: #fff;
  color: #7E4998;
  border: 2px solid #7E4998;
}

.btn-active .create_box p.lead {
  color: #7E4998;
}
#pre_product  a {
  text-decoration: none;
}
#pre_product  a:focus, #pre_product  a:hover, a:hover {
  text-decoration: none;
}



.section-title {
  text-align: center;
  position: relative;
  color: #7e4998;
}

.section-title::after {
  content: '';
  display: block;
  width: 96%;
  height: 2px;
  background-color: #7e4998;
  margin-top: 10px;
  margin-left: 2%;
}
#pre_product{
  padding: 2rem 5rem;
}
.social-result-t{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.option-selected{
  position: absolute;
  height: 60px;
  width: 60px;
  font-size: 22px;
  padding: 15px;
  left: 0px;
  background-color: #7e4998;
  line-height: 1.5;
  color: #fff;
  display: none;

}

.btn-primary {
  background: #7E4998 !important;
  border: 1px solid #7E4998 !important;
}
.panel-primary{
  border-color: #7F4998;
}
.panel-primary>.panel-heading {
  color: #fff;
  background-color: #7F4998;
  border-color: #7F4998;
}

table thead tr th
{
  color: #333!important;

  border-top: 0.5px solid #ddd;

  padding: 25px 8px!important;
}
table.table-primary thead tr th {
  color: #7f4998 !important;
}*/
.main-container .btn-active .create_box {
  background-color: #fff;
  color: #7E4998;
  border: 2px solid #7E4998;
  /*border-bottom: 7px solid #7E4998;*/
}

.main-container .btn-active .create_box p.lead {
  color: #7E4998;
}

.main-container #pre_product a {
  text-decoration: none;
}

.main-container #pre_product a:focus, 
.main-container #pre_product a:hover, 
.main-container a:hover {
  text-decoration: none;
}

.main-container .section-title {
  text-align: center;
  position: relative;
  color: #7e4998;
}

.main-container .section-title::after {
  content: '';
  display: block;
  width: 96%;
  height: 2px;
  background-color: #7e4998;
  margin-top: 10px;
  margin-left: 2%;
}

.main-container #pre_product {
  padding: 2rem 5rem;
}

.main-container .social-result-t {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.main-container .option-selected {
  position: absolute;
  height: 60px;
  width: 60px;
  font-size: 22px;
  padding: 15px;
  left: 0px;
  background-color: #7e4998;
  line-height: 1.5;
  color: #fff;
  display: none;
}
/*.main-container .btn-primary {*/
.btn-primary {
  background: #7E4998 !important;
  border: 1px solid #7E4998 !important;
}

.main-container .panel-primary {
  border-color: #7F4998;
}

.main-container .panel-primary > .panel-heading {
  color: #fff;
  background-color: #7F4998;
  border-color: #7F4998;
}

.main-container table thead tr th {
  color: #333!important;
  border-top: 0.5px solid #ddd;
  padding: 25px 8px!important;
}

.main-container table.table-primary thead tr th {
  color: #7f4998 !important;
}
.cart_page .element{margin-top: 0;}
.welcome .cart_page .content2 {border-radius: 0;}
.welcome .cart_page h2 {margin-bottom: 0;}
.cera_create_template .element{margin-top: 0;}
.cera_create_template .content2{border-radius: 0;}



.form-control:focus {
  border-color: #7f4998;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #7e4998;
}

.toast-success, .toastr-success{
  background-color: #28a745;
}

.toast-error, .toastr-error{
  background-color: #dc3545;
}

.btn-primary:hover {
  color: #fff;
  background-color: #763297 !important;
  border-color: #763297 !important;;
}



 .swal2-popup {
   width: 25%; /* Adjust the width */
 }

.swal2-title {
  font-size: 24px; /* Adjust the title font size */
}

.swal2-html-container {
  font-size: 16px; /* Adjust the body text size */
}


.swal2-html-container .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.swal2-html-container .checkbox label, .swal2-html-container .radio label{
  line-height: 2;
}
.alert button{
  text-align: right;
  background-color: initial !important;
}

input{
  accent-color: #7E4998;
}
.swal2-container{
  z-index: 9999;
}


/*BY VP END */
