﻿body {
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.not-login {
    padding: unset !important     
}

.white-login span {
    color: white !important
}

.white-login i {
    color: white !important
}
.data-card {
    margin-left: 4%;
    
}
.input-header {
    position: fixed;
    z-index: 10;
    width: 100%;
    min-height: 70px;
    margin-top: -29px !important;
}


    .create-new {
        padding-top: 25px;
    }

    .container {
        width: 100% !important;
    }

    .card-format {
        padding: 25px;
        margin: 25px;
    }

    .card {
        margin-top: 50px;
    }
@media (max-width: 1140px) {
    .card {
        margin-top: 65px;
    }
}
@media (max-width: 400px) {
    .card {
        margin-top: 110px;
    }
}
    .modify-button {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .tablist-format {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .deleteBtn {
        cursor: pointer;
    }

    .delete {
        cursor: pointer;
    }

    div.add-button {
        display: block;
        position: relative;
    }

        div.add-button h2 {
            display: inline-block;
        }

        div.add-button i {
            display: inline-block;
            margin-left: 30px;
        }

    .subpage-navigation-buttons {
        margin-top: 55px;
    }