body {
    font-family: "montserrat-regular", serif;
    font-display: swap;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar {
    margin-bottom: 0px !important;
}

.navbar-wrapper {
    margin-top: 0px !important;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}

.navbar-brand {
    padding: 10px 15px !important;
}

.navbar-inverse {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: rgb(0, 0, 0);
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: rgb(0, 0, 0);
}
/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */

/* Carousel base class */
.bg-cover {
    background-size: cover !important;
}

.carousel {
    height: 500px;
    margin-bottom: 60px;
}
.carousel-caption {
    z-index: 10; /* Since positioning the image, we need to help out the caption */
    text-align: left !important;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

/* MARKETING CONTENT
  -------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

/* Featurettes
  ------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
        border-radius: 4px; /* The navbar becomes detached from the top, so we round the corners */
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }

    .jumbotron {
        padding-top: 10%;
        height: 500px !important;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

.header-navbar-fixed #header-navbar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px; /* Set the fixed height of the footer here */
    background-color: #f5f5f5;
}

.livechat-container {
    position: fixed;
    z-index: 2147483003;
    bottom: 20px;
    right: 20px;
    width: 400px;
    height: 600px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.livechat-launcher {
    position: fixed;
    z-index: 2147483003;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%), 0 2px 32px 0 rgb(0 0 0 / 16%);
    animation: intercom-lightweight-app-launcher 250ms ease;
    text-align: center;
    padding-top: 5px;
}

.live-chat-wrapper {
    border-radius: 10px;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.live-chat-sender {
    font-weight: bold;
    margin-bottom: 5px;
}

.customise-textarea {
    resize: none;
    border: #034694 1px solid;
    border-radius: 10px;
    padding: 25px;
    width: 100%;
}
.unique-link-container {
    display: flex;
    margin-top: 40px;
    padding: 0px 20%;
    margin-bottom: 40px;
    flex-flow: column;
    justify-content: center;
}
.unique-link-container > div {
    display: flex;
    flex-flow: row;
}
.unique-link-container > span {
    font-size: 18px;
    padding-bottom: 20px;
    font-family: "Source Sans Pro";
}

.unique-link-box {
    border: #034694 1px solid;
    border-radius: 7px;
    padding: 10px;
    width: 100%;
    height: 50px;
    color: #034694;
}

.unique-link-box:focus {
    outline: none;
    box-shadow: 6px 6px 27px -16px rgba(0, 0, 0, 0.24);
}

.copy-btn {
    margin-left: -20px;
    width: 200px;
    font-family: "Source Sans Pro";
    letter-spacing: 1.5px;
    font-weight: bold;
    border-radius: 7px;
    margin-top: 0px;
}

.share-btn-container {
    border: 1.4px solid #034694;
    text-align: left;
    border-radius: 5px;
    cursor: pointer;
    width: unset;
    padding: 5px 50px;
    text-align: center;
    align-items: center;
}

.ws-img {
    width: 72px;
    margin-left: -8px;
    margin-right: -7px;
}
.or-border-container {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.or-border-container > span {
    padding: 0px 20px;
    font-size: 20px;
    font-family: "Source Sans Pro";
    font-weight: 600;
    text-transform: uppercase;
}

.or-border-line {
    width: 100px;
    height: 17px;

    border-bottom: 1px solid black;
}

.btn-success {
    background-color: #00a1b1;
}

.btn-success:hover {
    background-color: #006771;
}

.btn-action {
    margin-top: 10px;
}
.page-heading {
    font-size: 24px;
    font-weight: bold;
}

.content-mini.content-mini-full {
    padding-bottom: 2px;
}

#main-container {
    background-color: #f5f5f5;
}

.img-avatar {
    background-color: #fff;
    border: 1px solid #ccc;
}

.user_filter_selected {
    border: #006ac7 solid 3px;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    box-sizing: content-box; /* Opera/IE 8+ */
}

.tiny-avatar > .img-avatar {
    width: 25px !important;
    height: 25px !important;
}

.tiny-avatar > .oneui-item {
    width: 25px !important;
    height: 25px !important;
    font-size: 11px;
    line-height: 28px;
}

.small-avatar > .img-avatar {
    width: 40px !important;
    height: 40px !important;
}

.small-avatar > .oneui-item {
    width: 40px !important;
    height: 40px !important;
    font-size: 15px;
    line-height: 40px;
}

.large-avatar > .img-avatar {
    width: 100px !important;
    height: 100px !important;
    max-width: 100%;
}

.large-avatar > .oneui-item {
    width: 100px !important;
    height: 100px !important;
    font-size: 35px;
    line-height: 100px;
}

.blue-text {
    color: #0099ff;
}

.badge-info {
    background-color: #0099ff !important;
}

.badge-tranparent {
    background-color: #0099ff !important;
}

.private-message {
    background-color: rgba(253, 253, 234);
}

.ui-tooltip-content {
    word-wrap: break-word;
}

.block-border {
    border: 1px solid #ccc;
}

.row-eq-height {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col-eq-height {
    display: table-cell; /* Make elements inside the container behave like table cells */
}

.request-list-table {
    min-width: 550px;
}

.swal2-popup .swal2-styled {
    border-radius: 20px !important;
}

.swal2-popup {
    font-family: "montserrat-regular", serif !important;
    font-display: swap;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "montserrat-regular", serif !important;
    font-display: swap;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-orange {
    color: #ff9821;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.btn.btn-primary {
    background-color: #119ab5 !important;
    color: white;
    border: white;
    outline: none;
}

.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:active {
    color: white;
    outline: none;
}

.btn-outline-white {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
    color: #fff;
}

.btn:focus .nav-main a {
    color: rgba(255, 255, 255, 0.7) !important;
}
.nav-main a.active {
    font-weight: bold !important;
}

.sidebar-mini-hide {
    color: #fff !important;
    font-size: 14px;
}

.sidebar-mini-hide i {
    color: #fff !important;

    font-size: 14px;
}

.btn-blue-white {
    border-color: #0099ff;
    background-color: #fff;
}

.btn-request-start {
    background-color: #16af95;
    color: #fff;
}

.btn-request-start.disabled {
    color: #ccc;
}

table,
td,
th {
    border-collapse: collapse;
}

thead {
    background-color: #fff;
}

td,
th {
    padding: 5px;
}

* {
    box-sizing: border-box;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.pointer {
    cursor: pointer;
}

td {
    background-color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

.disable-button {
    cursor: not-allowed;
}

.user_initial_box {
    border-radius: 50%;
    background-color: #0099ff;
    padding: 15px 10px 10px 10px;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #fff;
}

.message-wrapper {
    padding: 10px;
    height: 536px;
    background: #eeeeee;
}

.green-text {
    color: #16af95;
}
.green_hr {
    border-bottom: 2px solid #16af95;
}

.message-reply-box {
    float: left;
    position: relative;
    border-left: #888 5px solid;
    margin-bottom: 5px;
    color: #000;
    width: 100%;
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 5px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto !important;
}

@keyframes pulse {
    0% {
        box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, 0.3);
    }
    65% {
        box-shadow: 0px 0px 5px 13px rgba(173, 0, 0, 0.3);
    }
    90% {
        box-shadow: 0px 0px 5px 13px rgba(173, 0, 0, 0);
    }
}

@media screen and (max-width: 768px) {
    .block-title {
        font-size: 12px !important;
    }

    .block-content {
        overflow-x: scroll !important;
    }
    .scrollable-mobile {
        overflow-x: scroll !important;
    }
    .img-avatar {
        width: 40px;
        height: 40px;
    }
    .item {
        width: 40px;
        height: 40px;
        font-size: 15px;
        line-height: 40px;
    }
    .request-status-container {
        text-align: left;
    }
    .col-top-right {
        text-align: center !important;
    }

    .text-center-mobile {
        text-align: center !important;
    }

    .nav-tabs > li {
        font-size: 12px !important;
    }
}

.header-logo {
    display: none !important;
}

::-webkit-scrollbar {
    width: 10px !important;
}

::-webkit-scrollbar-thumb {
    background-color: #888 !important;
}
#tesseract-record > .container {
    background-color: red;
}

#compare_container p {
    margin-bottom: 15px;
}

.block > .nav-tabs.nav-tabs-alt > li.active > a, .block > .nav-tabs.nav-tabs-alt > li.active > a:hover, .block > .nav-tabs.nav-tabs-alt > li.active > a:focus {
    -webkit-box-shadow: 0 2px #00a1b1;
    box-shadow: 0 2px #00a1b1;
}

.block > .nav-tabs.nav-tabs-alt > li > a:hover {
    -webkit-box-shadow: 0 2px #00a1b1;
    box-shadow: 0 2px #00a1b1;
}

.block > .nav-tabs > li > a:hover {
    color: #00a1b1;
}

@media screen and (min-width: 768px) {
}
