.loader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.flex-container {
    display: flex;
    background-color: DodgerBlue;
}

h3,
h1 {
    color: black;
    font-family: monospace;
}

strong {
    color: black;
}

.search-form {
    margin-top: 30px;
}

input {
    border-radius: 8px;
}


/* .alert-success {
    color: white;
    background-color: #ddd5d5;
    border-color: #458fcf;
    font-family: fantasy;
}

.alert-danger {
    color: white;
    background-color: #ddd5d5;
    border-color: #ebccd1;
    font-family: fantasy;
} */


/* .flex-container>div {
    background-color: #f1f1f1;
    margin: 10px;
    padding: 20px;
    font-size: 30px;
}

ul.a {
    list-style-type: circle;
    box-shadow: 2px 2px rgba(0, 0, 0, .02);
    border-radius: 4px;
    border: 1px solid #e1e8f0;
    background: #fff;
    padding: 26px;
    font-weight: bold;
    font-style: italic;
} */

#connect-to-store {
    /* font-family: fantasy; */
    color: white;
}

.btn-info {
    background-color: #ddd5d5;
    border-color: #46b8da;
}

#import {
    box-shadow: 2px 2px rgba(0, 0, 0, .02);
    border-radius: 4px;
    border: 1px solid #e1e8f0;
    background-color: #ddd5d5;
    padding: 31px;
    color: white;
    /* font-family: fantasy; */
}

.wrap {
    /* padding: 17px; */
    /* margin: 20px; */
}

.loader:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: loader 1.2s infinite;
}

@keyframes loader {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

.loader2 {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.loader2:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: loader2 1.2s infinite;
}

@keyframes loader2 {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}


/* input[type="radio"]:checked::before {
    content: "";
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    margin: 0.1875rem;
    background-color: #1e8cbe;
    line-height: 1.14285714;
} */


/* input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    width: 17px;
    line-height: normal;
    height: 17px;
} */

input[type="radio"]:checked::before {
    background-color: green;
}

input[type="checkbox"],
input[type="radio"] {
    /* border: 1px solid #7e8993; */
    border-radius: 11px;
    background: #e1dcdc;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 1.8rem;
    margin: -0.25rem 0.25rem 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 1.8rem;
    min-width: 1rem;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: .05s border-color ease-in-out;
}

input[type="checkbox"]:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F%3E%3C%2Fsvg%3E);
    margin: -0.1875rem 0 0 -0.25rem;
    height: 1.5rem;
    width: 2rem;
}

input[type="radio"]:checked::before {
    content: "";
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    margin: 0.1875rem;
    background-color: orange;
    line-height: 1.14285714;
}


/* a {
    color: black;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
} */


/* .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 10px 13px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} */

.custom-form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

a {
    color: black;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #5f7ba8;
}

.nav-pills>li>a {
    color: white
}