
.no-wrap{
    white-space:nowrap;
}
            @font-face{
                font-family: pwFont;
                src:url("bookosb.ttf");
            }
            #nav{
                background-color:#5ca3ff !important;
            }
            body{
                font-family:Montserrat;
                font-weight:300;
                min-height:100vh;
                position: relative;
            }
            .nav-item{
                padding-left:0.6rem;
                padding-right:0.6rem;
            }
            nav{
                font-size:1.1rem;
            }
            i{
                font-size:1.5rem;
            }
            .dropdown-menu a{
                font-weight:300 !important;
            }
            #logOut{
                font-weight:500 !important;
                color:#5ca3ff;
            }
            .navbar-brand{
                font-size:1.6rem;
                font-weight:500;
            }
            h1, .danger{
              color:#ef5350;  
            }
            th{
                font-weight:600;
            }
            .btn-primary{
                background-color:#5ca3ff;   
            }
            .btn{
                border-radius:2rem;
                font-weight:600;
                border:none;
            }
            .primary{
                color:#5ca3ff !important;
            }
            .text-primary{
                color:#5ca3ff !important;
            }
            .status{
                font-weight:500;
            }
            .btn-danger, .bg-danger{
                background-color:#ef5350;   
            }
            footer{
              position: absolute;
              bottom: 0;
              width: 100%;
              height: 8rem;            /* Footer height */
              background-color:#a7c8fb;
              display:flex;
              justify-content:center;
              background-color:#efefef !important;
            }
            main{
                padding-bottom:8rem;
            }
            .form-control, select{
                border-radius:2rem !important;
                border:none;
                background-color:#efefef;
                -webkit-appearance:none;
            }
            h6{
                color:#ef5350;
            }
            #email{
                font-weight:600;
            }
            table h5{
                font-weight:300;
            }
            #outButton{
                -webkit-appearance:none;
                border:none;
            }
            a:hover{
                text-decoration:none;
            }
            #logo{
                height:1.7rem;
            }
            #test{
                -webkit-appearance:none;
                border:none;
                all:unset;
            }
            #homeImage{
                margin:0px;
            }
            #signInBtn span{
                color:white;
            }
            .mainSection{
                padding-bottom: 9rem; 
            }
            .pointer{
                cursor:pointer;
            }
            .icon-primary:hover{
                color: var(--primary);
            }
            .icon-danger:hover{
                color: var(--danger);
            }
            .icon-secondary:hover{
                color:var(--secondary);
            }
            

