@charset "utf-8";

/********************************************************
 SideBar - Css
********************************************************/

/* sidebar Box */
#nt_sidebar {
    top: 0;
    width: 280px;
    position: fixed;
    z-index: 99998;
    box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15);
    -webkit-box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15);
    -moz-box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15);
}

#nt_sidebar .sidebar-content {
    height: 90%;
    height: calc(100vh - 50px);
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

/* Top Head */
#nt_sidebar .sidebar-head {
    box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
    -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
    -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
}

/* Menu */
#nt_sidebar_menu ul.off {
    display: none;
}

#nt_sidebar_menu li {
    padding: 0;
    margin: 0;
    border-bottom:1px solid #eee;
    position: relative;
}

#nt_sidebar_menu li:first-child { 
	border-top:1px solid #eee; 
}

#nt_sidebar_menu li:last-child {
    border-bottom: 0px;
}

#nt_sidebar_menu a {
    display: block;
    padding: 0.5rem 0;
    padding-left: 1rem;
    overflow: hidden;
}

#nt_sidebar_menu .tree-toggle {
    position: absolute;
    z-index: 1;
    top: 0.3rem;
    right: 0;
    width: 2.5rem;
    padding: 0.5rem 0;
    margin-top: 0.15rem;
    text-align: center;
    cursor: pointer;
    color: #aaa;
}

#nt_sidebar_menu .tree-toggle:hover {
    position: absolute;
    z-index: 1;
    top: 0.3rem;
    right: 0;
    width: 2.5rem;
    padding: 0.5rem 0;
    margin-top: 0.15rem;
    text-align: center;
    cursor: pointer;
    color: #000;
}

#nt_sidebar_menu .me-ul {
    background: #fff;
}

#nt_sidebar_menu .border-menu {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#nt_sidebar_menu .me-ul1 {
    background: #fafafa;
}

#nt_sidebar_menu .me-ul2 {
    background: #fff;
}

#nt_sidebar_menu .me-li.active .me-a,
#nt_sidebar_menu .me-li1.active .me-a1,
#nt_sidebar_menu .me-li2.active .me-a2 {
    font-weight: bold;
}

#nt_sidebar_menu .me-line1 .me-a1 {
    background: #fff;
    font-weight: bold;
}

#nt_sidebar_menu .me-line2 .me-a2 {
    background: #fafafa;
    font-weight: bold;
}

@media (min-width:768px) {
    #nt_sidebar {
        right: -320px;
        margin-left: 40px;
    }
}

@media (max-width:767px) {
    #nt_sidebar {
        left: -320px;
        margin-right: 40px;
    }
}

/* Mask */
#nt_sidebar_mask {
    display: none;
    position: fixed;
    z-index: 99997;
    background: rgba(0, 0, 0, 0.75);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/******************************************************** Go Top & Bottom ********************************************************/
#nt_bottom .go-btn {
    display: none;
    position: fixed;
    width: 40px;
    bottom: 20px;
    right: 25px;
    z-index: 2;
}

#nt_bottom .go-btn span {
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    margin: 5px 0;
    text-align: center;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 42px !important;
    font-size: 19px;
}

#nt_bottom .go-btn .go-bottom {
    display: none;
}

@media (max-width:767px) {
    .responsive #nt_top {
        display: none !important;
    }
}

/******************************************************** 	Member-box Quick-menu ********************************************************/
#member-box {
    margin-bottom: 0px;
}

#side-menu {
    color: #000;
    text-align: center;
    font-weight:bold; 
    font-family:"Poppins",sans-serif;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ddd;
    border-top: 1px solid #eee;
    border-bottom: none;
    background: rgba(204,208,212,0.3);
}

.quick-box { 
    background: #fafafa; 
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; 
}

/******************************************************** Side Box Css ********************************************************/
.work-side-box {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 12345678902;
    transition: 0.3s all ease;
    transition: 0.2s all;
    padding: 0 0;
    width: 300px;
    transform: translateX(420px);
}

.work-side-box.open {
    transform: translateX(0px);
    box-shadow: 0 0px 39px 10px rgba(0, 0, 0, 0.2);
}

.work-side-box-container {
    position: absolute;
    bottom: 50px;
    left: -180px;
    width: 60px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    margin-right: 15px;
    box-shadow: -10px 0px 20px 2px rgba(0, 0, 0, .06);
}

.work-side-box-item {
    display: block;
    text-align: center;
    margin: 0px;
    transition: 0.3s all ease-in-out;
    position: relative;
    padding: 7px;
    cursor: pointer;
}

.work-side-box-item:not(:last-child) {
    border-bottom: 1px solid #f1f3fc;
}

.work-side-box-item-container {
    border-radius: 4px;
    padding: 8px 0;
}

.work-side-box-item:hover .work-side-box-item-container,
.work-side-box-item:focus .work-side-box-item-container,
.work-side-box.open .work-side-box-item-trigger-demos .sh-side-options-item-container {
    background-color: #f3f5fd;
}

.work-side-box-item i {
    font-size: 22px;
}

