

::-webkit-datetime-edit-fields-wrapper { 

	padding: 0.1rem;

}

::-webkit-datetime-edit-text {

	color: white;

}

::-webkit-datetime-edit-month-field {

	color: white;

}

::-webkit-datetime-edit-minute-field {

	color: white;

}

::-webkit-datetime-edit-second-field {

	color: white;

}

::-webkit-datetime-edit-day-field {

	color: white;

}

::-webkit-datetime-edit-year-field[aria-valuetext=blank] {

	color: grey;

}

::-webkit-datetime-edit-year-field {

	color: white;

}

::-webkit-inner-spin-button {

	display: block;

}

::-webkit-calendar-picker-indicator {

/*        border: 1px solid #37ebd0; */

  opacity: 1;

  filter: invert(1);

  cursor: pointer;

/*

  border-radius: 50%;

  margin-left: .5rem;

*/

}

::-webkit-calendar-picker-indicator:hover {

  -webkit-box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.04);

          box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.04);

}



/* test for faster loading */

.fa {

   display: swap;

}



body.fontawesome-loaded .fa {

    display: initial; /* may not work in IE, use inline-block / block instead */

}

/* end test */



a {

 -webkit-transition: background-position 1ms linear;

 -moz-transition: background-position 1ms linear;

 -o-transition: background-position 1ms linear;

 transition: background-position 1ms linear;

}



a:active, a:hover {

 color:#fff;

 text-decoration:none;

}



body.index, body.page {
  background: url('/images/diary-dark.webp') #0e0e0e no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}



hr {

 -moz-border-bottom-colors: none;

 -moz-border-left-colors: none;

 -moz-border-right-colors: none;

 -moz-border-top-colors: none;

 border-color: rgba(255, 255, 255, 0.55) -moz-use-text-color -moz-use-text-color;

 border-image: none;

 border-style: solid none none;

 border-width: 1px 0 0;

 margin-bottom: 20px;

 margin-top: 20px;

 border-top: 1px solid rgba(238, 238, 238, 0.25);

}

.nav-tabs .nav-link.active {

  color:#fbfbfb;

  background-color:rgba(0,0,0,.075);

  border-color: #dee2e6 #dee2e6 #000000;

}





.navbar-default .navbar-nav>.active>a,

.navbar-default .navbar-nav>.active>a:focus,

.navbar-default .navbar-nav>.active>a:hover,

.navbar-default .navbar-nav>li>a {

    color: #ffffff;

}



.navbar-default .navbar-nav>.active>a,

.navbar-default .navbar-nav>.active>a:focus,

.navbar-default .navbar-nav>.active>a:hover {

    background: transparent;

}



.navbar-collapse {

    padding-left: 0;

}



.navbar-default {

    background: transparent;

    border: none;

    border-bottom: 1px solid rgba(255, 255, 255, 0.5);

    border-radius: 0;

    padding-top:0px;

    padding-bottom:0px;

}

.page .navbar {

    margin-bottom: 0px;

}

nav a {

 font-family: 'Open Sans', sans-serif;

 font-size: 14px;

 font-weight: 400;

 text-align: center;

}

nav a i{

margin-right:5px;

}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{

 color:#37ebd0;

}

nav .social a i{

 margin-right:0px;

}

nav .social a {

 border: 1px solid #ffffff;

 border-radius: 50%;

 color: #ffffff;

 float: left;

 font-size: 14px;

 line-height: 23px !important;

 margin: 18px 0 0 6px;

 padding: 3px;

 width: 34px;

}

nav .social a:hover {

 border: 1px solid #37ebd0; 

 color: #37ebd0;

}

nav .social {

 position: relative;

 bottom: 5px;

 margin-left:0px; 

}



.navbar-nav > li > a {

 padding:20px;

 line-height:49px;

}

.navbar-small{

background:rgba(0, 0, 0, 0.55) none repeat scroll 0 0;

}

.navbar-small .navbar-nav > li{

    line-height: 49px;

}

.navbar-small .navbar-nav > li > a {

 font-size: 14px;

 line-height: 49px !important;

 padding: 0 15px !important;

 color:#37ebd0!important;

 text-align: left;

}

.navbar-small .navbar-nav > li > a:hover{

 color:#fff!important;

}

.text-diary > a {

 color:#37ebd0;

}



.box_in{

 background: rgba(0, 0, 0, 0.55);

 padding:10px;

 border:1px solid rgba(255, 255, 255, 0.55);

 border-radius:5px;

 overflow:hidden;

 /*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);*/

}

.box_in_diary{

 background: rgba(0, 0, 0, 0.55);

 padding:12px;

 border:1px solid rgba(255, 255, 255, 0.55);

 border-radius:5px;

 margin-bottom:10px;

}

.box_in_diary_vip {

 background: rgba(0, 0, 0, 0.55);

 padding:12px;

 border: 2px solid rgba(255, 215, 0, 0.9);

 border-radius:5px;

 margin-bottom:10px;

}

.box_in p {

 margin-top:1rem;

}

.box_in h3{

/* color:#fff; */

 font-weight:300;

 font-size:20px;

 margin: 0 0 12px;

}

.form_class label:not(.form-check-label){

/* color: #fff; */

 font-size: 14px;

 font-weight: 300;

 line-height: 29px;

}

.form-control,.form-control:focus {

 background:rgba(0, 0, 0, 0.4);

 color: inherit;

}

.form_class input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="button"]), input[type="text"], input[type="email"],textarea.form-contol,select.form-control{

 color: #fff;

 font-size: 14px;

 font-weight: 300;

 line-height: 29px;

 background:rgba(0, 0, 0, 0.4);

 border:2px solid #37ebd0;

 border-radius:5px;

 padding:0px 5px;

}

