/*
    DJANGO Admin styles
*/

@import url(fonts.css);

html , body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif ,'Crimson Pro', serif;
    color: #333;
    background: #ffffff;
    min-height: 100%;
}


/* Desktop Styles - Large screens (1024px and above) */
@media screen and (min-width: 1024px){
    .navbar-item, .navbar-link {
        color: #000000;
        line-height: 1.5;
        padding: 0;
        position: relative;
    }
    .navbar-nav{
        padding: 5px;
    }
    .navbar-brand {
        float: none;
        height: auto;
        font-size: 18px;
        line-height: 20px;
        min-height: 0;
    }
    .button.is-primary {
        /* width: 100%; */
        min-height: 60px;
        border-radius: 10px;
        background-color: #439cbc;
        border-color: transparent;
        color: #fff;
    }
    .button.is-primary:hover {
        background-color: #439cbc;
        border-color: transparent;
        color: #fff;
    }
    .navbar-item.is-mega {
        position: static;
        display: inline-block;
    }
    .navbar-end {
        justify-content: flex-start;
        max-height: 90px;
    }
    .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
        background-color: #439cbc;
        color: #ffffff;
    }
    .mainDropDown{
        transform: translate(-190px , 40px);
    }
    .circle {
        width: 35px;
        height: 35px;
        /*line-height: 35px;*/
        border-radius: 50%;
        font-size: 15px;
        background-color: #439cbc;
        text-align: center;
        color: #ffffff
    }

    .TitleFont {
        font-size: 40px;
        text-align: center;
        color: #363636;
    }
    .TitleCenter {
        margin: auto;
        margin-top: 40px;
        width: 50%;
    }

    /* Desktop specific optimizations */

    input.search[type=search] {
        width: 300px;
    }

    .dropdown-content {
        min-width: 190px;
    }

    .projectList {
        min-width: 320px;
    }
}

/* Tablet Styles - Medium screens (768px to 1023px) */
@media screen and (min-width: 768px) {
    .navTopElem{
        background-color: #ffffff;
    }
    .form-outline {
        width: 90%;
    }
    .navbar-brand {
        float: none;
        height: auto;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px;
    }
    .TitleFont {
        font-size: 28px;
        text-align: center;
        color: #363636;
    }
    .TitleCenter {
        margin: auto;
        margin-top: 30px;
        width: 70%;
    }

    .circle h3{
        padding-top: 20px;
        font-size: 24px;
        margin: auto;
    }
    .circle {
        margin: auto;
        width: 80px;
        height: 80px;
        /*line-height: 80px;*/
        border-radius: 50%;
        font-size: 16px;
        background-color: #439cbc;
        text-align: center;
        color: #ffffff;
    }

    .navbar-start{
        width: 100%;
        margin: auto;
    }
    .navbar-menu{
        width: 100%;
        background-color: #ffffff;
    }

    /* Tablet specific styles */
    input.search[type=search] {
        width: 250px;
    }

    .dropdown-content {
        min-width: 160px;
    }

    .projectList {
        min-width: 320px;
    }

    /* Tablet tables */
    table {
        font-size: 12px;
    }

    td, th {
        padding: 6px;
        font-size: 12px;
    }
}
button:focus{
    outline: 0;
}

