.slider-hue{
    background: linear-gradient(90deg, rgb(152, 0, 0), rgb(152, 0, 0), rgb(152, 46, 0), rgb(152, 91, 0), rgb(152, 137, 0), rgb(122, 152, 0), rgb(76, 152, 0), rgb(30, 152, 0), rgb(0, 152, 15), rgb(0, 152, 61), rgb(0, 152, 106), rgb(0, 152, 152), rgb(0, 106, 152), rgb(0, 61, 152), rgb(0, 15, 152), rgb(30, 0, 152), rgb(76, 0, 152), rgb(122, 0, 152), rgb(152, 0, 137), rgb(152, 0, 91), rgb(152, 0, 46), rgb(152, 0, 0), rgb(152, 0, 0)); appearance: none;
}
.slider-saturation{
    background: linear-gradient(90deg, rgb(76, 76, 76), rgb(76, 76, 76), rgb(68, 79, 84), rgb(61, 82, 91), rgb(53, 84, 99), rgb(46, 87, 106), rgb(38, 90, 114), rgb(30, 93, 122), rgb(23, 96, 129), rgb(15, 98, 137), rgb(8, 101, 144), rgb(0, 104, 152), rgb(0, 104, 152)); appearance: none;
}
.slider-light{
    background: linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 0, 0), rgb(0, 35, 51), rgb(0, 70, 102), rgb(0, 105, 153), rgb(0, 140, 204), rgb(0, 174, 255), rgb(51, 191, 255), rgb(102, 207, 255), rgb(153, 223, 255), rgb(204, 239, 255), rgb(255, 255, 255), rgb(255, 255, 255)); appearance: none;
}
/* Mobile devices or small screens*/
@media (max-width : 792px){
    :root{
        --user-site-header-banner-height:250px;
    }
    fn-window-root{
        width: 100%;
    }
    .fn-search-radio,.fn-search-checkbox{
        width:25px;
        height:25px;
        vertical-align:middle;
        padding-top: 5px;
    }
    fn-wall-banner{
        height: 180px;
        margin-top: 40px;
    }
    .fn-wall-banner-text{
        top:-30%;
        text-align: center;
        font-size: 12pt;
    }
    .fn-wall-banner-banner{
        height: 150px;
    }
    .fn-wall-banner-img{
        width: 200px;
        height: 200px;
        margin-top: calc(-1 * (150px + (200px - 150px)/2));
    }
    
}
/* Compters or big screen devices */
@media (min-width : 792px){
    :root{
        --user-site-header-banner-height:150px;
    }
    fn-window-root{
        width: 90%;
    }
    fn-wall-banner{
        height: 360px;
        margin-top: 80px;
    }
    .fn-wall-banner-text{
        top:-60%;
        left:20px;
        text-align: left;
        font-size: 18pt;
    }
    .fn-search-radio,.fn-search-checkbox{
        width:20px;
        height:20px;
        vertical-align:middle;
    }
    .fn-wall-banner-banner{
        height: 300px;
    }
    .fn-wall-banner-img{
        width: 400px;
        height: 400px;
        margin-top: calc(-1 * (300px + (400px - 300px)/2));
    }
    
}
@media print{
    .pagebreak{
        break-after: always;
    }
}
/* hide custome elements */
.hideItem{
    display: none !important;
}

/* background color for message body */
.message-body-warning{
    background: rgb(214, 0, 82);
}
.message-body-error{
    background: rgb(251, 0, 0);
}
.message-body-save{
    background: rgb(1, 102, 6);
}
.message-body-question{
    background: rgb(34, 55, 124);
}
.message-body-def{
    background: rgb(17, 80, 139);
}

/* fn hr */
.fn-hr{
    background: var(--main-color);
}

/* fn message */
fn-message-message{
    display: inline-table;
    color: #fff;
    vertical-align: middle;
}
fn-message-icon > img{
    width:35px;
    height:35px;
}
fn-message-body{
    background: var(--quiz-main-bg);
    padding: 5px;
    border-radius: var(--corner-curve);
    vertical-align: middle;
}

/* fn hover list */
fn-hover-list-item{
    display: block;
}
fn-hover-list-item > img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
}

/* fn color picker */
fn-color-picker{
    display: inline-table;
    width:30px;
    height:30px;
    cursor: pointer;
    border: 1px solid var(--main-color);
    border-radius: var(--corner-curve);
    background:#fff ;
}
fn-color-viwer{
    display: inline-table;
    width:30px;
    height:30px;
}

