.offset-body {
    margin-top: 60px;
}

@media (min-width: 768px) {
    #navbar {
        display: flex !important;
        justify-content: center;
    }
}

/* Buttons and links */
.buttonz {
    background: #5469d4;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

.buttonz:hover {
    filter: contrast(115%);
}

.buttonz:disabled {
    opacity: 0.5;
    cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}

.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.spinner:before,
.spinner:after {
    position: absolute;
    content: "";
}

.spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #5469d4;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #5469d4;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}

/* #fullpage.no-scroll {
            overflow-y: hidden;
            max-height: 100vh;
        }*/

.body {
    overscroll-behavior-y: none;
}

.body {
    overscroll-behavior-x: none !important;
}

.radio-toolbar {
    margin: 10px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 1px solid grey;
    border-radius: 4px;
    margin: 10px;
}

.radio-toolbar label:hover {
    background-color: #dfd;
}

.radio-toolbar input[type="radio"]:focus+label {
    border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #bfb;
    border-color: #4c4;
}

body {
    font-family: Argentum Sans;

}


.container {
    padding: 80px 10px;
}

.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 1;
}

.person:hover {
    border-color: #f1f1f1;
}

.jumbotron {
    background-color: #fff;
    color: #fff;
    padding: 100px 45px;
    font-family: Argentum Sans;
    font-weight: 400;
    background-image: url("/images/from_wwwroot/ocean.jpg");
    background-size: cover;
    text-align: left;
    height: 500px;
}

@media screen and (max-width:600px) {
    .jumbotron {
        text-align: center;
    }
}

.carousel-inner img {
    width: 100vw;
    /* Set width to 100% */
    margin: auto;
    transition: ease;
}

.carousel-caption h3 {
    color: #fff !important;
}

@media screen and (max-width:600px) {
    #tabble {
        font-size: 10px;
    }

    .carousel-caption {
        display: none;
        /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}

.bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
}

.bg-1 h3 {
    color: #fff;
}

.bg-1 p {
    font-style: italic;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail p {
    margin-top: 15px;
    color: #555;
}

.btn-clear {
    color: #fff;
    padding: 10px 20px;
}
.btn-full {
    width: 100%;
}
/* .btn {
    padding: 10px 20px;
    background-color: #333;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
} */
/* 
.btn:hover,
.btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
} */

.nav-tabs li a {
    color: #777;
}

#googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.navbar {
    font-family: Argentum Sans;
    font-weight: 600;
    margin-bottom: 0;
    background-color: #000000;
    /*#2d2d30 - navbar color originally, #020214 pretty good*/
    border: 0;
    font-size: 12px !important;
    letter-spacing: 4px;
    opacity: 1;
    height: 60px;
    z-index: 9999 !important;
}

.navbar li a,
.navbar .navbar-brand {
    color: #d5d5d5 !important;
}

.navbar-nav li a:hover {
    color: #fff !important;
}

.navbar-nav li.active a {
    /*color: #fff !important;*/
    background-color: transparent !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #555 !important;
}

.open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
}

.dropdown-menu li a {
    color: #000 !important;
}

.dropdown-menu li a:hover {
    background-color: red !important;
}

footer {
    background: #000;
    color: #f5f5f5;
    padding: 32px;
}
@media (max-width: 767px) {
    footer {
        padding: 0;
    }
}

footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}
.footer-top {
    margin: auto;
}
@media (min-width:768px) {
    .footer-top {
        max-width: 1100px;
    }
}

.form-control {
    border-radius: 0;
}

textarea {
    resize: none;
}

.bb {
    background-color: transparent;
    border: 2px solid white;
    font-family: Argentum Sans;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    margin: 10px;
}

.bb a:hover {
    background-color: white;
    color: black;
    border: 2px solid white;
}

#logg {
    width: 200px;
    margin-top: 0px;
}

.n {
    font-family: Argentum Sans;
    font-weight: 400;
    font-size: 38px;
}

.nn {
    font-family: Argentum Sans;
    font-size: 20px;
    color: grey;
}

#op {
    font-family: Argentum Sans;
    font-weight: 700;
    font-size: 50px;
}

#vlog {
    width: 60%;
}

#vsign {
    width: 80%;
}

.navbar-brand {
    padding-right: 4px !important;
}