/* Mobile Styles - Small screens (up to 767px) */
@media screen and (max-width: 767px){
    /* Base mobile styles */
    body {
        font-size: 14px;
        overflow-x: hidden;
    }
    .navbar-end{
        width: 100%;
    }
    .btn-outline-secondary{
        text-align: left;
        width: 24em;
        border-radius: 10px;
        background-color: #439cbc;
        border-color: transparent;
        color: #fff;
        max-height: 60px;
    }
    .button.is-primary {
        /* width: 100%; */
        border-radius: 10px;
        background-color: #439cbc;
        border-color: transparent;
        color: #fff;
        max-height: 60px;
    }
    .button.is-primary:hover {
        background-color: #439cbc;
        border-color: transparent;
        color: #fff;
    }
    .navbar-item, .navbar-link {
        padding: 5px;
    }
    .navbar-item.is-mega{
        display: block;
    }
    .navTopElem{
        background-color: #ffffff;
    }
    .form-outline {
        width: 95%;
    }
    .navbar-brand {
        float: none;
        height: auto;
        width: 100%;
        padding: 10px 15px;
        font-size: 16px;
        line-height: 18px;
    }

    /* Mobile navbar fixes */
    .navbar {
        flex-wrap: wrap;
        padding: 0.5rem 1rem;
    }

    .navbar-container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    /* Mobile header navigation */
    #navHeader {
        padding: 10px 15px !important;
        background-color: #ffffff !important;
    }

    .navbar-nav {
        flex-direction: column;
        width: 100%;
    }

    .navbar-nav .nav-item {
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }

    /* Mobile logo adjustments */
    .navbar-brand img {
        max-height: 40px;
        width: auto;
    }

    /* Mobile search bar */
    .navbar-search {
        width: 100%;
        margin: 10px 0;
    }

    .navbar-search input {
        width: 100%;
        max-width: none;
    }

    .TitleFont {
        font-size: 20px;
        text-align: center;
        color: #363636;
        margin-bottom: 15px;
    }
    .TitleCenter {
        margin: auto;
        margin-top: 15px;
        width: 90%;
    }

    .circle h3{
        padding-top: 25px;
        font-size: 20px;
        margin: auto;
    }
    .circle {
        margin: auto;
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 50%;
        font-size: 14px;
        background-color: #439cbc;
        text-align: center;
        color: #ffffff;
    }
    .navbar-start{
        width: 100%;
        margin: auto;
    }
    .navbar-menu{
        width: 100%;
        background-color: #ffffff;
    }
    .navbar-link.is-active{
        background-color: #2b2b2b;
    }
    a.navbar-item.is-active{
        background-color: #1b1b1b;
    }
    .navbar-link{
        background-color: #f5f5f5;
    }
    .navbar-dropdown {
        background-color: #ffffff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #262626;
        box-shadow: 0 8px 8px #1b1b1b;
        display: contents;
        font-size: .875rem;
        left: 0;
        min-width: 100%;
        position: absolute;
        top: 100%;
        z-index: 20;
    }

    /* Mobile specific optimizations */

    /* Mobile search */
    input.search[type=search] {
        width: 100%;
        max-width: 280px;
        font-size: 14px;
        padding: 10px 15px 10px 35px;
    }

    /* Mobile buttons */
    .button, input[type=submit], input[type=button], .submit-row input, a.button {
        padding: 12px 20px;
        font-size: 14px;
        width: 100%;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    /* Mobile forms */
    input[type=text], input[type=password], input[type=email], input[type=url],
    input[type=number], input[type=tel], textarea, select, .vTextField {
        width: 100%;
        padding: 12px;
        font-size: 16px; /* Prevents zoom on iOS */
        box-sizing: border-box;
    }

    /* Mobile tables */
    table {
        width: 100%;
        font-size: 11px;
        overflow-x: auto;
        display: block;
        white-space: nowrap;
    }

    thead, tbody, tfoot, tr, td, th {
        display: block;
    }

    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
        display: block;
        padding: 10px;
    }

    td {
        border: none;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    td:before {
        content: attr(data-label) ": ";
        position: absolute;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    /* Mobile dropdowns */
    .dropdown-content {
        min-width: 150px;
        position: fixed;
        left: 10px;
        right: 10px;
        width: auto;
    }

    /* Mobile project list */
    .projectList {
        min-width: 100%;
        margin-bottom: 10px;
    }

    /* Mobile header adjustments */
    #header {
        padding: 10px 15px;
        flex-direction: column;
        text-align: center;
    }

    #branding h1 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    #user-tools {
        float: none;
        margin: 10px 0 0 0;
        text-align: center;
    }

    /* Mobile navigation burger */
    .navbar-burger {
        display: block;
        height: 3.25rem;
        width: 3.25rem;
    }

    /* Mobile footer adjustments */
    .footer-widget ul li {
        width: 100%;
        margin-bottom: 8px;
    }

    .footer-social-icon a {
        font-size: 24px;
        margin-right: 10px;
    }

    /* Mobile notification panel */
    .notification-panel {
        width: 90vw;
        max-width: 350px;
        right: 5vw;
    }

    /* Mobile triangles positioning */
    .triangle-lang,
    .triangle-left,
    .triangle-in,
    .triangleStore-in,
    .triangle-Mega {
        transform: none;
        position: relative;
        margin: 5px auto;
    }

    /* Mobile specific dropdown positioning */
    #shoppingCart {
        left: -50px;
        width: 280px;
    }

    #signIn {
        left: -100px;
        width: 200px;
    }

    #myAccount {
        left: -100px;
        width: 280px;
    }

    /* Mobile image adjustments */
    #imageColor {
        width: 100px;
        min-height: 50px;
        max-height: 50px;
    }

    #imageColorSmall {
        width: 50px;
        max-height: 25px;
    }

    /* Mobile accordion */
    .accordion {
        font-size: 14px;
        padding: 12px;
    }

    /* Mobile alerts */
    .alert {
        padding: 15px;
        font-size: 14px;
    }
}

/* Extra small mobile devices (up to 480px) */
@media screen and (max-width: 480px) {
    body {
        font-size: 13px;
    }

    .TitleFont {
        font-size: 18px;
    }

    .circle {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 12px;
    }

    .circle h3 {
        padding-top: 20px;
        font-size: 16px;
    }

    input.search[type=search] {
        font-size: 13px;
    }

    .button, input[type=submit], input[type=button] {
        padding: 10px 15px;
        font-size: 13px;
    }

    #header {
        padding: 8px 10px;
    }

    #branding h1 {
        font-size: 18px;
    }

    .notification-panel {
        width: 95vw;
        right: 2.5vw;
    }
}


