html, body {
    /* background: url("https://www.toptal.com/designers/subtlepatterns/patterns/geometry2.png");*/
}
body::-webkit-scrollbar {
    width: 1em;
    border-radius: 25px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
}

body::-webkit-scrollbar-thumb {
    background-color: lightgray;
    outline: 1px solid slategrey;
    border-radius: 25px;
}

@font-face {
    font-family: Hammer;
    src: url(../fonts/hammer.ttf);
}

.font-hammer {
    font-family: Hammer !important;
}

.background-1 {
    background: #a3daff;
}

.background-2 {
    background: #d9d9d9;
}

.background-3 {
    background: #F0F4F7;
}

.background-4 {
    background: #80BDFF;
}

.background-5 {
    background: rgba(240, 244, 247, .5)
}

.background-6 {
    background: rgba(52, 185, 229, .85);
}
.background-7 {
    background: rgba(151, 23, 137, .75);
}

.background-8 {
    background: darkgray;
}

.hideArea {
    display: none;
    transition: all .3s ease-out;
}

.shadowNone:hover {
    text-shadow: none !important;
    box-shadow: none !important;
    transition: all .3s ease;
    cursor: pointer;
}

.shadow-purple{
    box-shadow:0 .2rem 1rem rgba(77, 19, 69, .3) !important
}

.hoverArea {
    border-bottom: 3px solid #1c7430;
    color: #1c7430;
    transition: all .2s ease-out;
    cursor: pointer;
    border-radius: unset;
}

.border-left-green {
    border-left: 3px solid #1c7430 !important;
}

.hoverArea:hover {
    color: black;
    border-bottom: 3px solid black;
    color: black;
    transition: all .3s ease;
}

.clicked {
    border: 1px solid blue;
    color: black;
    transition: all .1s ease;
}

@font-face {
    font-family: myFirstFont;
    src: url(../fonts/SourceSansPro-Regular.ttf);
}

.fontFirst {
    font-family: myFirstFont;
}

.btn-special {
    height: 80px;
    background: white;
    color : black;
    border-radius: 25px;
}

.btn-special:active {
    border: 3px solid #408A9F;
}

.bf-white {
    border-color: white;
    color: white;
}

.shadow-one {
    box-shadow: 0px 0px 20px #fff;
}

.shadow-two {
    box-shadow: 2px 10px 1px #BEBEBE;
}

.br-yellow {
    border-right: 10px solid #ffc107;
}

.btn:active, .btn:focus {
    border: none !important;
}

.input-special {
    border: 1px solid lightgray;
    border-radius: 25px;
}

.border-white {
    border-color: white !important;
}

.none-select {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */

}
.display-5{
    font-size:2rem;
    font-weight:300;
    line-height:1.2
}

.display-6{
    font-size:.8rem;
    font-weight:300;
    line-height:1.2
}

.display-7{
    font-size:.6rem;
    font-weight:300;
    line-height:1.2
}

.fs-big {
    font-size:1.1rem;
    font-weight:500;
}

div[class^="category"]:active {
    border: 10px solid #0062cc;
}

/* .btn:active, .btn:focus {
    border: 3px solid #0062cc !important;
    box-shadow: none;
}*/

.main-area {
    border: 1px solid lightgray;
}

.pointer {
    cursor:pointer;
}
.coworkingArea {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px;
}

.numberQueryArea {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px;
}

.greenland {
    border : 3px solid #8fbc94;
    background : #5A9367;
    color: white;
}

.pills-big {
    border-radius: 30px;
    height: 50px;
    line-height: 20px;
    margin: 5px;
    padding: 15px;
}

.pills-big a {
    color: black;
}

.pills-special {
    padding: 10px;
    border-radius: 5px;
    background: #8fbc94;
    margin: 5px;
}

.pills-special a, .pills-special-sm a {
    color: white !important;
}

.pills-special-sm {
    padding: 5px;
    border-radius: 5px;
    background: #8fbc94;
    margin: 5px;
}

.border-radius-20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.border-yellow {
    border: 2px solid #f6ea8c;
}

.border-purple {
    border: 2px solid rgba(77, 19, 69, 1);
}

.border-green {
    border: 2px solid #8fbc94;
}

.border-gray {
    border: 1px solid lightgray;
    background: transparent;
}

.border-gray:active {
    background: darkgray;
    transition: .3s;
}

.border-gray:active a {
    color: white;
}

.border-2x {
    border-style: solid;
    border-width: 2px;
}

.border-3x {
    border-style: solid;
    border-width: 3px;
}

.border-4x {
    border-style: solid;
    border-width: 4px;
}

.border-5x {
    border-style: solid;
    border-width: 5px;
}

.tab-border {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-top: 1px solid lightgray;
    border-bottom: none !important;
    background: transparent;
}

.ln-25 {
    line-height: 25px;
}

.card {
    border-radius: 25px;
}

.breadcrumb > li + li:before {
    color: #ccc;
    content: "> ";
    padding: 0 5px;
}

.form-control:focus {
    box-shadow: none;
}

.x-small {
    font-size:70%;
    font-weight:400
}

.circle-area {
    width: 75px;
    height: 75px;
    background: white;
    border-radius: 100%;
}

#mySidenav a {
    position: absolute;
    right: 80px;
    transition: 0.3s;
    padding: 15px;
    width: 100px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
    left: 0;
}

#cartList {
    top: 20px;
    background-color: #4CAF50;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.activeTab {
    background: rgba(52, 185, 229, .85);
    opacity: .8;
}
.activeTab a {
    color: white;
}

.subTab {
    background: rgba(151, 23, 137, .75);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.subTab a {
    color: white;
}

.subTab2 {
    background: rgba(151, 23, 137, .75);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.subTab2 a {
    color: white;
}

.op-1 {
    opacity: .9;
}

.op-3 {
    opacity: .7;
}

.text-black {
    color: black;
}

/* form label */

.form__label {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    margin-left: 2rem;
    margin-top: 0.7rem;
    display: block;
    transition: all 0.3s;
    transform: translateY(0rem);
}

.form__input {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    border-radius: 0.2rem;
    background-color: rgb(255, 255, 255);
    border: none;
    width: 90%;
    display: block;
    border-bottom: 0.3rem solid transparent;
    transition: all 0.3s;
}

.form__input:placeholder-shown + .form__label {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-4rem);
    transform: translateY(-4rem);
}



