/* Header styling starts*/
* {box-sizing: border-box;}

body { 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
 
  background: #f1f1f1;
}

/*scroll bar styling starts here-----*/
/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*scroll bar styling ends here---*/


.header {
  overflow: hidden;
  background-color: #002864;
  padding: 10px 10px;
  height: 100%;
  
}

.header a {
  float: left;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  height: 100%;
  border: 1px solid #002864; 
}

.header a.logo {
  font-size: 25px;
  font-weight:bold;
  height: 100%;

}

.header a:hover {
  /*border-bottom: 2px solid #ffffff;*/
  color: #ffffff;
}

.header a.active {
  
  color: white;
  border-top-right-radius: 10%;
  border-bottom-right-radius: 10%;
  border-top-left-radius: 10%;
  border-bottom-left-radius: 10%;
  border: 1px solid #ffffff; 
  /*border-bottom: 2px solid #ffffff;*/
}

.header-right {
  float: right;
  padding:10px 0px 0px;
}

.header-right a:hover{
    color: white;
  border-top-right-radius: 10%;
  border-bottom-right-radius: 10%;
  border-top-left-radius: 10%;
  border-bottom-left-radius: 10%;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 550px) {
 
  
  .hre {
   
    display:none;
  }

  
}

.button_sidebar:hover{
  Opacity:0.6;
}

/* Header styling ends*/


/* Login popup modal styling starts*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 25%;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  /* 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;
    border-radius:20px;
  }
  
  /* 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: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }

  @media screen and (max-width: 1200px) {
 
    .modal-content {
      
        width: 30%;
      }
    
  }
  @media screen and (max-width: 1000px) {
 
    .modal-content {
      
        width: 35%;
      }
    
  } 
  
  @media screen and (max-width: 800px) {
 
    .modal-content {
      
        width: 45%;
      }
    
  } 
  
  @media screen and (max-width: 600px) {
 
    .modal-content {
      
        width: 50%;
      }
    
  }  
  
  @media screen and (max-width: 550px) {
 
    .modal-content {
      
        width: 60%;
      }
    
  } 
  
  @media screen and (max-width: 500px) {
 
    .modal-content {
      
        width: 70%;
      }
    
  }   

  /* login popup styling ends*/

  /* Footer buttons styling starts*/
  .btn-group button {
    background-color: #002864;  /* Green background */
    border-radius:10px 10px 0px 0px ;
    border: 2px solid rgb(0, 0, 0); /* Green border */
    color: white; /* White text */
    padding: 10px 24px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
  }
  
  /* Clear floats (clearfix hack) */
  .btn-group:after {
    content: "";
    clear: both;
    display: table;
  }
  
  .btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
  }
  
  /* Add a background color on hover */
  .btn-group button:hover {
    background-color: #183a6d;
  }
  /*Footer Button styling ends*/


/* main content layout designing starts*/  
  /* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 50%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

.leftone {
  float: left;
  width: 25%;
  padding-right: 20px;
}

/* Views area */
.viewArea {
  background-image: linear-gradient(#ffffff,rgb(245, 245, 245));
  width: 100%;
  padding: 5px 10px;
  border-radius: 20px;
  height: auto;
  font-weight: bold;
  font-size: 17px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-align: justify;
}
.viewArea:hover {
  /*background-color: rgb(235, 235, 235);*/
  background-image: linear-gradient(#ffffff,rgb(235, 235, 235));
}

/* Add a card effect for articles */
.card {
   background-color: white;
   padding: 20px;
   margin-top: 20px;
   border-radius: 5px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card .follow{
  background-color: #4936f4;
  color: white;
  padding: 4px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.card .follow:hover, .card .follow:active {
  background-color: rgb(17, 0, 255);
}

.card .subscribe{
  background-color: #f43636;
  color: white;
  padding: 4px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width:100%;
}

.card .subscribe:hover, .card .subscribe:active {
  background-color: rgb(255, 0, 0);
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*theme heading styling starts here---------------------*/
#myThemeTopicTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid rgb(255, 255, 255);
  font-size: 14px;
}

#myThemeTopicTable th{
  text-align: left;
  padding: 12px;
}

#myThemeTopicTable tr {
  border-bottom: 1px solid rgb(255, 255, 255);
}

#myThemeTopicTable tr.theme-header #s1{
  font-size: 20px;
  padding:0px;
}



#myThemeTopicTable tr.theme-header #subscribe input[type="submit"], #myThemeTopicTable tr.theme-header #subscribe button{
  background-color: #ff0000;
  color: white;
  padding:0px;
  border: none;
  cursor: pointer;
  width: 15%;
  margin-bottom:10px;
  margin-top:10px;
  opacity: 0.8;
  border-radius:0px; 
  font-size: 12px;
}

