:root {
    --base-font-color: #222;
    --fill-color: #A30D00;
    --base-color: #A30D00;
    --scroll-color: #ff816e;
    --black-bg-front-color: #FF6614;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    color: inherit;
    position: relative;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

button {
    border: 0;
    cursor: pointer;
}

select {
    cursor: pointer;
}

img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

html,
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    overflow-y: scroll;
    scroll-behavior: smooth;
    background-color: #191b1d;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body::-webkit-scrollbar {
    width: 5px
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #3335;
    border-radius: 10px
}

body::-webkit-scrollbar-thumb {
    background: var(--scroll-color);
    border-radius: 10px
}

body::-webkit-scrollbar-thumb:hover {
    background: var(--scroll-color)
}

button[type=reset] {
    background-color: var(--fill-color);
    color: #fff;
}

button[type=submit] {
    background-color: rgb(16, 148, 60);
    color: #fff;
}

.loader_con,
.picker,
.alert-box {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    z-index: 10010;
}

.alert-box .content {
    width: 90%;
    max-width: 400px;
    background-color: #fff;
    overflow: visible;
    box-shadow: 0 0 10px #4445;
    padding: 30px 0 0;
    border-radius: 5px;
}

.alert-box .content h1.default {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    padding: 5px;
    overflow: hidden;
}

.alert-box .content p {
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
}

.alert-box .content p b{
  padding-left: 1cap;
}

.alert-box .content p.default{
    color: #555;
}

.alert-box .content p.success{
  color: #0a8a34;
}

.alert-box .content p.error{
  color: #e91111;
}

.alert-box .content #close_alert{
    height: 35px;
    width: 35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    border-radius: 50%;
    font-size: larger;
    background-color: #ffdede;
    border: 1px solid #ffb8b8;
    color: #e14646;
    opacity: 0;
}

.loader_con,
.picker{
    display: flex;
}

.loader_con{
  z-index: 10010;
}

.picker .pick_con{
    padding: 12px;
    background-color: #fff;
    border-radius: 5px;
    width: 300px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 8px;
}

.picker .pick_con span{
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004949;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: -48px;
    padding-top: 3px;
}

.picker .pick_con button{
    width: 100%;
    border: 1px solid #dedede;
    color: #333;
    background-color: #ededed;
    height: 40px;
    padding: 0 12px;
    letter-spacing: 1px;
    border-radius: 3px;
    font-size: 16px;
}

.picker .pick_con p{
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #f00;
    letter-spacing: .7px;
    padding-top: 10px;
    font-style: italic;
}

.picker .pick_con button.close{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #cc4a36;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    font-size: 16px;
    padding: 0;
    letter-spacing: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
}


.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

div.hide{
  display: none;
}

@media only screen and (max-width: 600px) {
    body::-webkit-scrollbar {
        width: 3px;
    }
    body::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px transparent;
        border-radius: 10px
    }
    body::-webkit-scrollbar-thumb {
        background: #3332;
        border-radius: 10px
    }
    body::-webkit-scrollbar-thumb:hover {
        background: #3332
    }
}