@import url('theme.css');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap');


/* .dash-head {
    background-color: #0F1920;
} */

.sidebar {
    height: auto;
    padding-bottom: 20px;
}

.nav-time{
    font-family: 'good times rg';
    font-size: 18px;
    /* margin-left: 18px; */
    color: var(--text-color)
}




.nav-header-text {
    color: var(--text-color);
    font-family: 'Orbitron', sans-serif;
    position: relative; /* So the pseudo-element is positioned relative to this element */
    display: inline-block; /* Ensure the element behaves like text */
    font-size: 18px;
    transition: font-size 1s;
}

.nav-header-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%; /* Start with no width */
    height: 4px; /* Thickness of the bottom border */
    background-color: red; /* White border */
    transition: width 0.3s ease; /* Smooth transition for the border */
}

.nav-header-text:hover::after {
    width: 100%; /* When hovered, the border grows to full width */
}

.nav-link:hover {
    background-color: transparent !important;
    color: darkgoldenrod !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  .nav-link:focus{
    color:black !important;
}

.nav-btn {
    padding-left: 5px;
    padding-right: 2px;

    margin-top: 0em;
    color: #ffffff;
    transition: 0.5s all ease;

}
#sidebar-logout > .nav-link:hover ,#sidebar-logout-li:hover{

    color: #000000 !important;
}


.nav-btn i {
    /* font-size: 1em; */
    vertical-align: middle;
    padding-right: 0.5em;
}

.nav-btn:hover,
.nav-btn.selected {
    background-color: #FFD736 !important;
    color: #000000 !important;

}
.nav-btn > .nav-link {
    /* height: 60px;
    line-height: 60px; */
    margin-right: 0px !important;
    color: inherit !important;
    transition: 0.1s all ease-in-out;
}

.main-content-container{
    background-color: var(--background-color);
}

#sidebar-logout > .nav-link{
    margin-right: 0px !important;
}

.nav-btn > .nav-link:hover {
    color: #000000 !important;
}

#sidebar-logout > .nav-link{
    margin-right: 0px !important;
}

.nav-btn.disabled {
    opacity: 0.3;
}

.nav-btn.disabled > .nav-link {
    cursor: default;
}

.nav-btn.disabled:hover {
    background-color: unset !important;
    color: #ffffff !important;
}

#nav1 {
    background: var(--nav1-bg);
    width: 250px;
}

.navbar-left1{
    background-color: #0F1920;
    width: 50px;
}

nav{
    transition: all 0.8s ease;
}

.sidebar-sticky{
    max-width: 245px;
}

.dashboard-head h6 {
    font-size: 13px;
}

.dashboard-main {
    font-family: 'Red Hat Display', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.dashboard-content i.bi.bi-question-circle {
    font-size: 6em;
}

/* Table background color fix */
.table>:not(caption)>*>* {
    background-color: transparent;
    color: var(--text-color) !important;
    font-family: "good times rg";
    font-size: 11px;
}

.select-wrapper {
    min-width: 11.5em;
    color: #fff;
    max-width:18em;

    & .select-btn, & .options li {
        display: flex;
        align-items: center;
        height: 3em;
        cursor: pointer;
    }

    & .select-btn {
        justify-content: space-between;
        padding: 0 1em;
        font-size: 1em;
        border: 1px solid #ffffff;

        &:hover {
            background-color: #3a3a3a;
        }

        & ion-icon {
        font-size: 1.1em;
        transition: transform 0.2s linear;
        }
    }

    &.active .select-btn {
        background-color: #3a3a3a;

        & ion-icon {
        transform: rotate(-180deg);
        }
    }

    &.active .content {
        display: block;
    }

    & .content {
        display: none;
        margin-top: 0.5em;
        padding: 0.75em;
        border: 1px solid #ffffff;

        & .search { /* -- Search input -- */
            position: relative;

            & ion-icon {
                color: #8a8a8a;
                pointer-events: none;
                position: absolute;
                inset: 1em;
                line-height: 3em;
            }

            & input {
                height: 3em;
                width: 100%;
                outline: none;
                font-size: 1em;
                padding-left: 2.5em;
                border: 1px solid #b3b3b3;
            }
        }

        & .options { /* -- Dropdown options container -- */
        margin-top: 1em;
        max-height: 12em;
        overflow-y: auto;
        padding-right: 0;
        padding-left: 0;

        &::-webkit-scrollbar {
            width: 7px;
        }

        &::-webkit-scrollbar-track {
            background-color: #2e2e2e;
        }

        &::-webkit-scrollbar-thumb {
            background-color: #5e5e5e;
        }

        & li {
                font-size: 1em;
                padding-left: 1em;

                &.selected {
                    background-color: #9c9c9c;
                }

                &:hover {
                    background-color: #b1b1b1;
                }
            }
        }
    }
}

#border{
    border-color: #FFD736 !important;

    font-family:'good times rg' ; font-size: 0.7em;
}