/* Touch-friendly interactions for mobile */
@media (hover: none) and (pointer: coarse) {
    .button, input[type=submit], input[type=button], a.button {
        min-height: 44px; /* Apple's recommended touch target size */
        min-width: 44px;
    }

    .navbar-item, .navbar-link {
        min-height: 20px;
        align-items: center;
        padding: 5px;

    }

    .dropdown-content {
        padding: 15px 20px; /* Larger touch targets */
    }
}

/* High DPI displays optimization */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Optimize images and icons for retina displays */
    .navbar-item img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Store dropdown collapse styles */
#StoreDropM {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    min-width: 600px;
    /*left: -270px;*/
    top: 30px;
}

#StoreDropM.show {
    display: block;
}

.navbar-link[onclick="toggleStoreDropdown()"] {
    cursor: pointer;
}

/* Help dropdown collapse styles */
#HelpDropM {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    min-width: 300px;
    top: 30px;
}

#HelpDropM.show {
    display: block;
}

.navbar-link[onclick="toggleHelpDropdown()"] {
    cursor: pointer;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    #StoreDropM {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        min-width: 100%;
        width: 100%;
        height: 100vh;
        border-radius: 0;
        overflow-y: auto;
        padding: 20px;
        box-sizing: border-box;
    }

    #StoreDropM .container.is-fluid {
        max-width: 100%;
        padding: 0;
    }

    #StoreDropM .columns {
        flex-direction: column;
    }

    #StoreDropM .column {
        margin-bottom: 20px;
    }

    /* Add close button for mobile */
    #StoreDropM::before {
        content: "✕";
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 24px;
        color: #666;
        cursor: pointer;
        z-index: 1001;
    }

    #HelpDropM {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        min-width: 100%;
        width: 100%;
        height: 100vh;
        border-radius: 0;
        overflow-y: auto;
        padding: 20px;
        box-sizing: border-box;
    }

    #HelpDropM::before {
        content: "✕";
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 24px;
        color: #666;
        cursor: pointer;
        z-index: 1001;
    }
}



/* Cart Dropdown - Position below button */
#shoppingCart {
    position: absolute !important;
    top: 100% !important;
    min-width: 350px !important;
    background: white !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    z-index: 1000 !important;
}

#shoppingCart .triangle-Notifcation {
    display: none !important;
}

/* Mobile adjustments for user account and cart */
@media (max-width: 768px) {
    .mainDropDown .navbar-dropdown {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        border-radius: 0;
        overflow-y: auto;
        padding: 20px;
        box-sizing: border-box;
        margin-top: 0;
    }

    .mainDropDown .navbar-dropdown::before {
        content: "✕";
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 24px;
        color: #666;
        cursor: pointer;
        z-index: 1001;
    }

    #shoppingCart {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        border-radius: 0 !important;
        overflow-y: auto !important;
        padding: 20px !important;
        box-sizing: border-box !important;
        margin-top: 0 !important;
    }

    #shoppingCart::before {
        content: "✕";
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 24px;
        color: #666;
        cursor: pointer;
        z-index: 1001;
    }
}

.title:not(.is-spaced)+.subtitle{
    margin: unset;
}
 
#navHeader {
    background-color: #ffffff !important;
    padding-bottom: 0;
}

.navbar-item.has-dropdown {
    align-items: center;
}

.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.dropdown-content {
    cursor: pointer;
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 190px;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.05);
    padding: 12px 16px;
    z-index: 10;
    border-radius: 0 0 10px 10px;
}
.dropdown:hover .dropdown-content {
  display: block;
}
#CardView {
    float: inherit;
    z-index: 0;
    border: unset;
    box-shadow: unset;
}
#CardView:focus-visible{
    outline: unset;
}
#CardView:focus{
    outline: unset;
}
#CardView:hover{
    cursor: pointer;
}
#exampleProjects{
    margin-top: 20px;
}
.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-top: 5px;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.projectList{
    /*margin-top: 10px;*/
    padding-left: 10px;
    height: 40px;
    border-radius: 10px;
    border: 2px solid #dedede;
    align-content: center;
    background-color: white;
}

#id_phone_number_0{
    width: fit-content;
}
#id_phone_number_1{
    margin-left: 10px;
}

#id_location{
    display: contents;
}

label{
    margin-bottom:0;
}

.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
    background-color: #ffffff;
    color: #1b1b1b;
}
.navbar-dropdown .navbar-item {
    color: black;
}
.triangle-lang {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #439cbc;
    transform: translate(40px, -20px);
    }