#myThemeTopicTable tr.theme-header #subscribe input[type="submit"]:hover, #myThemeTopicTable tr.theme-header #subscribe button:hover {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  #myThemeTopicTable tr.theme-header #s1{
    font-size: 17px;
    padding:0px;
  }

}
/*theme heading styling ends here-------------------------*/

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }

  .leftone{
    display:none;
  }
}

/*Main content layout designing ends*/

  /* show box designing starts*/

  .btn-group-showbox button, .btn-group-showbox a {
    background-color: #ffffff; /* Green background */
    border: 1px solid rgb(189, 188, 188); /*Green border */
    color: rgb(0, 0, 0); /* White text */
    padding: 3px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
    text-decoration: none;
    text-align: center;
    border: 1px soild #eeecec;
  }
  
  .showbox-response-report{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
   }
  
   .showbox-response-love{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
   }
  
  /* Clear floats (clearfix hack) */
  .btn-group-showbox:after {
    content: "";
    clear: both;
    display: table;
  }
  
  .btn-group-showbox button:not(:last-child), .btn-group-showbox a:not(:last-child) {
    border-right: none; /* Prevent double borders */
  }
  
  /* Add a background color on hover 
  .btn-group-showbox button:hover, .btn-group-showbox a:hover {
    background-color: #3e8e41;
  } */
  .btn-group-showbox .showbox-response-love:hover{
    color: rgb(255, 0, 0);
    background-color: rgb(255, 255, 255);
  }
  
  .btn-group-showbox .showbox-response-like:hover{
    color: rgb(0, 133, 18);
    background-color: rgb(255, 255, 255);
  }
  
  .btn-group-showbox .showbox-response-dislike:hover{
    color: rgb(133, 0, 0);
    background-color: rgb(255, 255, 255);
  
  }
  
  .btn-group-showbox .showbox-response-reply:hover{
    color: rgb(20, 0, 133);
    background-color: rgb(255, 255, 255);
  }
  
  .btn-group-showbox .showbox-response-report:hover{
    color: rgb(78, 60, 0);
    background-color: rgb(255, 255, 255);
  }
  
  .btn-group-showbox button.active1{
    color: rgb(255, 0, 0);
  }
  
  .btn-group-showbox button.active2{
    color: rgb(0, 133, 18);
  }
  
  .btn-group-showbox button.active3{
    color: rgb(133, 0, 0);
  }
  
  .btn-group-showbox button.active4{
    color: rgb(78, 60, 0);
  }
  
  .bookmark .fa-bookmark{
    background-color: rgb(255, 255, 255);
    color: rgb(112, 112, 112);
  
  }
  .bookmark .fa-bookmark:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
  
  }
  
  .likersReply{
    text-decoration: none;
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  
  }
  .likersReply:hover{
    text-decoration: none;
    padding: 5px 10px;
    background-color: rgb(68, 68, 68);
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  
  }
  /*showbox response anchors styling ends*/

/* new view styling starts*/
 .btn-group-showbox-myview a {
  background-color: #ffffff; /* Green background */
  border: 1px solid rgb(189, 188, 188); /*Green border */
  color: rgb(0, 0, 0); /* White text */
  padding: 5px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
  text-decoration: none;
  text-align: center;
  font-size: 14px;
}

.btn-group-showbox-myview:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group-showbox-myview a:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

.btn-group-showbox-myview a:hover {
  background-color:  rgb(235, 235, 235);
}

/*New view styling ends*/


/*toogle switch styling starts*/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00766a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00766a;
}

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%;
}

/*.darkMode{
  text-align: right;
  margin-top:10px;
  width: 100%;
}*/

/*toggle switch styling ends--------------------------------------------------------------------------------*/

/*logout popup styling starts-----------------------------------------------------------------------------*/

/* Float cancel and delete buttons and add an equal width */
.lo-cancelbtn, .lo-deletebtn {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  
  float: left;
  width: 50%;
}

