html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  padding-top: 70px;
}

main{
    min-height: 10rem;
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.navbar {
    background-image: linear-gradient(rgb(78, 200, 206) 0%, rgb(69, 181, 191) 100%);
}

/* Submenu wrapper */
.dropdown-submenu {
    position: relative;
}

    /* Submenu menu */
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }


.btn-primary, .btn-primary:focus, .btn-primary:active {
    background-color: #45b5bf;
    border-color: #368f97;
}
    .btn-primary:hover, .btn-primary:is(:hover)  {
        background-color: #56e9ac !important;
        border-color: #6bdcad !important;
        color: #5d5d5d !important;
    }

.btn-outline-primary {
    border-color: #368f97;
    color: #368f97;
}

    .btn-outline-primary:hover, .btn-outline-primary:is(:hover) {
        background-color: #45b5bf !important;
        border-color: #368f97 !important;
    }


.floating-alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2000;
    min-width: 300px;
    max-width: 600px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);

}



#lUsrName, #aCompanyName {
    cursor: pointer;
}

#headerPageName{
    font-weight: bold;
}

.login-blk {
    margin: 200px auto 200px auto;
    border: solid 2px #8c8c8c;
    border-radius: 10px;
    max-width: 440px;
    background-color: #efefef;
}

    .login-blk .row {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .login-blk input {
        width: 100%;
    }

.row{
    margin-bottom: 10px;
}

.trip-row{
    background-color: rgb(236, 236, 236);
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.col-input{
    display:flex;
    align-items: center;
}
    .col-input i {
        color: #758193;
        padding-right: 5px;
    }

.btn-approve {
    background-color: #25bc43;
}
.btn-decline {
    background-color: #ff7171;
}
.btn-send {
    background-color: #5ca5f2;
}

.status-approved {
    color: #15b900;
    font-weight: bold;

}
.status-declined {
    color: #ff5151;
    font-weight: bold;
}
.status-sent {
    color: #204dff;
    font-weight: bold;
}

.col-btn{
    display:flex;
    flex-direction:column;
    justify-content: end;
    margin-top: 3px;
}

.numTxt{
    text-align: right;
}

.detail-btn{
    display: flex;
    flex-flow: row-reverse;
}
.detail-btn button{
    margin-left: 15px;
}

.line {
    width: 100%;
    border-bottom: solid 1px #d3d3d3;
    margin-bottom: 10px;
    margin-top: 30px;
}
.status-text{
    position: absolute;
    top: 30px;
    left: 26px;
}

.btncost {
    max-width: 180px;
    margin-right: 20px;
    height: 60px;
}
    .btncost .icon {
        display: none;
    }

    .btncost.selected {
        background-color: #3acc1c;
        padding: 10px 30px;
    }
        .btncost.selected .icon{
            display: initial;
        }


        @media (max-width: 990px) {
            .status-text {
        top: 26px;
    }
}


@media (max-width: 990px) {
    input[type=text], button {
        margin-bottom: 5px;
    }
    .row{
        margin-bottom: 0;
    }
    
}