.fn-titlebar-text{
    color: #fff;
    font-weight: 500;
    vertical-align: middle;
}
/* fn window */
fn-window{
    display: block;
    color:#fff;
}
fn-window-backdrop{
    display: block;
    position: absolute;
    top : 0px;
    left:0px;
    width: 100%;
    height: 100%;
    background : rgba(0, 0, 0, 0.65) !important;
    z-index: 1000;
}
fn-window-root{
    display: block;
    position: relative;
    border: 1px var(--main-color) solid;
    background : rgba(0,0,0,70%) !important;
    padding: 5px;
    border-radius: var(--corner-curve);
    text-align: center;
}
fn-window-titlebar{
    display: block;
    text-align: left;
    margin-bottom: 5px;
    width: 100%;
    background: var(--main-color);
    padding: 5px;
    border-radius: var(--corner-curve);
    color:#fff;
    min-height: 43px;
    cursor:move;
}
fn-window-titlebar-close-btn{
    width: 30px;
    height: 30px;
    background-color:rgb(78, 0, 0) ;
    background-image : var(--close-btn);
    cursor: pointer;
    float: right;
    border: 1px solid rgb(107, 0, 0);
    border-radius: var(--corner-curve);
    background-size: contain;
    vertical-align: middle;
}

/* fn image viwer */
fn-image-viwer{
    z-index : 10;
}
.fn-image-viwer-img{
    vertical-align: middle;
}

/* fnprogress bar */
fn-progress-bar{
    display:block;
    width: 100%;
    height: 15px;
    max-height: 15px;
    border-radius: 10px;
    border: 1px solid var(--main-color);
}
fn-progress-bar-prog{
    display:block;
    width: 100%;
    height: 15px;
    background: var(--main-color);
    border-radius: 10px;

}
fn-progress-span{
    display:inline-block;
    position: relative;
    color:#fff;
}
fn-progress-text{
    display:block;
    position: fixed;
    color:#fff;
}
/* fn post */
fn-post{
    padding: 0px;
    display: block;
    background-color: rgba(255,255,255,1);
    /* border-radius: var(--corner-curve); */
    max-width: 100%;
    /* border-bottom: 1px var(--main-color) solid; */
    margin-bottom: 5px;
}
fn-post > div > pre{
    text-align: left;
    border-radius: 0px;
    margin-bottom: 5px;
}
fn-post > hr{
    background-color: var(--main-color);
}
fn-post-header{
    display: block;
}
fn-post-window{
    display: block;
    max-width: 100%;
}
fn-post-fotter{
    display: block;
    /* background: rgba(3, 3, 3, 0.075) */
    background: rgb(90, 90, 90);
    color: #fff;
}
fn-post-fotter .btn-primary {
    color: white;
    background-color: #999 !important;
    border: none;
    /* border: solid 1px #fff; */
    box-shadow: none ;
    padding-top: 1px;
    padding-bottom: 1px;
}
fn-chat-poster-fotter .btn-primary {
    padding-top: 1px;
    padding-bottom: 1px;
}
.fn-post-fotter-div{
    display: inline-table;
}

/* post comment viewer */
fn-post-comments-window{
    display: block;
}
fn-post-comments-holder{
    display: block;
    width: 100%;
}
fn-post-comments-poster{
    display: block;
    width: 100%;
}
fn-post-comments-poster > hr{
    background: var(--main-color);
}
/* fn dialog */
fn-dialog{
    display: block;
}
/* fn loading */
fn-loading{
    display: block;
    border-radius: var(--corner-curve);
    background-color:rgba(0, 0, 0, 50%);
    margin-bottom: 5px ;
    color: #fff;
    font-weight: 500;
    padding-top: 3px;
    padding-bottom: 3px;
}
fn-loading > div{
    font-size: 16px;
}
fn-loading > img{
    height: 35px;
    width: 35px;
}

/* fn pager => pagination */
fn-pager{
    display: block;
    width: 100%;
    border-radius: var(--corner-curve);
    box-shadow: 0px 5px 5x 1px rgba(0, 0, 0, 50%);
    -webkit-box-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 50%);
    padding:5px;
}
.fn-pager-input{
    max-width: 50px;
    width: 50px;
}
fn-pager .section1 , .section2{
    display: inline-table;
}