.triangle-left {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #439cbc;
    transform: translate(60px, -20px);
    }
.triangle-in {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #439cbc;
    transform: translate(90px, -20px);
    }
.triangleStore-in {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #439cbc;
    transform: translate(9em, -20px);
    }
.triangle-Mega {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #439cbc;
    transform: translate(60px, -20px);
    }
.navbar-link.is-active, a.navbar-item.is-active {
    color: rgba(156, 156, 156, 0);
}

#languagesDropM {
    left: -33px;
    top: 45px;
}

#signIn {
    left: -160px;
    width: 230px;
    top: 42px;
}

#myAccount {
    left: -150px;
    width: 350px;
    top: 95px;
}

.btn-primary {
    color: #fff;
    background-color: #439cbc;
    border-color: #439cbc;
}

.input-group{
    flex-wrap: nowrap;!important;
}
.navbar {
    background-color: #fff0!important;
}
.accordion {
  background-color: #F5F5F5;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 15px;
  transition: 0.4s;
  outline:none!important;
}
.accordion:hover {
  background-color: #ccc;
}
.panel {
  display: none;
  background-color: white;
  overflow: hidden;
}

/*#blogDropdown{*/
/*    left: -150% !important;*/
/*    width: 1120px;*/
/*}*/
#blogDropdown a:hover{
    color: white;
}

.navbar-dropdownL {
    left: -150%;
    background-color: #2f2f2f;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #393939;
    box-shadow: 0 8px 8px #1b1b1b;
    font-size: .875rem;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
}
#but{
    width: 150px;
    margin-bottom: 8px;
}

.menuTitleIcon{
    color: white;
    padding-left: 5px;
}
.navbar-item img {
    max-height: 3.75rem;
}
.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover{
}

.navbar-item-space{
    line-height: 1;
    padding-left: 10px;
    width: 160px;
}
.is-mega-menu-title {
    margin-bottom: 0;
    padding: .375rem 1rem;
}
.navbar-dropdown .button .is-primary{
    left: 5px;
}
a.navbar-item:hover {
    background-color: rgba(47, 47, 47, 0);
    color: #ffffff;
}

.navbar-link.is-active, a.navbar-item.is-active {
    color: #000000;
}
.navbar-item.has-dropdown:hover .navbar-link {
    background-color: rgba(47, 47, 47, 0);
    color: black;
}

.navbar-divider {
    border: none;
    height: 2px;
    margin: .5rem 0;
}
.navbar-burger {
    color: #000000;
    cursor: pointer;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    margin-left: auto;
}
.title.is-6 {
    font-size: 1rem;
    color: gray;
}

/* LINKS */

a:link, a:visited a:focus {
    color: #363636;
    text-decoration: none!important;
}

a:focus, a:hover {
    color: #439cbc;
}

a:focus {
    text-decoration: none;
}

a img {
    border: none;
}

li{
   list-style-type: none; 
}

a.section:link, a.section:visited {
    color: #fff;
    text-decoration: none;
}

a.section:focus, a.section:hover {
    text-decoration: underline;
}

/* GLOBAL DEFAULTS */

p, ol, ul, dl {
    margin: .2em 0 .8em 0;
    color: black;
}


h1 {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 20px;
    color: #000000d5;
}

h2 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #3298dc;
}

h2.subhead {
    font-weight: normal;
    margin-top: 0;
}

h3 {
    font-size: 14px;
    margin: .8em 0 .3em 0;
    color: #000000d5;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    color: #363636;
    margin: 1em 0 .8em 0;
    padding-bottom: 3px;
}

h5 {
    font-size: 10px;
    /*margin: 1.5em 0 .5em 0;*/
    color: #363636;
    text-transform: uppercase;
    letter-spacing: 1px;
}


li, dt, dd {
    font-size: 13px;
    line-height: 20px;
}

dt {
    font-weight: bold;
    margin-top: 4px;
}

dd {
    margin-left: 0;
}

form {
    margin: 0;
    padding: 10px;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #eee;
}

blockquote {
    font-size: 11px;
    color: #777;
    margin-left: 2px;
    padding-left: 10px;
    border-left: 5px solid #ddd;
}

code, pre {
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
    color: #666;
    font-size: 12px;
}

pre.literal-block {
    margin: 10px;
    background: #eee;
    padding: 6px 8px;
}

code strong {
    color: #930;
}

hr {
    clear: both;
    color: #eee;
    background-color: rgba(238, 238, 238, 0);
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
}

/* TEXT STYLES & MODIFIERS */

.small {
    font-size: 11px;
}

.tiny {
    font-size: 10px;
}

p.tiny {
    margin-top: -2px;
}

.mini {
    font-size: 10px;
}

p.mini {
    margin-top: -3px;
}

.help, p.help, form p.help, div.help, form div.help, div.help li {
    font-size: 11px;
    color: #999;
}

