/* CSS Document */

@media only screen and (max-width: 768px) {
    /* Carrier Profile Navbar Scroll Behavior */
}

body {
    font-family: "Bai Jamjuree", sans-serif !important;
}

p {
    font-weight: 600;
    font-size: 13px;
}

.p-size {
    font-size: 13px;
}

.brand-bg {
    background: #a55840 !important;
}

.bg-lprimary {
    background: #43587e;
}

.card-btn {
    color: #2a3f65;
    border: 1px solid #43587ec5;
    font-size: 14px;
}

.card-field {
    color: #2a3f65;
    border: 1px solid #ced4da;
    font-weight: 500;
    font-size: 14px;
}

.carrier-profile-btn {
    border: 1px solid #ced4da;
    font-size: 11px !important;
}

.carrier-name-link {
    color: #2a3f65;
}

.carrier-name-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.knowledgebase--main {
    /* background: #F7F7F7; */
    background: linear-gradient(116.82deg, #c47d69 0%, #853216 100%);
}

#topbar {
    background: #43587e;
}

#topbarlogin {
    background: -webkit-gradient(linear, left top, left bottom, from(#274060), to(#1b2845));
    background: linear-gradient(180deg, #274060 0%, #1b2845 100%);
}

#modalmenu {
    color: #863316 !important;
}
.llfontcolor {
    color: #2d1300 !important;
}

.nav-link:hover {
    opacity: 0.7;
    cursor: pointer;
}

.navbar-nav > .active {
    color: #000000 !important;
    font-weight: 500 !important;
}

.knowledgebase {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.knowledgebase::-webkit-scrollbar {
    display: none;
}

/* Refresh */
.field-input {
    background: #ffffff;
    border: 1px solid #c6c6c6;
    /*
-webkit-box-sizing: border-box;
        box-sizing: border-box;
-webkit-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.15);
        box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.15);
*/
    border-radius: 3px;
}
.label-standard {
    color: #747474;
    font-weight: 400;
    font-size: 0.775rem;
    letter-spacing: 1.1px;
}
.card-carriersearch {
    /*  -webkit-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.08);
*/
    border-radius: 6px;
    border: none;
}

.link-standard {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: right;

    color: #000000;
}

.form-control:focus {
    border-color: #243b55 !important;
}

.link-hover:hover {
    cursor: pointer;
}

.btn-shadow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.page-link {
    background-color: transparent !important;
    color: #000000;
    border: none !important;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.875rem;
}

.border-dashed {
    border: 1px dashed #e0e0e0;
}

/* Override Pagination Styling */

.page-item.active .page-link {
    color: #243b55;
    font-weight: bold;
    border-color: #c6c6c6;
}

/* Auto-Sizing (Cover) Profile Image */
.profile-image-container {
    width: 54px; /* Set the desired width of the container */
    height: 54px; /* Set the desired height of the container */
    overflow: hidden; /* Hide any part of the image that overflows the container */
}
.profile-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Quick Copy Manager - Confirmation Message */
.copy-tooltip {
    visibility: hidden;
    font-size: 14px;
    position: absolute;
    top: 8px;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.show-tooltip {
    visibility: visible;
    opacity: 1;
}

#categories {
    position: sticky;
    top: 100px;
    bottom: 100px;
}

#kb_menu {
    position: sticky;
    top: 0;
}

#kb_body {
    overflow-y: scroll;
}

.kb-menu-item:hover {
    opacity: 0.7;
}

.list-group-item::before {
    content: "◉ ";
    color: #6c757d; /* choose color as per your requirement */
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.search-container {
    position: -webkit-sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    margin-top: 10px;
}

.container1 {
    width: 95;
    background-color: white;
    outline: light;
    font-weight: bold;
    -webkit-box-pack: justify-content-center;
    -ms-flex-pack: justify-content-center;
    justify-content: justify-content-center;
}

/* Your CSS code here */
.search-container input[type="text"] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: small;
    box-shadow: small;
}

.search-container button {
    padding: 6px 10px;
    margin-top: 8px;
    margin-left: -5px;
    background-color: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    font-weight: bold;
    -webkit-box-shadow: small;
    box-shadow: small;
}

.search-container button:hover {
    background-color: #ccc;
}

.video1_2 {
    position: -webkit-sticky !important;
    top: 225px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.rotate {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.fa-chevron-left.rotated {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}