.lo-cancelbtn:hover, .lo-deletebtn:hover  {
  opacity:1;
}

/* Add a color to the cancel button */
.lo-cancelbtn {
  background-color: #ccc;
  color: black;
}

/* Add a color to the delete button */
.lo-deletebtn {
  background-color: #f44336;
}

/* Add padding and center-align text to the container */
.lo-container {
  padding: 16px;
  text-align: center;
}

/* The Modal (background) */
.lo-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 50px;
  
}

/* Modal Content/Box */
.lo-modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Modal Close Button (x) */
.lo-close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.lo-close:hover,.lo-close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.lo-clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
  .lo-cancelbtn, .lo-deletebtn {
     width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .lo-modal-content {
     width: 100%;
     margin: 20% auto 15% auto;
  }
}

/*logout popup styling ends-----------------------------------------------------------------------------*/

/*viewareas styling starts here-----------------------------------------------------------------------------*/

.myThemeviewArea {
  background-color: rgb(0, 0, 0);
  width: 100%;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #000;
  height: auto;
  font-weight: bold;
  font-size: 12px;
  color:#ffffff;
  opacity:1;
}
.myThemeviewArea:hover {
  opacity: 0.7;
}

.allThemeviewArea {
  background-color: #ffffff;
  width: 100%;
  padding: 15px 15px;
  border:none;
  border-bottom: 1px solid black; 
  height: auto;
  font-weight: 600;
  font-size: 15px;
  color:#000000;
  opacity:1;
  margin-bottom: 0%;
  
}
.allThemeviewArea:hover {
  background-color:rgb(236, 236, 236);
  color:#000000;
  font-weight: bold;
}

.followingviewArea {
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding: 15px 15px;
  border:none;
  border-top: 1px solid rgb(201, 201, 201);
  border-bottom: 1px solid rgb(201, 201, 201); 
  height: auto;
  font-weight: 600;
  font-size: 15px;
  color:#000000;
  opacity:1;
  margin-bottom: 0%;
  
}

.popularviewArea {
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding: 5px;
  border:none;
  border-top: 1px solid rgb(201, 201, 201);
  border-bottom: 1px solid rgb(201, 201, 201); 
  height: auto;
  font-weight: 600;
  font-size: 15px;
  color:#000000;
  opacity:1;
  margin-bottom: 0%;
  
}

.followviewArea {
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding: 15px 15px;
  border:none;
  border-top: 1px solid rgb(201, 201, 201);
  border-bottom: 1px solid rgb(201, 201, 201); 
  height: auto;
  font-weight: 600;
  font-size: 15px;
  color:#000000;
  opacity:1;
  margin-bottom: 0%;
  
}

/*viewareas styling ends here-----------------------------------------------------------------------------*/

/* newView popup modal styling starts*/

/* The Modal (background) */
.newview-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.newview-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  max-height:400px;
  overflow-y: auto;
}

/* The Close Button */
.newview-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.newview-close:hover, .newview-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Add styles to the form container */
.newview-form-container {
  max-width: 100%;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.newview-form-container input[type=text], .newview-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 */


/* Set a style for the submit/login button */


/* Add some hover effects to buttons */
.newview-form-container .btn:hover, .newview-open-button:hover {
  opacity: 1;
}

@media screen and (max-width: 1200px) {

  .newview-modal-content{
    width: 80%;
  }
  
}

input[type=text],input[type=date], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  background-color: rgb(245, 245, 245);
  outline: none;
  border-radius:20px; 
}
input[type=text]:hover,input[type=date]:hover,select:hover, textarea:hover{

  background-color: rgb(219, 219, 219);

}

input[type="submit"]{
  background-color: #04AA6D;
  color: white;
  padding: 16px 10px;
  border: none;
  cursor: pointer;
  width: 20%;
  margin-bottom:10px;
  opacity: 0.8;
  border-radius:30px; 
}

input[type="submit"]:hover {
  opacity: 1;
}



@media screen and (max-width: 600px) {

  input[type="submit"]{

    width: 50%;
  }
  
}

