@import url("/assets/css/font.css");
:root {
    --color-black: #000;
    --color-dark: #111;
    --color-dark-2: #222;
    --color-light: #ddd;
    --color-light-2: #aaa;
    --color-green: #00cc00;
    --color-blue: #1C86EE;
    --color-blue-2: #184785;
    --color-blue-3: #103667;
    --color-warning: #EEEE00;
    --color-info: #63B8FF;
    --color-red: red;
    --color-danger: #ce1126;
    --color-link: #ff9900;
    --color-link-hover: #c0f;
    --border-black: #000;
    --border-dark: #333;
    --border-light: #aaa;
    --border-red: #ce1126;
    --bg-light: #ddd;
    --bg-black: #000;
    --bg-dark: hsl(0, 0%, 7.5%);
    --bg-secondary: hsl(0, 0%, 12%);
    --bg-secondary-50: #333;
    --bg-primary: #184785;
    --bg-info: #184785;
    --bg-red: red;
    --bg-danger: #ce1126
} ::-webkit-scrollbar {
    width: 7px;
    scrollbar-width: none
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg,#DC143C,#753a88);
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #c9f
}

html,body {
    cursor: url(https://dorew-site.github.io/assets/ring/body/body.cur),default!important;    font-family: 'phe3x', 'Times New Roman'!important; scroll-behavior: smooth;
}

textarea,input {
    cursor: url(https://i.imgur.com/MIb63lh.png),progress
}

a,a:hover {
    cursor: url(https://i.imgur.com/F7yuaFW.png),progress
}

body {
    color: #00cc00;
    background: #000;
    margin: auto;
    padding: 0;
    word-wrap: break-word;
    font-family: 'phe3x', 'Times New Roman'!important;
    max-width: 850px
}

input,td {
    color: red;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    font-family: 'Patrick Hand',cursive;
    max-width: 850px
}

* {
    padding: 0;
    margin: auto
}

input,textarea {
    border-width: 1px;
    border-style: solid;
    font-family: 'Patrick Hand',cursive;
    box-sizing: border-box
}

textarea {
    width: 98%
}

input {
    font: normal 13px 'Comic Sans MS',"Trebuchet Ms",arial,sans-serif;
    color: #fff;
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #bbb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 2px;
    background: #444;
}
main {margin-top: 20px; margin-bottom: 15px;}
.input {
    display: block;
    width: 98%
}

.select {
    width: 98%;
    text-align: left
}

img {
    max-width: 100%;
    height: auto;
    z-index:998!important;
}

a {
    text-decoration: none;
    color: orange!important;
    font-style: normal
}

a:hover {
    text-decoration: underline;
    color: #414141;
    font-style: normal
}
.lgt {    font-family: 'linux'!important;   }
.wrap .box {
    padding: 5px;
    margin-top: 5px;
    text-align: center;
    padding-top: 0;
    border: 1px solid #484848
}

.wrap .box .title {
    margin: 0 -5px 5px
}

.noti {
    background-color: #3a7734;
    border: 1px solid #506b25;
    padding: 5px;
    color: #091700;
    border-top: 0
}

.random {
    background-color: #000000;
    border: 1px solid #1b3500;
    padding: 5px;
    color: #73ff00;
    border-top: 0
}

.menu,.list,.item,.list1,.menu2 {
    border: 1px solid #345500;
    border-top: 0;
    background: #000;
    padding: 4px 5px;
    margin: 0;
    color: green;
}

.list:hover:hover {
    border-left: 2px solid #256100
}

.menu3,.pagination {
    border: 1px solid #ccc;
    border-top: 0;
    background: #000;
    padding: 4px 5px;
    margin: 0
}

.menu3 a {
    color: #62e334
}

.bmenu {
    background-color: #000000;
    border: 1px solid #09b500;
    padding: 4px
}

.func {
    border-left: 4px solid #9acd32;
    color: #5bff00;
    font-size: x-small;
    margin-left: 2px;
    margin-top: 4px;
    padding-left: 4px
}

.gmenu {
    background: #0e3f00;
    border: solid #9fff00;
    padding: 4px;
    border-width: 0 1px 1px;
    color: lime;
}

.amenu {
    background: #400000;
    border: solid #f00;
    padding: 4px;
    border-width: 0 1px 1px;
    color: red;
}

.amenu a {
    color: #cc0000
}

.fr {
    float: right
}

.fl {
    float: left
}

.left,.left2 {
    text-align: left
}

.center,.center2 {
    text-align: center
}

.right,.right2 {
    text-align: right
}

.paging-new {
    text-align: left;
    margin: 5px;
    margin-left: 0
}

.pcount {
    background: #000000;
    padding: 2px 3px;
    color: #4caf50;
    margin: 5px;
    border: 1px solid #4caf50
}

.plink {
    border: 1px solid #343434;
    padding: 2px 3px;
    margin: 2px 1px;
    color: #fff;
    text-decoration: none
}

.pspan {
    background-color: #444444;
    margin: 2px 1px;
    border: 1px solid #bbb;
    padding: 2px 3px;
    color: #8aff00
}

.del,.del-all {
    display: none
}

button,.button {
    font: normal 13px 'Comic Sans MS',"Trebuchet Ms",arial,sans-serif;
    color: #fff;
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #8fff00;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 2px
}

textarea {
    font: normal 13px 'Comic Sans MS',"Trebuchet Ms",arial,sans-serif;
    color: #8aff00;
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #bbb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 2px;
    background: #444
}

select {
    background-color: #000000;
    color: #96ff00;
    padding: 4px 12px;
    border: 1px solid #334f00;
    font-weight: 700;
    margin: 2px;
    max-width: 100%;
    -webkit-appearance: none;
    overflow: visible;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

input[type="submit"],button {
    background-color: #144800;
    color: #38ff00;
    padding: 5px 12px;
    border: 1px solid #7f0;
    font-weight: 700;
    margin: 2px;
    max-width: 100%;
    -webkit-appearance: none;
    overflow: visible;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

input[type="submit"]:hover,button:hover {
    background-color: #002d01;
    color: #96ff00
}

.nohover input[type="submit"]:hover {
    background-color: #26351a;
    color: #75aa71
}

.web {
    display: none!important
}


.title3,.title2,.title {
    background-color: var(--bg-dark);
    background-image: linear-gradient(#333,hsl(0, 0%, 12%));
    background-position: 50% bottom;
    padding: 5px;
    border-bottom: .9px solid var(--border-dark);
    font-weight: 700
}


.stitle3,.stitle2,.stitle {
    background-color: #316816;
    color: #00ff1b;
    text-align: left;
    background-repeat: repeat-x;
    margin: 5px 0 0;
    padding: 5px;
    border-top: 1px solid #2f5700;
    font-weight: 400;
    text-shadow: 0 1px #50a500;
    border-bottom: 1px solid #284300*/
}

.title a,.title2 a,.title3 a {
    color: #4f0
}

.quote {
    margin: 5px;
    padding: 5px;
    border-left: 5px solid #6ba54e;
    background: #000000
}

.message-topic .quote b:first-child {
    margin-left: 3px
}

*/.message-topic .quote b:last-child {
    display: block;
    background: #fff6c7;
    margin-top: 2px;
    font-weight: 400;
    padding: 3px*/
}

.hot {
    background-color: rgba(214,214,186,0.48);
    color: red;
    padding: 3px;
    margin-top: 106px;
    -webkit-border-top-left-radius: 12px;
    border: 1px solid #BBB8B8;
    font-size: 11px
}

.dmenu {
    border-top: 1px solid #3f3f3f;
    border-right: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    border-left: 4px solid #06f;
    margin: 4px;
    color: grey;
    padding: 5px
}

.pager {
    padding-left: 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-bottom: 5px
}

.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-bottom: 5px
}

.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a {
    float: right
}

.pager .next>span {
    float: right
}

.pager .previous>a {
    float: left
}

.pager .previous>span {
    float: left
}

.pager .disabled>a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.pager .disabled>a:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.pager .disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.footer {
    display: none
}

.pretotal {
    border: 1px solid #ccc;
    margin: 5px
}

.pretitle {
    font-size: 11px;
    font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
    color: #444;
    background-color: #E8F4FD;
    padding: 3px 8px;
    border-bottom: 1px solid #ccc
}

pre,.code {
    background-color: #F0F7FC;
    padding: 10px;
    word-wrap: normal;
    overflow: auto;
    line-height: 1.24;
    min-height: 30px
}

#trai,.trai,trai {
    opacity: .9
}

#nam {
    border: none;
    background: none
}

#pic {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 3%;
    background-color: #fff;
    margin: 7%;
    border: solid 1px #ddd
}

#but:hover {
    color: #33f
}

#but {
    border: none;
    background: none;
    font-size: 10px;
    color: red
}