/*

select.form-control:focus {

  background:rgba(12, 0, 0, 0.4);

  color:inherit;

}

*

input[type="submit"]{

 color: #fff;

 font-size: 14px;

 font-weight: 300;

 line-height: 29px;

 background:rgba(0, 0, 0, 0.4); 

 border:2px solid #37ebd0;

 border-radius:5px;

 padding:3px 10px;

}

textarea.form-control{

 background: rgba(0, 0, 0, 0.55);

 padding:5px;

 width:100%!important;

 max-width: 100%!important;

}

textarea.form-control:focus{

 background: rgba(0, 12, 12, 0.55);

 color:inherit;

}

input.form-control:focus{

 background: rgba(0, 12, 12, 0.55);

 color:inherit;

}



/*

textarea.form-control:focus {

 background: rgba(0, 0, 12, 0.55);

}

*/

.form_class select{

 padding: 3px;

/* color: #fff; */

 font-size: 14px;

 font-weight: 300;

 line-height: 29px;

 /* background:rgba(255, 255, 255, 0); */

 border:2px solid #37ebd0;

 border-radius:5px;

 width:100%;

}

.img_small{

width:auto;

max-width:150px;

height:auto;

}



.form_class button{

 background: rgba(255, 255, 255, 0) none repeat scroll 0 0;

 border: 2px solid #37ebd0;

 border-radius: 5px;

 color: #37ebd0;

 font-size: 14px;

 font-weight: 300;

 line-height: 29px;

 padding: 1px 11px;

}

.form_class button:hover,.form_class button:focus,.form_class button:active{

 background: rgba(255, 255, 255, 0) none repeat scroll 0 0!important;

 border: 2px solid #fff!important;

 border-radius: 5px;

/* color: #fff!important; */

 font-size: 14px;

 font-weight: 300;

 line-height: 29px;

 padding: 1px 11px;

}

.btn.btn-outline-diary,.btn.btn-diary {

 color: #37ebd0;

 border: 2px solid #37ebd0;

 font-size: 14px;

}

.btn.btn-diary:hover {

 color: #fff;

 border: 2px solid #fff;

}



