/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.mt-3 {
  margin-top: 30px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 35px;
}
.mr-3 {
  margin-right: 30px;
}
.ml-3 {
  margin-left: 30px;
}
.mt-1rem {
  margin-top: 1rem;
}
.mt-2rem {
  margin-top: 2rem;
}
.mt-3rem {
  margin-top: 3rem;
}
.mt-4rem {
  margin-top: 4rem;
}
.mb-1rem {
  margin-bottom: 1rem;
}
.mb-2rem {
  margin-bottom: 2rem;
}
.mb-3rem {
  margin-bottom: 3rem;
}
.mb-4rem {
  margin-bottom: 4rem;
}
.mr-blk-1rem{
  margin-block: 1rem;
}
.mr-blk-2rem{
  margin-block: 2rem;
}
.mr-blk-3rem{
  margin-block: 3rem;
}
.mr-blk-4rem{
  margin-block: 4rem;
}
.mr-1rem {
  margin-right: 1rem;
}
.mr-2rem {
  margin-right: 2rem;
}
.mr-3rem {
  margin-right: 3rem;
}
.mr-4rem {
  margin-right: 4rem;
}
.ml-1rem {
  margin-left: 1rem;
}
.ml-2rem {
  margin-left: 2rem;
}
.ml-3rem {
  margin-left: 3rem;
}
.ml-4rem {
  margin-left: 4rem;
}
.cs-nav-light {
  background-color: transparent !important;
    height: 100px;
    border-bottom: 1px solid #e6e6e6;
}
.navbar-nav li a {
    margin: 1px 10px 1px 10px;
}
.login-btn a {
    font-weight: bold;
    color: #333;
}
.user-details img {
    width: 270px;
    float: left;
    position: relative;
    left: 0;
}
.user-details h3 {
    display: flex;
    position: relative;
    top: 110px;
    left: 40px;
}
.user-details p {
    display: flex;
    position: relative;
    top: 110px;
    font-style: italic;
    left: 40px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    font-weight: bold;
}
.bigblack-btn {
    background: transparent;
    color: #333;
    border-radius: 5px;
    padding: 30px 48px 30px 48px;
    border: 1px solid #333;
    margin-right: 24px;
    text-align: center;
    transition: .5s ease;
}
.bigblack-btn:hover {
  background: #333;
  color: #fff;
  transition: .5s ease;
}
.bigblack-btn-active {
    background: #333;
    color: #fff;
    border-radius: 5px;
    padding: 30px 48px 30px 48px;
    text-align: center;
    transition: .5s ease;
}
.bigblack-btn-active:hover {
    background: transparent;
    color: #333;
    border: 1px solid #333;
    transition: .5s ease;
}
.btngroup {
    display: flex;
    position: relative;
    top: 100px;
    text-align: center;
    float: right;
}
.heading-sty {
    text-align: center;
    position: relative;
    top: 75px;
}
.profile-details {
    padding-right: 40px;
}
.profile-details h3 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.company-bio h3 {
    margin-bottom: -20px;
    margin-top: 30px;
}
.company-bio img {
    width: 594px;
    position: relative;
    border-radius: 4px;
}
.details {
  margin-top: 30px;
}
.social-details {
  margin-bottom: 30px;
  margin-top: 50px;
}
.social-info-table {
  width: 100%;
}
.social-info-table tr {
  border-bottom: 1px solid #7773;
}
.social-info-table td {
    text-align: right;
}
td {
  padding-top:18px;
  padding-bottom:18px;
  padding-right:20px;
}
.logo img{
  width: 300px;
  text-align: center;
}
.logo{
  text-align: center;
}
.signup-header {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F0F0F0;
    width: 100%;
}
.signup-form {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.profile-img img {
    width: 175px;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    left: 25px;
}
.profile-img svg {
    font-size: 18px;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    border: 1px solid #8d8d8d;
    position: relative;
    top: 64px;
    left: -25px;
    color: #000;
    transition: .5s ease;
}
.profile-img svg:hover {
    background: #504d4d;
    border: 1px solid #8d8d8d;
    color: #fff;
    transition: .5s ease;
}
.form-text {
  font-style: italic;
  text-align: left;
  color: #A6A6A6;
}
.custom-signup {
    border-radius: 4px !important;
    box-shadow: 0px 0px 19px #3333331a;
    height: 45px !important;
}
.signup-btn {
    width: 109px !important;
    position: relative;
    left: 0px;
    float: left;
    background: #333 !important;
    border-radius: 0px !important;
    border: none !important;
    padding-bottom: 10px !important;
    color: #fff;
    padding-top: 10px;
    transition: .5s ease;
}
.signup-btn:hover {
    background: #181717 !important;
    color: #fff;
    transition: .5s ease;
}
.already-register {
  position: absolute;
  top: 60px;
}
.login {
  color: #333;
  font-weight: bold;
}
.ctrl-pull-left {
    position: relative;
    left: -21px;
    width: 105% !important;
}
button.close {
    float: right !important;
    text-align: right !important;
    padding-right: 10px !important;
}
.modal-content {
    color: #fff !important;
    background-color: #676767 !important;
    border-radius: 0px !important;
    text-align: center !important;
}
.close {
    font-size: 2rem !important;
    text-shadow: none !important;
    font-weight: 400 !important;
    opacity: 1 !important;
    color: #fff !important;
}
.form-control {
    padding: 3px 11px 1px 10px !important;
}
.play-btn svg {
    font-size: 49px;
    position: relative;
    color: #fff;
    left: 51%;
    z-index: 99;
    top: 250px;
    transition: .5s ease;
}
.play-btn svg:hover {
    color: #c7c2c2;
    transition: .5s ease;
}
.verification-header {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F0F0F0;
    width: 100%;
}
.verification-form {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.sec-border{
    border: 1px solid lightgray;
}
.verification-btn{
    color: white;
    background-color: black;
    padding-block: 6px;
    width: 25%;
    border-radius: 3px;
    border: 1px solid black;
}
.verification-btn:hover{
    color: black;
    background-color: white;
    transition: .2s ease;
}
.wid-60{
  width: 60%;
  margin: auto;
}
.note{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.t-center{
  text-align: center;
}
.vef-mod-hdr{
  border-bottom: none!important;
}
.white{
  color: #fff !important;
}

h1,h2,h3,h4,h5,h6,p,a{
    color: #57320F!important;
}
a{
    font-weight: bold;
}
input:focus,select:focus,textarea:focus{
    outline: 1px solid #57320F;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 40px #FFFFFF inset !important;
}

.bg-brown{
    background-color: #57320F!important;
    border-radius: 0!important;
    color: white!important;
}
.bg-brown-light{
    background-color: rgba(87, 50, 15, 0.6) !important;
    border-radius: 0!important;
    color: white!important;
}

.btn:focus{
    outline: none!important;
    box-shadow: none!important;
}
.tree{
    min-width: 300vw;
    overflow-x: scroll;
    clear: both;
}
.tree ul {
    padding-top: 20px; position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left; text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
    content: '';
    position: absolute; top: 0; right: 50%;
    border-top: 1px solid #ccc;
    width: 50%; height: 20px;
}
.tree li::after{
    right: auto; left: 50%;
    border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
    border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
    content: '';
    position: absolute; top: 0; left: 50%;
    border-left: 1px solid #ccc;
    width: 0; height: 20px;
}

.tree li a{
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;
    background: white;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
    background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before{
    border-color:  #94a0b4;
}
.tree li a{
    padding: 15px 40px!important;
}
.unit-purchase-div{
    display: flex;
    justify-content: end;
    align-items: center;
}
.tier-filter{
    left: -50px;right:0;z-index: 1000;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
select{
    -webkit-appearance: none;
}
#upload-receipt-modal .modal__content{
    width: 30%;
    background-color: #fae9d9;
}
::-webkit-scrollbar {
    width: 3px;
    box-shadow: none!important;
}
::-webkit-scrollbar-corner{
    outline: none !important;
    background: green;
}
::-webkit-scrollbar-track {
    background: white;
    box-shadow: none!important;
    outline: none !important;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #c5a78a !important;
    box-shadow: none !important;
    outline: none !important;
}
::-webkit-scrollbar-thumb:hover {
    outline: none !important;
    background: #57320F;
}
.form-control{
    border: 1px solid transparent!important;
    border-radius: 0!important;
}
.form-control:focus{
    box-shadow: none!important;
}
.loader {
    border: 8px solid white; /* Light grey */
    border-top: 8px solid #57320F; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 0.75s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media only screen and (max-width: 767px) {
    .site-logo{
        margin-bottom: 15px;
    }
    .profile-top-bar-wallete.cursor-pointer{
        width: 70%!important;
    }
    .network-div{
        flex-wrap: wrap;
    }
    .tree li a{
        padding: 8px!important;
    }
    .tree{
        width: 700vw;
        overflow-x: scroll;
        clear: both;
    }
    .unit-purchase-div{
        justify-content: start;
    }
    .tier-filter{
        left: -200px!important;
        width: 300px;
    }
    #upload-receipt-modal .modal__content{
        width: 100%;
    }
}