.styled-form {
    font-family: 'good times rg';
    color: var(--text-color);
    font-size: 0.8em;

}

.styled-form > div > h1 {
    font-size: 24px;
}

.styled-form > div {
    margin-bottom: 2.5%;
}

.styled-form > div > div {
    display: flex;
    align-items: center;
    margin-bottom: 1%;
}

.styled-form > div > div > div {
    flex: 1;
    padding-left: 2%;
}

.styled-form > div > div > div > label, .styled-form > div > div > div > input {
    font-size: 1.1em;
}

.styled-form > div > div > div > select {
    margin-left: 10px;
    background-color: black;
    color: white;
}

.toggle-btn {
    margin-left: 5% !important;
}

.blur-bg {
    /* backdrop-filter: blur(5px) saturate(250%); */
    /* -webkit-backdrop-filter: blur(5px) saturate(250%); */
    /* background-color:  var(--banner-overlay-color); */
    /* border: 1px solid rgba(255, 255, 255, 0.125); */
    color: #45CDB7;
    transition: color,  background-color  0.3s ease;
    padding: 0rem 2rem;
    position: relative;
}

.blur-bg::before,
.blur-bg::after {
    content: '';
    position: absolute;
    width: 15%;
    height: 2px;
    background-color: red;
}

.blur-bg::before {
    top: -3px;
    left: 0;
}

.blur-bg::after {
    bottom: -3px;
    right: 0;
}

.blur-bg:hover {
    /* background: linear-gradient(300deg, rgba(15,25,32,0.75) 25%, rgba(21,41,56,0.75) 75%, rgba(50,134,134,0.75) 100%); */
    color:  #9EE8DC;
}

.blur-bg-cont {
    background-image: url('../img/free_video_cyber_security_background.gif');
    margin: 0px -16px;
}

.new-scan > button {
    margin-top: 15px;
    /* background: #63DFCB; */
    padding: 1em 1.5em;
    font-weight: 800;
    font-size: 10px;
       background:linear-gradient(235deg, transparent 7%, var(--primary-button-bg) 7%);
    text-transform: uppercase;
    color: var(--primary-button-text);
    height: unset;
    line-height: unset;
    border-radius: 0px;
}

.new-scan > button:hover {
    color: var(--primary-button-text-hover) !important;
    /* background-color: #000000; */
       background:linear-gradient(235deg, transparent 7%,var(--primary-button-bg-hover) 7%) !important;
}

/* #dashboard-spyglass-chart{
    background-color:#152938 ;
    border-radius: 10px;


} */

.badge, #badge{
    clip-path: polygon(92% 0, 100% 25%, 100% 100%, 8% 100%, 0% 75%, 0 0);
    border-radius: 0px;
    margin-left: 5px;
}


#chartHolder {
    margin-bottom: 1em;
    padding-left: 1em;
    text-align: center;
    background: transparent;
    font-family: "Inter", "Trebuchet MS", verdana, helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#surfaceChart{
    padding-left: 1em;
    width: 45em !important;
    height: 24em !important;
    font-family: "Inter", "Trebuchet MS", verdana, helvetica, sans-serif;
}

#spider-graph-details-main-heading{
    color:var(--text-color) ;
    font-weight: bold;
    font-size: 1.2em;
    font-family: "good times rg";
}

.spider-graph-details-heading{
font-family: "good times rg";
color: var(--text-color) ;
font-size: 0.6em;
display: flex;
justify-content: space-between;
margin-top: 1.4em;
}

.spider-graph-details-heading>span>img{

    padding-right: 7px;
}

#spider-graph-con{
    font-family: "Inter", "Trebuchet MS", verdana, helvetica, sans-serif;
    background-color: var(--dashboard-containers-color) ;
    /* margin-right: 5px; */
    padding: 15px;
    color: white;
    box-shadow: 2px 2px 6px var(--container-shadow-color);
    border-radius: 2px;
}

#spider-graph-con1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 2px 2px 6px var(--container-shadow-color);
    border-radius: 2px;
}

