*{
    margin: 0;
    padding: 0;
}


:root {
    max-width: var(--max-width);
    margin: auto;
    background-color: rgba(30, 36, 86, 0.1);
    border: 0.5px solid rgba(72, 69, 69, 0.228);

    /* Footer */
    --footer-font-col: #ffffffea;
    --footer-back-col: rgba(26, 25, 25, 0.815);
    --footer-font-weight: 300;
    --max-width: 1200px
}

body {
    min-height: 100vh-65px;
    padding-bottom: 0px;
}


.main-content {
    min-height: calc(100vh - 180px);
    margin-top: 56px;
    /*  Subtract navigation bar height if used */
    /* padding: 0px; */
    /*  Add some padding for visual spacing */
}

.login-mt{
    padding-top: 65px;
}

.ft-bottom {
    /* position: absolute; */
    bottom: 0;
    max-width: var(--max-width); /* Take up the full width */
    /* Stick to the bottom */
}

button.full-width{
    padding-left: 25px;
    padding-right: 25px;
}

button{
    text-wrap: nowrap;
}


@media(max-width: 768px) {
    button.full-width {
        width: 100%;
        margin-bottom: 20px; 
    }
}

.app-title{
    font-size: x-large;
    margin-bottom: 20px;
}

/* Field border */
form .form-control{
    border: 1px solid #9e9e9e;
}

form select.form-select{
    border: 1px solid #9e9e9e;
}
form input.form-check-input{
    border: 1px solid #9e9e9e;
}

@media(max-width: 576px) {
    form .mt2 {
        margin-top: 2px; 
    }
}
@media(max-width: 706px) {
    form .smt2 {
        margin-top: 2px; 
    }
}


/* List header hr */
.list-hr{
    margin: 0px;
}

.list-hr-50{
    opacity: 0.2;
}



/* SVG modify */
.invert-hover:hover{
    background-color: rgb(127, 255, 212);
}


/* input[type="file"]::file-selector-button{
   
   color: transparent;
   display: none;
} */

input[type='file']::picker-icon{
    vertical-align: middle;
    content: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

label.file-field-icon{
  cursor: pointer;
  padding: 0px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
}

/* Style the icon */
/* i {
  margin-right: 5px;
} */