div.help ul {
     margin-bottom: 0;
}

.help-tooltip {
    cursor: help;
}

p img, h1 img, h2 img, h3 img, h4 img, td img {
    vertical-align: middle;
}


.quiet, a.quiet:link, a.quiet:visited {
    color: #999;
    font-weight: normal;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.example {
    margin: 10px 0;
    padding: 5px 10px;
    background: #efefef;
}

.nowrap {
    white-space: nowrap;
}

/* TABLES */

table {
    border-collapse: collapse;
    border-color: #ccc;
}

td, th {
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    padding: 8px;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
}

th {
    font-weight: 600;
    text-align: left;
}

thead th,
tfoot td {
    color: #afafaf;
    padding: 5px 10px;
    font-size: 11px;
    background: #fff;
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

tfoot td {
    border-bottom: none;
    border-top: 1px solid #eee;
}

thead th.required {
    color: #000;
}

tr.alt {
    background: #f6f6f6;
}


/* SORTABLE TABLES */

thead th {
    padding: 5px 10px;
    line-height: normal;
    text-transform: uppercase;
    background: #f6f6f6;
}

thead th a:link, thead th a:visited {
    color: #666;
}

thead th.sorted {
    background: #eee;
}

thead th.sorted .text {
    padding-right: 42px;
}

table thead th .text span {
    padding: 8px 10px;
    display: block;
}

table thead th .text a {
    display: block;
    cursor: pointer;
    padding: 8px 10px;
}

table thead th .text a:focus, table thead th .text a:hover {
    background: rgba(238, 238, 238, 0);
}

thead th.sorted a.sortremove {
    visibility: hidden;
}

table thead th.sorted:hover a.sortremove {
    visibility: visible;
}

table thead th.sorted .sortoptions {
    display: block;
    padding: 9px 5px 0 5px;
    float: right;
    text-align: right;
}

table thead th.sorted .sortpriority {
    font-size: .8em;
    min-width: 12px;
    text-align: center;
    vertical-align: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

table thead th.sorted .sortoptions a {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/sorting-icons.svg) 0 0 no-repeat;
    background-size: 14px auto;
}

table thead th.sorted .sortoptions a.sortremove {
    background-position: 0 0;
}

table thead th.sorted .sortoptions a.sortremove:after {
    content: '\\';
    position: absolute;
    top: -6px;
    left: 3px;
    font-weight: 200;
    font-size: 18px;
    color: #999;
}

table thead th.sorted .sortoptions a.sortremove:focus:after,
table thead th.sorted .sortoptions a.sortremove:hover:after {
    color: #439cbc;
}

table thead th.sorted .sortoptions a.sortremove:focus,
table thead th.sorted .sortoptions a.sortremove:hover {
    background-position: 0 -14px;
}

table thead th.sorted .sortoptions a.ascending {
    background-position: 0 -28px;
}

table thead th.sorted .sortoptions a.ascending:focus,
table thead th.sorted .sortoptions a.ascending:hover {
    background-position: 0 -42px;
}

table thead th.sorted .sortoptions a.descending {
    top: 1px;
    background-position: 0 -56px;
}

table thead th.sorted .sortoptions a.descending:focus,
table thead th.sorted .sortoptions a.descending:hover {
    background-position: 0 -70px;
}

/* FORM DEFAULTS */

input, textarea, select, .form-row p, form .button {
    margin: 2px 0;
    padding: 2px 3px;
    vertical-align: middle;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
}
.form-row div.help {
    padding: 2px 3px;
}

textarea {
    vertical-align: top;
}

#headerSearch{
    width: 60px;
    text-align: center;
    scale: 0.9;
    align-content: center;
    height: 40px;
    background: red;
    border: none;
    color: #FFFFFF;
    border-radius: 5px;
    margin-left: -60px;
}

#headerSearch:focus{
    outline-color: #e3e3e3;
    box-shadow: none;
}

