/* Reset CSS*/

/* Clearfix code */
body {
    height: 100vh;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}


html {
    width: 100%;
    height: 100%;
}

ul,
li {
    list-style: none;
}

* {
    padding: 0;
    margin: 0;
    outline: 0 none;
}

body {
    font-weight: normal;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    background-image: url("../main-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
    background-color: #C9E9EF;
    font-family: "Roboto", sans-serif !important;
    font-size: 14px;
    background-size: cover;
    overflow: hidden;
}

a {
    color: #000000;
    text-decoration: none;
    outline: none;
    font-family: "Roboto", sans-serif !important;
}
a:focus{
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
p{
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

h1 {
    font-size: 26px !important;
    color: #003E4D !important;
}

h2 {
    font-size: 20px !important;
    color: #246B78 !important;
}

.bg-primary {
    background-color: #246B78 !important;
}

.text-primary {
    color: #003E4D !important;
}
.border-0{
    border: none !important;
}
.ms-auto{
    margin-left: auto !important;
}
.me-auto{
    margin-right: auto !important;
}
.btn {
    font-size: 18px;
    padding: 5px 20px;
}
.neel{
    background-color:red;    
}
.btn-primary {
    background-color: #003E4D;
    border-color: #003E4D;
}

.btn:hover {
    color: #246B78;
    background-color: #fff;
    border-color: #246B78;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1024;
}

.header {
    display: flex;
    align-items: center;
    width: 100%;
}

.border-bottom {
    border-bottom: solid 1px #48838E !important;
}

.header .navbar {
    width: 100%;
}

.header .navbar-collapse {
    margin-left: 50px;
}

.header .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0.7;
    padding: 0 0 5px 0 !important;
    margin: 0 10px;
}

.header .navbar-nav .nav-link.active {
    color: #fff;
    border-bottom: solid 1px #fff;
    opacity: 1;
    font-weight: bold;
}

.user-dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.nav-user img {
    height: 32px;
    width: 32px;
}

.user-dropdown .dropdown-item i.fa {
    margin-right: 5px;
}

.user-dropdown .dropdown-item.active,
.user-dropdown .dropdown-item:active {
    background-color: #2e6877;
}

.container {
    width: 95%;
}



footer {
    color: #FFFFFF;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #6998a4;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }


.breadcrumb a {
    color: #333333;
}

.breadcrumb .breadcrumb-item.active {
    font-weight: bold;
    color: #333333;
}

.top-search .input-group {
    min-width: 450px;
}

.top-search .btn-outline-secondary {
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 6px 0 0 6px;
    border: solid 1px #D3ECF1 !important;
    border-right: none !important;
}

.top-search .btn:focus-visible {
    box-shadow: none;
}

.top-search .btn-check:checked+.btn,
.top-search .btn.active,
.top-search .btn.show,
.top-search .btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #fff;
}

.top-search .btn-outline-secondary .fa {
    color: #028088;
}

.top-search .form-control {
    border: solid 1px #CCDCE5 !important;
    border-left: inherit !important;
    padding-left: 2px;
}

#search_control{
    height: 43px;
    border: 1px solid #003e4d !important;
}

.page-wrapper {
    display: flex;
}

.sidebar {
    flex-basis: 100%;
    max-width: 215px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 0 !important;
}

.sidebar .nav li {
    width: 100%;
    margin-bottom: 5px;
}

.sidebar .nav-pills .nav-link {
    color: #fff;
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 10px 15px;
    border-radius: 6px;
}

.sidebar .nav-pills .nav-link[aria-expanded="true"] {
    background-color: #fff;
    color: #246B78;
}

.page-content {
    flex: 1;
    background-color: #fff;
}
.page-content h2{margin-top: 0;}

.sidebaricon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.sidebar .collapse.show .card {
    border-radius: 0 0 6px 6px;
    margin-top: -5px;
    z-index: 9;
    border: none;
    padding: 0 10px 10px 10px;
}

.sidebar .collapse.show .card .description {
    margin-left: 40px;
    border-top: solid 1px #48838E80;
}

.sidebar .collapse.show .card span {
    font-size: 10px;
    color: #246B78;
}

.sidebar .collapse.show .card p {
    font-size: 14px;
    color: #246B78;
}

.sidebar .nav-pills .nav-link .sidebar-icon1 {
    background-image: url(../images/sidebar-icon1.svg);
}

.sidebar .nav-pills .nav-link[aria-expanded="true"] .sidebar-icon1 {
    background-image: url(../images/sidebar-icon1-fill.svg);
}

.sidebar .nav-pills .nav-link .sidebar-icon2 {
    background-image: url(../images/sidebar-icon2.svg);
}

.sidebar .nav-pills .nav-link[aria-expanded="true"] .sidebar-icon2 {
    background-image: url(../images/sidebar-icon2-fill.svg);
}

.sidebar .nav-pills .nav-link .sidebar-icon3 {
    background-image: url(../images/sidebar-icon3.svg);
}

.sidebar .nav-pills .nav-link[aria-expanded="true"] .sidebar-icon3 {
    background-image: url(../images/sidebar-icon3-fill.svg);
}

.sidebar .nav-pills .nav-link .sidebar-icon4 {
    background-image: url(../images/sidebar-icon4.svg);
}

.sidebar .nav-pills .nav-link[aria-expanded="true"] .sidebar-icon4 {
    background-image: url(../images/sidebar-icon4-fill.svg);
}

.sidebar .nav-pills .nav-link .sidebar-icon5 {
    background-image: url(../images/sidebar-icon5.svg);
}

.sidebar .nav-pills .nav-link[aria-expanded="true"] .sidebar-icon5 {
    background-image: url(../images/sidebar-icon5-fill.svg);
}

.sidebar .nav-pills .nav-link .sidebar-icon6 {
    background-image: url(../images/sidebar-icon6.svg);
}

.sidebar .nav-pills .nav-link[aria-expanded="true"] .sidebar-icon6 {
    background-image: url(../images/sidebar-icon6-fill.svg);
}

.sidebar .nav-pills .nav-link .sidebar-icon7 {
    background-image: url(../images/sidebar-icon7.svg);
}

.sidebar .nav-pills .nav-link[aria-expanded="true"] .sidebar-icon7 {
    background-image: url(../images/sidebar-icon7-fill.svg);
}

.sidebar .nav-pills .nav-link .sidebar-icon8 {
    background-image: url(../images/sidebar-icon8.svg);
}

.sidebar .nav-pills .nav-link[aria-expanded="true"] .sidebar-icon8 {
    background-image: url(../images/sidebar-icon8-fill.svg);
}

.service-type-container {
    border-bottom: solid 1px #48838E;
    padding: 25px 20px;
}

.service-type-box-container {
    width: 100%;
}

.service-type-box {
    border: solid 1px #CCDCE5;
    border-radius: 6px;
    box-shadow: 0px 6px 14px -6px #18274B1F;
    display: flex;
    align-items: stretch;
    height: 100%;
    position: relative;
    min-height: 90px;
    margin-bottom: 10px;
    width: 48%;
    margin: 5px;
    background-color: #fff;
}

.service-type-box.active {
    border: solid 1px #246B78;
    box-shadow: 0px 4px 0px 0px rgb(46 104 119);
    -webkit-box-shadow: 0px 4px 0px 0px rgb(46 104 119);
    -moz-box-shadow: 0px 4px 0px 0px rgb(46 104 119);
}

.service-type-icon {
    background-color: #F1FDFF;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    border-radius: 6px 0 0 6px;
    text-align: center;
    width: 90px;
    min-width: 90px;
}

.service-type-icon p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: normal;
}