#navbar-rightu {
    margin-right: 10px;
}

#navbarLinks a {
    line-height: 30px;
    height: 60px
}

@media screen and (max-width:768px) {
    #navbarLinks {
        width: 100%;
        margin: 0 !important;
        padding: 10px;
    }

    #navbar-toggleu {
        margin-right: 5px;
    }


    #navbar-rightul {
        margin-right: 55px;
    }

    #vlog {
        width: 100%;
    }

    #vsign {
        width: 100%;
    }

    #op {
        font-family: Argentum Sans;
        font-weight: 600;
        font-size: 30px;
    }
}

@media (min-width : 768px) and (max-width: 1191px) {
    #f {
        display: none;
    }

    #ff {
        display: none;
    }

    #fff {
        display: none;
    }
}

@media (min-width : 768px) and (max-width: 991px) {
    .vf {
        font-size: 11px;
    }
}

@media (min-width : 768px) and (max-width: 891px) {
    #vff {
        display: none;
    }
}

#jo {
    width: 100%;
    padding: 15px;
}

@media (max-width : 768px) {
    .vf {
        display: none;
    }

    .navbar-collapse {
        background-color: #555555;
        text-align: right;
        padding: 0px;
        margin: 0px;
    }

    #f {
        display: none;
    }

    #ff {
        display: none;
    }

    #fff {
        display: none;
    }

    #contact {
        padding: 15px;
        width: 100%;
        margin: 0px;
    }

    #jo {
        margin: 0px;
        padding: 0px;
        margin-top: -28px;
        display: grid;
        grid-template-areas:
            "map-desc"
            "map     ";
        grid-template-rows: auto;
        min-height: 100vh;
    }

    #home {
        height: 100vh;
    }

    #fullz {
        grid-area: map;
        width: 100% !important;
        display: block;
        padding: 0px;
        margin: 0px;
        min-height: 50vh;
        display: flex;
        flex-direction: column;
    }

    #map {
        flex-grow: 1;
    }

    #map-description-container {
        grid-area: map-desc;
        margin-top: 30px;
        min-height: 30vh;
    }
}

@media (max-width : 1780px) {
    #ffff {
        display: none;
    }
}

.navbar-right {
    float: right;
    margin-right: auto;
}

.checked {
    color: orange;
}

.notchecked {
    color: rgba(0, 0, 0, 0.9);
}

.so {
    color: #3D3D3D;
}

.so:hover {
    color: orange;
}

#vvvs {
    font-family: Consolas;
}

#slidertext {
    font-family: Argentum Sans;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 1px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}

.gm-style-iw {
    width: 180px;
    height: 270px;
    max-height: 250px !important;
    overflow-y: hidden !important;
    border-radius: 0px !important;
}

a:hover {
    text-decoration: none;
}

#beasy {
    background-color: grey;
    border: 0px;
    border-radius: 5px;
    color: white;
    width: 110px;
    margin: -15px 5px 5px;
    height: 30px;
}

#bmoderate {
    background-color: grey;
    border: 0px;
    border-radius: 5px;
    color: white;
    width: 110px;
    margin: -15px 5px 5px;
    height: 30px;
}

#badvanced {
    background-color: grey;
    border: 0px;
    border-radius: 5px;
    color: white;
    width: 110px;
    margin: -15px 5px 5px;
    height: 30px;
}

#beasy:hover {
    background-color: green;
    border: 0px;
}

#bmoderate:hover {
    background-color: blue;
    border: 0px;
}

#badvanced:hover {
    background-color: red;
    border: 0px;
}

#bbeasy {
    background-color: grey;
    border: 0px;
    border-radius: 5px;
    color: white;
    width: 110px;
    margin: -2px 5px 5px;
    height: 30px;
}

#bbmoderate {
    background-color: grey;
    border: 0px;
    border-radius: 5px;
    color: white;
    width: 110px;
    margin: 2px 5px 5px;
    height: 30px;
}

#bbadvanced {
    background-color: grey;
    border: 0px;
    border-radius: 5px;
    color: white;
    width: 110px;
    margin: -2px 5px 5px;
    height: 30px;
}