input.search[type=search] {
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #f6f6f6 !important;
    border-radius: 4px;
    font-size: 15px;
    color: black !important;
    background-color: #ffffff;
    background-image: url('../img/search.svg');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

::placeholder {
  color: #d7d7d7;
}

input.search[type=search]:focus {
  /*outline: none;*/
    outline-color: #e3e3e3;
    box-shadow: none;
    animation: mymove 1s infinite;
}
@keyframes mymove {
    from {outline-color: #ffffff;}
    to {outline-color: #e1e1e1;}
}


input[type=text], input[type=password], input[type=email], input[type=url],
input[type=number], input[type=tel], textarea, select, .vTextField {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 6px;
    margin-top: 0;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus,
input[type=url]:focus, input[type=number]:focus, input[type=tel]:focus,
textarea:focus, select:focus, .vTextField:focus {
    border-color: #999;
}

select {
    height: 30px;
}

select[multiple] {
    /* Allow HTML size attribute to override the height in the rule above. */
    height: auto;
    min-height: 150px;
}

/* FORM BUTTONS */



.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background: #eaeaea;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

a.button {
}

.button:active, input[type=submit]:active, input[type=button]:active,
.button:focus, input[type=submit]:focus, input[type=button]:focus,
.button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #439cbc;
    color: #fff!important;
}

.button[disabled], input[type=submit][disabled], input[type=button][disabled] {
    opacity: 0.4;
}

.button.default, input[type=submit].default, .submit-row input.default {
    float: right;
    border: none;
    font-weight: 400;
    background: #979797;
}

.button.default:active, input[type=submit].default:active,
.button.default:focus, input[type=submit].default:focus,
.button.default:hover, input[type=submit].default:hover {
    background: #686868;
}

.button[disabled].default,
input[type=submit][disabled].default,
input[type=button][disabled].default {
    opacity: 0.4;
}


/* MODULES */

.module {
    border: none;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0);
}

.module p, .module ul, .module h3, .module h4, .module dl, .module pre {
    padding-left: 10px;
    padding-right: 10px;
}

.module blockquote {
    margin-left: 12px;
}

.module ul, .module ol {
    margin-left: 1.5em;
}

.module h3 {
    margin-top: .6em;
}

.module h2, .module caption, .inline-group h2 {
    margin: 0;
    padding: 8px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    background: #bbbbbb;
    color: #fff;
}

.module caption,
.inline-group h2 {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.module table {
    border-collapse: collapse;
}

/* MESSAGES & ERRORS */

ul.messagelist {
    padding: 0;
    margin: 0;
}

ul.messagelist li {
    display: block;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 10px 10px 65px;
    margin: 0 0 10px 0;
    background: #dfd url(../img/icon-yes.svg) 40px 12px no-repeat;
    background-size: 16px auto;
    color: #333;
}

ul.messagelist li.warning {
    background: #ffc url(../img/icon-alert.svg) 40px 14px no-repeat;
    background-size: 14px auto;
}

ul.messagelist li.error {
    background: #ffefef url(../img/icon-no.svg) 40px 12px no-repeat;
    background-size: 16px auto;
}

.errornote {
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 10px 12px;
    margin: 0 0 10px 0;
    color: #ba2121;
    border: 1px solid #ba2121;
    border-radius: 4px;
    background-color: #fff;
    background-position: 5px 12px;
}

ul.errorlist {
    margin: 0 0 4px;
    padding: 0;
    color: #ba2121;
    background: #fff;
}

ul.errorlist li {
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
}

ul.errorlist li:first-child {
    margin-top: 0;
}

ul.errorlist li a {
    color: inherit;
    text-decoration: underline;
}

td ul.errorlist {
    margin: 0;
    padding: 0;
}

td ul.errorlist li {
    margin: 0;
}

.form-row.errors {
    margin: 0;
    border: none;
    border-bottom: 1px solid #eee;
    background: none;
}

.form-row.errors ul.errorlist li {
    padding-left: 0;
}

.errors input, .errors select, .errors textarea {
    border: 1px solid #ba2121;
}

div.system-message {
    background: rgba(255, 255, 204, 0);
    margin: 10px;
    padding: 6px 8px;
    font-size: .8em;
}

div.system-message p.system-message-title {
    padding: 4px 5px 4px 25px;
    margin: 0;
    color: #c11;
    background: #ffefef url(../img/icon-no.svg) 5px 5px no-repeat;
}

.description {
    font-size: 12px;
    padding: 5px 0 0 12px;
}

/* BREADCRUMBS */

div.breadcrumbs {
    background: #79aec8;
    padding: 10px 40px;
    border: none;
    font-size: 14px;
    color: #c4dce8;
    text-align: left;
}

div.breadcrumbs a {
    color: #fff;
}

div.breadcrumbs a:focus, div.breadcrumbs a:hover {
    color: #c4dce8;
}

/* ACTION ICONS */

.viewlink, .inlineviewlink {
    padding-left: 16px;
    background: url(../img/icon-viewlink.svg) 0 1px no-repeat;
}

.addlink {
    padding-left: 16px;
    background: url(../img/icon-addlink.svg) 0 1px no-repeat;
}

.changelink, .inlinechangelink {
    padding-left: 16px;
    background: url(../img/icon-changelink.svg) 0 1px no-repeat;
}

.deletelink {
    padding-left: 16px;
    background: url(../img/icon-deletelink.svg) 0 1px no-repeat;
}

a.deletelink:link, a.deletelink:visited {
    color: #CC3434;
}

a.deletelink:focus, a.deletelink:hover {
    color: #993333;
    text-decoration: none;
}

/* OBJECT TOOLS */

.object-tools {
    font-size: 10px;
    font-weight: bold;
    padding-left: 0;
    float: right;
    position: relative;
    margin-top: -48px;
}

.form-row .object-tools {
    margin-top: 5px;
    margin-bottom: 5px;
    float: none;
    height: 2em;
    padding-left: 3.5em;
}

.object-tools li {
    display: block;
    float: left;
    margin-left: 5px;
    height: 16px;
}

.object-tools a {
    border-radius: 15px;
}

.object-tools a:link, .object-tools a:visited {
    display: block;
    float: left;
    padding: 3px 12px;
    background: #999;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
}

.object-tools a:focus, .object-tools a:hover {
    background-color: #439cbc;
}

.object-tools a:focus{
    text-decoration: none;
}

.object-tools a.viewsitelink, .object-tools a.golink,.object-tools a.addlink {
    background-repeat: no-repeat;
    background-position: right 7px center;
    padding-right: 26px;
}

.object-tools a.viewsitelink, .object-tools a.golink {
    background-image: url(../img/tooltag-arrowright.svg);
}

.object-tools a.addlink {
    background-image: url(../img/tooltag-add.svg);
}

/* OBJECT HISTORY */

table#change-history {
    width: 100%;
}

table#change-history tbody th {
    width: 16em;
}

/* PAGE STRUCTURE */

.dashboard #content {
    width: auto;
}