.service-type-content {
    padding: 0 15px 0 15px;
    position: relative;
    width: 100%;
    align-self: center;
}

.service-type-content h3 {
    font-size: 13px;
    font-weight: 700;
    color: #003E4D;
    margin: 0 0 .5rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 5px;
    width: 97%;
}

.service-type-content p {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: normal;
}
.service-type-content i.fa {
    position: absolute;
    color: #1c5059;
    right: -7px;
    top: -5px;
    font-size: 16px;
}


.active-mark {
    position: absolute;
    top: -8px;
    right: -7px;
    z-index: 1;
    display: none;
}

.service-type-box.active .active-mark {
    display: block;
}
.service-type-box.active .active-mark img{
    width: 17px;
    height: 17px;
}

.service-type-box.active .service-type-icon {
    background-color: #366576;
    border-radius: 2px 0 0 2px;
}
.service-type-box.active .service-type-icon p{
    color: #fff !important;
}

.serviceicon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
    background-size: cover;
    filter: none;
}


.serviceicon.legal-icon, .service-type-box.active .serviceicon.legal-icon {
    background-image: url(../legal-icon.png);
}
.serviceicon.it-icon, .service-type-box.active .serviceicon.it-icon {
    background-image: url(../it-light.png);
}
.serviceicon.benefits-icon, .service-type-box.active .serviceicon.benefits-icon  {
    background-image: url(../benefits-light.png);
}
.serviceicon.payroll-icon, .service-type-box.active .serviceicon.payroll-icon {
    background-image: url(../payroll-light.png);
}
.serviceicon.human-resources-icon, .service-type-box.active .serviceicon.human-resources-icon {
    background-image: url(../human-resources-light.png);
}
.serviceicon.finance-icon , .service-type-box.active .serviceicon.finance-icon{
    background-image: url(../finance-light.png);
}
.serviceicon.operations-icon, .service-type-box.active .serviceicon.operations-icon {
    background-image: url(../finance-light.png);
}
.serviceicon.power-platform-icon, .service-type-box.active .serviceicon.power-platform-icon {
    background-image: url(../power-platform-icon.png);
}
.serviceicon.ukg-icon, .service-type-box.active .serviceicon.ukg-icon {
    background-image: url(../ukg-icon.png);
}
.serviceicon.ttm-icon, .service-type-box.active .serviceicon.ttm-icon {
    background-image: url(../ttm-light.png);
}