.style_button{

 background: rgba(255, 255, 255, 0) none repeat scroll 0 0;

 border: 2px solid #37ebd0;

 border-radius: 5px;

 color: #37ebd0;

 font-size: 14px;

 font-weight: 300;

 line-height: 29px;

 padding: 1px 11px;

 width: 100%;

}

.style_button:hover,.style_button:active,.style_button:focus{

 background: rgba(255, 255, 255, 0) none repeat scroll 0 0!important;

    border: 2px solid #fff!important;

/*    color: #fff!important; */

}

a.style_button_a{

  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;

    border: 2px solid #37ebd0;

    border-radius: 5px;

    clear: both;

    color: #37ebd0;

    display: block;

    font-size: 18px;

    font-weight: 300;

    line-height: 29px;

    margin: 15px auto 10px;

    padding: 10px 20px;

    text-align: center;

    width: 196px;

}

.form_class .row{

 margin-top:9px;

 margin-bottom:9px;

}

.borderleft{

 border-right: 2px solid rgba(255, 255, 255, 0.55);

}

.mb{

 margin-bottom:9px;

}

a{

 color: #37ebd0;

}

.borderleft a{

 font-size:12px;

 

}

.mt{

 margin-top:30px;

}

.mt2{

 margin-top:20px;

}.mt1{

 margin-top:10px;

}

h1.heading{

 color:#fff;

font-weight:300;

font-size:40px;

 font-family: 'Open Sans', sans-serif;

}

.line{

 height:1px;

 width:260px;

 margin: 20px auto;

 background: #46fbdf;

}

.v_line_view2{

 height:32px;

 width:1px;

 background: white;

 opacity: 0.3;

 margin-top:6px;

}

.page .line{



  margin: 10px auto;

}

.index p{

  font-size: 15px;

    line-height: 24px;

}

.ads{

 padding:20px;

}

.tag{

   background: #000 none repeat scroll 0 0;

    border: 1px solid rgba(255, 255, 255, 0.55);

    border-radius: 5px;

    font-size: 12px;

    left: 13%;

    margin: 0 auto;

    padding: 2px 10px;

    position: absolute;

    text-align: center;

    top: -8px;

    width: 75%;

}

.tag2{

   background: #000 none repeat scroll 0 0;

    border: 1px solid rgba(255, 255, 255, 0.55);

    border-radius: 5px;

    font-size: 12px;

    left: 22%;

    margin: 0 auto;

    padding: 4px 10px;

    position: absolute;

    text-align: center;

    bottom: -8px;

    width: 124px;

}

.box_in_small{

 background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;

 border: 1px solid rgba(255, 255, 255, 0.55);

 border-radius: 5px;

 font-size: 12px;

 margin-top: 20px;

 min-height: 165px;

 padding: 33px 15px;

 position: relative;

 text-align: center;

 margin-bottom: 20px;

}

.box_in_small h3{

color:#fff;

font-weight:300;

font-size:20px;

   margin: 0 0 12px;

}

.l2{

 height:1px;

 width:60px;

 margin: 12px auto;

 background: #46fbdf;

}

a.style_button_b{

  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;

    border: 2px solid #37ebd0;

    border-radius: 5px;

    clear: both;

    color: #37ebd0;

    display: block;

    font-size: 14px;

    font-weight: 300;

    line-height: 29px;

    margin: 15px auto 10px;

    padding: 5px 20px;

    text-align: center;

    width: 180px;

}

a.style_button_c{

  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;

    border: 2px solid #37ebd0;

    border-radius: 5px;

    clear: both;

    color: #37ebd0;

    display: block;

    font-size: 14px;

    font-weight: 300;

    line-height: 29px;

    padding: 5px 20px;

    text-align: center;

    width: 160px;

}

a.style_button_f{

    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;

    border: 2px solid #37ebd0;

    border-radius: 5px;

    color: #37ebd0;

    display: block;

    float: left;

    font-size: 14px;

    font-weight: 300;

    line-height: 29px;

    margin-right: 10px;

    padding: 0 12px;

    text-align: center;

    width: auto; 

    margin-top: 5px;

}