#content-main {
    float: left;
    width: 100%;
}

#content-related {
    float: right;
    width: 260px;
    position: relative;
    margin-right: -300px;
}

/* COLUMN TYPES */

.colMS {
    margin-right: 300px;
}

.colSM {
    margin-left: 300px;
}

.colSM #content-related {
    float: left;
    margin-right: 0;
    margin-left: -300px;
}

.colSM #content-main {
    float: right;
}

.popup .colM {
    width: auto;
}

/* HEADER */

#header {
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    background: #439cbc;
    color: #ffc;
    overflow: hidden;
}

#header a:link, #header a:visited {
    color: #fff;
}

#header a:focus , #header a:hover {
    text-decoration: underline;
}

#branding {
    float: left;
}

#branding h1 {
    padding: 0;
    margin: 0 20px 0 0;
    font-weight: 300;
    font-size: 24px;
    color: #f5dd5d;
}

#branding h1, #branding h1 a:link, #branding h1 a:visited {
    color: #f5dd5d;
}

#branding h2 {
    padding: 0 10px;
    font-size: 14px;
    margin: -8px 0 8px 0;
    font-weight: normal;
    color: #ffc;
}

#branding a:hover {
    text-decoration: none;
}

#user-tools {
    float: right;
    padding: 0;
    margin: 0 0 0 20px;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: right;
}

#user-tools a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#user-tools a:focus, #user-tools a:hover {
    text-decoration: none;
    border-bottom-color: #79aec8;
    color: #79aec8;
}

/* SIDEBAR */

#content-related {
    background: rgba(248, 248, 248, 0);
}

#content-related .module {
    background: none;
}

#content-related h3 {
    font-size: 14px;
    color: #666;
    padding: 0 16px;
    margin: 0 0 16px;
}

#content-related h4 {
    font-size: 13px;
}

#content-related p {
    padding-left: 16px;
    padding-right: 16px;
}

#content-related .actionlist {
    padding: 0;
    margin: 16px;
}

#content-related .actionlist li {
    line-height: 1.2;
    margin-bottom: 10px;
    padding-left: 18px;
}

#content-related .module h2 {
    background: none;
    padding: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    color: #333;
}

.delete-confirmation form input[type="submit"] {
    background: #ba2121;
    border-radius: 4px;
    padding: 10px 15px;
    color: #fff;
}

.delete-confirmation form input[type="submit"]:active,
.delete-confirmation form input[type="submit"]:focus,
.delete-confirmation form input[type="submit"]:hover {
    background: #a41515;
}

.delete-confirmation form .cancel-link {
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    line-height: 15px;
    background: #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    color: #333;
    margin: 0 0 0 10px;
}

.delete-confirmation form .cancel-link:active,
.delete-confirmation form .cancel-link:focus,
.delete-confirmation form .cancel-link:hover {
    background: #ccc;
}

/* POPUP */
.popup #content {
    padding: 20px;
}

.popup #container {
    min-width: 0;
}

.popup #header {
    padding: 10px 20px;
}

ul {
    margin: 0;
    padding: 0;
}
.footer-section {
  /* background: #2f2f2f; */
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #d1d1d1;
  border-top: 2px solid #d1d1d1;
}
.single-cta i {
  color: #439cbc;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #363636;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #363636;
  font-size: 13px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 13px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #439cbc;
  font-size: 30px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
/*-------------------------------------------------------------------*/

/*-------------------------------------------------------------------*/
.footer-widget-heading h3 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #439CBC;
}
.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}
.footer-widget ul li a:hover{
    color: #439CBC;
}
.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}
.subscribe-form {
    position: relative;
    overflow: hidden;
    margin-bottom: -30px;
}
.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #439cbc;
    padding: 13px 20px;
    border: none;
    top: 10px;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
    background: #202020;
    padding-top: 10px;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #439cbc;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #439cbc;
}
.footer-menu li a {
  font-size: 13px;
  color: #878787;
}