.footer-container {
    display: flex;
    color: #fff;
    align-items: center;
}

.footer-container p {
    margin-bottom: 0;
}

.footer-container ul {
    margin-left: auto;
    margin-bottom: 0;
}

.footer-social ul {
    display: flex;
    gap: 1rem;
    margin-bottom: 0;
}

.footer-container ul li img,
.footer-social ul li img {
    width: 2rem;
    height: 1.7rem;
    filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(935%) hue-rotate(6deg) brightness(120%) contrast(100%);
}

.footer-container ul li:hover img,
.footer-social ul li:hover img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(17%) saturate(1557%) hue-rotate(142deg) brightness(89%) contrast(89%);
}

.breadcrumb-badge {
    background-color: #F1FDFF;
    padding: 12px 15px;
    margin-bottom: 0;
    border-radius: 10px 10px 0px 0px;
}

.breadcrumb-badge span {
    margin: 0 7px;
    color: #333333;
}

.breadcrumb-badge .badge {
    background-color: #266873;
    border: solid 1px #CCDCE5;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff !important;
    margin: 0;
    text-decoration: underline;
}

.required {
    color: #C30303;
}

.form-control,
.form-select {
    border: solid 1px #CCDCE5;
    margin-bottom: 15px;
}
.custom-search-control{
    height: 43px !important;
}
.form-control{
    padding: 10px 12px 9px;
    height: auto;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-color: #000000;
}

.form-check label {
    margin-top: 5px;

}

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgb(46 105 120 / 32%);
}

.form-check-input:checked {
    background-color: #246B78;
    border-color: #246B78;
}

