<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {

  box-shadow: inset 0 0 3px grey; 
  background: #dfdfdf; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #4e281383; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4e2813e0; 
  
}

html {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    
}

body{
  
  background: url(../images/backpic.jpg) no-repeat center center fixed;
  margin: 0;
  height: 100%; 
  padding: 0;
  margin-top: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


::placeholder {
  color: rgba(0, 0, 0, 0.705);
}


 iframe{
	display:block;
	width: 100%;
	height: 350px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.created_by{
  position: fixed;
  bottom: 12px;
  left: 12px;
  float:left;
  font-size: 14px;
  color:white;
  text-shadow: 2px 1px 9px rgba(0,0,0,0.3);

}

.created_by_name{
  font-size: 16px;
  color: white;
  text-decoration: none;
  float: right;
  font-weight: bold;
}
a.created_by_name{
  text-decoration: none;
  color: white;
}
a{
  text-decoration: none;
  
    color:  rgb(9, 59, 98);
}
a:hover{
  cursor: pointer;
  opacity: .9;
}

.comment{
	
color:  rgb(0, 0, 0, .333);
}
.logo {
  /* /* background-color: rgb(0,0,0);  */
  background-color: transparent;    
  background-repeat: no-repeat;
  font-weight: bold;
  position: absolute;
  top: 15px;
  color: white;
  z-index: 10000;
  float: left;
  padding: 12px;
  font-size: 18px;
}

.logo img{
    height: 40px;
    width: auto;
}

.logo-social {
  /* /* background-color: rgb(0,0,0);  */
  /* background-color: transparent;  */
  font-weight: bold;
  position: absolute;
  text-shadow: 2px 1px 1px rgba(0,0,0,0.3);
  font-size: 24px;
  top: 15px;
  float: right;
  text-align: right;
  color: white;
  z-index: 2;
  width: 100%;
  padding: 16px;
}



.panel-center {
    background-color: rgb(255, 255, 255); 
  background-color: rgba(255, 255, 255, 0.9); 
  /* background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0, .6);  */
  color: rgb(0, 0, 0);
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 23px -2px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 23px -2px rgba(0,0,0,1);
box-shadow: 0px 0px 23px -2px rgba(0,0,0,1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}


.panel-center-2 {
    /* background-color: rgb(255, 255, 255);  */
  /* background-color: rgba(255, 255, 255, 0.9);  */
  /* background-color: rgb(0,0,0); */
  background-color: rgba(255, 255, 255, 0.666);  
  backdrop-filter: blur(10px);
  text-align: center;
  color: rgb(0, 0, 0);
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 23px -2px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 23px -2px rgba(0,0,0,1);
  box-shadow: 0px 0px 23px -2px rgba(0,0,0,1);
  z-index: 2;
  padding: 12px;
  margin: auto;
}

.btn-white{
    padding: 12px;
    background-color: rgb(231, 231, 231); 
    color: black;
    border: 0;
text-decoration:none;
    cursor: pointer;
}

.btn-white:hover{
background: #ddd;
}

input,
textarea,
select,
.btn {
  /* background-color: transparent; */
  background-color: rgba(255, 255, 255, 0.777);
  backdrop-filter: blur(10px);
  width: 100%;
  padding: 12px;
  border:  0;
  border-radius: 1px;
  text-decoration:none;
  margin: 5px 0;
  opacity: 0.99;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none; /* remove underline from anchors */
  -webkit-box-shadow:  0px 0px 3px .0001px rgba(0, 0, 0, 0.2);
-moz-box-shadow:  0px 0px 3px .0001px rgba(0, 0, 0, 0.2);
box-shadow:  0px 0px 3px .0001px rgba(0, 0, 0, 0.2);
}
 
.btn {
  
  -webkit-box-shadow:  0px 0px 5px .2px rgba(9, 59, 98,1);
-moz-box-shadow:  0px 0px 5px .2px rgba(9, 59, 98,1);
box-shadow:  0px 0px 5px .2px rgba(9, 59, 98,1);
  
}

input:hover,
.btn:hover {
  opacity: 1;
}

.a{
    text-decoration: none;
    color: white
}

.a:hover{
    color: rgb(228, 228, 228);
}

.a-grey{
    text-decoration: none;
    background-color: transparent;
    color: rgb(41, 41, 41);
}

.a-grey:hover{
    color: grey;
}
.large{
    font-size: 100px;
}

footer{
    width: 100%;
    height: 100px;
    display: inline-block;
  place-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 35px;
  margin-bottom: 35px;
  
}

footer .title{
  color: white;
  font-size: 18px;
}

footer .link{
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}


footer .link a{
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
footer img{
  height: 45px;
}


.book{
  
    float: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin:0;
    padding: 2px 8px;
    border: 0;
  background-color: rgba(255, 255, 255, 0.888);
  backdrop-filter: blur(10px);
    width: 100%;
    display: inline-block;
    padding: 24px;
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
}


.no-active {
  background-color:  red;
  position: absolute;
  opacity: 0.3;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
}

.book sup {
  float: left;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  margin-right: 5px;
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
}

.book .name{
  /* color:rgb(9, 59, 98); */
  font-size: 16px;
  color: rgb(26, 13, 171);
  padding: 0;
  padding-bottom: 5px;
  display: inline-block;
  margin-right: 5px;
  
}

.book .desc{
  padding-top: 3px;
  color: rgb(114, 114, 114);
  font-size: 12px;
  display: block;
}
.book .type{
  color: white;
  background-color: rgb(9, 59, 98);
  margin: 0px;
  font-size: 12px;
  padding: 1px;
  font-weight: bold;
  padding-left: 7px;
  padding-right: 7px;
  
}

.book .date{
  float: right;
  color: rgb(173, 173, 173)  ;
  margin: 0px;
  font-size: 11px;
  margin-left: 5px;
  padding: 1px;
  padding-left: 7px;
  padding-right: 7px;
}

.author-autobiography{
  position: relative;
       float: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin:0;
    border: 0;
    width: 100%;
  background-color: rgba(255, 255, 255, 0.99) !important;
  backdrop-filter: blur(10px);
  padding: 5px;
  padding-bottom: 12px !important;
  
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
}
.author-autobiography .panel-author  {

  text-align:center;  
  /* overflow: auto; */
  height:100%; 
  position: relative; 
  padding: 7px;

}
.author-autobiography img  {
  
height: 200px; 
width: auto; 
float: left; 
padding-left: 7px; 
padding-right: 10px; 
padding-top: 20px; 
padding-bottom: 7px;

}
.author-autobiography .name  {
  color: rgb(26, 13, 171);
  padding-top: 10px;
  font-size: 26px !important;
  display: block;
}
.author-autobiography .years{
  padding-top: 0px;
  margin-top: 1px;
  color: rgb(114, 114, 114);
  font-size: 12px;
  display: block;
}
.author-autobiography .desc{
  initial-letter: 30px;
  padding-top: 0px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 1px;
  color: rgb(61, 61, 61);
  display: block;
  text-align: justify;
  font-size: 14px;
  line-height: 1.6;
}
/* .author-autobiography .desc::first-letter {
  font-size: 250%;
  color: rgb(26, 13, 171);
} */
.author-header{
  position: relative;
    float: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin:0;
    border: 0;
  background-color: rgba(255, 255, 255, .999) !important;
  backdrop-filter: blur(10px);
    width: 100%;
    display: inline-block;
    padding: 24px;
    height: 160px;
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
}
.author-header .panel-author  {

  text-align:center;  
  overflow: auto;
  height:100%; 
  position: relative; 

}
.author-header img  {
  
height: 100%; 
width: auto; 
float: left; 
padding-left: 5px; 
padding-top: 5px; 
padding-bottom: 5px;
}
.author-header .name  {
  color: rgb(26, 13, 171);
  padding-top: 10px;
  font-size: 20px;
  display: block;
}
.author-header .years{
  padding-top: 0px;
  margin-top: 1px;
  color: rgb(114, 114, 114);
  font-size: 12px;
  display: block;
}
.author-header .desc{
  padding-top: 0px;
  padding-left: 9px !important;
  padding-right: 9px !important;
  margin-top: 1px;
  color: rgb(114, 114, 114);
  font-size: 14px;
  display: block;
  text-align: justify;
  line-height: 1.6;
}

.story-and-peotry{
  position: relative;
    float: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin:0;
    padding: 2px;
    border: 0;
  background-color: rgba(255, 255, 255, 0.888);
  backdrop-filter: blur(10px);
  width: 100%;
    display: inline-block;
    padding:18px;
    height: 100px;
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
  }
.story-and-peotry  .panel-story-and-peotry  {

  text-align:center;  
  overflow: auto;
  height:100%; 
  position: relative; 

}

.story-and-peotry .name{
  /* color:rgb(9, 59, 98); */
  font-size: 14px;
  color: rgb(26, 13, 171);
  padding: 0;
  padding-bottom: 5px;
  display: inline-block;
  margin-right: 5px;position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  
}
.story-and-peotry .is-type{
  padding-top: 0px !important;
  margin-top: 0px !important;
  color: rgb(114, 114, 114) !important;
  font-size: 10px !important;
  display: block !important;
}



.storyandpoetry{
  position: relative;
       float: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin:0;
    border: 0;
    width: 100%;
  background-color: rgba(255, 255, 255, 0.999) !important;
  backdrop-filter: blur(10px);
  padding: 5px;
  padding-bottom: 12px !important;
  
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
}
.storyandpoetry .panel-storyandpoetry  {

  text-align:center;  
  /* overflow: auto; */
  height:100%; 
  position: relative; 
  padding: 7px;

}
.storyandpoetry .name  {
  color: rgb(26, 13, 171);
  padding-top: 10px;
  font-size: 26px !important;
  display: block;
}
.storyandpoetry .info{
  padding-top: 0px;
  margin-top: 1px;
  color: rgb(114, 114, 114);
  font-size: 12px;
  display: block;
}
.storyandpoetry .desc{
  initial-letter: 30px;
  padding-top: 0px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 1px;
  color: rgb(61, 61, 61);
  display: block;
  text-align: justify;
  font-size: 14px;
  line-height: 1.6;
}



.author{
  position: relative;
    float: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin:0;
    padding: 2px;
    border: 0;
  background-color: rgba(255, 255, 255, 0.888);
  backdrop-filter: blur(10px);
  width: 100%;
    display: inline-block;
    padding: 24px;
    height: 150px;
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
  }
  
.author .panel-author  {

  text-align:center;  
  overflow: auto;
  height:100%; 
  position: relative; 

}
  .author img{
    height: 100%; 
    width: auto; 
  float: left; 
  padding-left: 5px; 
  padding-top: 5px; 
  padding-bottom: 5px;
}
.author sup {
  float: left;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  margin-right: 5px;
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
}

.author .name{
  /* color:rgb(9, 59, 98); */
  font-size: 16px;
  color: rgb(26, 13, 171);
  padding: 0;
  padding-bottom: 5px;
  display: inline-block;
  margin-right: 5px;position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  
}
.author .years{
  padding-top: 0px !important;
  margin-top: 0px !important;
  color: rgb(114, 114, 114) !important;
  font-size: 10px !important;
  display: block !important;
}
.author .desc{
  padding-top: 3px;
  color: rgb(114, 114, 114);
  font-size: 12px;
  display: block;
}
.author .type{
  margin: 0px;
  font-size: 12px;
  margin: 6px;
  font-weight: bold;
  border-radius: 100px;
  
}

.author .date{
  float: right;
  color: rgb(173, 173, 173)  ;
  margin: 0px;
  font-size: 11px;
  margin-left: 5px;
  padding: 1px;
  padding-left: 7px;
  padding-right: 7px;
}

.comments{
       float: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin:0;
    padding: 2px;
    border: 0;
    width: 100%;
  background-color: rgba(255, 255, 255, 0.99);
  backdrop-filter: blur(10px);
  padding: 12px;
  margin-bottom: 35px;
}

.view-book{
      float: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin:0;
    padding: 2px 8px;
    border: 0;
    width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 12px;
  margin-bottom: 35px;
}


.view-book .author_panel{
  display: block;
  padding: 14px;
  text-align: right;
  margin: auto;
  background-color: transparent;
  color: black;
  font-weight: bold;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  
  /* -webkit-box-shadow:  0px 0px 1px .0001px #093b60;
-moz-box-shadow:  0px 0px 1px .0001px #093b60;
box-shadow:  0px 0px 1px .0001px #093b60; */
  
}

.view-book .three{
  font-weight: bold;
  text-align: center;
  padding: 12px;
  cursor: pointer;
  transition: ease 0.5s;
  -webkit-box-shadow: 0px 0px 3px -1px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 3px -1px rgba(0,0,0,1);
  box-shadow: 0px 0px 3px -1px rgba(0,0,0,1);

}



.view-book .three:hover{
  opacity: .9 ;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,1);
  box-shadow: 0px 0px 5px -1px rgba(0,0,0,1);

}
.view-book .three .ico{
  text-align: center;
  font-size: 45px;
  display: block;
  font-weight: lighter;
}
.view-book .three .number{
  text-align: center;
  font-size: 12px;
  display: block;
  font-weight: normal;
}
.view-book .three .title{
  text-align: center;
  display: block;    
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.view-book .name{
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  color: rgb(9, 59, 96);;
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 0px;
  
}
.view-book .desc{
	
  display: block;
  font-size: 14px;
  text-indent: 12px;
  word-spacing: 5px;
  padding: 8px;
  color: rgba(0, 0, 0, 0.9);
  padding-top: 12px;
  padding-bottom: 12px;
  text-align:justify; 
  line-height: 1.6;
  
}

.view-book .download{
  display: block;
  padding: 12px;
  text-align: center;
  margin: auto;
  width: 200px;
  background-color: #093b60;
  color: white;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  
}


.add{
      float: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin:0;
    padding: 2px 8px;
    width: 100%;
    border: 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 12px;
}
.add .btn-right {
  float: right;
}
.add label{
  padding-left: 3px;
  font-weight: bold;
}
.add label sup{
  padding-left: 3px;
  font-weight: bold;
  color: rgb(0, 0, 0, .555);
  font-size: 10px;
}

.add button{
  background-color: white;
  
  backdrop-filter: blur(10px);
  border: 0;
  font-size: 18px;
  font-weight: bold;
  color: black;
  cursor: pointer;
  padding: 7px;
  transition: ease 0.5s;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 12px;
}

.add button:hover{
  
  background-color: rgb(236, 236, 236);
    -webkit-box-shadow: 0px 0px 3px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 3px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 3px -1px rgba(0,0,0,1);
}

.news{
  
    float: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin:0;
    padding: 2px 8px;
    border: 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
    width: 100%;
    display: inline-block;
    padding: 24px;
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
}

.news .name{
  /* color:rgb(9, 59, 98); */
  color: rgb(26, 13, 171);
  padding: 0;
  font-size: 14px;
  padding-bottom: 5px;
  display: inline-block;
  margin-right: 5px;
}

.news .desc{
  padding-top: 3px;
  display: block;
  color: rgb(114, 114, 114);
  font-size: 12px;
}
.news .type{
  color: white;
  background-color: rgb(98, 9, 9);
  margin: 0px;
  font-size: 12px;
  padding: 1px;
  font-weight: bold;
  padding-left: 7px;
  padding-right: 7px;
  
}

.news .date{
  float: right;
  color: rgb(173, 173, 173)  ;
  margin: 0px;
  font-size: 11px;
  margin-left: 5px;
  padding: 1px;
  padding-left: 7px;
  padding-right: 7px;
}

.book:hover,  .author:hover, .news:hover, .story-and-peotry:hover{
  background-color: rgba(222, 222, 222, 0.9);
}

.page{
  
  display: block;
  height: auto;
  place-items: center;
  margin: 0px;
  padding: 12px;
  text-align: center;
}
.page a{
  margin: 1px;
  padding: 4px;

}
.page .active{
  
  color: white;
  background-color: rgb(9, 59, 98);
  margin: 0px;
  font-size: 12px;
  padding: 4px;
  font-weight: bold;
  padding-left: 7px;
  padding-right: 7px;
}


.category{
  backdrop-filter: blur(10px);
}

.category .cup{
  float: right;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  margin-right: 5px;
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
}

  
.category a{
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 3px;
  
  /* -webkit-box-shadow: 0px 0px 3px -1px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 3px -1px rgba(0,0,0,1);
  box-shadow: 0px 0px 3px -1px rgba(0,0,0,1); */
}


.search{
  position: relative;
}



.search .panel{
      float: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin:0 !important;
    padding: 2px 6px !important;
    width: 100%;
    border: 0;
    border-radius: 2px  !important  ;
  background-color: rgba(255, 255, 255, 0.99);
  backdrop-filter: blur(10px);
  padding: 12px;
}

.search .panel label{
  padding-left: 3px;
  font-weight: bold;
}


.search .panel label sup{
  padding-left: 3px;
  font-weight: bold;
  color: rgb(0, 0, 0, .555);
  font-size: 10px;
}

.search .panel input{
  background-color: transparent !important;
  padding: 5px !important;
  backdrop-filter: blur(10px) !important;
  border: 0 !important;
  color: black !important;
  cursor: pointer !important;
  transition: ease 0.5s !important;
  margin: 0 !important;
  margin-top: 5px !important;
}

.search .panel button{
  background-color: rgb(226, 226, 226);
  padding: 5px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  backdrop-filter: blur(10px);
  border: 0;
  font-size: 18px;
  font-weight: bold;
  color: black;
  cursor: pointer;
  transition: ease 0.5s;
  margin-top: 5px !important;
}

.search .panel button:hover{
  
  background-color: rgb(236, 236, 236);
    -webkit-box-shadow: 0px 0px 3px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 3px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 3px -1px rgba(0,0,0,1);
}

.search .panel .btn-right {
  float: right;
}






.view-news{
      float: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin:0;
    border: 0;
    width: 100%;
  background-color: rgba(255, 255, 255, 0.99);
  backdrop-filter: blur(10px);
  padding: 12px;
  margin-bottom: 35px;
  
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
}


.view-news .name{
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  color: rgb(9, 59, 96) !important;
  padding: 8px;
  padding-left: 0;
  margin-left: 0;
  padding-top: 12px;
  padding-bottom: 0px;
  
}
.view-news .header_title{
  display: block;
  font-size: 12px;
  padding: 8px;
  font-weight: lighter;
  color: rgba(0, 0, 0, 0.9);
  padding-top: 7px;
  padding-bottom: 12px;
  
}

.view-news .desc{
  display: block;
  font-size: 14px;
  text-indent: 12px;
  word-spacing: 5px;
  padding: 5px;
  color: rgba(0, 0, 0);
  padding-top: 12px;
  padding-bottom: 12px;
  text-align:justify; 
  line-height: 1.6;
  
}

.view-news .author_panel{
  display: block;
  padding: 12px;
  text-align: right;
  margin: auto;
  background-color: transparent;
  color: black;
  border-radius: 5px;
  padding-top: 15px;
  font-weight: lighter;
  padding-bottom: 15px;
  
  /* -webkit-box-shadow:  0px 0px 1px .0001px #093b60;
-moz-box-shadow:  0px 0px 1px .0001px #093b60;
box-shadow:  0px 0px 1px .0001px #093b60; */
  
}

.view-news .photo{
  width: 100%;
  padding: 8px;
  object-fit: contain;
}

#panel_big_search{
  display: none;
}


.about{

  float: left;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  margin:0;
  padding: 2px 8px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  width: 100%;
  display: inline-block;
  padding: 24px;
  -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
  box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
  padding: 50px;
  text-indent: 30px;
}


.about img{
  margin: 12px;
  width: 200px;
  height: 200px;
  object-fit: contain;
  float: left;
}



.ad{
  
    float: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin:0;
    border: 0;
  background-color: rgba(255, 255, 255, 0.888);
  backdrop-filter: blur(10px);
    width: 100%;
    display: inline-block;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
    box-shadow: 0px 0px 2px -1px rgba(0,0,0,1);
}



.ad .name{
  /* color:rgb(9, 59, 98); */
  font-size: 16px;
  color: rgb(26, 13, 171);
  padding: 0;
  padding-bottom: 5px;
  display: inline-block;
  margin-right: 5px;
  
}

.ad .desc{
  padding-top: 3px;
  color: rgb(114, 114, 114);
  font-size: 14px;
  
}
.ad .type{
  color: white;
  background-color: rgb(98, 9, 9);
  margin: 0px;
  font-size: 12px;
  float: left;
  padding: 2px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px; 
  border-radius: 5px;
  
}

.ad .ad_link{
    
    margin-top: 7px;
    padding: 7px;
    display: inline-block;
    float: left;
	border-radius: 3px;
	margin-bottom:0;
	background-color: #80808029;
}

.ad .ad_created{
    margin-top: 7px;
    padding: 7px;
    display: inline-block;
    float: right;
	padding-bottom: 0;
    color: rgb(31, 31, 31);
}

.profile{
  background-color: rgba(255, 255, 255, 0.99);
  padding: 7px;
  position: relative;
  border-radius: 2px;
}

.profile .img{
  height: 100px !important;
  width: 100px !important;
  object-fit: cover !important;
  width: auto;
  display: inline !important;
  border-radius: 100px;
}
.profile .about_profile{
  display: inline;
  position: absolute;
  top:0;
  padding: 12px;
  padding-left: 15px;
}
.profile .about_profile .name{
  display: block;
  padding: 0px;
  margin: 0 !important; 
  padding-bottom: 0px;
  font-size: 30px;
}

.profile .about_profile .account{
  display: block !important;
  padding: 0px !important;
  margin: 0 !important; 
  padding-bottom: 7px !important;
  padding-top: 7px !important;
  font-size: 20px !important;
}


.profile .about_profile .mail{
  display: inline;
  padding: 0px;
  margin: 0;
  padding-top: 5px;
  font-size: 14px;
  font-weight: normal;
}

.profile .btn-right-bottom{
  bottom:0;
  right: 0;
  position: absolute;
  padding: 5.5px;
  padding-right: 8px;
  padding-left: 8px;
  margin: 12px;
  font-size: 14px;
  font-weight: bold;
  background-color: rgb(226, 226, 226);
  border-radius: 2px;
  cursor: pointer;
}
.profile .settings{
  top:0;
  right: 0;
  position: absolute;
  padding: 5.5px;
  padding-right: 8px;
  padding-left: 8px;
  margin: 12px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgb(226, 226, 226);
  border-radius: 100px;
}

.panel-profile{

background-color: rgba(255, 255, 255, 0.99);
padding: 20px;
position: relative;
border-radius: 2px;
font-weight: normal;
}

.panel-profile .img{
    
height: 100px !important;
width: 100px !important;
object-fit: cover !important;
width: auto;
display: inline !important;
border-radius: 100px;
}
.panel-profile hr{
    border-color:rgba(255, 255, 255, 0.99);
    color:rgba(255, 255, 255, 0.99);
}
.panel-profile .a{
  padding: 5.5px;
  padding-right: 8px;
  padding-left: 8px;
  margin: 0px;
  font-size: 12px;
  font-weight: bold;
  background-color: rgb(226, 226, 226);
  border-radius: 5px;
  display: inline-block;
  margin-left: 12px;
}
.panel-profile button{
  padding: 8.5px;
  padding-right: 11px;
  padding-left: 11px;
  margin: 0px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  background-color: rgb(226, 226, 226);
  border-radius: 5px;
  display: inline-block;
  margin-top: 12px;
  border: 0;
}
.panel-profile p{
  display: inline-block;
  padding-top: 10px !important;
  padding-bottom: 10px !important; 
  margin: 0 !important;
}

.panel-profile span{
  display: inline-block;
  padding: 3px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important; 
  font-size: 12px !important;
  margin: 0 !important;
  font-weight: normal;
}
.panel-profile .a-large{
  padding: 20px !important;
  width: 100% !important;
  background-color: rgb(209, 209, 209);
  color: black;
  font-weight: bold;
  display: block !important;
}
.panel-profile .balance{
  font-weight: normal;
  width: 100%;
}

.panel-profile .balance .img{
    
  height:300px !important;
  width:300px !important;
  object-fit: cover !important;
  display: block !important;
  text-align: center;
  margin: auto;

}
.panel-profile .balance .summa{
    font-size: 36px;
    text-align: center;
    display: inline-block;
    font-weight: bold;

}

.panel-profile .balance .desc{
  
  line-height: 24px;
  text-align: justify;
}


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

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

.text-center{
  text-align: center !important;
}

.is-telegram{
  color: #0088cc !important;
}
.is-facebook{
  color: #1877f2 !important;
}
.is-instagram{
  color: #bd081c !important;
}
.is-youtube{
  color: #ff0000 !important;
}
.is-twitter{
  color: #1da1f2 !important;
}
.is-pinterest{
  color: #bd081c !important;
}

.yandex-list-ads{
  height: 90px;
}

.mobile-content .yandex-list-ads{
  height: 50px;
}</pre></body></html>