
select{
        border: none;
        border-radius: 10px;
           text-align: -webkit-center;
    text-align: center;
        text-align-last: center;
    background-color: #0f1117;
    color: white;
    width: 90px;

    padding: 6px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
select option{
     background-color: #0f1117;
}
.gtranslate_wrapper {
    position: fixed;
    top: 1%;
    z-index: 1999;
    right: 10px;
    text-align: center;
    text-align: -webkit-center;
}
    .theme-dark {
    background-color: #1a2029;
}
.card {
    box-shadow: 0 0 11px 4px #4a89dc94;
    color: white;
}
.theme-dark .color-theme {
    color: #ffffff !important;
}
.
.alert-dismissible
{
margin-top: 8px
}
.page-title p
{
    color: #053f73;
}
.font-11 {
    font-size: 13px !important;
}
.btn {
    width: 100%;
    height: 40px;
    padding: 0;
}
.page-title {
    position: relative;
    z-index: 90;
    padding: 5px 15px 20px 15px;
}
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  }


h1 {
  display: inline-block;
  color: white;
  font-size: 12em; 
  text-shadow: .03em .03em 0 hsla(230,40%,50%,1);
  }
  h1:after {
    content: attr(data-shadow);
    position: absolute;
    top: .06em; left: .06em;
    z-index: -1;
    text-shadow: none;
    background-image:
      linear-gradient(
        45deg,
        transparent 45%,
        hsla(48,20%,90%,1) 45%,
        hsla(48,20%,90%,1) 55%,
        transparent 0
        );
    background-size: .05em .05em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
    animation: shad-anim 15s linear infinite;
    }

@keyframes shad-anim {
  0% {background-position: 0 0}
  0% {background-position: 100% -100%}
  }
  .page-title h1 {
    font-size: 45px;
    margin-bottom: -3px;
}

.appbtn {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background-color: rgb(27, 27, 27);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: fixed;
    transition-duration: .3s;
    top: 91%;
    box-shadow: inset 0 -10px 20px 0px #000000;
    right: 15px;
}

.svgIcon {
  fill: rgb(81 144 226);
}

.icon2 {
  width: 18px;
  height: 5px;
  border-bottom: 2px solid #5190e1;
  border-left: 2px solid #5190e1;
  border-right: 2px solid #5190e1;
}

.tooltip {
  position: absolute;
  right: -105px;
  opacity: 0;
  background-color: rgb(12, 12, 12);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: .2s;
  pointer-events: none;
  letter-spacing: 0.5px;
}

.tooltip::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(12, 12, 12);
  background-size: 1000%;
  background-position: center;
  transform: rotate(45deg);
  left: -5%;
  transition-duration: .3s;
}

.appbtn:hover .tooltip {
  opacity: 1;
  transition-duration: .3s;
}

.appbtn:hover {
  background-color: rgb(15 17 23);
  transition-duration: .3s;
}

.appbtn:hover .icon2 {
  border-bottom: 2px solid rgb(235, 235, 235);
  border-left: 2px solid rgb(235, 235, 235);
  border-right: 2px solid rgb(235, 235, 235);
}

.appbtn:hover .svgIcon {
  fill: rgb(255, 255, 255);
  animation: slide-in-top 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