#spider-graph-con2{
    font-family: "Inter", "Trebuchet MS", verdana, helvetica, sans-serif;
    background-color: var(--dashboard-containers-color) ;
    /* margin-bottom:8px ; */
    color: white;
    /* flex: 1; */
    box-shadow: 2px 2px 6px var(--container-shadow-color);
    border-radius: 2px;
    flex: 1;
    display: flex;
    flex-direction: column;

}
#spider-graph-con3{
    font-family: "Inter", "Trebuchet MS", verdana, helvetica, sans-serif;
    background-color: var(--dashboard-containers-color) ;
    /* display: flex;
    justify-content: space-between; */
    box-shadow: 2px 2px 6px var(--container-shadow-color);
    border-radius: 2px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
#col1,#col2{
    font-family: "good times rg";
    padding-left: 15px;
    padding-bottom: 10px;
    text-align: center;
    flex: 2;
    align-content: center;
}

#coldetails{
    color:var(--prominent-text-color);
    font-size: 1.6em;
}


#coldetails1{
    color:var(--prominent-text-color);
    font-size: 0.6em;
    padding-right: 3px;
}

#colheading{
    /* padding-bottom: 20px; */
    padding-top: 10px;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    font-family: "good times rg";
    color:var(--text-color) ;
    font-weight: bold;
    font-size: 0.8em;
    flex: 1;
    align-content: center;
    text-align: center;
}

#col3{
    text-align: center;
    font-weight: bold;
    color:var(--prominent-text-color);
    font-size: 2.8em;
    flex: 2;
    align-content: center;
}

#world-map{
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "good times rg";


}

#world-map-con2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;  /* Keeps it at the bottom */
    color: var(--text-color);
    font-weight: bold;
    font-size: 0.5em;
    font-family: "good times rg";
}


#colheadingdns, #colheadingdns-2, #colheadingdns-3 {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 15px;
    font-family: "good times rg";
    color:var(--text-color) ;
    font-weight: bold;
    font-size: 0.9em;
}

#colheadingdns-2, #colheadingdns-3 {
    font-size: 0.9em;
    font-weight: normal;
    padding-top: 0;
    display: none;
}

#donutCon{
    padding-top: 20px;
    margin-top: 10px;
    margin-left:26px;
    padding-bottom: 2em;
    font-family: "Inter", "Trebuchet MS", verdana, helvetica, sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
#chart{
    padding-left: 10px;
    padding-right: 10px;
    width: 22em;
    height: 22em;
}

#update-user-form  input, #create-user-form input{
    font-family: "Inter", "Trebuchet MS", verdana, helvetica, sans-serif !important;
    font-weight: bold;
    font-size: 1em;

}

#update-user-form  select,#create-user-form select{
    font-family: "Inter", "Trebuchet MS", verdana, helvetica, sans-serif !important;
    font-weight: bold;
    font-size: 1em;

}

#registerDomainButton{
    min-width: 70px
}

.pagination{
    display: flex;
    flex-direction: row;
    justify-content: end;

}




#first-page-btn,#previous-page-btn,#last-page-btn,#next-page-btn{
    color: white;
    background-color:  var(--nav1-bg);
    margin-left: 3px;
    margin-right: 3px;
    border: 1px red solid;
}

.dashboard-container{

    box-shadow: 2px 2px 6px var(--container-shadow-color);
    background-color: var(--dashboard-containers-color) ;
    border-radius: 2px;
}
.dashboard-container-title{
    color: var(--text-color) ;
    font-family: "good times rg";
    font-size: 14px;
}


.status-item-vuln-dash {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-direction: row;
}

  /* Circle styling */
  .circle-vuln-dash {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
  }

  .low-vuln-dash {
    background-color: green;
  }

  .medium-vuln-dash {
    background-color: yellow;
  }

  .high-vuln-dash {
    background-color: red;
  }

  .informational-vuln-dash {
    background-color: blue;
  }

  .grade-score-container{
    box-shadow: 2px 2px 6px var(--container-shadow-color);
    background-color: var(--dashboard-containers-color);
    border-radius: 2px;
    padding-top: 6px;
  }

  .grade-score-heading{
    color: var(--text-color);
    font-family: 'Good Times RG', sans-serif;
    font-size: 12px;
    /* padding: 4px 0; */
}

.grade-score-value{
    color: var(--text-color);
    font-family: 'Good Times RG', sans-serif;
    font-size: 24px;
}

.grade-score-title {
    color: var(--text-color);
    font-family: 'Good Times RG', sans-serif;
    font-size: 14px;
}