.work-side-box-item:not(:hover):not(:focus) {
    color: #9396a5 !important;
}

.work-side-box-item:hover .work-side-box-hover {
    opacity: 1;
    transform: translateX(-97%);
}

.work-side-box-hover {
    position: absolute;
    background-color: #ffffff;
    color: #32343d;
    padding: 20px 26px;
    transform: translateX(-70%);
    left: 0px;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.2s all ease-in-out;
    z-index: -100;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 13px;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.08);
}

.work-side-box-hover span {
    padding: 0px 3px;
}

.work-side-box-item i {
    color: #9396a5 !important;
}

.work-side-box.open .work-side-box-item-trigger-demos i,
.work-side-box-item:hover i,
.sh-side-options-item:focus i {
    color: #294cff !important;
}

.work-side-container {
    top: 0;
    left: 0;
    right: -17px;
    bottom: 0;
    position: absolute;
    overflow-y: scroll;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right top;
}

.work-side-container-close {
    top: 12px;
}

.work-side-container-close i {
    color: #c5c5c5;
    font-size: 18px;
    transition: 0.3s all ease;
}

.work-side-container-close:hover i,
.work-side-container-close:focus i {
    color: #7f7f7f;
}

.work-side-loop-container {
    position: relative;
    margin-top: 10px;
    padding: 0px 10px 0px 10px
}

@media (max-width:576px) {
    .work-side-loop-container {
        position: relative;
        margin-top: 10px;
        padding: 0px 30px 0px 10px
    }
}

.work-side-item {
    display: inline-block;
    position: relative;
    margin-right: -4px;
    margin-bottom: 25px;
    width: 50%;
    padding: 0 10px;
    text-align: center;
    transition: .3s all ease;
    top: 0;
}

.work-side-item:hover {
    top: -4px;
}

.work-side-item .sh-image-lazy-loading {
    border-radius: 3px;
    box-shadow: 0 2px 20px 1px rgba(0, 0, 0, .1);
}

.work-side-item img {
    border-radius: 3px;
}

.work-side-item-name {
    font-size: 12px;
    color: #32343d;
    font-weight: 600;
    padding-top: 10px;
}

.work-side-item-tag {
    position: absolute !important;
    width: auto !important;
    height: auto !important;
    top: 4px;
    left: 6px;
    background-color: #ff5944;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    display: block;
    padding: 1px 9px;
    text-transform: capitalize;
    border-radius: 100px;
}

@media (max-width:1000px) {
    .work-side-box {
        /*display:none;*/
    }

    .work-side-box {
        width: 380px;
        transform: translateX(380px);
    }

    .work-side-box-container {
        bottom: 30px;
        left: -95px;
        margin-right: 15px;
    }
}

.cs-box {
    margin-top: 10px;
    color: #999;
    text-align: left;
}

.cs-box h1 {
    font-size: 22px;
    letter-spacing: -1px;
    color: #333;
}

.cs-box span {
    color: #333
}

/******************************************************** Button Css ********************************************************/
.btn-side-custom.btn-navy {
    color: #fff !important; 
    border-image: none !important; 
    background-image: none !important;
    border: 1px solid #4F545C;  
    background-color: #5d636b; 
}
.btn-side-custom.active.btn-navy, .btn-side-custom.btn-navy:hover, .btn-side-custom.btn-navy:focus, .btn-side-custom.btn-navy:active { 
    background-color: #4F545C; 
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-sm, .btn-group-sm>.btn-side-custom {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-side-custom {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.btn-login { 
    width:40%; 
}
.btn-register { 
    width:30%; 
}
.btn-user { 
    width:30%; 
}
.btn-member { 
    width:25%; 
}

/*quick menu css*/
#quick-nav {
    position:fixed;
    bottom:50px;
    right:342px;
    z-index:999;
    text-align: right;
}

#quick-nav .top_btn_wrap {}
#quick-nav .top_btn_wrap a {
    position:absolute;
    display:inline-block
}

#quick-nav .top_btn_wrap a.left-page {
    bottom: 225px;
    background: url('./img/quick-sp.png') no-repeat 0 -31px;
    width: 13px;
    height: 25px;
    text-indent:-9999px;
}

#quick-nav .top_btn_wrap a.left-page:hover {
    bottom: 225px;
    background: url('./img/quick-sp.png') no-repeat -17px -31px;
    width: 13px;
    height: 25px;
    text-indent:-9999px;
}

#quick-nav .top_btn_wrap a.right-page {
    bottom: 225px;
    background: url('./img/quick-sp.png') no-repeat 0 0;
    width: 12px;
    height: 25px;
    margin-left:13px;
    text-indent:-9999px;
}

#quick-nav .top_btn_wrap a.right-page:hover {
    bottom: 225px;
    background: url('./img/quick-sp.png') no-repeat -17px 0;
    width: 12px;
    height: 25px;
    margin-left:13px;
    text-indent:-9999px;
}