#map {
    box-shadow: 0 0 1px #000;
}
.gm-ui-hover-effect {
    background: rgba(255, 255, 255, 0.5);
    z-index: 1000;
}
.gm-style-iw-chr {
    width: calc(100% + 12px);
}
.gm-style-iw-c {
    min-height: 265px;
}
#vsign::-webkit-scrollbar-track {
    border: 0px;
    padding: 2px 0;
    background-color: rgb(227, 227, 227);
}

#vsign::-webkit-scrollbar {
    width: 5px;
}

#vsign::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #737272;
    border: 1px solid #000;
}

#vlog::-webkit-scrollbar-track {
    border: 0px;
    padding: 2px 0;
    background-color: rgb(227, 227, 227);
}

#vlog::-webkit-scrollbar {
    width: 5px;
}

#vlog::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #737272;
    border: 1px solid #000;
}

#recev::-webkit-scrollbar-track {
    border: 0px;
    padding: 2px 0;
    background-color: rgb(227, 227, 227);
}

#recev::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

#recev::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #737272;
    border: 1px solid #000;
}

#logz::-webkit-scrollbar-track {
    border: 1px solid #000;
    padding: 2px 0;
    background-color: #404040;
}

#logz::-webkit-scrollbar {
    width: 5px;
}

#logz::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #737272;
    border: 1px solid #000;
}

#logz {
    min-height: calc(100vh - 60px);
    width: 250px;
}
#myPage {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: calc(100vh - 60px);
}
footer {
    align-self: end;
    margin-top: 60px;
}
#myPage:has(#logz.active) {
    padding-right: 250px!important;
}
#logz.active {
    display: block!important;
}

#recev {
    width: 87%;
    width: calc(100% - 250px) !important;
}

@media screen and (max-width:767px) {
    #logz {
        width: 100%;
    }

    #recev {
        width: 100% !important;
        z-index: 999 !important;
    }
}

#rox::-webkit-scrollbar-track {
    border: 1px solid #000;
    padding: 2px 0;
    background-color: #404040;
}

#rox::-webkit-scrollbar {
    width: 5px;
}

#rox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #737272;
    border: 1px solid #000;
}

#directionsPanel::-webkit-scrollbar-track {
    border: 1px solid #000;
    padding: 2px 0;
    background-color: #404040;
}

#directionsPanel::-webkit-scrollbar {
    width: 10px;
}

#directionsPanel::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #737272;
    border: 1px solid #000;
}

table,
th,
td {
    border: 1px solid #B8B8B8;
}

th,
td {
    padding: 15px;
}

/*-----------new------------*/
.asem1 {
    font-size: 20px;
}

.asem2 {
    font-size: 20px;
}

@media (min-width : 2px) and (max-width: 768px) {
    #asmtac {
        width: 100% !important;
    }

}

@media (min-width : 769px) and (max-width: 1023px) {

    .m-top {
        margin-top: 300px;
    }

}

@media (min-width : 1023px) and (max-width: 1365px) {

    .m-top {
        margin-top: 300px;
    }

    #asemvvv {
        background-size: 100% 115px !important;
        height: 115px !important;
    }

    #asemimg {
        height: 123px !important;
    }

}

@media (min-width : 1366px) and (max-width: 1599px) {

    .m-top {
        margin-top: 300px;
    }

    #asemvvv {
        background-size: 100% 160px !important;
        height: 160px !important;
    }

    .asemvvvk {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

    #asemimg {
        height: 179px !important;
    }

}

@media (min-width : 1600px) and (max-width: 1879px) {

    .m-top {
        margin-top: 300px;
    }

    #asemvvv {
        background-size: 100% 152px !important;
        height: 152px !important;
    }

    #asemimg {
        height: 172px !important;
    }

    .spacetop {
        padding-top: 25px;
        font-size: 18px;
    }

    .asemvvvk {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

}

@media (min-width : 1880px) and (max-width: 1930px) {

    .m-top {
        margin-top: 300px;
    }

    #asemvvv {
        background-size: 100% 154px !important;
        height: 154px !important;
    }

    .spacetop {
        padding-top: 35px;
        font-size: 18px;
    }

    .asemvvvk {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    #asemimg {
        height: 339px !important;
    }

}

@media screen and (min-width:1920px) {

    .m-top {
        margin-top: 300px;
    }

    .asem1 {
        font-size: 25px;
    }

    .asem2 {
        font-size: 25px;
    }

}

.new-new {
    border: 3px solid rgb(39, 126, 187);
    border-radius: 7px;
    text-align: center;
    font-size: 20px;
}

