/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */
/* #Navigation
================================================== */
@font-face {
  font-family: GothamBook;
  src: url(../assets/fonts/GothamBook.eot);
  src: url(../assets/fonts/GothamBook.eot?#iefix) format("embedded-opentype"),
    url(../assets/fonts/GothamBook.svg#GothamBook) format("svg"),
    url(../assets/fonts/GothamBook.ttf) format("truetype"),
    url(../assets/fonts/GothamBook.woff) format("woff"),
    url(../assets/fonts/GothamBook.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: GothamBold;
  src: url(../assets/fonts/GothamBold.eot);
  src: url(../assets/fonts/GothamBold.eot?#iefix) format("embedded-opentype"),
    url(../assets/fonts/GothamBold.svg#GothamBold) format("svg"),
    url(../assets/fonts/GothamBold.ttf) format("truetype"),
    url(../assets/fonts/GothamBold.woff) format("woff"),
    url(../assets/fonts/GothamBold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gotham-Medium;
  src: url(../assets/fonts/Gotham-Medium.eot);
  src: url(../assets/fonts/Gotham-Medium.eot?#iefix) format("embedded-opentype"),
    url(../assets/fonts/Gotham-Medium.svg#Gotham-Medium) format("svg"),
    url(../assets/fonts/Gotham-Medium.ttf) format("truetype"),
    url(../assets/fonts/Gotham-Medium.woff) format("woff"),
    url(../assets/fonts/Gotham-Medium.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
/* Profile */
.bb-profile-review {
  max-width: 100% !important;
}
.profile {
  margin: 20px 0;
}
.profile-sidebar {
  padding: 20px;
  background: #fff; /* text-align:center; */
  margin: 0 0px;
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 17%);
  width: 100%;
}
.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.profile-usertitle {
  /* text-align:center; */
  margin-top: 20px;
}
.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}
.profile-userpic {
  position: relative;
  width: 100px;
  height: 100px;
  margin: auto;
}
.edit {
  position: absolute;
  top: 0;
  right: 0px;
  background: #2e3192;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  padding: 3px 10px;
  box-shadow: 2px 3px #33333378;
  color: #fff;
}
.remove {
  position: absolute;
  top: 0;
  left: 0px;
  background: #ed1c24;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 17px;
  display: inline-block;
  padding: 3px 0px;
  box-shadow: 2px 3px #33333378;
  color: #fff;
  text-align: center;
}
.edit:hover {
  color: #fff;
}
.phone-edit {
  margin: 0 0 20px;
}
.phone-edit input[type="text"],
.phone-edit input[type="password"] {
  width: 100%;
  min-height: 40px;
  border: 1px solid #e0e0e0;
  padding: 10px;
}
.phone-edit input[type="text"],
.phone-edit input[type="password"]:focus {
  outline: 0;
}
.phone-edit label.error {
  color: #f44336;
  margin-bottom: 0;
}
.btn-blue {
  background: #f44336;
  font-weight: 700;
  color: #fff;
}
.btn-blue:hover {
  color: #fff;
}
.btn-blue:focus {
  outline: 0 !important;
  box-shadow: none;
}
.navbar-inverse {
  background-color: #fff;
  border-color: #e7e7e7;
  box-shadow: 0 0 5px #e7e7e7;
  border-top: 0;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #2e3192;
}
.page-template-template-card-generator h1 {
  font-size: 19px;
  margin: 0;
  color: #ed1d25;
}
.page-template-template-card-generator h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #2e3192;
}
.page-template-template-card-generator .well-lg,
.page-template-template-login .well-lg {
  padding: 14px;
  border-radius: 6px;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.heading {
  color: #2e3192;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.heading span {
  color: #ff0000;
}
.login-temp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  place-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.page-template-template-login-php {
  height: 100vh;
}
/* FAQ */
.faq-temp .panel-default > .panel-heading {
  color: #fff;
  background-color: #2e3192;
  border-color: #ddd;
  text-align: left;
}
.faq-temp .panel-default > .panel-heading a {
  text-decoration: none;
}
.faq-temp .panel-default > .panel-heading a:after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
}
.faq-temp .panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: "\f077";
}
.faq-temp .panel-title {
  position: relative;
}
.panel-collapse .panel-body {
  font-size: 14px;
}
/* Card options */
.card-list {
  margin: 150px 0;
}
.card-option-1 {
  background-color: #333;
  border: 4px solid #555;
  border-left-color: #777;
  border-top-color: #777;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    "DejaVu Sans", Verdana, sans-serif;
  height: 180px;
  margin: auto;
  padding: 10px;
  width: 380px;
}
.card-option-1 .avatar {
  background: url(http://placepic.me/avatars/250-250) center center/cover #eee;
  border-radius: 50%;
  border: 5px solid #555;
  display: inline-block;
  filter: alpha(opacity=85);
  height: 95%;
  margin: 0;
  opacity: 0.85;
  width: 45%;
}
.card-option-1 .details {
  background: #555;
  color: #fff;
  display: block;
  float: right;
  height: 88%;
  margin: 0;
  padding: 10px;
  width: 45%;
}
.card-option-1 .details h1 {
  font-size: 1.4em;
  line-height: 91%;
  overflow: hidden;
  text-align: center;
  text-transform: lowercase;
}
.card-option-1 .details h2 {
  font-size: 0.8em;
  font-weight: 100;
  line-height: 92%;
  text-align: center;
  text-transform: lowercase;
}
.card-option-1 .details a {
  color: #eee;
  text-decoration: none;
}
.card-option-1 .details a:hover {
  color: #fff;
  text-decoration: underline;
}
.card-option-1 .details dd,
.card-option-1 .details dt {
  color: #eee;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32%;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.wrapper {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 100px 20px 50px;
  display: flex;
  background-image: linear-gradient(-20deg, #ff2846 0, #6944ff 100%);
}
@media screen and (max-width: 768px) {
  .wrapper {
    height: auto;
    min-height: 100vh;
    padding-top: 100px;
  }
}
.profile-card {
  width: 100%;
  min-height: 460px;
  margin: auto;
  box-shadow: 0 10px 10px 0 rgb(13 28 39 / 40%);
  background: #fff;
  border-radius: 0px;
  max-width: 700px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 15px;
}
.profile-card.active .profile-card__cnt {
  filter: blur(6px);
}
.profile-card.active .profile-card-message,
.profile-card.active .profile-card__overlay {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.1s;
}
.profile-card.active .profile-card-form {
  transform: none;
  transition-delay: 0.1s;
}
.profile-card__img {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #2f3292;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  z-index: 4;
}
@media screen and (max-width: 576px) {
  .profile-card__img {
    width: 120px;
    height: 120px;
  }
}
.profile-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.profile-card__cnt {
  text-align: center;
  padding: 0 0px 0px;
  transition: all 0.3s;
  margin-top: 10px;
}
.profile-card__name {
  font-weight: 700;
  font-size: 19px;
  color: #6944ff;
  margin-bottom: 5px;
  animation-delay: 2s;
}
.profile-card__txt {
  font-size: 16px;
  font-weight: 500;
  color: #324e63;
  margin-bottom: 8px;
  text-transform: capitalize;
  animation-delay: 2.5s;
}
.profile-card__txt strong {
  font-weight: 700;
}
.profile-card-loc {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.profile-card-loc__icon {
  display: inline-flex;
  font-size: 27px;
  margin-right: 10px;
}
.profile-card-inf {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 35px;
}
.profile-card-inf__item {
  padding: 10px 35px;
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .profile-card-inf__item {
    padding: 10px 20px;
    min-width: 120px;
  }
}
.profile-card-inf__title {
  font-weight: 700;
  font-size: 27px;
  color: #324e63;
}
.profile-card-inf__txt {
  font-weight: 500;
  margin-top: 7px;
}
.profile-card-social {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.profile-card-social__item {
  display: inline-flex;
  width: 55px;
  height: 55px;
  margin: 15px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #405de6;
  box-shadow: 0 7px 30px rgba(43, 98, 169, 0.5);
  position: relative;
  font-size: 21px;
  flex-shrink: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .profile-card-social__item {
    width: 50px;
    height: 50px;
    margin: 10px;
  }
}
@media screen and (min-width: 768px) {
  .profile-card-social__item:hover {
    transform: scale(1.2);
  }
}
.profile-card-social__item.facebook {
  background: linear-gradient(45deg, #3b5998, #0078d7);
  box-shadow: 0 4px 30px rgba(43, 98, 169, 0.5);
}
.profile-card-social__item.twitter {
  background: linear-gradient(45deg, #1da1f2, #0e71c8);
  box-shadow: 0 4px 30px rgba(19, 127, 212, 0.7);
}
.profile-card-social__item.instagram {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
  box-shadow: 0 4px 30px rgba(120, 64, 190, 0.6);
}
.profile-card-social__item.behance {
  background: linear-gradient(45deg, #1769ff, #213fca);
  box-shadow: 0 4px 30px rgba(27, 86, 231, 0.7);
}
.profile-card-social__item.github {
  background: linear-gradient(45deg, #333, #626b73);
  box-shadow: 0 4px 30px rgba(63, 65, 67, 0.6);
}
.profile-card-social__item.codepen {
  background: linear-gradient(45deg, #324e63, #414447);
  box-shadow: 0 4px 30px rgba(55, 75, 90, 0.6);
}
.profile-card-social__item.link {
  background: linear-gradient(45deg, #d5135a, #f05924);
  box-shadow: 0 4px 30px rgba(223, 45, 70, 0.6);
}
.profile-card-social .icon-font {
  display: inline-flex;
}
.profile-card-ctr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}
@media screen and (max-width: 576px) {
  .profile-card-ctr {
    flex-wrap: wrap;
  }
}
.profile-card__button {
  background: 0 0;
  border: none;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-size: 19px;
  margin: 15px 15px 5px;
  padding: 15px 40px;
  min-width: 201px;
  border-radius: 50px;
  min-height: 55px;
  color: #fff;
  cursor: pointer;
  backface-visibility: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .profile-card__button {
    min-width: 170px;
    margin: 15px 25px;
  }
}
@media screen and (max-width: 576px) {
  .profile-card__button {
    min-width: inherit;
    margin: 0;
    margin-bottom: 16px;
    width: 100%;
    max-width: 300px;
  }
  .profile-card__button:last-child {
    margin-bottom: 0;
  }
}
.profile-card__button:focus {
  outline: none !important;
}
@media screen and (min-width: 768px) {
  .profile-card__button:hover {
    transform: translateY(-5px);
  }
}
.profile-card__button.button--orange {
  background: linear-gradient(45deg, #d5135a, #f05924);
  box-shadow: 0 4px 30px rgba(223, 45, 70, 0.35);
  animation-delay: 3.5s;
}
.profile-card__button.button--orange:hover {
  box-shadow: 0 7px 30px rgba(223, 45, 70, 0.75);
}
.profile-card__button.button--gray {
  box-shadow: none;
  background: #dcdcdc;
  color: #142029;
}
.profile-card-message {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 130px;
  padding-bottom: 100px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.profile-card-form {
  box-shadow: 0 4px 30px rgba(15, 22, 56, 0.35);
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  transform: scale(0.8);
  position: relative;
  z-index: 3;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .profile-card-form {
    max-width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .profile-card-form {
    padding: 20px;
  }
}
.profile-card-form__bottom {
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 576px) {
  .profile-card-form__bottom {
    flex-wrap: wrap;
  }
}
.profile-card textarea {
  width: 100%;
  resize: none;
  height: 210px;
  margin-bottom: 20px;
  border: 2px solid #dcdcdc;
  border-radius: 10px;
  padding: 15px 20px;
  color: #324e63;
  font-weight: 500;
  font-family: Quicksand, sans-serif;
  outline: 0;
  transition: all 0.3s;
}
.profile-card textarea:focus {
  outline: 0;
  border-color: #8a979e;
}
.profile-card__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background: rgba(22, 33, 72, 0.35);
  border-radius: 12px;
  transition: all 0.3s;
}
.v18-logo {
  text-align: center; /* margin-top:-40px; */
  animation-delay: 1.5s;
}
.list {
  padding-left: 0;
  margin: 0 auto;
  animation-delay: 2.5s;
}
.list .list-item {
  list-style: none;
  margin: 5px 0 0px 0;
  font-size: 13px;
}
.list .list-item a:hover {
  text-decoration: none;
  color: #2d2e8e;
}
.list .list-item a {
  font-size: 15px;
  color: #444;
  transition: all ease-in 300ms;
  display: flex;
  align-items: center;
}
.qr-code img {
  max-width: 80px;
  box-shadow: 2px 3px 6px 2px rgb(51 51 51 / 29%);
}
.share-box {
  display: flex;
  align-items: center;
  animation-delay: 3s;
}
.share {
  width: 100%;
}
.share-icons {
  display: flex;
  padding: 0;
  justify-content: center;
}
.share-icons li {
  list-style: none;
  margin: 5px;
}
.share-icons li a {
  font-size: 15px;
  color: #fff;
  background: #2e3192;
  border-radius: 50%;
  padding: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  transition: all ease-in 1s;
  text-align: center;
  line-height: 30px;
}
.share-icons li a:hover {
  transform: rotate(360deg);
}
.share-icons-follow li a {
  background: #000 !important;
}
/* card option 2 */
.card-option-2 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 0px 12px;
  border-radius: 0px;
  background: linear-gradient(45deg, #d5135a, #f05924);
  color: #fff;
  text-align: center;
}
.card-option-2 .img-wrap {
  width: 85px;
  height: 85px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #e4d40b;
  animation-delay: 1s;
}
.card-option-2 .img-wrap img {
  width: 100%;
}
.card-option-2 h4 {
  font-size: 21px;
  animation-delay: 1.5s;
}
.card-option-2 h6 {
  color: #e4d40b;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 16px;
  animation-delay: 2s;
}
.card-option-2 p {
  color: #e4d40b;
  font-size: 12px;
  max-width: 225px;
  margin: 0 auto 22px;
}
.card-option-2 .cta-wrapper {
  width: 100%;
  margin: 0 auto 4px;
  display: grid;
  grid-template-columns: repeat(3, 30px);
  grid-gap: 25px;
  justify-content: center;
  animation-delay: 3s;
}
.card-option-2 .cta-wrapper .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-shadow: 2px 3px #3333332b;
  transition: all ease-in 300ms;
}
.card-option-2 .cta-wrapper .cta i {
  font-size: 18px;
  color: #8c8c8c;
}
.card-option-2 .cta-wrapper .cta:hover {
  color: #fff;
  background: #463737;
}
.card-option-2 .cta-wrapper .cta:hover i {
  color: #fff;
}
.card-option-2 .list .list-item a {
  color: #fff;
}
.card-option-2 .list {
  justify-content: center;
  display: flex;
  margin-bottom: 7px;
  animation-delay: 2.5s;
}
.card-option-2 .list .list-item {
  margin: 5px 8px 10px;
}
.v18-brand {
  background: #fff;
  border-radius: 0px;
  padding: 10px;
}
.qr-scan {
  width: 100px;
  position: absolute;
  right: 40px;
  top: 18px;
  border: 3px solid #fff;
  box-shadow: 2px 3px 7px 2px rgb(158 25 25);
}
.profile-card__button.button--yellow {
  background: linear-gradient(45deg, #e4d40b, #e8e1de);
  box-shadow: 0 4px 30px rgba(223, 45, 70, 0.35);
  color: #333;
  animation-delay: 3.5s;
}
.card-option-2 .list .list-item a:hover {
  color: #e4d40b;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #fff;
}
/* card option 3 */
.card-option-3 {
  text-align: center;
  border-radius: 0px;
  margin: 0px 0px;
  background: #fff;
  box-shadow: 0px 1px 9px 0px #33333378;
}
.page-template-template-card-generator .nav-tabs > li > a {
  color: #555;
  background: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  /* color: #555 !important; */
}
.nav-tabs > li > a:hover {
  /* color: #555 !important; */
}
.page-template-template-card-generator .nav-tabs > li {
  position: relative;
}
.page-template-template-card-generator .nav-tabs > li.active:after {
  position: absolute;
  content: "\f00c";
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  left: 40%;
  top: -50%;
  font: normal normal normal 14px/1 FontAwesome;
  color: #2d2e8e;
  font-size: 20px;
  padding: 5px;
  box-shadow: 2px 3px 7px 0px #03042f;
}
.card-option-3 header {
  background-image: url("assets/images/card-header.jpg");
  height: 100px;
  border-radius: 0px;
  margin-bottom: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.card-option-3 header .profile {
  margin: 70px 40px 10px;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  border: 6px solid #fff;
}
.card-option-3 header p {
  color: #444;
  font-size: 18px;
  font-weight: 300;
  animation-delay: 1.5s;
}
.card-option-3 .card_body {
  margin-top: 0px;
}
.card-option-3 h4 {
  animation-delay: 2s;
}
.card-option-3 .card_body ul.social {
  display: flex;
  list-style: none;
  margin-bottom: 0px;
  justify-content: space-around;
  padding-left: 0px;
  animation-delay: 3s;
}
.card-option-3 .card_body ul.social li {
  cursor: pointer;
  width: 100% !important;
  margin: 10px;
}
.card-option-3 .card_body li h3 {
  color: #bb34ab;
  border: 1px solid #2d2e8e;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-size: 14px;
}
.card-option-3 .card_body li p {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.card-option-3 .card_body li.twitter:hover {
  color: #1da1f2;
}
.card-option-3 .card_body li.facebook:hover {
  color: #4267b2;
}
.card-option-3 .card_body li.instagram:hover {
  color: #405de6;
}
.card-option-3 header .qr-scanne img {
  border-radius: 0;
  width: 80px;
  border: 5px solid #fff;
}
.card-option-3 header .qr-scanne {
  position: absolute;
  top: 10px;
  left: 10px;
  box-shadow: 2px 3px 6px 2px rgb(114 26 128);
}
.v18-logo-card-3 {
  position: absolute;
  right: 11px;
  top: 30%;
  animation-delay: 2.5s;
}
.card-option-3 .share-icons {
  display: flex;
  padding-left: 0;
  justify-content: center;
  animation-delay: 2.5s;
}
.profile-card__button.button--purple {
  background: linear-gradient(45deg, #c31f9a, #9b8bf3);
  box-shadow: 0 4px 30px rgb(223 45 70 / 35%);
  color: #fff;
  margin-top: 0px;
  margin-bottom: 20px;
  animation-delay: 3.5s;
}
.alert-info {
  margin-top: 100px;
}
.navbar-brand.custom-brand > img {
  width: 130px;
  background: #fff;
  padding: 4px;
  margin-top: -5px;
}
.table-details tr th {
  color: #333;
  background: #ffba1f;
}
.table-details tr td {
  color: #5f5f5f;
}
.table-details .alert-success {
  color: #ffffff;
  background-color: #37bb00;
  border-color: #abf171;
  padding: 7px;
}
.card-detail-info a {
  color: #2e3192;
  display: block;
  word-break: break-all;
  text-align: center;
}
.card-detail-info span {
  color: #f44437;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #2e3192;
}
.page-template-template-bc .card-option-3,
.page-template-template-bc .card-option-2,
.page-template-template-bc .card-option-2 {
  margin-top: 100px;
}
.table-details .btn {
  padding: 4px 7px;
}
/* card orange and blue*/
.card-option-orange {
  background: #fcaf17;
  padding: 15px;
  margin: 0;
}
.box-header {
  display: flex;
  justify-content: space-between;
}
.qr img {
  max-width: 100px;
}
.details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.details .person-name {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.person-designation {
  font-size: 15px;
  font-weight: 600;
}
.details-left {
  margin-top: 10px;
}
.tree img {
  margin: 0 auto;
  width: 230px;
}
.tree {
  margin: 20px 0;
}
.details .list {
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.profile-img {
  text-align: center;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.profile-img img {
  border-radius: 50%;
  margin-bottom: 12px;
  width: 100%;
  height: 100%;
}
.list-item i {
  background: #333;
  padding: 7px;
  border-radius: 50%;
  color: #ffffff;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  text-align: center;
}
.card-option-blue {
  background: #1fc4f4;
  padding: 15px;
}
.card-footer {
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}
.card-footer a {
  color: #333333;
  font-size: 14px;
  text-decoration: underline;
}
.page-template-template-bc .card-option-orange,
.page-template-template-bc .card-option-blue {
  margin: 100px 0 50px;
}
@media (max-width: 1366px) {
  .card-option-3 .card_body li h3 {
    font-size: 13px;
  }
  .list .list-item a {
    font-size: 14px;
  }
  .tab-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .qr-scan {
    width: 60px;
    right: 20px;
    top: 38px;
  }
  .profile-card__button {
    padding: 5px 25px;
  }
  .qr-code img {
    max-width: 60px;
  }
  .share-icons {
    padding-left: 0px;
    justify-content: flex-end;
  }
  .card-option-3 header .qr-scanne img {
    width: 70px;
  }
  .v18-logo-card-3 {
    top: 17%;
  }
  .card-option-3 .card_body ul.social {
    flex-direction: column;
    padding: 0px 20px;
  }
  .card-option-3 .card_body li h3 {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .profile-card__img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .profile-card {
    margin-top: 80px;
  }
  .profile-sidebar {
    margin: 40px 0px 0px;
  }
  .page-template-template-card-generator .nav-tabs {
    margin-top: 0px;
  }
  .page-template-template-card-generator .tab-content {
    margin-bottom: 50px;
  }
  .page-template-template-card-generator .nav-tabs > li > a {
    margin-bottom: 30px;
  }
  .page-template-template-card-generator .nav-tabs > li.active:after {
    left: 45%;
  }
  .page-template-template-card-generator h3 {
    margin-bottom: 10px;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #2f3292;
  }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
  }
  .details {
    flex-direction: column;
  }
  .details-left {
    text-align: center;
  }
  .qr img {
    width: 100px;
  }
  .brand-logo img {
    width: 130px;
  }
  .profile-img {
    margin: 0 auto 10px;
  }
  .details .list {
    text-align: left;
  }
  .share-icons {
    justify-content: flex-start;
    padding-left: 10px;
  }
  .page-template-template-bc .card-option-orange,
  .page-template-template-bc .card-option-blue {
    margin-top: 0;
  }
  .tree {
    margin-bottom: 0;
  }
}
/* Contact us form */
.page-template-template-contact-us {
  background-color: #fff;
}
.contact-us h1 {
  font-weight: 600;
  font-size: 32px;
  color: #2e3192;
  text-align: center;
  text-transform: capitalize;
}
.contact-us h4 {
  font-family: "Roboto", sans-serif, "arial";
  font-weight: 400;
  font-size: 17px;
  color: #9b9b9b;
  line-height: 1.5;
}
.contact-us .styled-input {
  float: left;
  width: 293px;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .contact-us .styled-input {
    width: 100%;
  }
}
.contact-us .styled-input label {
  color: #999;
  font-weight: normal;
}
.contact-us .styled-input label.error {
  color: #f44336;
  margin-bottom: 0;
}
.contact-us .styled-input.wide {
  width: 650px;
  max-width: 100%;
}
.contact-us input,
.contact-us select,
.contact-us textarea {
  padding: 6px 7px;
  border: 0;
  width: 100%;
  font-size: 15px;
  background-color: #fff;
  color: #646467;
  border-radius: 4px;
  border: 2px solid #2e3192;
}
.contact-us input:focus,
.contact-us textarea:focus {
  outline: 0;
}
.contact-us input:focus ~ span,
.contact-us textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}
.contact-us textarea {
  width: 100%;
  min-height: 100px;
}
.contact-us .input-container {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 25px auto;
}
.contact-us .submit-btn {
  float: right;
  padding: 7px 35px;
  border-radius: 60px;
  display: inline-block;
  background-color: #ef2f36;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 2px 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 0;
}
.contact-us .submit-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.09);
}
@media (max-width: 768px) {
  .contact-us .submit-btn {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.contact-us input[type="checkbox"] + label {
  color: #ccc;
  font-style: italic;
}
.contact-us input[type="checkbox"]:checked + label {
  color: #f00;
  font-style: normal;
}
@media (max-width: 767px) {
  .contact-us h1 {
    font-size: 35px;
  }
  .contact-us textarea {
    min-height: 140px;
  }
}
body form label.error {
  color: #f44336;
  margin-bottom: 10px;
  margin-top: -9px;
}
/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  text-align: left;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.rating-stars ul > li.star {
  display: inline-block;
}
/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 2.5em; /* Change the size of the stars */
  color: #ccc; /* Color on idle state */
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #ffcc36;
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #ff912c;
}
/**Total Count of Business Cards **/
.winner-wrap {
  max-width: 280px;
  min-height: 280px;
  margin: 5% auto 2%;
  position: relative;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  border: 4px solid rgb(46 49 146);
  border-radius: 5px;
  box-shadow: 0 10px 15px -7px rgba(0, 0, 0, 0.2);
}
.winner-wrap:hover .right-ribbon {
  right: -45px;
  border-left: 20px solid #e0b05c;
  transition: all ease 0.3s;
}
.winner-wrap:hover .left-ribbon {
  left: -45px;
  border-right: 20px solid #e0b05c;
  transition: all ease 0.3s;
}
.winner-wrap:hover .winner-ribbon {
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.2);
  transition: all ease 0.3s;
}
.border {
  position: absolute;
  width: 90%;
  height: 90%;
  border: 4px solid rgb(46 49 146);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  margin: auto;
}
.medal-box {
  width: 60px;
  height: 60px;
  background: #fe346e;
  color: #ffbd69;
  border-radius: 50px;
  line-height: 70px;
  font-size: 2.3rem;
  margin: 0.8rem auto 1rem;
}
.winner-wrap h1 {
  color: rgb(46 49 146);
  font-size: 27px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.winner-wrap h2 {
  color: #3a3d98;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}
.winner-ribbon {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 35px;
  color: #fff;
  position: absolute;
  background-color: #ed1c24;
  bottom: 45px;
  left: 0;
  z-index: 99;
  box-shadow: 0 10px 15px -7px rgba(0, 0, 0, 0.2);
}
.profile-sidebar .fadeInDownul {
  padding-left: 0;
}
li#saml_login_widget-2 {
  list-style: none;
  width: 100%;
}
form#miniorange-saml-sp-sso-login-form {
  text-align: center;
}
#saml_login_widget-2 a {
  font-size: 18px;
  width: 100%;
}
.profile-sidebar ul.col-sm-3 {
  width: 100% !important;
}
.bc-bot-socialicons {
  display: flex;
  justify-content: center;
}
.miniorang-login-wrapper form a {
  font-size: 18px;
  font-weight: bold;
  color: #2e3192;
  text-decoration: underline;
  text-decoration-color: #f00;
}
.login-beta-sub {
  position: absolute;
  bottom: -8px;
  right: 0;
  font-size: 0.5em;
}
@media (max-width: 480px) {
  .heading {
    font-size: 26px;
  }
}
/* ebusiness card */
.ebusinesscard_div {
  padding: 25px;
  background-color: #f1f1f1;
  box-shadow: 0 0 10px 2px rgb(0 0 0 / 20%);
  border-radius: 5px;
  margin-top: 30px;
}
.ebusiness_subbtn {
  width: 100%;
  padding: 10px;
  background-color: #f44336;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  margin-top: 20px;
}
.ebusiness_subhead {
  color: #f44336;
}
.ebusiness_head {
  margin-top: 100px;
}
.ebusinesscard_otp_label {
  color: #6b6b6b;
}
.ebusiness_otpinput {
  border: 1px solid #6b6b6b !important;
  padding-left: 33px !important;
}
.ebusiness_viacomlogo {
  width: 150px;
  margin-top: 10px;
}
.ebusiness_input_div {
  position: relative;
}
.ebusiness_input_div img {
  position: absolute;
  left: 4px;
  top: 6px;
  width: 22px;
}
.adminactiondiv {
  display: flex;
  justify-content: space-around;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.87);
  text-align: center;
  display: none;
  z-index: 999999;
}
.loader-inner {
  position: relative;
  height: 100vh;
  width: 100%;
}
.loader-inner img {
  position: absolute;
  top: 50%;
  left: 45%;
}

#doc_data_update_form label.error {
  color: #f44336;
  margin-bottom: 10px !important;
}

.teammemberdiv {
  overflow: auto;
}

#assign_bu_doc_popup #pdf_name_new {
  overflow-wrap: anywhere;
}

#user_table tr:hover th {
  color: #fff !important;
}