#quick-nav .top_btn_wrap a.comment-page {
    bottom: 200px;
    background: url('./img/quick-sp.png') no-repeat -38px 0;
    width: 25px;
    height: 25px;
    text-indent:-9999px;
}

#quick-nav .top_btn_wrap a.comment-page:hover {
    bottom: 200px;
    background: url('./img/quick-sp.png') no-repeat -38px -31px;
    width: 25px;
    height: 25px;
    text-indent:-9999px;
}

#quick-nav .top_btn_wrap a.list-page {
    bottom: 175px;
    background: url('./img/quick-sp.png') no-repeat -66px 0;
    width: 25px;
    height: 25px;
    text-indent:-9999px;
}

#quick-nav .top_btn_wrap a.list-page:hover {
    bottom: 175px;
    background: url('./img/quick-sp.png') no-repeat -66px -31px;
    width: 25px;
    height: 25px;
    text-indent:-9999px;
}

#quick-nav .top_btn_wrap a.btn-up {
    bottom: 150px;
    background: url('./img/quick-sp.png') no-repeat -94px 0;
    width: 25px;
    height: 25px;
    text-indent:-9999px;
}

#quick-nav .top_btn_wrap a.btn-up:hover {
    bottom: 150px;
    background: url('./img/quick-sp.png') no-repeat -94px -31px;
    width: 25px;
    height: 25px;
    text-indent:-9999px;
}

#quick-nav .top_btn_wrap a.btn-up-main {
    bottom: 150px;
    background: url('./img/quick-sp.png') no-repeat 0 -64px;
    width: 25px;
    height: 25px;
    text-indent:-9999px;
}

#quick-nav .top_btn_wrap a.btn-up-main:hover {
    bottom: 150px;
    background: url('./img/quick-sp.png') no-repeat -29px -64px;
    width: 25px;
    height: 25px;
    text-indent:-9999px;
}

#quick-nav .top_btn_wrap a.btn-center {
    bottom: 125px;
    background: url('./img/quick-sp.png') no-repeat  -122px 0;
    width: 25px;
    height: 25px;
    text-indent:-9999px;
}

#quick-nav .top_btn_wrap a.btn-center:hover {
    bottom: 125px;
    background: url('./img/quick-sp.png') no-repeat -122px -31px;
    width: 25px;
    height: 25px;
    text-indent:-9999px;
}

#quick-nav .top_btn_wrap a.btn-down {
    bottom: 100px;
    background: url('./img/quick-sp.png') no-repeat -150px 0;
    width: 25px;
    height: 25px;
    text-indent:-9999px;
}

#quick-nav .top_btn_wrap a.btn-down:hover {
    bottom: 100px;
    background: url('./img/quick-sp.png') no-repeat -150px -31px;
    width: 25px;
    height: 25px;
    text-indent:-9999px;
}

#side-bar-navi {
    position: absolute;
    top: 30%;
    left: 0;
    width: 50px;
    margin-top: -157.5px;
    z-index: 9999999999
}

#side-bar-navi li {
    position: relative
}

#side-bar-navi li button {
    width: 50px;
    height: 50px;
    border: 0;
    font-size: 1.325em;
    color: #f00;
    background: #444B57;
}

#side-bar-navi .button_title {
    display: none;
    position: absolute;
    top: 0px;
    right: 60px;
    white-space: pre;
    padding: 0 8px;
    line-height: 26px;
    color: #fff;
    background: #444B57;
    font-size: 1em;
    border-radius: 3px
}

#side-bar-navi .button_title:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -8px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #444B57;
    color: transparent;
}

#side-bar-navi li:hover .button_title {
    display: block
}

#nav {
    display: block;
    position: fixed;
    width: 45px;
    height: auto;
    right: 0;
    z-index: 9
}

.nav-button-01 {
    position: fixed;
    font-size: 12px;
    top: 250px;
    width: 50px;
    height: 30px;
    line-height: 22px;
    padding: 3px 0 0 11px;
    right: -20px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    background: rgba(255, 255, 255, 0.5)
}

.nav-button-02 {
    position: fixed;
    font-size: 12px;
    top: 282px;
    width: 50px;
    height: 30px;
    line-height: 22px;
    padding: 3px 0 0 11px;
    right: -20px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    background: rgba(255, 255, 255, 0.5)
}

.nav-button-03 {
    position: fixed;
    font-size: 12px;
    top: 314px;
    width: 50px;
    height: 30px;
    line-height: 22px;
    padding: 3px 0 0 11px;
    right: -20px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    background: rgba(255, 255, 255, 0.5)
}

.nav-button-01:hover,
.nav-button-02:hover {
    cursor: pointer;
    color: #f00;
    background: #fafafa;
}
.bell_icon {
    position: absolute;
    left:0px;
}
.alarm-reaction-label {
    position: absolute;
    border-radius: 50%;
    color:#fff;
    width: 18px;
    height: 18px;
    top:5px;
    left:-10px;
    line-height: 18px !important;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    padding-right: 1px;
    letter-spacing: -1px;
    background: #15c8df;
}

.user-box {
    background: #fafafa;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}