a.style_button_s{

    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;

    border: 2px solid #37ebd0;

    border-radius: 5px;

    color: #37ebd0;

    display: block;

    float: right;

    font-size: 14px;

    font-weight: 300;

    line-height: 29px;

    margin-right: 0px;

    padding: 0 12px;

    text-align: center;

    width: auto; 

    margin-top: 0px;

}

a.style_button_g{

    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;

    border: 2px solid #37ebd0;

    border-radius: 5px;

    color: #37ebd0;

    display: block;

    float: left;

    font-size: 14px;

    font-weight: 300;

    line-height: 29px;

    padding: 0 20px;

    text-align: center;

    width: auto; 

    margin-top: 5px;

}

footer{

 margin-top:50px;

 padding-top:20px;

 padding-bottom:20px;

 font-size:12px;

}

.logo a{

 height: 58px;

padding: 8px 8px  0 0!important;

}

.page nav a{

 line-height: 49px; 

}

.page nav .social a {

    margin: 21px 0 0 6px;

}

.search_form{

  padding: 10px 20px;

}

.pagination_detail{

 margin: 5px 0 0;

}

.show_entries{

 line-height:43px;

 margin-bottom:0;

}

.show_entries p{

 float:left;

 margin-left: 10px;

 margin-right: 10px;

 line-height:35px;

}

.show_view_details{

 line-height:43px;

 margin-bottom:0;

}

.show_view_details p{

 float:right;

 margin-left: 10px;

 margin-right: 10px;

 margin-bottom: 0;

}



.diary_title .fa-book{

 color: #37ebd0;

 border: 1px solid #37ebd0;

 border-radius:50%;

 padding:8px;

 margin-right:10px;

}



.diary_details {

 text-align: center;

 font-size:12px;

 border-left:1px solid #000;

 line-height: 24px;

}

.diary_details p{

margin-bottom:0px;

}

.social_buttons{

  border-top: 1px solid rgba(255, 255, 255, 0.55);

    margin-bottom: 10px;

    margin-top: 15px;

    padding-top: 10px;

    text-align: left;

}

.fb-like{

   float: left;

    margin-right: 5px;

    margin-top: 0;

}

#frontpage-sidead{

position:absolute;

left:0px;

}

#ad-top{

 background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;

 border: 1px solid rgba(255, 255, 255, 0.55);

 position:absolute;

 right:0px;

 border-radius: 5px;

 padding: 10px;

}

.new_ul li{

list-style:none;

}

.new_ul li i{

margin-right:5px;

}

ul.new_ul{

   margin: 0 10px 12px;

padding:0;

}



a.style_button_d{

  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;

    border: 2px solid #37ebd0;

    border-radius: 5px;

    color: #37ebd0;

    display: block;

    font-size: 14px;

    font-weight: 300;

    line-height: 29px;

    padding: 0 20px;

    text-align: center;

    width: 160px;

}

a.style_button_e{

  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;

    border: 2px solid #37ebd0;

    border-radius: 5px;

    clear: both;

    color: #37ebd0;

    display: block;

    font-size: 14px;

    font-weight: 300;

    line-height: 29px;

    padding: 0 20px;

    text-align: center;

    width: 200px;

}

.my_diary_options{

 text-align:right;

}

.my_diary_options a {

 border: 1px solid #37ebd0;

 border-radius: 6px;

 font-size: 14px;

 padding: 4px 6px;

}



.diary_entry {

 border-bottom: 1px solid rgba(255, 255, 255, 0.55);

 line-height:25px;

 padding-bottom:10px;

}

.my_account_details {

 margin-top:15px;

}

.my_account_details tr td{

 padding-right:10px;

 font-size:14px;

}

.my_account_details tr td i{

 color:#37ebd0;

 margin-left:5px;

 font-size:20px;

}

.my_account_details {

    background-clip: padding-box;

    border-right: 1px solid rgba(255, 255, 255, 0.55);

    margin-top: 15px;

}

.table_borderless tr td{

 border:0 none !important;

}

