/*--------------------------------------------------------------
# global style
--------------------------------------------------------------*/
*{
  margin:0;
  padding:0;
}
html {
  height: 100%!important;
  scroll-behavior: smooth;
}
body {
  height: 100%!important;
  width: 100%;
  background-color: #ffffff !important;
  color: black;
  overflow-x: hidden;
  background-repeat: no-repeat;
}

*:hover,
*:active,
*:focus {
  outline: none!important;
}

a{
  text-decoration: none !important;
  cursor: pointer !important;
}

table{
  font-size: 13px;
}


/*--------------------------------------------------------------
# index page
--------------------------------------------------------------*/
#loginArea-section {
    margin-top: -260px !important;
}
.statistic-count{
  line-height: 90px;
}
.statistic-count .count{
  font-size:100px;
  line-height:10px;
}
.statistic-count p{
  color: #1A237E;
  margin-bottom: 0 !important;
  line-height:60px !important;
}

#submission-count{
 background:#FBEEC1; 
}
#user-count{
 background:#F0FFFF; 
}
#server-count{
 background:#FFEFD5; 
}
#malicious-count{
 background:#AFEEEE; 
}

.card0 {
  box-shadow: 0px 4px 8px 0px #757575;
  border-radius: 0px
}
.card2 {
  margin: 0px 40px
}
.logo {
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-left: 35px;
  border-radius:50%;
}
.image {
  width: 300px;
  height: 300px
}
.border-line {
  border-right: 1px solid #EEEEEE
}
.facebook {
  background-color: #3b5998;
  color: #fff;
  font-size: 18px;
  padding-top: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer
}
.twitter {
  background-color: #1DA1F2;
  color: #fff;
  font-size: 18px;
  padding-top: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer
}
.linkedin {
  background-color: #2867B2;
  color: #fff;
  font-size: 18px;
  padding-top: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer
}
.line {
  height: 1px;
  width: 45%;
  background-color: #E0E0E0;
  margin-top: 10px
}
.or {
  width: 10%;
  font-weight: bold
}
.text-sm {
  font-size: 14px !important
}
::placeholder {
  color: #BDBDBD;
  opacity: 1;
  font-weight: 300
}
:-ms-input-placeholder {
  color: #BDBDBD;
  font-weight: 300
}
::-ms-input-placeholder {
  color: #BDBDBD;
  font-weight: 300
}
input,
textarea {
  padding: 10px 12px 10px 12px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 14px;
  letter-spacing: 1px
}
input:focus,
textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #304FFE;
  outline-width: 0
}
button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0
}

.btn-blue {
  background-color: #1A237E;
  width: 150px;
  color: #fff;
  border-radius: 2px
}
.btn-blue:hover {
  background-color: #000;
  cursor: pointer
}
.bg-blue {
  color: #fff;
  background-color: #1A237E
}
@media screen and (max-width: 991px) {
  .logo {
    margin-left: 30px
  }
  .image {
    width: 300px;
    height: 220px
  }
  .border-line {
    border-right: none
  }
  .card2 {
    border-top: 1px solid #EEEEEE !important;
    margin: -36px 0px 0px 0px;
  }
}


/*--------------------------------------------------------------
# Navbar style
--------------------------------------------------------------*/
#nav-brand{
  position:relative;
  top:20px;
  color:white!important;
  font-size:15px;
  text-transform: uppercase;
}
.navbar{
  background: #28282B;
  box-shadow: 0 .15rem 1.75rem 0 rgba(33,40,50,.15)!important;
  width:100%; z-index:1000;
}
.navbar-brand{
  color:black!important;
  font-weight: bold;
  font-size: 14px;
}
#nav-brand span{
  position: relative;
  bottom:10px;
}
.navbar ul .active{
  color:black!important;
}
.navbar ul li a{
  color:#69707A !important;
  font-weight: bold;
  font-size:14px !important;
}
.navbar ul li{
  padding-left:10px;
}
.navbar .navbar-toggler{
  border:none !important;
}
.navbar .navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (max-width: 640px)
{
  #aclogin
  {
   position:relative;
   left:0px !important;
 }
}


/*profile page style*/

/*profile*/
.emp-profile{
    padding: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}
