@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&display=swap');
/*font-family: 'Comfortaa', sans-serif;*/

*:focus {
    outline: none;
}


body {
    background: linear-gradient( rgb( 0 0 0 / 0.5 ), rgb( 0 0 0 / 0.5 ) ) fixed  0 0 / cover, linear-gradient(48.17deg, hsl( 240, calc(1 * 100%), 40% ) 11.21%, hsl( 259 calc(1 * 74.5%) 10.8% / 1) 61.92%) fixed 0 0 / cover;
    color: #fff;
    text-align: center;
    align-content: center;
}

.modal {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    place-items: center;
    pointer-events: none;
    opacity: 0;
}

.modal-visible {
    opacity: 1;
    pointer-events: auto;
}

.swcontentbox {
    width: 60%;
    background: rgba(0, 0, 0, 0.6);
    margin: auto;
    border-radius: 10px;
    padding: 20px;
    border: 3px solid hsl( 240, calc(1 * 100%), 50% );
}

.contentbox {
    width: 40%;
    background: rgba(0, 0, 0, 0.6);
    margin: auto;
    border-radius: 10px;
    padding: 20px;
    border: 3px solid hsl( 240, calc(1 * 100%), 50% );
}
.scontentbox {
    width: 25%;
    background: rgba(0, 0, 0, 0.6);
    margin: auto;
    border-radius: 10px;
    padding: 20px;
    border: 3px solid hsl( 240, calc(1 * 100%), 50% );
}
.xscontentbox {
    width: 18%;
    background: rgba(0, 0, 0, 0.6);
    margin: auto;
    border-radius: 10px;
    padding: 20px;
    border: 3px solid hsl( 240, calc(1 * 100%), 50% );
}
.contentbox hr {
    border: 5px solid hsl( 240, calc(1 * 100%), 50% );
    border-radius: 5px;
}
.wcontentbox hr {
    border: 5px solid hsl( 240, calc(1 * 100%), 50% );
    border-radius: 5px;
}
.contentbox a {
    text-decoration: none;
    color: hsl( 240, calc(1 * 100%), 50% );
}
.wcontentbox a {
    text-decoration: none;
    color: hsl( 240, calc(1 * 100%), 50% );
}
.wcontentbox {
    width: 90%;
    background: rgba(0, 0, 0, 0.3);
    margin: auto;
    border-radius: 10px;
    padding: 20px;
    /* border: 3px solid hsl( 240, calc(1 * 100%), 50% ); */
}

.gli {
    background: rgba(0, 0, 0, 0.8);
    border: none;
    height: 30px;
    border-radius: 15px;
    color: hsl( 240, calc(1 * 100%), 50% );
    text-align: center;
    border: 3px solid hsl( 240, calc(1 * 100%), 50% );
    transition-duration: 0.4s;
}
.gli:hover {
    border: 3px solid hsl( 300, calc(1 * 100%), 50% );
}
.gli:focus {
    border: 3px solid hsl( 120, calc(1 * 100%), 50% );
}
.gli:disabled {
    border: 3px solid hsl( 0, calc(1 * 100%), 50% );
}
.gli:disabled:hover {
    color: hsl( 0, calc(1 * 100%), 50% );
    cursor: not-allowed;
}
.glb {
    background: rgba(0, 0, 0, 0.8);
    height: 30px;
    border: none;
    border-radius: 15px;
    color: hsl( 240, calc(1 * 100%), 50% );
    text-align: center;
    border: 3px solid hsl( 240, calc(1 * 100%), 50% );
    padding-block: 1px;
    padding-inline: 6px;
    transition-duration: 0.3s;
}
.glb:hover {
    border: 3px solid hsl( 300, calc(1 * 100%), 50% );
}
.glb:focus {
    border: 3px solid hsl( 120, calc(1 * 100%), 50% );
}
.glb:disabled:hover {
    border: 3px solid hsl( 0, calc(1 * 100%), 50% );
    color: hsl( 0, calc(1 * 100%), 50% );
    cursor: not-allowed;
}
.glb:disabled {
    border: 3px solid hsl( 0, calc(1 * 100%), 50% );
}

.pbtn {
    font-size: 2em;
    width: 8vh;
    height: 8vh;
    margin: 3px;
    margin-top: 5px;
}

.img {
    width: 360px;
    height: 360px;
    border-radius: 15px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #555;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: hsl( 240, calc(1 * 100%), 50% );
    transition-duration: 0.4s;
}
input:checked:hover + .slider {
    background-color: hsl( 300, calc(1 * 100%), 50% );
}
input:focus + .slider {
    box-shadow: 0 0 1px hsl( 240, calc(1 * 100%), 50% );
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

.chkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  transition-duration: 0.3s;
  border-radius: 5px;
}