.circleSmall{
    width: 20px;
    height: 20px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    border-radius: 50%;
    transform: translate(10px, -10px);
    background-color: red;
    text-align: center;
    color: #ffffff;
    z-index: 850;
}


.HeaderClip-circle {
    clip-path: circle(15px at center);
    width: auto;
}

.triangle-Notifcation {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #439cbc;
    transform: translate(150px, -20px);
}

#notifications{
    width: 310px;
    left: -110px;
    top: 68px;

}

.nofLabel{
    width: 90%;
    margin: auto;
    background-color: #ffffff;
}



::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  /*background-color: none;*/
  /* border-radius: 10px; */
}
::-webkit-scrollbar-thumb {
  /*background-color: #e1e1e1;*/
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #3298dc;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    scale: 0.65;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #439cbc;
}

input:focus + .slider {
  box-shadow: 0 0 1px #439cbc;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.input-box {
    width: 50px;
    text-align: center;
    border: none !important;
    border-radius: 0;
    padding: 8px 10px;
    font-size: 16px;
    background-color: #f3f3f3;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}


#imageColor{
    width: 150px;
    min-height: 75px;
    max-height: 75px;
    object-fit: cover;
    cursor: pointer;
}

#imageColor:hover{
    object-fit: cover;
    cursor: pointer;
    scale: 150%;
    border-width: 5px;
    border-style: solid;
}

#imageColorSmall{
    width: 75px;
    max-height: 35px;
    object-fit: cover;
    cursor: pointer;
}

#imageColorSmall:hover{
    object-fit: cover;
    cursor: pointer;
    scale: 150%;
    border-width: 3px;
    border-style: solid;
}


#thumbProductImage{
    scale: 1000%;
    resize: inline;
    display: inline-block;
    left: 10px;
}


* {
    box-sizing: border-box;
}

/* Responsive viewport meta tag support */
@viewport {
    width: device-width;
    initial-scale: 1.0;
}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #429bbb;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: #ff0000;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    list-style-type: none;
    display: inline-block;
    visibility: hidden;
    opacity: 75%;
    width: auto;
    background-color: black;
    color: white !important;
    text-align: center;
    padding: 5px 30px;
    border-radius: 6px;
    transition: opacity .6s;
    font-size: 11px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 10;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip:hover .tooltiptext ul li {
  color: white;
}

.alert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
}
.alert.warning{
    background-color: #ffa400; /* Red */
}
.alert.success{
    background-color: #0ec700; /* Red */
}
.alert.info{
    background-color: #0092c7; /* Red */
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

.notification-center {
    position: relative;
    display: inline-block;
}

.notification-bell {
    cursor: pointer;
    padding: 10px;
    position: relative;
}

.notification-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    min-width: 1.5rem;
    text-align: center;
}

.notification-panel {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 350px;
    max-height: 500px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

.notification-panel.show {
    display: block;
}

.notification-header {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notification-filters {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #dee2e6;
}

.notification-list {
    max-height: 400px;
    overflow-y: auto;
}

.notification-item {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: flex-start;
    transition: background-color 0.2s;
}

.notification-item:hover {
    background-color: #f8f9fa;
}

.notification-item.unread {
    background-color: #e8f4fd;
}

.notification-content {
    flex: 1;
    min-width: 0;
}

.notification-title {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.notification-message {
    color: #6c757d;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    word-wrap: break-word;
}

.notification-meta {
    font-size: 0.75rem;
    color: #6c757d;
}

.notification-link {
    padding: 0.5rem;
    color: #6c757d;
    text-decoration: none;
}

.notification-dismiss {
    padding: 0.25rem;
    color: #6c757d;
    opacity: 0;
    transition: opacity 0.2s;
}

.notification-item:hover .notification-dismiss {
    opacity: 1;
}

.notification-empty {
    padding: 2rem;
    text-align: center;
    color: #6c757d;
}

.notification-empty i {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #28a745;
}

.notification-load-more {
    padding: 1rem;
    text-align: center;
    border-top: 1px solid #dee2e6;
}

/* Syntax SVG Images - Add gray background for visibility in light mode */
img[src*="Syntax.svg"],
img[src*="syntax.svg"] {
    background-color: #2a2a2a;
}

/* Dark mode - lighter background for syntax images */
[data-theme="dark"] img[src*="Syntax.svg"],
[data-theme="dark"] img[src*="syntax.svg"] {
    background-color: rgba(42, 42, 42, 0);
}
