.almarai-light {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.almarai-regular {
  font-family: "Almarai", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.almarai-bold {
  font-family: "Almarai", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.almarai-extrabold {
  font-family: "Almarai", sans-serif;
  font-weight: 800;
  font-style: normal;
}

/*    Breadcrumb    */
.t-Breadcrumb-label
{
    color: #e9e426;
    font-family: 'Josefin Sans';
    font-size: 1em !important;
}


.t-BreadcrumbRegion {
    background-image:url(https://dev.fbn-oman.com:5443/ords/r/ship/115/files/static/v488/banner6.jpg);
}
.t-Breadcrumb-item:after {

    color: #e9e426;
}

/*    Region    */
.t-Region-header {
	background-color: #265d7e;
}
	
.t-Region-title {
	color: #fefefe;
    font-family: 'Josefin Sans';
    font-size: 1.5em !important;
}

/*.t-Body-contentInner {
    background: #e0eeee;
}*/

.t-Body-mainContent {

    background-color: #e0eeee;
}

/*    Interactive Grid    */
/***interactive grid selected row **/
.a-IRR-table {
    background-color: aliceblue;
}

/***interactive grid button **/
.a-IRR-buttons .t-Button{
    background-color: #679ed1 ;
}

/***interactive grid table title color **/
.a-IRR-headerLink, .a-IRR-headerLink.has-hover, .a-IRR-headerLink:hover {
    text-decoration: none;
    color: #a89e25;
}

/*    Dialog     */
.ui-dialog-title {
    color: #fefefe;
    font-family: 'Josefin Sans';
    font-size: 2.2em !important;
}

.ui-dialog-titlebar {
    background-color: #265d7e;

}

.a-Button--hot, .a-CardView-button--hot, .apex-button-group input:checked+label, .t-Button--hot, .t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input:checked+label, .ui-button--hot {
    --a-button-background-color: #e0eeee;
    --a-button-text-color: #287cc9;
    --a-button-hover-background-color: #e0eeee;
    --a-button-hover-text-color: #bfbb26;
    --a-button-active-background-color: #045daf;
    --a-button-active-text-color: var(--a-button-hover-text-color);
    --a-button-focus-background-color: var(--a-button-hover-background-color);
    --a-button-focus-text-color: var(--a-button-hover-text-color);
}

.a-Button, .a-CardView-button, .apex-button-group label, .t-Button, .t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input+label, .t-Form-helpButton, .ui-button{


    --a-button-text-color: #287cc9;
    --a-button-hover-background-color: #e0eeee;
    --a-button-hover-text-color: #bfbb26;
    --a-button-active-background-color: #045daf;
    --a-button-active-text-color: var(--a-button-hover-text-color);
    --a-button-focus-background-color: var(--a-button-hover-background-color);
    --a-button-focus-text-color: var(--a-button-hover-text-color);    
}

/*    Footer    */
.t-Footer {

    background: #faebd754;
    text-align: center;
}

.t-Footer-topButton {
    border-radius: 0px;
    background-color: #e0eeee;
}


.me-3 {
    margin-left: 10px;
}
.bg-blur .nav-item:hover>.nav-link, .bg-dark .nav-item:hover>.nav-link, .bg-light .nav-item:hover>.nav-link, .bg-light-2 .nav-item:hover>.nav-link, .nav-item .dropdown>.nav-item:hover>.nav-link {
    color: #3882b6;
    background: #dad3c1;
}

