/*general settings*/
body {
    font-family: 'Raleway', sans-serif;
    font-size: 1.7rem;
}

.modal .close {
    /* margin-top: -2px; */
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.8) !important;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    padding-left: 2px !important;
}

.sm-logo {

    background: rgba(0,0,0,0.1);
    width: 100px;
    height: 50px;
    float: left;
    margin-right: 20px;
}

h1 {
    margin-bottom: 50px;
}
p, li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    /*margin-bottom: 20px;*/
}

a {
    color: #005C9F;

}

a:hover, a:active, a:focus {
    outline: none;
    color: #000;
    text-decoration: none;
}



.search {
    min-height: calc(100vh - 160px);
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.main-search {
    margin-bottom: 13vh;
}

.search h4 {
    margin-bottom: 2rem;
    font-weight: bold;
    color: white;
}

.search h4 .badge {
    margin-top: 1rem;
}

.tag {
    min-height: 150px;
}

.badge-full {
    width: 100%;
    overflow-x: hidden;
}

.badge-large {
    width: 120px;
    font-size: 1.5rem;
    padding: 0.5rem;
    margin-top: -0.5rem;
    margin-right: 2rem;
}

.badge-tag {
    background-color: royalblue;
}

.badge-supplier {
    background-color: dodgerblue;
}

.badge-marke {
    background-color: cornflowerblue;
}

.spotlight .supplier .logo .img h3 {
    font-size: 1.2rem;
    margin-top: calc(12rem / 2);
}

.spotlight .supplier .logo {
    background-color: #EEEEEE;
    height: 12rem;
    width: 12rem;
    padding: 0;
    border-radius: 0px;
}

.spotlight .logo .img {
    color: black;
}

.spotlight {
    padding: 1.5rem;
    color: white;
    text-align: left;
}

@media screen and (max-width: 768px)
{
    .spotlight {
        height: 20rem;
    }
}

.spotlight div {
    height: 100%;
    overflow: hidden;
}

.spotlight a {
    color: white;
}

.search-result {
    padding: 2rem;
}

.search-field {
    margin-top: 2rem;
    min-height: 60px;
    margin-bottom: 4rem;
}

.search-field input[type="submit"] {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0.8rem;
    margin-top: -1px;
}

.search-field input[type="text"] {
    font-size: 2.5rem;
    display: block;
    padding: 0 2.5rem;
    height: 5rem;
}

.btn-search {
    width: 100%;
}

.logo {
    height: 10rem;
}

/* navigation */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.navbar {
    padding: 40px;
    padding-bottom: 2rem;
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger:focus {
    outline: none;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    padding: 1rem;
    width: 6rem;
    height: 6rem;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-button {
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 5;
    cursor: pointer;
}

.tags {
    background-color: #EEEEEE;
    margin: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.tags button{
     border: 1px solid black;
 }


.tag-large {
    margin-bottom: 0.5rem;
}

.tag-item .tag-large {
    margin: 0;
}

.tag-item a.tag-large {
    width: 100%;
    text-align: center;
}

.tag-item a.tag-large h4 {
    font-weight: bold;
}

a.tag-large {
    padding: 0.5rem 4rem;
    border: 2px solid #286090;
    border-radius: 2px;
    display: inline-block;
    text-align: left;
}

a.tag-large:hover {
    background-color: darkgrey;
}

.slide-nav {
    position: fixed;
    left: 0;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    padding: 40px;
    padding-top: 20vh;
    height: 100%;
    z-index: 4;
    transition: all 600ms ease;
    transform: translateX(-100%);
    overflow-y: auto;
}

.slide-nav.is-active {
    transform: translateX(0%) !important;
}

.slide-nav ul {
    padding: 0;
}

.slide-nav ul li {
    list-style: none;
    margin-bottom: 5px;
}


.slide-nav ul li a {
    color: white;
    font-size: 2.5rem;
    line-height: 1.2em;
    display: block;
    padding: 10px 0;
}
.slide-nav ul li.smaller a{
    font-size: 2rem;
    padding: 0;
}

/*content*/
.button:focus {
    outline: none;
}

.custom-thumbnail {
    width: 180px;
    height: 180px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-bottom: 5px;
    text-align: center;
}

.custom-thumbnail h3 {
    margin-top: calc(180px / 2);
    margin-left: 50%;
    transform: translate(-50%, -50%);
}

.recommended-logos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.white-border {
    border: white solid 2px;
    border-radius: 4px;
    height: 100%;
    color: white;
    padding: 1rem;
}

.marke-logo {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.marke-logo-large {
    width: 140px;
    height: 140px;
    margin-right: 10px;
}

.marke-logo-small {
    width: 100px;
    height: 100px;
    margin-top: -1rem;
    margin-right: 2rem;
}

.round-border {
    border-radius: 4px;
}

.black-border {
    border: #DDDDDD solid 4px;
    border-radius: 4px;
}

input.quicksearch {
    vertical-align: middle;
    height: 34px;
    border-radius: 0 !important;
    cursor: auto;
    margin-top: 8px;
}

.is-checked {
    background-color: lightgrey;
}

.filter {
    color: black;
}

.filter .awesomplete {
    width: auto;
    vertical-align: middle;
}

.awesomplete ul {
    text-align: left;
}

.filter input[type="text"] {
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 4px;
}

.white-box {
    background: white;
    padding: 2rem 5rem;
    position: relative;
    color: black;
    border-radius: 4px;
}

.list-header h2 {
    margin-bottom: 3rem;
}

.bold {
    font-weight: bold;
}

.list-header .col-md-4, .col-md-8 {
    margin-bottom: 2rem;
}

.list-header {
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: black;
}

/* Dropdown Button */
.dropbtn {
    background-color: white;
    color: darkgrey;
    font-weight: bold;
    width: 260px;
    border: none;
    border-bottom: 3px solid darkgrey;
    cursor: pointer;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px 0;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
}

.container {
    width: 85%;
}

.caret-after::before {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 1rem;
    left: 95%;
    position: relative;
    top: 0.3em;
    transform: rotate(135deg);
    vertical-align: top;
    width: 1rem;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    /*margin-top: 20px;*/
}

.dropdown h2 {
    margin: 0;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 530px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content button {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.zulieferer-mehr-info-button{
    margin-top: 30px;
    text-align: right;
    display: block;
}


/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.img {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.img-small {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.desc {
    margin-top: 2rem;
    overflow-wrap: break-word;
}

.caret {
    float: right;
    margin-top: 10px;
}

.category .desc h3 {
    color: black;
    font-size: 18px;
}

.supplier.white-box {
    padding: 4rem 0 0 0;
}

.supplier-row {
    padding: 5rem 0;
    margin: 0;
}

.supplier-header {
    padding-top: 60px;
}

.supplier-header-image {
    border-radius: 4px 4px 0 0;
    width: 100%;
}

.supplier-header-full {

}

.supplier-header-height {
    height: 50vh;
    min-height: 300px;
    object-fit: contain;
}

.supplier-header-width {
    height: 50vh;
    min-height: 300px;
    object-fit: cover;
}

.supplier i {
    color: darkgrey;
}

.supplier a.btn {
    font-size: 2.5rem;
    font-weight: bold;
}

.supplier a.btn-sm {
    font-size: 14px;
    font-weight: normal;
}

.supplier a.btn.silver {
    margin-top: calc(180px /2);
    transform: translateY(-50%);
}

.supplier .badge {
    font-size: 1.5rem;
}

.supplier-post-header {
    border-radius: 0 0 4px 4px;
}

.supplier-header .img {
    height: 100%;
}

.supplier-inner {
    margin-top: 20px;
}

.supplier p {
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.supplier h1 {
    font-weight: bolder;
    margin: 0;
}

.supplier h4 {
    font-weight: bolder;
}

.supplier .logo, .marke-item .logo {
    padding: 5px;
    height: 180px;
    position: relative;
}

.supplier .logo .img, .marke-item .logo .img, .marke-title-logo .img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    height: auto;
    width: auto;
    border-radius: 0;
}

.supplier .desc a, .marke-item .desc a, .tag-item .desc a {
    color: #005c9f;
}

.supplier .desc a:hover, .marke-item .desc a:hover, .tag-item .desc a:hover {
    color: #7fa8cd;
}

.supplier .logo .img h3, .marke-item .logo .img h3 {
    text-align: center;
    margin-top: calc(180px / 2);
    margin-left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    word-wrap: break-word;
}

.supplier .desc h3 {
    color: black;
    font-weight: bold;
    font-size: 2rem;
}

.about-us-img-height{
    height:180px;
}

.white-background {
    background-color: #fff;
}

.no-background {
    background-color: transparent;
}

.white-font {
    color: #fff;
}

a.white-font:hover {
    color: #ccc;
}

.padding-right {
    padding-right: 1rem;
}

p.padding-left {
    padding-left: 1rem;
}

.index p {
    padding-left: 1rem;
}

.inline {
    display: inline-block;
}

.index-row {
    margin-bottom: 0.5rem;
}

.no-padding {
    padding: 0 !important;
}

.supplier-edit-image .form-group {
    background-color: rgba(255,255,255,0.7);
    /*height: 100%;*/
    padding: 2rem;
    padding-top: 4rem;
}
.supplier-edit-image .logo .img .form-group {
    padding: 0;
}
.supplier-edit-control {
    position: fixed;
    bottom: 5rem;
    right: 5rem;
    border-radius: 5px;
    background-color: darkgray;
    padding: 2rem;
    text-align: right;
    z-index: 100000;
}
.mb-2 {
    margin-bottom: 2rem;
}

.supplier-edit-image .logo {
    height: 270px;
    margin-bottom: 6rem;
}

.supplier-header.supplier-edit-image {
    height: 352px;
}

.supplier-edit-image div[data-drop-files] {
    color: #005c9f;
}

.supplier-edit-image .progress {
    background-color: transparent;
}

.supplier-edit-image .form-group i {
    color: #005c9f;
}

.no-margin {
    margin: 0 !important;
}

.padding-bottom-col {
    padding-bottom: 1rem;
}

.thumbnail {
    margin-top: 1.2rem;
    padding: 0;
}

.modal-body {
    padding-top: 0px;
}

.button-width {
    width: 100%;
}

.button-text {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}

.grid-item {
    padding: 1rem;
}

.supplier-bronze .desc {
    width: 100%;
    margin: 0;
    padding: 1.5rem;
}

.supplier-silver, .supplier-bronze {
    padding: 0;
}

.marke-title-logo {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #EEEEEE;
    transform: translateY(35%);
    margin-right: 1rem;
}

.supplier-silver .desc, .supplier-silver .supplier {
    display: inline-block;
    vertical-align: top;
}

.supplier-silver p {
    margin: 0;
}

.supplier-silver .desc {
    width: calc(100% - 110px);
    margin: 0;
    padding: 1.5rem 0;
}

.supplier-silver .logo {
    height: 100px;
    width: 100px;
}

.supplier-silver .logo .img h3 {
    font-size: 1.2rem;
    margin-top: calc(84px / 2);
}

.p-2 {
    padding: 2rem;
}

.user-info {
    max-width: 400px;
    padding: 2rem;
    margin-bottom: 4rem;
    word-wrap: break-word;
}

.user-info .btn {
    margin-top: 2rem;
}

.supplier-gold, .supplier-silver, .supplier-bronze, .marke-item, .tag-item, .user-info {
    background-color: #EEEEEE;
    border-radius: 0px;
    box-shadow: 0 0 5px 2px #ddd;
    padding: 15px;
}

.supplier-gold, .marke-item {
    padding: 2rem;
}

.tag-item .desc {
    padding: 2rem;
}

.no-border {
    border: hidden;
}

.thumbnail .caption {
    padding: 0;
}

.thumbnail a {
    text-decoration: none;
    color: #0f0f0f;
}

.no-decoration {
    text-decoration: none;
    color: #0f0f0f;
}

.no-decoration:hover {
    text-decoration: none;
    color: #0f0f0f;
}

/*footer*/

.foot {
    padding-bottom: 2rem;
}

/* footer link styling keep constant*/
/* unvisited link */
footer a:link {
    color: #fff;
    text-decoration: none;
}

/* visited link */
footer a:visited {
    color: #fff;
    text-decoration: none;
}

/* mouse over link */
footer a:hover {
    color: #fff;
    text-decoration: none;
}

/* selected link */
footer a:active {
    color: #fff;
    text-decoration: none;
}

.category-chooser {
    border: 1px solid #eee;
    padding: 0px;
    margin: 0;
}

.category-chooser + .category-chooser {
    border-top: 0;
}

.category-chooser li {
    list-style: none;
    margin-bottom: 0;
    transition: all 200ms ease;

}

.category-chooser li a {
    display: block;
    padding: 10px 20px;
}

.category-chooser li.active, .category-chooser li:hover {
    background: #eee;
}

.category-chooser li.collapse-head {
    background: #f5f5f5;
}

.category-chooser-mobile .filter-icons{
    display:inline-block;
    float:right;
}
.category-chooser-mobile{
    max-height:50px;
    overflow-y:hidden;
    margin-bottom:30px;
    transition: max-height 500ms;
}
.category-chooser-mobile.open{
    max-height:1500px;
}

/*site specific */

/* index */

.about-us {
    background: url(/img/index/indexAboutUsNoTextSmall.jpg) no-repeat;
    background-size: cover;
    background-position: left bottom;
    margin: 0.1rem;
    margin-top: 20px;
}

.leek-logo {
    background: url(/img/logo/leek.ch_white.png) no-repeat;
    background-size: contain;
    height: 12rem;
    margin-top: -1rem;
}


.slogan{
    color: white;
    font-size: 2.3rem;
}

.force-to-bottom {
    position: absolute;
    bottom: 5%;
    align-self: center;
    right: 35%;
}

/* media queries */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */

@media (max-width: 768px) {

    body{
        background: url(/img/background/backgroundSmall.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: left bottom;
    }

    .force-to-bottom {
        right: 35%;
    }

    .white-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .white-box .filter {
        float: none;
    }
    .white-box .filter .pull-right{
        float:none !important;
    }
    .white-box .filter br{
        height:1px;
        font-size:5px;
    }

    .navbar {
        padding: 0;
        padding-top: 20px;
        padding-left: 10px;
    }

    .supplier h1 {
        margin-bottom: 4rem;
    }

    .container {
        width: 95%;
    }
}


@media (max-width: 992px) {

    body{
        background: url(/img/background/backgroundSmall.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: left bottom;
    }

    h1{
        margin-bottom:30px;
    }

    .force-to-bottom {
        right: 28%;
    }

    .white-box{
        padding-left:20px;
        padding-right:20px;
    }

    .grid-item{
        width:100%;
    }

    .supplier .logo .img {
        background-position: center;
    }

    .tag-large {
        width: 100%;
    }

    .supplier-row {
        padding: 2.5rem 2rem;
        text-align: justify;
    }

    .supplier .col-md-6, .supplier .col-xs-12 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    body{
        background: url(/img/background/backgroundSmall.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: left bottom;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    body{
        background: url(/img/background/backgroundSmall.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: left bottom;
    }

    .parent {
        display: flex; /* equal height of the children */
    }

    .child {
        flex: 1; /* additionally, equal width */
    }

    .top-padding-center {
        padding-top: 13rem;
    }

    .supplier .col-md-6, .supplier .col-xs-12 {
        padding: 0 6rem;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .top-padding-center {
        padding-top: 8rem;
    }

    body{
        background: url(/img/background/backgroundSmall.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: left bottom;
    }



    .supplier .col-md-6, .supplier .col-xs-12 {
        padding: 0 10rem;
    }
}

.h3-margin h3 {
    margin-top: 10px;
    text-align: center;
}

.btn-primary {
    background-color: #005c9f;
    border-color: #005c9f;
}

.btn-primary:hover {
    background-color: #7fa8cd;
    border-color: #7fa8cd;
}

#search_results {
    color: white;
}

.search-form-docked {
    background-color: #EEEEEE;
    padding: 3rem 3rem 0 3rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


/* Tabs */
/* Tabs panel */
.tabbable-panel {
    border:1px solid #eee;
    padding: 0;
    background-color: white;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
    padding: 0 5rem;
    background-color: #EEEEEE;
}
.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
    font-size: 2.5rem;
    padding: 0 2rem;
}
.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
    background-color: #EEEEEE;
}
.tabbable-line > .nav-tabs > li > a {
    background-color: #EEEEEE !important;
}
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #7fa8cd;
    background-color: #EEEEEE;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #005c9f;
    position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}
.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.search-result-list {
    font-size: 2.5rem;
}

a.search-result-list-link:hover {
    text-decoration: underline;
}






.edit-contact-group{
    display:flex;
    flex-wrap: wrap;
}
.edit-contact-group>.form-group{
    padding: 0 10px;

}




/* STRIPE PAYMENT */
#payment-form{
    margin:20px 0;
}
#card-element{
    margin: 10px 0;
}

.payment-loading{
    display: none;
    padding: 10px 0;
}
.payment-loading.show{
    display: block;
}
.payment-loading svg{
    margin: -12px -5px -12px -5px;
}

.payment-error{
    padding: 10px;
    background: #c9302c;
    margin: 10px 0;
    color: white;
    display: none;
}
.payment-error.show{
    display: block;
}