.chkbox:hover input ~ .checkmark {
  background-color: hsl( 300, calc(1 * 100%), 50% );
}

.chkbox input:checked ~ .checkmark {
  background-color: #00f;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox input:checked ~ .checkmark:after {
  display: block;
}

.chkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.none {
    display: none;
}

.glr input {
    appearance: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    transition: 0.2s all linear;
    margin-right: 5px;
    position: relative;
    top: 4px;
    border: 3px solid hsl( 240, calc(1 * 100%), 50% );
    background: #fff;
}

.glr input:checked {
    border: 6px solid hsl( 240, calc(1 * 100%), 50% );
    background: #fff;
}

li {
    margin-top: 15px;
}

.wglb {
    border: 3px solid hsl( 30, calc(1 * 100%), 50% )
}

.wglb:hover {
    color: hsl( 30, calc(1 * 100%), 50% );
}

.atariausecure-YXRhcmlh {
    position: absolute;
    bottom: 0px;
    right: 8px;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 5px;
}


.nin {
    width: 40%;
    background: rgba(0, 0, 0, 0.6);
    margin: auto;
    border-radius: 10px;
    padding: 20px;
    text-decoration: line-through;
    color: #808080;
    .glb {
        background: rgba(0, 0, 0, 0.8);
        height: 30px;
        border: none;
        border-radius: 15px;
        color: hsl( 0, calc(1 * 000%), 50% );
        text-align: center;
        border: 3px solid hsl( 0, calc(1 * 000%), 50% );
        padding-block: 1px;
        padding-inline: 6px;
        transition-duration: 0.3s;
        text-decoration: line-through;
    }
    .glb:hover {
        color: hsl( 0, calc(1 * 000%), 50% );
        border: 3px solid hsl( 0, calc(1 * 000%), 50% );
        cursor: not-allowed;
    }
    .gli {
        background: rgba(0, 0, 0, 0.8);
        border: none;
        height: 30px;
        border-radius: 15px;
        color: hsl( 0, calc(1 * 000%), 50% );
        text-align: center;
        border: 3px solid hsl( 0, calc(1 * 000%), 50% );
        transition-duration: 0.4s;
        text-decoration: line-through;
    }
    .gli:hover {
        color: hsl( 0, calc(1 * 000%), 50% );
        border: 3px solid hsl( 0, calc(1 * 000%), 50% );
        cursor: not-allowed;
    }
    .gli:focus {
        border: 3px solid hsl( 0, calc(1 * 000%), 50% );
    }
    hr {
        border: 5px solid hsl( 0, calc(1 * 000%), 50% );
        border-radius: 5px;
    }
}

@media only screen and (max-width:123vh) {
    .gli {
        width: 40%;
    }
    .glb {
        width: 40%;
        height: auto;
        padding: 5px;
    }
    .contentbox {
        width: 80%;
    }
    .pbtn {
        width: 20%;
        font-size: 125%;

    }
}

.inline-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.slo {
    background: rgba(0, 0, 0, 0.8);
    height: 30px;
    border: none;
    border-radius: 15px;
    color: hsl( 240, calc(1 * 100%), 50% );
    text-align: center;
    border: 3px solid hsl( 240, calc(1 * 100%), 50% );
    padding-block: 1px;
    padding-inline: 6px;
}
.slb:hover {
    border: 3px solid hsl( 300, calc(1 * 100%), 50% );
}
.slb:focus {
    border: 3px solid hsl( 120, calc(1 * 100%), 50% );
}
.slb {
    background: rgba(0, 0, 0, 0.6);
    color: hsl( 240, calc(1 * 100%), 50% );
    margin: auto;
    border-radius: 360px;
    height: 30px;
    padding-block: 1px;
    padding-inline: 6px;
    border: 3px solid hsl( 240, calc(1 * 100%), 50% );
    transition-duration: 0.3s;
}

.gls {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #fff; /* fallback track color */
  border-radius: 5px;
  outline: none;
}

/* Chrome, Safari, Edge */
.gls::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00f;
  cursor: pointer;
  border: none;
  margin-top: -5px; /* center thumb on track */
}

.gls::-webkit-slider-runnable-track {
  height: 6px;
  background: #fff;
  border-radius: 5px;
}

/* Firefox */
.gls::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00f;
  cursor: pointer;
  border: none;
}

.gls::-moz-range-track {
  height: 6px;
  background: #000;
  border-radius: 5px;
}

.hithere-none {
    display: none;
}

/* ------------------------------------------------------------------------------ */

html * {
    font-family: 'Comfortaa', sans-serif !important;
}