.profile-img{
    text-align: center;
}
.profile-img img{
    width: 70%;
    height: 100%;
}
.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}
.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}
.profile-head h5{
    color: #333;
}
.profile-head h6{
    color: #0062cc;
}
.profile-edit-btn{
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}
.proile-rating{
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}
.proile-rating span{
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-head .nav-tabs{
    margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
    font-weight:600;
    border: none;
}
.profile-head .nav-tabs .nav-link.active{
    border: none;
    border-bottom:2px solid #0062cc;
}
.profile-work{
    padding: 14%;
    margin-top: -15%;
}
.profile-work p{
    font-size: 12px !important;
    color: #818182 !important;
    font-weight: 600 !important;
    margin-top: 10% !important;
}
.profile-work a{
    text-decoration: none !important;
    color: #495057 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}
.profile-work ul{
    list-style: none;
}
.profile-tab label{
    font-weight: 600;
}
.profile-tab p{
    font-weight: 600;
    color: #0062cc;
}

/*--------------------------------------------------------------
# Main Page Style
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto');
.wrapper{
  text-align:center;
  margin:30px 10px auto;
  position: relative;
  bottom:70px;
}

.tabs{
  margin-top:50px;
  font-size:15px;
  padding:0px;
  list-style:none;
  background:#fff;
  box-shadow:0px 5px 20px rgba(0,0,0,0.1);
  display:inline-block;
  border-radius:50px;
  position:relative;
}
.tabs a{
  background-color:transparent!important;
  border:none!important;
  text-decoration:none;
  color: #777;
  text-transform:uppercase;
  padding:10px 20px;
  display:inline-block;
  position:relative;
  z-index:1;
  transition-duration:0.6s;
}
.tabs a.active1{
  color:#fff !important;
}
.tabs a i{
  margin-right:5px;
}
.tabs .selector{
  height:100%;
  display:inline-block;
  position:absolute;
  left:0px;
  top:0px;
  z-index:1;
  border-radius:50px;
  transition-duration:0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #05abe0;
  background: -moz-linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
  background: -webkit-linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
  background: linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#8200f4',GradientType=1 );
}
.choosebtn{
  background: #05abe0;
  background: -moz-linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
  background: -webkit-linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
  background: linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
  color:white;
}

.dragandrophandler
{
  border:2px dashed #200080 !important;
  padding:30px !important;
}
.dragandrophandler img{
  width:50px !important;
  height: auto;
}
#sub-inner-img{
  position:absolute;top:30%
}

@media (max-width: 640px)
{
  #sub-inner-img{
    position:relative;
    top:0px;
  }
  footer
  {
    width:100%;
    position:relative;
    top:auto;
    bottom:0px;
    z-index: 1000;
  }
  #report img{
    margin-right:100px !important;
    margin-top:20px;
  }
  .bs-example
  {
    margin-left:3px;
  }
  #progbar-cont,
  .progressBar
  {
    width:100% !important;
  }
  #analyze
  {
    position:relative;
    right:30px;
  }
  /*#server{
    font-size:14px !important;
    width:100%;
    padding-top:0px;
  }*/
  #myTabContent{
    width:auto !important;
  }
  #report{
    position:relative;
    right:35px;
  }
}
.span-or {
  display: block;
  position: relative;
  left: 50%;
  top: -34px;
  margin-left: -25px;
  background-color: #fff;
  width: 50px;
  text-align: center;
}
.hr-or {
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  position: relative;
  bottom:20px;
}
#myTabContent{
  transform: translateX(-50%);
  position: relative;left:50%;bottom:60px;
  background: white;
  padding: 10px;
  padding-left:20px;
  width: 60%;
  height: auto;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
}
#report{
  position:relative;bottom:40px;
}
#report img{
  width:30%;height:auto;
}
#report input[type='text']{
  font-size: 18px;
  border-bottom-left-radius: 20px;
  border-top-left-radius:20px;
}
#report a{
  border-bottom-right-radius: 20px;
  border-top-right-radius:20px;
}
#file-url img{
  width:20%;
  height:auto;
}
#file-url button{
  cursor:pointer;
  position:relative;
  bottom:26px;
}
#file-url input{
  cursor:pointer;
  opacity: 0;
  position: relative;bottom:64px;
}
#server{
  position: relative;
  bottom:40px;
  font-size:14px !important;
}
/*index page intro section*/
.navbar a{
  color:#200080 !important;
  font-weight: bold;
}
.intro
{
  width:100%;
  height:400px;
}

.intro h3
{
  position:relative;
  top:200px;
}

.intro-inner-wrapper
{
  margin:0px 70px 20px;
  height:auto;
}
.section-header
{
  font-size:20px;
}
#searchbar, #searchbtn
{
  height: 50px;
}
/*main wrapper*/
#main-wrapper
{
  width: 100%;
  height: auto;
}
.searchbox
{
  width:700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*about us section*/
.aboutus-section {
  padding: 100px 0;
}
.aboutus-title {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0 0 39px;
  padding: 0 0 11px;
  position: relative;
  text-transform: uppercase;
  color: #000;
}
.aboutus-title::after {
  background: #fdb801 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 54px;
}
.aboutus-text {
  color: #606060;
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 35px;
}

/*a:hover, a:active {
    color: #ffb901;
    text-decoration: none;
    outline: 0;
    }*/
    .aboutus-more {
      border: 1px solid #fdb801;
      border-radius: 25px;
      color: #fdb801;
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0;
      padding: 7px 20px;
      text-transform: uppercase;
    }
    .feature .feature-box .iconset {
      background: #fff none repeat scroll 0 0;
      float: left;
      position: relative;
      width: 18%;
    }
    .feature .feature-box .iconset::after {
      background: #fdb801 none repeat scroll 0 0;
      content: "";
      height: 150%;
      left: 43%;
      position: absolute;
      top: 100%;
      width: 1px;
    }

    .feature .feature-box .feature-content h4 {
      color: #0f0f0f;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 22px;
      margin: 0 0 5px;
    }


    .feature .feature-box .feature-content {
      float: left;
      padding-left: 28px;
      width: 78%;
    }
    .feature .feature-box .feature-content h4 {
      color: #0f0f0f;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 22px;
      margin: 0 0 5px;
    }
    .feature .feature-box .feature-content p {
      color: #606060;
      font-size: 13px;
      line-height: 22px;
    }
    .icon {
      color : #f4b841;
      padding:0px;
      font-size:40px;
      border: 1px solid #fdb801;
      border-radius: 100px;
      color: #fdb801;
      font-size: 28px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      width: 70px;
    }

    /*main container */
    #main-container
    {
      width: 100%;
      min-height: 90vh;
      
    }
    .login-or {
      position: relative;
      color: #aaa;
    }

    .file-input
    {
      height:200px; 
      width: 100%;
 /* position:relative; 
 bottom:185px;*/
 opacity:0;
 cursor: pointer;
}

/*drag and drop file*/
.files input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  padding: 120px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
}
.files{ position:relative}
.files:after {  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
  position: absolute;
  bottom: 10px;
  left: 0;  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  display: block;
  margin: 0 auto;
  color: #2ea591;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

/*file-analysis page*/
.progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}