.btn.focus, .btn:focus, .btn:hover {

/*    color: #fff; */

    text-decoration: none;

}

#slide{

    max-height: 600px;

    overflow-x: hidden;

    overflow-y: auto;

}



.list-group  li{

 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

 border: 0 none;

 font-size: 12px;

 padding: 3px 0;

}

.list-group  li a{

 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

 border: 0 none;

 font-size: 12px;

 padding: 3px 10px;

}

.list-group {

 border:0 none;

}



.cssload-container {

/* width: 100%;

 height: 69px;

*/

 position: fixed;

 z-index: 2;

 width: 100%;

 height: 50px;



 text-align: center;

}



.cssload-speeding-wheel {

 width: 69px;

 height: 69px;

 margin: 0 auto;

 border: 4px solid rgb(70,251,224);

 border-radius: 50%;

 border-left-color: transparent;

 border-right-color: transparent;

 animation: cssload-spin 650ms infinite linear;

  -o-animation: cssload-spin 650ms infinite linear;

  -ms-animation: cssload-spin 650ms infinite linear;

  -webkit-animation: cssload-spin 650ms infinite linear;

  -moz-animation: cssload-spin 650ms infinite linear;

}

#messagewrapper hr{

 margin-bottom: 10px!important;

 margin-top: 10px!important;

}



@keyframes cssload-spin {

 100%{ transform: rotate(360deg); transform: rotate(360deg); }

}



@-o-keyframes cssload-spin {

 100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }

}



@-ms-keyframes cssload-spin {

 100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }

}



@-webkit-keyframes cssload-spin {

 100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }

}



@-moz-keyframes cssload-spin {

 100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }

}



#accordion .card-header {

    background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;

 color: #37ebd0;

}

#accordion .card {

    border-radius: 4px; 

 border: 1px solid rgba(255, 255, 255, 0.55);

    margin-bottom: 0;

}

#accordion .card-body {

 border: 1px solid rgba(255, 255, 255, 0.55);

}


#messages_status{

float:right;

}

.list-group-item {

 background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;

 border: 1px solid rgba(255, 255, 255, 0.55);

/* color: #fff; */

}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading{

  color: #37ebd0;

}



a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {

    background: rgba(0, 0, 0, 0.66) none repeat scroll 0 0;

    /* color: #fff; */

    text-decoration: none;

}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {

 border-top: 1px solid rgba(255, 255, 255, 0.55);

 line-height: 1.42857;

 padding: 8px;

 vertical-align: top;

/* color:white; */

}



.my_diary_third_party a {

    border: 1px solid #37ebd0;

    border-radius: 6px;

    color: #37ebd0;

    font-size: 14px;

    padding: 5px 8px;

}

.my_diary_third_party a i{

 margin-right:10px;

}

.my_diary_third_party {

 float: left;

 margin: 15px 15px 0 0;

}

.common_size .box_in {

 min-height: 200px;

}





@media (min-width: 1200px) {

 

}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {



}

 

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {

 .social {

  margin-left:0;

  margin-right:0;

 }

 .navbar-nav > li > a {

  padding-bottom: 5px;

  padding-top: 5px;

  line-height: 49px;

 }

 .borderleft {

  border:0 none;

 }

 .mobile1 {

  margin-top:10px;

 }

 .my_account_details{

  border:0 none;

 }

}

 

/* Landscape phones and down */

@media (max-width: 480px) {

 .navbar-nav > li > a {

  padding-bottom: 5px;

  padding-top: 5px;

 }

 #slide{

  max-height: 300px;

  overflow-x: hidden;

  overflow-y: scroll;

 }

 .mtt{

  margin-top:20px;

 }

 .box_in{

  padding:10px;

/*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);*/

 }

 .logo img{

  width:100%;

 }

 .borderleft{

  border:0 none;

 }

 .mobile1{

  margin-top:10px;

 }

 .diary_details{

  border:0 none;

 }

 .my_account_details{

  border:0 none;

 }

}



/* space between the bar and your content */