.form-label {
    font-size: 13px;
    line-height: normal;
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.upload-area {
    border: 1px dashed #CCDCE5;
    border-radius: 10px;
    padding: 15px 12px;
    text-align: left;
    color: #6c757d;
    transition: background-color 0.3s ease;
    cursor: pointer;
    background: #D0FCFD26;
    display: flex;
    color: #000;
}

.upload-area p {
    font-size: 16px;
    font-weight: 400;
}

.upload-area span {
    font-size: 10px;
}

.upload-area p span {
    color: #9A3324;
    text-decoration: underline;
    font-size: 16px;
}

.upload-area .drag-icon {
    margin-right: 15px;
}

.upload-area.dragover {
    background-color: #e9f7fd;
    border-color: #246B78;
    color: #246B78;
}

.upload-preview {
    margin-top: 0.6rem;
}

.upload-item {
    border-radius: 4px;
    padding: 5px 10px;
    background-color: #C9E9EF;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.upload-item i {
    font-size: 1.5rem;
}

.upload-details {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.fileupload-delete {
    background-image: url(../images/delete-icon.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}



.custom-footer {
    background-color: #000;
    padding: .5rem 0;
    color: #fff;
    font-size: 14px;
}

.custom-footer-container {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 20px;
}

.left-text p {
    margin: 0;
    color: #fff !important;
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
}

.right-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: auto;
}

.right-icons img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    /* ensures white icons */
}

.js-search-body{
    background: #fff;
    border-radius: 5px;
}
.search-results .page-header{
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 0;
}

.sortoption{
    margin: 23px;
    position: absolute;
    right: 0;
    background: transparent;
}

.search-list-box{
    display: flex;
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    color: #C4C4C4;
}
.search-list-content h3{
    color: #266873;
    margin: 0 0 12px 0;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

.search-list-content a:hover{
    text-decoration: none !important;
}
.search-list-content p a{
    color: #266873;
}
.search-list-icon{
    min-width: 70px;
    margin-right: 10px;
    text-align: center;    
}
.search-list-icon i{
    font-size: 40px;
    color: #888B8A;
    line-height: normal !important;
}
.search-list-box:hover .search-list-icon i{
    color: #003E4D;
}

.search-list-entry-meta{
    display: flex;
    align-items: center;
    color: #727272;
    margin-bottom: 15px;
}
.search-list-entry-meta > div{
    color: #727272;
    margin-right: 20px;
    line-height: normal;
    margin-top: -3px;
}
.search-list-entry-meta > div .fa{
    color: #727272;
    margin-right: 5px;
}
/* Optional: Stack vertically on small screens */
@media screen and (max-width: 768px) {
    .custom-footer-container {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .right-icons {
        justify-content: center;
        margin-left: initial;
    }
}


.custom-header {
    background-color: #266873;
    /* Teal */
    padding: 10px 0;
    /* font-family: 'Helvetica', sans-serif; */
}


.header-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.header-logo img {
    height: 36px;
}

.header-nav ul {
    display: flex;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav .navbar-nav>li>a{
   padding: 0;
   opacity: 0.7;
   margin: 0 10px;
}
.header-nav.navbar{
    min-height: auto;
    margin-bottom: 0;
}

.header-nav a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    padding-bottom: 2px;
    position: relative;
    text-transform: uppercase;

}

.header-nav a:hover {
    color: #fff;
    text-decoration: none !important;
    opacity: 0.9;
}

.header-nav a.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.header-nav .navbar-nav>li>a.active{
    opacity: 1;
}

.header-nav .nav > li > a:hover, .header-nav .nav > li > a:focus{
    background-color: transparent;
    outline: none;
    color: #fff;
}

.header-profile {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.ms-auto {
    margin-left: auto !important;
}

.header-profile .dropdown-toggle {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
}

.profile-pic {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}

.btn .caret{
    margin-left: 5px;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus{
    cursor: not-allowed;
    background-color: #59818b !important;
    border-color: #59818b !important;
    color: #fff !important;
}

.username {
    font-weight: 500;
    margin-right: 5px;
}

.signin-link {
    color: white;
    text-decoration: none;
}
.signin-link:hover, .signin-link:focus{
    color: #fff !important;
}
.navbar-container{
    display: flex;
    align-items: center;
    width: 100%;
}

.wrapper-body {
    margin-top: 94px;
    overflow: auto;
    height: calc(100% - 127px);
    min-height: 200px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.wrapper-body > .container > .row {
    background-color: #FFFFFF;
    border-radius: 10px;    
}

form {
    height: 100%;
}

.breadcrumb-wrapper {
    position: fixed;
    background-color: #fff;
    width: 100%;
    padding: 8px 0 8px 24px;
    top: 57px;
}

.breadcrumb-wrapper ul.breadcrumb {
    margin-bottom: 0;
}

.container .page-heading {
    padding: 0;
}

.container .page-heading .page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
    display: flex;
    align-items: center;
}
.container .page-heading .page-header h1{
    margin: 18px 0;
}
.page-header .btn {
    padding: 5px 15px 5px !important;
}

.page_section p, .section-diagonal-left p, .section-diagonal-right p, .wrapper-body p {
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #000000 !important;
    letter-spacing: .5px;
}
.table-list th, .table-list td{
    border-left: none;
    border-right: none;
}
.table-list tr:last-child td{
    border-bottom:0.25px solid #d6d6d6 ;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover{
    background-color: #266873!important;
    text-decoration: none;
}
.pagination>li>a, .pagination>li>span{
    padding: 8px 12px !important;
    border: none !important;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus{
    border-radius: 6px !important;
}
.custom-search-control{
    height:35px;
}
form>.input-group{
    margin-left:0 !important;
}

form input[class="form-control"] {
    border: 1px solid #CCDCE5;
}
form button[id="{{paramssearchid}}"]{
    border-radius: 4px 0px 0px 4px;
}
.form-search .input-group-btn button[type="submit"]{
    font-size: 14.1px;
    border-radius: 0px 4px 4px 0px;
    border-left-color: #FFFFFF;
}
.btn-default{
    background-color: #003E4D !important;
    border-color: #003E4D !important;
    color: #fff !important;
    width: auto !important;
    padding: 6px 15px 7px !important;
    text-align: center !important;
}
.btn-default:hover, .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .btn-default:focus{
    background-color: #246B78 !important;
    border-color: #246B78 !important;
    outline: none !important;
}

.contact-btn{
    display: none;
    color: #fff;
    margin-right: 10px;
    padding: 15px 17px;
    border-radius: 47px;
    position: fixed;
    bottom: 15px;
    right: 3px;
    background-color: #003E4D;
}

.contact-btn:hover{
    background-color: #246B78;
}
.navbar-xl .form-control{
    padding: 10px 12px 9px;
    border-radius: 5px 0 0 5px !important;
    min-width: 350px;
}
.navbar-xl .btn{
    padding: 10px 12px !important;
    border-radius: 0 5px 5px 0;
}
.navbar-xl .closebtn .btn{
    border-radius: 5px 0 0 5px;
}

#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 999 !important;
    animation: loading-bar-spinner 800ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 50px;
    height: 50px;
    border: solid 5px transparent;
    border-top-color: #266873 !important;
    border-left-color: #266873 !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}


.filter-box{
    border-radius: 5px;
    border: none;
    margin-bottom: 15px;
}
.filter-box-title{
    background-color: #266873;
    color: #ffff;
    border-radius: 5px 5px 0 0;
    padding: 8px 10px;
}
.filter-box-body{
    background-color: #fff;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    border: solid 1px #266873;
}
.filter-box-body .facet-list-group .facet-list-group-item:hover{
background-color: transparent !important;
}

.search-results li{
    padding: 15px 0 !important;
    margin-bottom: 0px !important;
    margin-top: 5px;
    border-bottom: 1px solid #ddd !important;
}
.search-results h2{
    color: #003E4D !important;
    font-weight: 600;
    font-family: "Roboto", sans-serif !important;
}
.search-results li h3, .search-results li h3 a{
    color: #003E4D !important;
    margin: 0 0 12px 0 !important;
    font-weight: 400;
    font-family: "Roboto", sans-serif !important;
    font-size: 18px !important;
}
.main-content-space{
    padding: 0 10px 20px 10px;
}
.modal-content{
    border: none !important;
    border-radius: 10px !important;
}
.modal-header{
    background-color:#cce8ee !important;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}
.modal-header .close{
    font-size: 30px !important;
    color: #0e3c4c;
    opacity: 1;
}
.modal-header .form-close{
    top: inherit !important;
}
.modal-title {
    font-weight: bold;
    font-size: 20px !important;
}
.modal-header .form-close span{
        font-size: 30px;
        color: #0e3c4c;
}

.model-form{
    background-image: none;
    overflow: auto;
}
.model-form .crmEntityFormView{
    border: none;
}
.model-form .form-control {
    display: block;
    width: 100%;
    padding: 7px 10px !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color:#fff !important;
    background-clip: padding-box;
    border: solid 1px #CCDCE5 !important;
    border-radius: 6px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 0;
}
.model-form  table.section .clearfix{
    display: block;
}
.model-form  .crmEntityFormView .cell{
    padding: 0 0 10px 0;
}
.model-form .file-link-and-delete{
    width: auto !important;
}
.model-form html[dir=ltr] .container-file-input{
    margin-right: 0 !important;
}
.model-form .crmEntityFormView .cell div.control{
    margin-bottom: 10px;
}
.model-form .file-name-container{
    max-width: 100%;
}
.model-form .crmEntityFormView .form-control.readonly:focus, .model-form .crmEntityFormView .form-control[readonly][disabled]:focus, .model-form .form-readonly .form-control:focus{
    outline: none !important;
}
.model-form .crmEntityFormView .state, .model-form .crmEntityFormView .status{
    padding: 6px 0;
}

.model-form .sharepoint-data .table {
    font-family: "Roboto", sans-serif;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e0dede;
  }
  
  .model-form .table>thead>tr>th {
  background-color: #cce8ee !important;
  color: #333 !important;
  font-weight: 600;
  padding: 12px;
  border: none !important;
  border-bottom: 1px solid #e0dede !important;
  text-align: left;
  line-height: normal;
  }
  
  .model-form .table tbody td {
  padding: 12px;
  border: none !important;
  border-top: 1px solid #e0dede !important;
  vertical-align: middle;
  color: #555;
  }
  
  .model-form .table tbody tr:hover {
  background-color: #f6f6f6;
  }
  
  .model-form .table tbody tr td:last-child {
  font-style: italic;
  color: #999;
  }

  a:not(.btn):hover {
  text-decoration: none !important;
  }
  .model-form .btn-primary {
    background-color: #003E4D !important;
    border-color: #003E4D !important;
    outline: none;
}

.model-form .btn-primary:hover {
    color: #246B78 !important;
    background-color: #fff !important;
    border-color: #246B78 !important;
    outline: none;
}
.model-form .crmEntityFormView textarea[readonly]{
    max-height: 150px;
}


.model-form .wrapper-body{
       padding-bottom: 0;
    }
    .default-search{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }

    .table {
    font-family: "Roboto", sans-serif;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e0dede;
  }
  
  .table thead th {
  background-color: #cce8ee;
  color: #333;
  font-weight: 600;
  padding: 12px;
  border: none !important;
  border-bottom: 1px solid #e0dede !important;
  text-align: left;
  }
  
  .table thead th > a {
    font-size: 15px;
    color: #142e34;
    font-weight: bold;
  }

  
  .table tbody td {
  padding: 12px;
  border: none !important;
  border-top: 1px solid #e0dede !important;
  vertical-align: middle;
  color: #555;
  }
  
  .table tbody tr:hover {
  background-color: #f6f6f6;
  }
  
  .table tbody tr td:last-child {
  font-style: italic;
  color: #999;
  }

@media (max-width: 1899px) {
.contact-btn{
    bottom: 35px;
    right: 0px;
}
}
@media (max-width: 1599px) {}

@media (max-width: 1440px) {}

@media (max-width: 1280px) {}

@media (max-width: 1199px) {
    .header-profile{
        margin-left: 0;
    }
    .header-nav.navbar{
        margin-left: auto;
    }
    .header-nav .navbar-collapse.in, .header-nav .collapsing{
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        background: #003E4D;
        height: auto;
        top: 73px;
    }
    .header-nav a.active::after{
        display: none;
    }
    .header-nav .navbar-nav>li>a{
        margin: 8px 10px;
    }
    .header-nav ul{
        flex-direction: column;
    }
    .breadcrumb-wrapper{
        top: 72px;
    }
    .wrapper-body{
        margin-top: 115px;
    }
    .header-nav .navbar-toggle{
        background-color: transparent;
        border: solid 1px #fff;
        border-radius: 5px;
    }
    .knowledgebase-search{
        border: none !important;
    }
    .knowledgebase-search .navbar-form{
        border: none !important;
    }
    .knowledgebase-search .navbar-form .input-group{
        margin-left: -2vh !important;
    }
    .model-form .wrapper-body{
        margin-top: 0;
        width: 100%;
        height: auto;
    }
}
@media screen and (min-width: 1199px) {
    .section-landing-mostpopular {
        top: 0 !important;
    }
}

@media (max-width: 1024px) {

    .header .nav-link {
        font-size: 14px;
        margin: 2px 10px;
        padding: 12px 0 5px 0 !important;
    }

    .header .navbar {
        position: inherit;
    }

    .header .navbar-collapse {
        margin-left: 5px;
    }

}

@media (max-width: 991px) {

    .header .nav-link {
        font-size: 13px;
    }
    .rowmarginremove {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

}

@media screen and (min-width: 992px) {
    .populararticle {
        position: relative;
        top: 0vh !important;
    }
}

@media (max-width: 767px) {
    .header .navbar-collapse {
        margin-left: 0;
        position: absolute;
        top: 69px;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: #003E4D;
        max-width: 100%;
        margin-top: 1px;
    }
    .js-search-body{
        margin-left: 15px;
        margin-right: 15px;
        width: 96%;
    }

    .header .nav-link {
        padding: 8px 10px !important;
    }

    .header .navbar-nav .nav-link.active {
        border: none;
    }

    .navbar-toggler {
        color: #fff;
        border: solid 1px #fff;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(935%) hue-rotate(6deg) brightness(120%) contrast(100%);
    }

    .sidebar {
        max-width: 100%;
        border-radius: 10px 10px 0 0;
    }

    .sidebar .nav-pills .nav-link {
        padding: 0;
        width: 50px;
        height: 40px;
        margin: 0 auto;
    }

    .sidebaricon {
        margin: 0 auto;
    }

    .sidebar .collapse {
        position: absolute;
    }

    .sidebar .collapse.show .card {
        box-shadow: 9px 11px 13px -8px #0000003d;
        border-top: none;
    }

    .sidebar .collapse.show .card .description {
        margin: 10px 0 0 0;
        border-top: none;
        text-align: left;
    }

    .sidebar .collapse,
    .sidebar .collapsing {
        height: auto !important;
        transition: none !important;
    }

    .page-wrapper {
        flex-direction: column;
    }

    .page-content{
        border-radius: 0 0 10px 10px;
    }

    .sidebar .nav li {
        width: 12%;
        text-align: center;
    }

    .sidebar .nav {
        flex-direction: row !important;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-container ul {
        margin: 10px auto !important;
        gap: 20px !important;
    }

    .top-search .input-group {
        min-width: 400px;
    }
    .file-control-container{
        flex-direction: column;
    }
    .model-form .file-link-and-delete{
        width: 100% !important;
        flex-direction: column;
    }
    .model-form .file-name-container{
        padding: 10px 0;
    }
    
}

@media (max-width: 600px) {
    .sidebar .nav li {
        width: 15%;
    }

    .top-search .input-group {
        min-width: inherit;
    }
    .knowledgebase-search .form-control{
        min-width: 100%;
    }
    .js-search-body{
        width: 94%;
    }
}


.modal-content .loader 
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    display: none;
}

.modal-content .loader .spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 999 !important;
    animation: loading-bar-spinner 800ms linear infinite;
}

.modal-content .loader .spinner .spinner-icon {
    width: 50px;
    height: 50px;
    border: solid 5px transparent;
    border-top-color: #266873 !important;
    border-left-color: #266873 !important;
    border-radius: 50%;
}


/* for issue on rendering Kb article from create case */
#foundmyanswerbuttonbottom{
    display: none;
}

#foundmyanswerbutton{
    display: none;
}

#post-rating{
    margin-top: 0 !important;
    left: -18px;
}