#nut,nut,.nut {
    background-color: #ff8050;
    color: #fff;
    border: solid 1px #ff6030
}

#nam:hover {
    background-color: #eee
}

.photo photo-feed {
    border: 1px solid #eee;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 50%;
    width: 60px;
    box-shadow: 0 0 40px 0 blue
}

.stitle {
    background-color: #c9f;
    color: #FFF;
    text-shadow: 0 0 .9em blue,0 2pt .9em blue;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    padding-top: 2px;
    font-weight: 700;
    border-color: #9C9
}

.title-border {
    margin: 5px 0 0;
    border: 1px solid #c9f
}

.typewrite ul li {
    margin-left: 20px
}

.nav-menu {
    box-shadow: 1px 10px 15px #001100;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.nav-menu ul {
    background-color: #333333e0;
    color: #bcbcbc;
    text-shadow: 0 0 .9em blue,0 2pt .9em blue;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    z-index: 999;
}

.nav-menu li {
    float: left
}

.nav-menu li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 13px 20px;
    text-decoration: none;
    font-size: 20px
}

.nav-menu li a:hover:not(.active) {
    background-color: #4169e1
}

.active {
    background-color:
}

.button_badge {
    background-color: #fa3e3e;
    border-radius: 3px;
    color: #fff;
    float: right;
    padding: 1px 2px;
    font-size: 11px;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.msg-0 {
    display: none!important
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 8px
}

.badge:empty {
    display: none
}

.avatar {
    border-radius: 50%;
    border: 1px solid #777;
    width: 40px;
    height: 40px;
    line-height: 35px;
    margin: 2px;
    text-align: center;
    padding: 2px
}

.pagination {
    padding: 4px
}

.pagination a,.pagination span {
    height: 20px;
    line-height: 20px;
    border: 1px solid #417394;
    padding: 1px 5px
}

.pagination .current {
    color: #fff;
    background-color: #8cafc6
}

.pagination .disabled {
    color: #777;
    cursor: not-allowed
}

a.pagenav {
    background-color: #f2f6f8;
    text-decoration: none
}

a.pagenav:hover {
    border-color: red
}

.pagination a,.pagination span {
    height: 20px;
    line-height: 20px;
    border: 1px solid #417394;
    padding: 1px 5px;
    display: inline-block;
    border-radius: 4px
}

.pagination .current {
    color: #fff;
    background-color: #c9f
}

.pagination .disabled {
    color: #777;
    cursor: not-allowed
}

a.pagenav:hover {
    border-color: red
}

#toolbar_bbcode {
    font-size: 16px;
    text-align: center
}