.addyourtheme{
  background-color: #4936f4;
  color: white;
  padding: 4px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.addyourtheme:hover, .addyourtheme:active {
  background-color: rgb(17, 0, 255);
}
/* newview popup styling ends*/


/*-----------------------------------------------------------------------------------------------------------------------------------*/

/* register popup  and password change modal styling starts*/

/* The Modal (background) */
.register-modal, .password-change-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

  /* Modal Content */
  .register-modal-content, .password-change-modal-content {
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border: 1px solid #888;
      width: 50%;
      max-height:400px;
      overflow-y: auto;
    }
/* The Close Button */
.register-close,.password-change-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.register-close:hover, .register-close:focus, .password-change-close:hover, .password-change-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* Add styles to the form container */
.register-form-container,.password-change-form-container {
  max-width: 100%;
  padding: 10px;
  background-color: white;
}

@media screen and (max-width: 1200px) {

  .register-modal-content,.password-change-modal-content{
    width: 80%;
  }
  
}  


.register-form-popup input, .password-change-form-popup input{
  vertical-align: middle;
  margin: 5px 0px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  width:70%;
}

.register-form-popup input[type=submit], .password-change-form-popup input[type=submit] {
  padding: 10px 20px;
  background-color: dodgerblue;
  border: 1px solid #ddd;
  color: white;
  cursor: pointer;
  width:29%;
  margin:0%;
  border-radius:0px;
}

.finalPassChanPopup{
  text-align: center;
}


.register-form-popup input[type=submit]:hover, .password-change-form-popup input[type=submit]:hover {
  background-color: royalblue;
}

@media screen and (max-width: 650px) {

  .register-form-popup input, .password-change-form-popup input {

      width:100%;
    }    
.register-form-popup input[type=submit],.password-change-form-popup input[type=submit] {
  width:100%;
    }      

  
}  

/* register popup and password change modal styling ends*/


/*-----------------------------------------------------------------------------------------------------------------------------------*/
  
  /*Copy view styling starts here-------------------------------------------------------------------------------*/

  .copyview-tooltip {
    position: relative;
    display: inline-block;
  }
  
  .copyview-tooltip .copyview-tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 15px;
  }
  
  .copyview-tooltip .copyview-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .copyview-tooltip:hover .copyview-tooltiptext {
    visibility: visible;
    opacity: 1;
  }


  .copyview-tooltip button{
    background-color: #ffffff;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
  }
    
  .copyview-tooltip button:hover{
    background-color: #dadada;
    color: #000000;
   
  }
 /*Copy view styling ends here-------------------------------------------------------------------------------*/

/*bookmark styling starts here--------------------------------------------------------------------------------*/

.bookmark-tooltip {
  position: relative;
  display: inline-block;
}

.bookmark-tooltip .bookmark-tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 15px;
}

.bookmark-tooltip .bookmark-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.bookmark-tooltip:hover .bookmark-tooltiptext {
  visibility: visible;
  opacity: 1;
}


.bookmark-tooltip  button{
  background-color: #f1f1f1;
  border: none;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
}
  
.bookmark-tooltip button:hover{
  background-color: #dadada;
  color: #000000;
 
}

/*bookmark styling starts here--------------------------------------------------------------------------------*/

/*notification button styling starts here----------------------------------------------------------------------*/

.notification {
  background-color: #009688  ;
  color: white;
  text-decoration: none;
  padding: 15px 26px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  margin-right:12px;
}


.notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 1px 10px;
  font-size: 12px;
  border-radius: 50%;
  background-color: red;
  color: white;
}

/*notification button styling ends here----------------------------------------------------------------------*/ 

/*theme search bar with table styling starts here--------------------------------------------------------------*/

#myThemeSearchInput {
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    background-color: #ffffff;
  }
  
  #myThemeSearchTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
  }
  
  #myThemeSearchTable th, #myThemeSearchTable td {
    text-align: left;
    padding: 12px;
  }
  
  #myThemeSearchTable tr {
    border-bottom: 1px solid #ddd;
  }
  
  #myThemeSearchTable tr.theme-header, #myThemeSearchTable tr:hover {
    background-color: #f1f1f1;
  }

  .openCreateTheme{
      width: 100%;
      background-color: royalblue;
      padding: 10px 10px;
      opacity:0.8;
      border-radius: 20px;
      outline: none;
      border: none;
      color: #ffffff;
  }
  .openCreateTheme:hover{
    opacity:1;

  }


  /* newView popup modal styling starts*/

