html, body {
    height: 100%;
}

body {
    font-family: sans-serif;
    color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    font-weight: normal;
    color: #333;
}

/* Common Pages */
.page-masthead {
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1);
    box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1);
}

.page-nav-item {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
    color: #cdddeb;
    line-height: 45px;
}

.page-nav-item:hover,
.page-nav-item:focus {
    color: #fff;
    text-decoration: none;
}

.page-nav .active {
    color: #fff;
}

.page-nav .active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    vertical-align: middle;
    content: " ";
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    border-left: 5px solid transparent;
}

.page-title {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: normal;
}

.page-description {
    font-size: 20px;
    color: #999;
}

.page-footer {
    padding: 40px 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
}

.page-footer p:last-child {
    margin-bottom: 0;
}

.page-header-bg {
    background: #438aca1c;
    margin-bottom: 30px;
}

.page-header {
    padding-top: 20px;
    padding-bottom: 10px;
}

.page-title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 39px;
    font-weight: normal;
}

/* Footer */
.page-footer {
    padding: 12px 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
}

.page-footer p:last-child {
    margin-bottom: 0;
}

/*Login Page*/
body.login-page {
    background: #999 url("/assets/template-bikcom/images/login-bg.jpg") no-repeat center;
    background-size: cover;
}

#login .container #login-row #login-column #login-box {
    margin-top: 120px;
    max-width: 600px;
    height: 320px;
    border: 1px solid #e0e0e0;
    background-color: #ffffffd9;
    border-radius: 10px;
}

#login .container #login-row #login-column #login-box #login-form {
    padding: 20px;
}

#login .container #login-row #login-column #login-box #login-form #register-link {
    margin-top: -85px;
}

/* Messaging Page */
.number-item {
    margin: 4px;
    font-family: monospace;
    font-size: 13px;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-custom-1 {
    background: #e9ecef;
    border: 0;
    border-radius: 100px;
    color: #2359a8;
}

/*Login Page*/
#menubar {
    width: 810px;
    margin-left: auto;
    margin-right: auto;
    float: left
}

.active {
    text-decoration: underline;
}

/* SMS Analyze */
.sms-analyze {
    border: 2px solid #DDD;
    border-radius: 10px;
    padding: 15px;
}

.sms-analyze-sm {
    border: 2px solid #DDD;
    border-radius: 10px;
    padding: 6px 15px;
}

.analyze-view {

}

/*left side menu
.offcanvas-collapse {
    position: fixed;

    bottom: 0;
    right: 100%;
    left: -300px;
    width: 300px;
    height: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #428bca;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
}

.offcanvas-collapse {
    align-items: start;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;

}

.offcanvas-collapse.open {
    left: 0;
    visibility: visible;
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-underline .nav-link:hover {
    color: #007bff;
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}*/


/*MODAL FADE LEFT BOTTOM */
.modal.left {
    font-family: Kiron, serif;
}

.modal.left .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    min-width: 300px;
}

.modal.left .modal-dialog.modal-sm {
    max-width: 300px;
    height: 100vh;
}

.modal.left .modal-content {
    min-height: 100vh;
    border: 0;
    height: 100vh;
    display: block;
    border-radius: 0;
}

.modal.left .modal-header {
    height: 58px;
}

.modal.left .modal-body {
    height: calc(100vh - 58px);
    overflow: auto;
}

.mobile-menu {
    list-style: none !important;
    padding-left: 5px;

}

.mobile-menu-sub {
    list-style: none !important;
    padding-left: 10px;

}

.mobile-menu li {
    font-size: 20px;
    line-height: 39px;
    list-style: none !important;

}

.mobile-menu-sub li {
    font-size: 20px;
    list-style: none !important;
    padding-left: 1px;
    line-height: 20px;
}

.mobile-menu a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;

}

.mobile-menu-sub a {
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;

}

.border-rounded {
    font-size: 14px;
    border-radius: 50px;
    padding: 2px 15px;
    font-family: monospace;
}
.responsive-table{
    width:100%;
    overflow:auto;
}
.analyze-font{
    font-size: 20px;
}

@media (max-width: 576px) {
    body {
        overflow-x: hidden;
    }

    .w-max-content {
        width: max-content;
    }

    .analyze-font {
        font-size: 13px;
    }

}