#toolbar_bbcode a {
    text-align: center;
    border: 1px solid transparent;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    outline: medium;
    width: 24px;
    height: 24px;
    border-color: #c9f;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px
}

#toolbar_bbcode a:hover {
    background-color: #fcfcff;
    border-color: #a5cae4;
    border-radius: 3px;
    outline: medium
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.kvideo {
    max-width: 80%;
    max-height: auto
}

.lv-120 {
    background: linear-gradient(90deg,#A0FE65,#FA016D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.lv-126 {
    background: linear-gradient(90deg,#DC143C,#753a88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.lv-127 {
    background: linear-gradient(90deg,#cc2b5e,#753a88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.lv-128 {
    color: red;
    text-shadow: -1px 0 #dcdcdc,0 1px #dcdcdc,1px 0 #ccc,0-1px #dcdcdc;
    font-weight: 700;
    text-decoration: none
}

.tagnick {
    background: #2196F3!important;
    color: #fff;
    height: 24px;
    line-height: 24px;
    padding: 0 9px;
    border: 0;
    border-radius: 16px;
    display: inline-block;
    margin: 0 0 1px;
    white-space: nowrap
}

.chu7mau {
    -webkit-animation: hue 1s linear infinite;
    color: #025A0A;
    text-shadow: 0px 0px 1px #00FFFF;
    margin-left: 0px;
}

@-webkit-keyframes hue {
    100% {
        -webkit-filter: hue-rotate(360deg);
    }
}

.font-times {
    font-family: 'Times New Roman',Times,serif
}

.left1 {
    border: .7px solid #fdd;
    padding: 5px;
    border-radius: 8px;
    margin: 1px
}

.postprofile {
    color: #000;
    background-color: #fbfbfb;
    border-bottom: 1px solid #E9E9E9;
    padding: 8px 12px
}

.postprofile > .postprofileInner {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-top: 10px
}

.postprofile > .postprofileInner > .profileAvatar {
    display: table-cell;
    width: 40px;
    vertical-align: top;
    padding-top: 5px
}

.postprofile > .postprofileInner > .profileInfo {
    display: table-cell;
    vertical-align: top;
    padding-left: 5px
}

.postprofile > .postprofileInner > .profileMoreInfo {
    display: table-cell;
    text-align: right;
    vertical-align: top
}

.postprofile > .postprofileInner > .profileMoreInfo > .pairsJustified {
    margin: 2px 0 0;
    line-height: 1.5;
    font-size: 12px
}

.postprofile > .postprofileInner > .profileMoreInfo > .pairsJustified dt {
    float: left;
    max-width: 100%;
    margin-right: 5px;
    color: #969696
}

.postprofile > .postprofileInner > .profileMoreInfo > .pairsJustified dd {
    float: right;
    text-align: right;
    max-width: 100%
}

.profileCard {
    background-color: #ccc;
    position: relative
}

.profileCard>.profileCover {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative
}

.profileCard>.profileCover>.changeCoverButton {
    position: absolute;
    top: 10px;
    left: 10px
}

.profileCard>.profileCover>.changeCoverButton>a {
    display: block;
    padding: 5px;
    border: 1px solid transparent;
    color: rgba(0,0,0,.5);
    text-decoration: none
}

.profileCard>.profileCover>.changeCoverButton>a>.fa {
    vertical-align: middle
}

.profileCard>.profileCover>.changeCoverButton>a>.changeText {
    display: none;
    margin-left: 5px;
    font-size: small;
    font-weight: 700
}

.profileCard>.profileCover:hover>.changeCoverButton>a {
    color: #fff;
    background-color: rgba(0,0,0,.5);
    border-color: #fff
}

.profileCard>.profileCover:hover>.changeCoverButton>a>.changeText {
    display: inline
}

.profileCard>.profileInfo {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 0;
    right: 0;
    padding-left: 110px;
    height: 50px;
    line-height: 25px;
    font-weight: 700;
    background: rgba(0,0,0,.5);
    color: #fff
}

.profileCard>.profileInfo>.profileName {
    font-size: 1.25em
}

.profileCard>.profileInfo>.profileStatus {
    font-size: small;
    font-style: italic;
    color: #ff0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.profileCard .profileAvatar {
    position: absolute;
    z-index: 2;
    width: 88px;
    height: 88px;
    left: 10px;
    top: 140px;
    background-color: #fff;
    background-position: 2px 2px;
    background-repeat: no-repeat;
    background-size: 84px 84px;
    border: 1px solid #000
}

.profileCard>.profileMenu {
    padding-left: 110px;
    padding-right: 5px;
    height: 40px;
    background-color: #232323;
    white-space: nowrap
}

.profileCard>.profileMenu>.nav>li {
    display: inline-block;
    float: none;
    padding: 2px 0
}

.profileCard>.profileMenu>.nav-pills>li>.dropdown-menu {
    right: 0;
    left: auto
}

@media(min-width: 480px) {
    .profileCard>.profileCover {
        height:240px
    }

    .profileCard>.profileCover>.changeCoverButton {
        top: 15px;
        left: 15px
    }

    .profileCard>.profileInfo {
        padding-left: 145px;
        bottom: 50px
    }

    .profileCard .profileAvatar {
        width: 113px;
        height: 113px;
        left: 15px;
        top: 160px;
        background-size: 109px 109px
    }

    .profileCard>.profileMenu {
        padding-left: 145px;
        height: 50px
    }

    .profileCard>.profileMenu>.nav>li {
        padding: 7px 0
    }
}

@media(min-width: 768px) {
    .profileCard>.profileCover {
        height:320px
    }

    .profileCard .profileAvatar {
        top: 240px
    }
}

@media(min-width: 992px) {
    .profileCard>.profileCover {
        height:300px
    }

    .profileCard>.profileInfo {
        padding-left: 150px
    }

    .profileCard .profileAvatar {
        width: 118px;
        height: 118px;
        left: 15px;
        top: 215px;
        background-size: 114px 114px
    }

    .profileCard>.profileMenu {
        padding-left: 150px
    }
}

.profilePostText {
    margin-top: 10px;
    word-wrap: break-word
}

.statusControl {
    display: none
}

.profilePost:hover .statusControl {
    display: block
}

.nav {
    margin-bottom: 2px;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block;
    display: inline-block;
    float: none;
    padding: 2px 0
}

.nav-tabs>li.active {
    border-bottom: 2px solid #f3565d;
    position: relative
}

.nav-tabs>li.active>a {
    border: 0;
    color: #333
}

.nav-tabs>li.active>a>i {
    color: #404040
}

.nav-tabs>li {
    border-top: 2px solid transparent
}

.nav-tabs>li>a {
    margin-top: 0
}

.nav-tabs>li:hover {
    border-top: 0;
    border-bottom: 2px solid #fbcdcf;
    font-weight: 600
}

.nav-tabs>li.active {
    margin-bottom: -2px;
    border-top: 0;
    border-bottom: 2px solid #f3565d
}

@media(max-width: 342px) {
    ul.nav-tabs li:nth-child(1) {
        display:none!important
    }
}

div.gallery {
    border: 1px solid #222;
    background-color: #fff;
    border-top: 0;
    overflow: hidden;
    position: relative;
    height: 300px;
    width: 100%;
    cursor: pointer
}

div.gallery:hover {
    border: 1px solid #8a8a8a;
    box-shadow: 5px 5px 7px 0 #545454c2
}

div.gallery .grp {
    overflow: hidden;
    position: relative;
    height: 250px;
    width: 100%
}

div.gallery .simg:hover {
    cursor: pointer;
    transform: scale(1.5);
    transition: all 2s
}

div.gallery .simg {
    cursor: pointer;
    width: 100%;
    height: 250px;
    border-top: 3px solid #035d03;
    border-bottom: 3px solid #035d03;
    background-size: cover;
    background-position: center center
}

div.desc {
    padding: 10px;
    text-align: center;
    height: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box
}

.responsive {
    box-sizing: border-box;
    padding: 0 6px;
    float: left;
    width: 24.99999%;
    height: 290px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px
}

@media only screen and (max-width: 700px) {
    .responsive {
        width:49.99999%;
        margin: 6px 0;
        height: 450px
    }

    div.gallery {
        height: 450px
    }

    div.gallery .grp {
        height: 400px
    }

    div.gallery .simg {
        height: 400px
    }
}

@media only screen and (max-width: 500px) {
    /*.responsive{width:100%;height:500px}div.gallery{height:450px}div.gallery .grp{height:400px}div.gallery .simg{height:400px}*/.responsive {
        width:49.99999%;
        height: 250px
    }

    div.gallery {
        height: 250px
    }

    div.gallery .grp {
        height: 200px
    }

    div.gallery .simg {
        height: 200px
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.notify {
    position: fixed;
    /*bottom:0;right:0*/
    top: 10px;
    left: 10px;
    z-index: 9999;
    border-radius: 100%
}

.notify .notify-content {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 5px #ddd;
}

.notify .notify-content .notify-body {
    padding: 10px 15px;
}

.notify .notify-content .notify-body .notify-text {
    font-size: 14px;
}
small {font-size: 10px!important}