.new-new-new {
    padding: 50px;
}

a,
a:active,
a:focus {
    outline: none;
}

.center-column {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.column {
    display: inline-block;
    margin-left: -2px;
    /* Adjust the value of marging work best with your context */
    float: none;
}

.column {
    float: left;
    width: 165px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

#asm {
    width: 80%;
}

#asms {
    width: 80%;

}

#qrswipe .iframe_cover {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -150px;
    ;
}

#asm1 {
    width: 80%;
}

#asmh {
    padding-right: 0%;
}

#packagebtn {
    margin-left: 0;
    width: 300;
}

#fillstationbtn {
    width: 300;
}

@media screen and (max-width:667px) {
    #packagebtn {
        width: 96.5%;
        margin-left: 2%;
        margin-right: 2%;
    }

    #fillstationbtn {
        width: 96.5%;
        margin-left: 2%;
        margin-right: 2%;
    }

    #navbar-toggleu {
        margin-right: 5px;
    }

    #navbar-rightu {
        margin-right: 25px;
    }

    #navbar-rightul {
        margin-right: 55px;
    }

    #asm {
        overscroll-behavior-x: none;
        width: 100%;
        height: auto !important;
    }

    #asms {
        overscroll-behavior-x: none;
        width: 100%;
    }

    #asm1 {
        overscroll-behavior-x: none;
        width: 200%;
    }

    #asmh {
        padding-right: 50%;
    }

    #asms1 {
        margin-right: 90px;
    }

    #asms2 {
        width: 100%;
    }
}

@media screen and (min-width:667px) {
    #backgrey {
        display: none;
    }

    #spo {
        display: none;
    }

}

@media screen and (max-width:1127px) {
    #gos {
        display: block;
    }

    #go {
        display: none;
    }
}

#kpk::-webkit-scrollbar-track {
    border: 0px;
    padding: 2px 0;
    background-color: transparent;
}

#kpk::-webkit-scrollbar {
    width: 7px;
}

#kpk::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #a3a3a3;
    border: 1px solid #000;
}

#kpkz::-webkit-scrollbar-track {
    border: 0px;
    padding: 2px 0;
    background-color: transparent;
}

#kpkz::-webkit-scrollbar {
    width: 7px;
}

#kpkz::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #a3a3a3;
    border: 1px solid #000;
}

@media screen and (min-width:1900px) {
    #kpk {
        height: 355px;
    }

    #kpkz {
        max-height: 200px;
    }

    #beasy {
        margin-top: 5%;
    }

    #bmoderate {
        margin-top: 5%;
    }

    #badvanced {
        margin-top: 5%;
    }

    #bbeasy {
        background-color: grey;
        border: 0px;
        border-radius: 5px;
        color: white;
        width: 110px;
        margin: 5% 5px 5px;
        height: 30px;
    }

    #bbmoderate {
        background-color: grey;
        border: 0px;
        border-radius: 5px;
        color: white;
        width: 110px;
        margin: 5% 5px 5px;
        height: 30px;
    }

    #bbadvanced {
        background-color: grey;
        border: 0px;
        border-radius: 5px;
        color: white;
        width: 110px;
        margin: 5% 5px 5px;
        height: 30px;
    }
}

#without {
    top: 40vh;
    padding-left: 20px;
}

@media screen and (max-width:1000px) {
    #kpk {
        height: 200px;
    }

    #kpkz {
        height: 100%;
    }

    #without {
        top: 150;
        text-align: center;
        padding-left: 0px;
    }

}

@media screen and (max-width:1024px) {
    #slidertext {
        margin-top: 5px;
    }
}

@media screen and (min-width:1600px) {
    .slidertext {
        margin-top: 5px;
    }
}

@media (min-width : 1200px) and (max-width: 1400px) {

    .azaz {
        font-size: 12px !important;
    }
}

#asms22c {
    padding-bottom: 20px;
}

.foothover {
    color: #707070;
}

.foothover:hover {
    color: #999 !important;
}