.cert-value{
    color: var(--text-color);
    font-family: 'Good Times RG', sans-serif;
    font-size: 14px;
}


@media (max-width:1720px) {
    #coldetails{
        font-size: 1.4em;
    }
    #col3{
        font-size: 3.0em;
    }
    .spider-graph-details-heading{
        font-size: 0.6em;
    }
    #horizontalBarChart{
        width: 900px;
        height: 255px;
    }
    #my_dataviz{
        width: 750px;
        height: 350px;
        margin-left: -40px;
    }
    /* #world-map-con1{
        height: ;
        width: ;
    } */
    #world-map-con2{
        font-size: 0.4em;
        /* padding-left: 80px; */
    }
    .grade-score-value{
        font-size: 20px;
    }
    
    .grade-score-title {
        font-size: 10px;
    }
    
}

@media (max-width:1550px) {
    #my_dataviz{
        width: 750px;
        height: 360px;
        margin-left: -40px;
    }
    #world-map-con1{
        margin-top: 70px !important;
        margin-bottom: 10px;
    }

    .grade-score-heading{
        font-size: 10px;
    }
    .grade-score-value{
        font-size: 17px;
    }
    
    .grade-score-title {
        font-size: 10px;
    }
    
    
}

@media (max-width:1500px) {
    #chart{
        width: 15em;
        height: 15em;
    }
    #surfaceChart{
        width: 35em !important;
        height: 22em !important;
    }}

@media (max-width:1430px) {
    /* #chart{
        width: 15em;
        height: 15em;
    }
    #surfaceChart{
        width: 18em !important;
        height: 18em !important;
    } */
    #horizontalBarChart{
        width: 650px;
        height: 230px;
    }
    #my_dataviz{
        width: 750px;
        height: 360px;
        margin-left: -40px;

    }
    #world-map-con1{
        margin-top: 20px !important;
        margin-bottom: 10px;
    }
    /* .ti-content{
        margin-left: 10px;
    } */
    .ti-content>h6{
        font-size: 15px;
    }
    .ti-content>p{
        font-size: 14px;
    }
    #readmore{
        font-size:12px ;
    }
    #postimage{
        width: 90px;
        height: 50px;
    }

}

@media (max-width:1350px) {
    #chart{
        width: 13em;
        height: 13em;
    }
    #surfaceChart{
        width: 30em !important;
        height: 20em !important;
    }
    #coldetails{
        font-size: 1.2em;
    }
    #col3{
        font-size: 3.2em;
    }
    .spider-graph-details-heading{
        font-size: 0.5em;
    }
    #colheading{
       font-size: 0.7em;
    }
    .vulscan_img{
        width: 32px;

    }

    .nav-header-text {
        font-size: 14px;
        transition: font-size 1s;
    }

    .nav-time {
        font-size: 14px;
        transition: font-size 1s;
        padding: 10px 0;
    }

    /* .new-scan > button{
        margin-top:10px ;
        font-size: 8px;
    }
    .select-btn{
        width: 13em !important;
        font-size: 0.8em !important;
    } */
    /* .content{
        width: 10.4em;
    }  */
    /* #border{
        width: 13.5em;
    } */
}

@media (max-width: 992px) {
    .spider-graph-details-heading{
        margin-top: 0rem;
    }

    .nav-header-text{
    }

    .nav-header-text::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%; /* Start with no width */
        height: 0px; /* Thickness of the bottom border */
        background-color: red; /* White border */

    }

    .nav-time {
        display: none;
    }
  }

  /* Make the layout responsive */
  @media (max-width: 768px) {
    .status-item {
      font-size: 14px; /* Smaller font size for smaller screens */
    }

    .circle {
      width: 10px;
      height: 10px;
    }
  }

@media (max-width:1220px) {
    #chart{
        width: 11em;
        height: 11em;
    }

    #surfaceChart{
        width: 34em !important;
        height: 20em !important;
    }
    #coldetails{
        font-size: 0.8em;
    }
    #col3{
        font-size: 3.4em;
    }
    .spider-graph-details-heading{
        font-size: 0.5em;
    }
    #colheading{
       font-size: 0.7em;
    }
    .ti-content>h6{
        font-size: 13px;
    }
    .ti-content{
        padding-left: 30px;
    }
    .ti-content>p{
        font-size: 11px;
    }
    #readmore{
        font-size:10px ;
    }
    #publishtime{
        font-size: 9px;
    }


}

@media (max-width:840px) {
    #chart{
        width: 5em;
        height: 5em;
    }
}