fn-album-selector{
    display: inline-table;
    height: 100px;
    width: 130px;
    cursor: pointer;
    padding: 7px;
}
fn-album-selector:hover{
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5) ;
    border-radius: var(--corner-curve);
}
/* fn album icon */
.fn-album-icon{
    display: block;
    background: var(--album-icon);
    background-size: contain;
    background-repeat: no-repeat;
    height: 90px;
    width: 100%;
    margin: 5px;
    margin-left: 0px;
}
.fn-album-icon-act{
    background: var(--album-icon-act);
    background-size: contain;
    background-repeat: no-repeat;
}
.fn-album-text{
    margin-top: 1px;
    background: var(--main-color);
    padding: 5px;
    border-radius: var(--corner-curve);
    color: #fff;
    text-align: center;
}
.fn-album-text-act{
    background: rgb(18, 51, 34); 
}
fn-search{
    display: inline-table;
    background: var(--main-color);
    padding: 5px;
    border-radius: var(--corner-curve);
    color: #fff;
}
.fn-search-lable{
    color: #fff;
}
fn-toggle-header{
    display: inline-table;
    width: 100%;
    min-height: 44px;
    line-height: 33px;
}
.header-toggle-icon-min{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: var(--chat-go-p);
    transform: rotate(180deg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.header-toggle-icon-max{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: var(--chat-go-p);
    transform: rotate(270deg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.header-toggle-text-center{
    width:calc(98% - 20px);
    text-align: center;
}

fn-video-player{
    display: inline-table;
    background-color: #000000;
    width: 100%;
}


fn-video-thumb{
    display: inline-table;
    border-radius: var(--corner-curve);
    align-content: center;
    margin:3px;
    cursor: pointer;
}
.fn-video-thumb-img{
    width: 70px;
    height: 70px;
    object-fit: contain;
    top:0px;
    position: relative;
}
.fn-video-thumb-des{
    display: inline-table;
    font-weight: 500;
}
.fn-video-thumb-info{
    font-weight: 300;
}
.fn-video-thumb-info-con{
    display: inline-block;
}
fn-wall-banner{
    display: block;
    width: 100%;
    text-align: center;
}
.fn-wall-pin{
    position: relative;
    width: 30px;
    height: 30px;

}
.fn-wall-banner-banner{
    display: inline-table;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: var(--def-wall-banner);
    border: 2px solid #fff;
}
.fn-wall-banner-img{
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #fff;
    vertical-align: middle;
}
.fn-wall-banner-text{
    display: block;
    position: relative;
    text-shadow: 2px 2px 2px #000000;
    color:#fff;
    font-weight: 400;
    max-width: 98%;
    
}
fn-message{
    display: inline-table;
    border-radius: var(--corner-curve);
    padding: 5px;
    margin-bottom: 5px;
}
fn-form-row{
    display: block;
    width: 100%;
}

.fn-form-row-banner{
    width :100%;
    height : 150px;
    object-fit: cover;
    border: 1px var(--main-color) solid;
    border-radius: var(--corner-curve);
}
.fn-form-row-poster{
    width :100%;
    object-fit: cover;
    border: 1px var(--main-color) solid;
    border-radius: var(--corner-curve);
}
.fn-form-row-logo{
    width :100px;
    height : 100px;
    object-fit: contain;
    border: 1px var(--main-color) solid;
    border-radius: var(--corner-curve);
}
.fn-form-row-up-btn{
    background-image: var(--chat-go-p);
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.fn-form-row-down-btn{
    background-image: var(--chat-go-p);
    transform: rotate(270deg);
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
fn-user-site-header{
    display: inline-table;
    width :100%;
    height : var(--user-site-header-banner-height);
}
.fn-user-site-header-banner{
    width :100%;
    height : 150px;
    object-fit: cover;
    border-radius: var(--corner-curve);
    height : var(--user-site-header-banner-height);
    padding: 0px;
}
.fn-user-site-header-logo{
    position: relative;
    width :100px;
    height : 100px;
    object-fit: contain;
    border-radius: var(--corner-curve);
}
.fn-user-site-header-sitename{
    position: relative;
    color: #fff;
    font-weight:500;
    font-size: 20pt;
    text-shadow: 1px 1px 5px #000000, 1px 1px 5px #000000;
}
.fn-user-site-header-moto{
    position: relative;
    color: #fff;
    font-weight:200;
    font-size: 16pt;
    font-style: oblique;
    text-shadow: 1px 1px 5px #000000, 1px 1px 5px #000000;
}
.fn-user-site-header-menu-container{
    display: inline-table;
    position: relative;
    background: rgba(0,0,0,50%);
    border-radius: var(--corner-curve);
}
.fn-user-site-header-menu{
    margin: 0px;
    padding: 5px;
    font-weight:400;
}
.fn-user-site-header-menu-item{
    display: inline-table;
    color: #fff;
    list-style: none;
    cursor: pointer;
    color: #fff;

}
fn-user-site-body{
    display: block;
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 10px;
}
.fn-user-site-pre{
    font-family: var(--cassiopeia-font-family-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    overflow-x :auto;
    white-space:-moz-pre-wrap;
    white-space:pre-wrap;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
    color:#000000;
    margin: 0px;
    padding: 0px;
}
.fn-user-site-fotter{
    background:var(--main-color);
    color: #fff;
    text-align: right;
    min-height: 35px;
    line-height: 35px;
    vertical-align: middle;
    font-size: 10px;
    margin-top: 7px;
}