#full {
    display: none!important;
    flex-direction: column;
}
#full #fullz {
    display: none;
}
#full #map {
    height: 100%!important;
}
#full #gos {
    display: block;
}
#full.active {
    display: flex!important;
}
#full_escape {
    grid-area: none;
}
.vvvk {
    height: calc((100vh / 6) - 5px)!important;
}
#rox {
    display: none;
    min-width: 250px;
}
#pics {
    overflow: scroll;
}
#bann {
    overflow: scroll;
}
@media (min-width: 1020px) {
    #full #fullz {
        display: block;
    }
    #full.active {
        display: grid!important;
    }
    #full {
        overflow: auto;
        padding-right: 26px;
        display: grid;
        grid: 0 2fr 1fr / auto;
        grid-template-rows: 0px 2fr 1fr;
        grid-template-areas:
            "map  desc locs" 
            "pics pics locs";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        padding-right:0;
        width: 100%;
    }
    #full #gos {
        display: none;
    }
    #full.active #fullz {
        width: 100%!important;
    }
    #bann {
        grid-area: desc;
        height: auto;
        width:100%!important;
    }
    #bann > p {
        margin-top: 0!important;
    }
    #rox {
        display: block;
        grid-area: locs;
        position: static!important;
        width: 200px!important;
    }
    #pics {
        grid-area: pics;
    }
}
@media (max-width: 767px){
    #bann {
        overflow-y: scroll;
    }
}

#btnloginpage,
#btnpresign {
    width: 310;
    border-radius: 8px !important;
    background-color: #047ffc;
    font-family: 'Roboto';
}

#btnloginpage:hover,
#btnpresign:hover {
    background-color: #ffffff;
    color: black;

}

#btncreatepage {
    width: 310;
    border-radius: 8px !important;
    background-color: #CECECE;
    font-family: 'Roboto';
    color: black;
}

#btncreatepage:hover {
    background-color: #ffffff;
    color: black;
}

#redget1 {}

#redget2 {}

#redgetsu,
#delaccbu,
#canplbu {
    padding: 10px 20px;
    background-color: #047ffc;
    color: #f1f1f1;
    border-radius: 8px !important;
    transition: .2s;
    font-family: 'Roboto';
    height: 60px !important;
}
#delaccbu,
#canplbu,
#canplin
 {
    width: 100%!important;
}

#redgetsu:hover,
#redgetsu:focus,
#delaccbu:hover,
#delaccbu:focus,
#canplbu:hover,
#canplbu:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
}

#delaccountbut,
#canplanbut {
    padding: 10px 20px;
    background-color: #047ffc;
    color: #f1f1f1;
    border-radius: 8px;
    transition: .2s;
    font-family: Roboto;
}

#delaccountbut:hover,
#canplanbut:hover {

    background-color: #ffffff;
    color: black;

}

.card {
    color: #000;
}

#caz * {
    text-align: center !important;
}

#eventbutth {
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    border-color: #047ffc;
    border-width: 3px;
    border-style: solid;
    border-radius: 10px;
    background: white;
    margin: 4px;
    width: 240px;
    height: 360px;
    display: inline-block;
    color: #000;
}

#eventbutth:hover,
#eventbutth.gold:hover,
.package.gold:hover {
    background: #f2c83b;
    color: black !important;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.75), 0px 0px 10px 3px rgba(255, 215, 0, 0.75);
    border-color: #f2c83b;

}

#eventbutth:hover .spho,
.package.gold .spho {
    color: white !important;

}

button.package:hover .descoff {
    background: white !important;
}

#eventbutthz {
    background: #f2c83b;
    color: black !important;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.75), 0px 0px 10px 3px rgba(255, 215, 0, 0.75);
    border-color: #f2c83b;
    margin: 4px;
    width: 240px;
    height: auto;
}

.sphoz {
    color: white !important;

}

.account_page {
    padding: 35px;
}

.account_page hr {
    border: 0;
    border-top: 2px solid black;
}

.account_page h3 {
    margin-top: 50px;
}

h3 {
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    display: block;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.7167px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-right: 35px;
    text-align: left;
    --sidebar-padding: 20px;
    letter-spacing: normal;
}

.float-right {
    float: right;
}

.account_page a[type="button"] {
    padding: 10px 20px;
    background-color: #047ffc;
    color: #f1f1f1;
    border-radius: 8px;
    transition: .2s;
    font-family: Roboto;
}
.card-body h3 {
    text-align: center;
    margin: 5px 0;
}
#sidebar_links {
    text-align: left;
}
.tank-page select, .tank-page input {
    max-width: 100%;
}