/* The Modal (background) */
.createTheme-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .createTheme-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    max-height:400px;
    overflow-y: auto;
  }
  
  /* The Close Button */
  .createTheme-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .createTheme-close:hover, .createTheme-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Add styles to the form container */
  .createTheme-form-container {
    max-width: 100%;
    padding: 10px;
    background-color: white;
  }
  
  /* Full-width input fields */
  .createTheme-form-container input[type=text], .createTheme-form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }
  
  
  /* Add some hover effects to buttons */
  .createTheme-form-container .btn:hover, .createTheme-open-button:hover {
    opacity: 1;
  }
  
  @media screen and (max-width: 1200px) {
  
    .createTheme-modal-content{
      width: 80%;
    }
    
  }
  
  .createTheme-form-popup input[type=text],.createTheme-form-popup textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    background-color: rgb(245, 245, 245);
    outline: none;
    border-radius:20px; 
  }
  .createTheme-form-popup input[type=text]:hover,.createTheme-form-popup textarea:hover{
  
    background-color: rgb(219, 219, 219);
  
  }
  
  .createTheme-form-popup input[type="submit"]{
    background-color: #04AA6D;
    color: white;
    padding: 16px 10px;
    border: none;
    cursor: pointer;
    width: 20%;
    margin-bottom:10px;
    opacity: 0.8;
    border-radius:30px; 
  }
  
  .createTheme-form-popup input[type="submit"]:hover {
    opacity: 1;
  }
  
  
  
  @media screen and (max-width: 600px) {
  
    .createTheme-form-popup input[type="submit"]{
  
      width: 50%;
    }
    
  }

  /* create Theme popup styling ends-------------------------------------------------------------------------------------------------------*/

  /*changing of font of the initial newView Aeaa of the page---------*/
.font-control1{
  font-size: 17px;
  }
.font-control2{
font-size: 15px;
}

@media screen and (max-width: 500px) {
  .font-control1{
    font-size: 13.5px;
    }
  .font-control2{
  font-size: 11px;
  }
}

/*Changing of font of the initial newView area of the page ends here-------*/

/*feed views theme and viewer styling starts here----------------------------------------*/

.theme_explore {
  background-color: #ffffff; /* Green */
  border: none;
  color: rgb(0, 0, 0);
  padding: 0px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border-radius: 5px;
}

.theme_explore:hover{
  background-color: #dadada;
  color: #000000;
}


.viewer_pic_name{
  background-color: #ffffff; /* Green */
  border: none;
  color: rgb(0, 0, 0);
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  padding: 0px;
}
.viewer_pic_name:hover{
  text-decoration:underline;
}

@media screen and (max-width: 355px) {
 
  .viewer_pic_name{
    text-align: justify;
  }
  
}
/*feed views theme and viewer styling ends here----------------------------------------*/

/*feed views theme and viewer styling starts here----------------------------------------*/

.theme_explore {
  background-color: #ffffff; /* Green */
  border: none;
  color: rgb(0, 0, 0);
  padding: 0px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border-radius: 5px;
}

.theme_explore:hover{
  background-color: #dadada;
  color: #000000;
}


.viewer_pic_name{
  background-color: #ffffff; /* Green */
  border: none;
  color: rgb(0, 0, 0);
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  padding: 0px;
}
.viewer_pic_name:hover{
  text-decoration:underline;
}

@media screen and (max-width: 355px) {
 
  .viewer_pic_name{
    text-align: justify;
  }
  
}
/*feed views theme and viewer styling ends here----------------------------------------*/

/* new theme with pic link styling starts here-----------------------------------------*/

/* unvisited link */
.underline_link:link {
  color: red;
}

/* visited link */
.underline_link:visited {
  color: green;
}

/* mouse over link */
.underline_link:hover {
  color: hotpink;
}

/* selected link */
.underline_link:active {
  color: blue;
}
/* new theme with pic link styling ends here-------------------------------------------*/


/*theme pic and view adjustment css starts here----------------------*/
.tpic_view_adjust{
    min-width:49%;
    max-width:49%;
}

@media screen and (max-width: 800px) {
.tpic_view_adjust{
    min-width:100%;
    max-width:100%;
}

}
/*theme pic and view adjustment css ends here----------------------*/


/*-------main explore button styling starts here------*/

.main-explore {
  background-color: #353535;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 5px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
}

.main-explore span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.main-explore span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.main-explore:hover span {
  padding-right: 25px;
}

.main-explore:hover span:after {
  opacity: 1;
  right: 0;
}

/*-------main explore button styling ends here------*/