.rounded-lg {
  border-radius: 1rem;
}

.text-gray {
  color: #aaa;
}

div.h4 {
  line-height: 1rem;
}

.section-header h3 {
  font-size: 25px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f82249;
  bottom: 0;
  left: calc(50% - 20px);
}


/*analyze page*/
  .loading
    {
      margin-left:45%;
      margin-top:8%;
    }
    .fa-cog
    {
      font-size:100px;
      color:#ffc107;
    }
    .loading-txt
    {
      font-family: "Audiowide";
      font-size: 24px;
      position: relative;
      right:18px;
    }
    #data-table td
    {
      padding-left:20px;
    }
    #basic-prop
    {
      background-color:white;
      width:100%;
      margin-left:0px !important;
      padding:20px;
    }
    #report-data
    {
      /*background-color:rgba(0, 0, 0, 0.05);*/
      height:200vh;
      padding:0px;
      margin:0px;
      font-size:14px!important;
    }

    @import url(https://fonts.googleapis.com/css?family=Audiowide);
    @media (max-width: 640px)
    {
      #data-table td
      {
        display: block;
        word-break: break-all;
      }
      
      #data-table td:nth-child(odd)
      {
        font-weight: bold;
      }
      .loading{
        position: absolute;
        right:23%;
        padding-top:20%;
      }
    }


/*footer*/
footer
{
  color:white;
  text-align: center;
  width:100%;
  position:relative;
  top:auto;
  bottom:0px;
  z-index: 1000;
}

@media (max-width: 640px)
{
  #nav-brand{
    top:0px;
  }
  #nav-brand span {
      position: relative;
      bottom: 0px;
      font-size: 12px;
  }
  .front-submission{
    padding-top:30px;
  }
  #searchbar, .searchbox
  {
    width: 360px !important;
    margin-right:15px;
  }
  .s-data{
    padding-left:5px;
  }
  #searchbtn
  {
    position:absolute;
  }
  #aclogin
  {
    position:absolute;
    left:0px;
  }

  .progressBar {
    width: 200px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 5px; 
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:top;
  }

  .progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #ffc107; border-radius: 3px; 
  }
  .statusbar
  {
    border-top:1px solid #A9CCD1;
    min-height:25px;
    width:700px;
    padding:10px 10px 0px 10px;
    vertical-align:top;
  }
  .statusbar:nth-child(odd){
    background:#EBEFF0;
  }
  .filename
  {
    display:inline-block;
    vertical-align:top;
    width:250px;
  }
  .filesize
  {
    display:inline-block;
    vertical-align:top;
    color:#30693D;
    width:100px;
    margin-left:10px;
    margin-right:5px;
  }
  .abort{
    background-color:#A8352F;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;display:inline-block;
    color:#fff;
    font-family:arial;font-size:13px;font-weight:normal;
    padding:4px 15px;
    cursor:pointer;
    vertical-align:top
  }

  .intro-wrapper
  {
    height: auto;
  }
  .wrap-in
  {
    height: auto;
    position: relative;
    bottom:30px !important;
  }
  .intro-footer
  {
    margin-bottom:100px;
  }
  .adsearch
  {
    position:relative;
    right:100px !important;
  }
  .adsearch2
  {
    position:relative;
    right:60px !important;
  }
  .adsearch_icon
  {
    font-size:60px !important;

  }
  .urlgs
  {
    width:100% !important;
    position: relative;
    right:35px !important;
  }
  .lor
  {
    position:relative;
    right:50px !important;
  }
}

/*report search */
.placeholder-item {
  box-shadow: 0 4px 5px 0 rgba(33, 33, 33, 0.15);
  border-radius: 4px;
  position: relative;
  /*left:15px;*/
  width:200px;
  height:10px;
  overflow: hidden;
}
.placeholder-item::before {
  content: '';
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
  animation: load 1s cubic-bezier(0.4, 0.0, 0.2, 1);
}
@keyframes load {
  from {
    left: -150px;
  }
  to   {
    left: 100%;
  }


