a {
    text-decoration: none;
}
code {
    white-space: pre;;
}
.brand-logo img {
    width: 30px;
    height: 30px;
}
.bg-sidenav-theme {
    background-color: #313a46 !important;
    box-shadow: 0px 0px 35px;
}
.bg-sidenav-theme .sidenav-link, .bg-sidenav-theme .sidenav-horizontal-prev, .bg-sidenav-theme .sidenav-horizontal-next {
    color: #8391a2;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.bg-sidenav-theme .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
    background-color: unset;
    color:#fff;
}
.bg-sidenav-theme .sidenav-link:active,.bg-sidenav-theme .sidenav-link:focus,.bg-sidenav-theme .sidenav-link:hover {
    color: #bccee4;
    text-decoration: none
}
.btn-txt-float {
    margin-top: 20px;
    font-size: 15pt;
}
.btn {
    border-radius: 60px;
}
/* .btn-primary {
    background-color: #727cf5 !important;
    border-color: #727cf5 !important;
    -webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 7%), 0 4px 5px 0 rgb(0 0 0 / 5%), 0 1px 10px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 7%), 0 4px 5px 0 rgb(0 0 0 / 5%), 0 1px 10px 0 rgb(0 0 0 / 3%);
    color: #fff;
}
.btn-primary:hover {
    background: #6973e3;
    border-color: #6973e3
} */




/* .modal.modal-large .modal-dialog {
    max-width: calc(100vw - 250px);
    width: calc(100vw - 250px);
} */
/* 
@media (max-width: 767px) {

    .modal.modal-large .modal-dialog {
        max-width: 100vw;
        width: 100vw;
    }
} */