#fbarwrap { margin-bottom: 30px;  }



.fbar {

  text-align: center;

  padding: 8px;

  padding-top: 0px;

  background-color: rgba(0, 0, 0, 0.9);



  max-height: 140px; 

  position: fixed;

  top: 0px;

  left: 0px;

  right: 0px;

  color: #f5f5f5;

  border-bottom: thick ridge rgba(0, 0, 0, 0.5);

  -webkit-box-shadow: 0px 2px 13px 0.5px rgba(0, 0, 0, 0.3);

  box-shadow: 0px 2px 13px 0.5px rgba(0, 0, 0, 0.3);

  display: none;

  z-index: 3008;

}



#fhead-image {

  margin-right: 1%;

  position: relative;

  top: 8px;

}



#ftext { position: relative;

}



#fok {

  margin-top: 6px;

  margin-right: 10px;

  font-size: 25px;

}



#fok a {

  color: #3EAAEE;

  text-decoration: none;

}

.back-to-top {

 cursor: pointer;

 position: fixed;

 bottom: 20px;

 right: 20px;

 display:none;

 z-index:9;

}

/* https://codepen.io/zeeshan_ansari/pen/zGpZWB */

#topbar {

 position: fixed;

 bottom: -60px;

 display: block;

 z-index: 99999;

 box-sizing: border-box;

 width: 100%;

 padding: 15px;

 background-color: #323232;

 color: rgb(250, 250, 250);

 font-size: 14px;

 font-weight: 400;

 letter-spacing: 0.010em;

 line-height: 16px;

 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);

 border-radius: 2px;

 transition: bottom 0.5s cubic-bezier(0.42, 0.0, 0.58, 1.0);

 font-family: sans-serif;

 left: 10px;

 max-width: 320px;

 text-rendering: optimizeLegibility;

}

/* Hiding the checkbox */



#toggleTop {

 display: none;

}

/* Styling the lables, to show and hide the bar */



#showTop {

 position: fixed;

 z-index: 9999;

 top: 7px;

 right: 30px;

 display: block;

 padding: 10px;

 background-color: #000000;

 /* color: #fff; */

 cursor: pointer;

 font-weight: bold;

 transition: background-color .4s cubic-bezier(.25, .8, .25, 1);

 text-rendering: optimizeLegibility;

}



#showTop:hover {

 background-color: rgba(158, 158, 158, 0.2);

 color: rgba(0, 0, 0, 0.8);

}



#hideTop {

 float: right;

 display: inline-block;

 cursor: pointer;

 padding: 2px 6px;

 font-weight: bold;

 transition: all .4s cubic-bezier(.25, .8, .25, 1);

}



#hideTop:hover {

 background-color: rgba(158, 158, 158, 0.2);

}

/* Displaying the bar when the checkbox is checked */



#toggleTop:checked + #topbar {

 transition: bottom 0.5s cubic-bezier(0.42, 0.0, 0.58, 1.0);

 bottom: 100px;

}

#topbar {

 transition: bottom 0.5s cubic-bezier(0.42, 0.0, 0.58, 1.0);

 bottom: 10px;

}

.border-vip {

 border-color: #ceaf53!important;

}

.bg-black {

 background-color: #000000!important;

}

.bg-vip {

 background-color: #ceaf53!important;

}

.doit {

 cursor: pointer;

}



/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,

input:-webkit-autofill:hover, 

input:-webkit-autofill:focus,

textarea:-webkit-autofill,

textarea:-webkit-autofill:hover,

textarea:-webkit-autofill:focus,

select:-webkit-autofill,

select:-webkit-autofill:hover,

select:-webkit-autofill:focus {

 border: 2px solid #37ebd0;

 -webkit-text-fill-color: white;

 -webkit-box-shadow: 0 0 0px 1000px #000 inset;

 transition: background-color 5000s ease-in-out 1s;

}
.advert {
  min-width: 300px;
}
.feed-container { width: 100%; }
.diary-feed { list-style: none; padding: 0; }
.diary-feed li { margin-bottom: 20px; }
.advert { min-width: 160px; max-width: 100%; } /* Simplified from div[id^=] */

