<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global Styles */


* {
    margin: 0;
   /* padding: 0;*/
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Roboto, sans-serif;
    background-color: white;
}
html, body{
    height:100%;
    scroll-behavior: smooth;
}

h1
{
   overflow-wrap: anywhere; 
}
/*------------------Login Section - Colors----------------------------------*/
.login-colorgraph{
    background-color:#003a5c;
    /*mÃ¶rk blÃ¥ #021C27*/
}

.loginMenu &gt; div:nth-of-type(2) &gt;a.btn-info:first-of-type {
    background-color: #065F84 !important;
    border: #065F84 !important;
     color: white;
}
.loginMenu &gt; div:nth-of-type(2) &gt;a.btn-info:first-of-type:hover {
    background-color: #386274 !important;
    border: #021C27 !important;
     color: white;
}

.btn-info{
    background-color: #065F84;
    border:#065F84;
    color:white;
}
.btn-info:hover{
    background-color: #021C27;
    border:#021C27;
    color:white;
}

.btn-warning{
    background-color: #06658D;
    border:#06658D;
    color:white;
}
.btn-warning:hover{
    background-color: #021C27;
    border:#021C27;
    color:white;
}
/*---------------------------------------------------------------------------*/


/*----------------------------Navbar Menu------------------------------------*/

.mainMenuSelected {
  color: white !important;
 
  
  background-color: #003a5c;
}

/*---------------------------------------------------------------------------*/


/* Container Styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    
}

.container2{
    display:flex;
    flex-direction: column;
   /* min-height:100vh;*/
}
.content{
    flex:1;
}
.footer-content{
    padding:1em;
    background-color: #f8f9fa;
    margin-top:20px;
}

 html, body {
        height: 100%;
        margin: 0;
    }
    
    #divAllContent {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    
    .container2 {
        flex: 1;
    }
    
    .footer-content {
        background-color: #fff;
        padding: 1em;
        text-align: center;
    }

.containerbar {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.content-container {
    display: flex;
    width: 100%;
}

.Pcontainer {
    width: 1200px !important;
    padding: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
    .Pcontainer {
        max-width: 1279px !important;
        padding: 0 !important;
        margin: 0 80px !important;
        width: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 996px){
         .row .col-sm-7  {
        width: 82.666667%;
        /* margin-left: 38px; */
    }
}



@media screen and (max-width: 991px) {
    .Pcontainer {
        max-width: 959px !important;
        margin: 0 16px !important;
        padding: 0 !important;
        width: auto !important;
    }
}

/* Sidebar Styles */
.sidebar {
    width: 300px;
    background-color: #f8f8f8;/*f4f4f4*/
    padding: 20px;
    transition: width 0.3s, left 0.3s;
}

.sidebar.open {
    display: block;
}

@media (max-width: 768px) {
    .sidebar {
        position: fixed;
        left: -300px;
        top: 0;
        bottom: 0;
        width:auto;
        /*width: 100%;*/
        z-index: 1000;
    }

    .sidebar.open {
        left: 0;
    }
}

/* Main Content Styles */
.main-content {
    flex-grow: 1;
    padding: 20px;
}

@media (max-width: 768px) {
    .main-content {
        padding-left: 0;
    }
}

/* Toggle Icon Styles */
.toggle-icon {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1001;
    display: none;
}

@media (max-width: 768px) {
    .toggle-icon {
        display: block;
    }
}

/* Drag Bar Styles */
.drag-bar {
    width: 5px;
    background-color: #aaa;
    cursor: ew-resize;
    position: absolute;
    top: 0;
    bottom: 0;
}

@media (max-width: 768px) {
    .drag-bar {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 10px;
        cursor: pointer;
        z-index: 1000;
    }
}

/* Gradient Card Styles */
.gradient-cards {
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);*/
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 32px;
    padding: 30px;
}

@media screen and (max-width: 991px) {
    .gradient-cards {
        grid-template-columns: 1fr;
    }
}

/* Container Title Styles */
.container-title {
    text-align: center;
    padding: 0 !important;
    margin-bottom: 40px;
    font-size: 40px;
    color: #000;
    font-weight: 600;
    line-height: 60px;
}

/* Card Styles */
.card {
    max-width: 550px;
    border: 0;
    width: 100%;
    margin-inline: auto;
    transition: transform 0.5s ease, filter 0.5s ease;
     transform: scale(0.9);
}

.container-card {
    position: relative;
    border: 2px solid transparent;
    background: linear-gradient(71deg, #ffffff, #06658d, #ffffff);
    background-clip: padding-box;
    border-radius: 45px;
    padding: 40px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.bg-logoblue-box::after {
    background: linear-gradient(71deg, #000, #06658d, #000);
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    z-index: -1;
    border-radius: 45px;
}

.card-title {
    font-weight: 600;
    color: black;
    letter-spacing: -0.02em;
    line-height: 40px;
    font-size: 28px;
    padding-bottom: 8px;
}

.card-description {
    font-weight: 600;
    line-height: 32px;
    color: black;
    font-size: 16px;
    max-width: 470px;
}

.text-end {
    display: flex;
    justify-content: end;
}

.container-card:hover {
    box-shadow: 0 0 32px -10px rgba(0, 0, 0, 0.08);
    transform: scale(1.05);
    background: linear-gradient(71deg, #000, #06658d, #000);
    
}

.container-card:hover .card-title,
.container-card:hover .card-description {
    color: white;
}

/*-----------------------All Bottom Page-------------------------------------*/
 .footerIconContainer{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
}

.footerIcon{
    display:inline-block;
    margin:5px 20px;
    padding:5px;
    vertical-align:middle;
}

#footerLogoAndText ul {
   /* list-style-type:disclosure-closed;*/
    list-style-type:none;
    text-align:center;
}

#footerLogoAndText ul li.last-item{
    text-align:center;
    direction:rtl;
}

#footerLogoAndText ul li.last-item a{
    direction:ltr;
}
</pre></body></html>