@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn {
    margin: 0 5px;
}

.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;
    /*background: #F3F4F8;*/
    background: #F5F8FF !important;
    font-family: "Open Sans", sans-serif !important;
}

    ::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.negative {
    color: #DD5454;
}

.positive {
    color: #30A706;
}

.pg-title {
    font-size: 34px;
    font-weight: bold;
    color: #111111;
}

.pg-sub-title {
    font-size: 18px;
    color: #111111;
}

.segment-title {
    font-size: 28px;
    color: #111111;
}

.left-icon {
    display: flex;
    justify-content: center;
    background-color: #3445b4;
    border-radius: 6px;
    padding: 0 0 0 15px;
}

    .left-icon i {
        margin: auto;
        color: #44bef1;
    }

    .left-icon input {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.table-view {
    width: 100%;
    border: none;
    color: #515151;
    font-size: 16px;
    letter-spacing: 0.3px;
}

.dash-box {
    width: 200px;
    height: 145px;
    margin: auto;
    padding: 15px;
    background-color: #D9D9D9;
    border-radius: 5px;
}

    .dash-box .title {
        font-size: 15px;
        color: #111111;
    }

    .dash-box h1 {
        color: #111111;
        font-size: 40px;
        font-weight: bold;
        line-height: 100%;
    }

.form-btn {
    display: flex;
    width: 100%;
    justify-content: right;
}

/*---------- Buttons on top of Report ----------*/

.rep-btn-box {
    width: 100%;
    display: flex;
    justify-content: left;
}

    .rep-btn {
        border: none;
        margin: 5px 15px;
        background-color: transparent;
        border-radius: 5px;
        padding: 0 10px;
    }

    .rep-btn:hover {
        border: none;
        margin: 5px 15px;
        background-color: #cecece;
    }

.rep-checkbox {
    width: 25px;
    height: 25px;
    /*appearance: none;
    -webkit-appearance: none;*/
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: auto 5px;
}

    /*.rep-checkbox:checked {
        background-color: #0f0;*/  /* Adjust the background color for checked state */
    /*}*/



.bsms-input-box {
    width: 100%;
    border: none;
    border-bottom: 1px solid gray;
    padding: .375rem .75rem;
    background-color: transparent;
}

.report_data_table {
    border-collapse: collapse !important;
    border: 1px solid #D1D0D0 !important;
}

    .report_data_table th, .report_data_table td {
        border: 1px solid #D1D0D0 !important;
        border-left: none !important;
        border-right: none !important;
        padding: 15px 5px;
    }

    .report_data_table th {
        text-align: left !important;
    }