/* Midnav = desktop/tablet; #actions = phone. Don't use d-sm-block — it
   forces display:block and the text nav wraps instead of yielding to icons. */
#midnav-offline {
  display: none !important;
  overflow: clip;
}
#actions {
  display: flex !important;
  justify-content: center;
  overflow: clip;
}
@media (min-width: 576px) {
  #midnav-offline {
    display: flex !important;
  }
  #actions {
    display: none !important;
  }
}
#midnav-offline .navbar-nav > li > a {
  font-size: 14px;
  line-height: 49px !important;
  padding: 0 15px !important;
}
#midnav-offline .nav-disabled,
#actions .nav-disabled {
  opacity: 0.45;
  pointer-events: none;
  cursor: default;
}
#actions .actions-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  margin: 0;
}
#actions .nav-link {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  padding: 0.55rem 0.15rem;
  line-height: 1.1 !important;
  color: var(--diary-green);
}
/* Mask so <i class="dicon dicon-home"> works like FA (currentColor). */
.dicon {
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  margin-right: 0.35em;
  vertical-align: -0.2em;
  background-color: currentColor;
  -webkit-mask: var(--dicon) center / contain no-repeat;
  mask: var(--dicon) center / contain no-repeat;
}
.dicon-2x {
  width: 2em;
  height: 2em;
  vertical-align: -0.35em;
}
.dicon-home { --dicon: url("/assets/img/nav/home.svg"); }
.dicon-book { --dicon: url("/assets/img/nav/book.svg"); }
.dicon-plus { --dicon: url("/assets/img/nav/plus.svg"); }
.dicon-user { --dicon: url("/assets/img/nav/user.svg"); }
.dicon-envelope { --dicon: url("/assets/img/nav/envelope.svg"); }
.dicon-langs { --dicon: url("/assets/img/nav/langs.svg"); }
.dicon-bell { --dicon: url("/assets/img/nav/bell.svg"); }
.dicon-theme { --dicon: url("/assets/img/nav/theme.svg"); }
.dicon-logout { --dicon: url("/assets/img/nav/logout.svg"); }
.dicon-signin { --dicon: url("/assets/img/nav/signin.svg"); }
#actions .dicon {
  width: 2em;
  height: 2em;
  margin-right: 0;
  vertical-align: 0;
}
#midnav-loggedin .dicon,
#midnav-notloggedin .dicon,
#actions .dicon {
  color: var(--diary-green);
}
.dicon-wrap {
  position: relative;
  display: inline-flex;
  width: max-content;
  margin-right: 5px;
  vertical-align: middle;
}
.dicon-wrap .fa,
.dicon-wrap .dicon {
  margin-right: 0;
}
.dicon-wrap .messinfo,
.dicon-wrap .notifinfo {
  position: absolute;
  right: -0.35em;
  bottom: -0.15em;
  z-index: 1;
  line-height: 1;
  pointer-events: none;
}
.dicon-wrap .notifinfo {
  right: -0.7em;
}
.dicon-wrap .messinfo:empty,
.dicon-wrap .notifinfo:empty {
  display: none;
}
.dicon-wrap .messinfo .badge,
.dicon-wrap .notifinfo .badge {
  font-size: 0.65rem;
  padding: 0.12em 0.35em;
  min-width: 1.15em;
}
#actions .dicon-wrap {
  margin-right: 0;
}
#actions,
#actions .nav-link:focus,
#midnav-offline a:focus,
#midnav-loggedin a:focus {
  outline: none;
}
#actions .nav-link:focus-visible,
#midnav-offline a:focus-visible,
#midnav-loggedin a:focus-visible {
  outline: 2px solid #37ebd0;
  outline-offset: 2px;
}

/* pi_pi — not in flag-icon-css / flag-icons. Keep both class families. */
.flag-icon-pirate,
.fi-pirate {
  background-image: url(/assets/img/flags/pirate.svg);
}
