html{font-size:100%;scroll-behavior: smooth;}
body{overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Microsoft YaHei",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1.8;color:#555;font-weight:300;font-size:.8125rem;font-style:normal;background:url(../img/bg.jpg) no-repeat fixed #f1f4f6}
::-webkit-scrollbar-track-piece {width: 8px; height:4px;background-color: #f1f4f6}
::-webkit-scrollbar {width: 8px;height:4px;background-color: #c1c1c1}
::-webkit-scrollbar-thumb {width: 8px;height:4px;background-color: #c1c1c1}
::-webkit-scrollbar-thumb:hover {width: 8px;height:4px;background-color: #797979}
::-webkit-file-upload-button {
    background-color: #8ab585;
    color: #fff;
    border: none;padding: 0.375rem 0.75rem;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s;
}
::-webkit-file-upload-button:hover {
    background-color: #54814f;
    transition: background-color 0.3s;
}
@font-face {
  font-family: 'MiSansThin';
  src: url('../font/MiSans-Thin.woff2') format('woff2'),
       url('../font/MiSans-Thin.woff') format('woff'),
       url('../font/MiSans-Thin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
label { cursor: pointer; }::selection { background:#8d98aa;color: #fff;}::-moz-selection { background:#8d98aa;color: #fff;}
strong{font-weight:400;color: #1f2224}
img{max-width:100%}
header{z-index:1000}
button, input, optgroup, select, textarea {font-weight: 400}
button:focus,input:focus,select:focus,textarea:focus{outline:0}
dl,ol,ul{margin-top:0;margin-bottom:1rem;padding-left:2rem}
section{position:relative;padding-top:.625rem;padding-bottom:.625rem}
section.background-gray-lighter{background:#eee}
section.background-gray-lightest{background:#f5f5f5;border-top:solid 1px #eee;border-bottom:solid 1px #eee}
section.background-secondary{background:#60c5ba;border-top:solid 1px #338c82;border-bottom:solid 1px #338c82}
.section-inverse{color:#fff}
.section-inverse h1,.section-inverse h2,.section-inverse h3,.section-inverse h4,.section-inverse h5,.section-inverse h6{color:#fff}
.section-inverse .heading:after{background:#fff}
.no-space .box{margin:0 -.9375rem}
.margin-top{margin-top:1.875rem}
.margin-top--big{margin-top:3.75rem!important}
.margin-bottom{margin-bottom:1.875rem}
.margin-bottom--big{margin-bottom:3.75rem!important}
.padding--small{padding-top:1.875rem;padding-bottom:1.875rem}
.weight-300{font-weight:300!important}
.weight-500{font-weight:500!important}
.weight-700{font-weight:700!important}
.text-gray{color:#555}
.text-gray-light{color:#66696c}
.text-gray-lighter{color:#eee}
a,button{-webkit-transition:all .2s;transition:all .2s}
.clickable{cursor:pointer!important}
.required{color:#db5d86}
.accent{color:#db5d86}
.icon{display:inline-block;width:3.75rem;height:3.75rem;line-height:3.75rem;border-radius:1.875rem;border:solid 1px #db5d86;color:#db5d86;-webkit-transition:all .3s;transition:all .3s;font-size:1.875rem;margin:0 auto 1.875rem;text-align:center}
.icon.brand-secondary{border-color:#60c5ba;color:#60c5ba}
.icon.brand-terciary{border-color:#008c9e;color:#008c9e}
.icon.brand-four{border-color:#feee7d;color:#feee7d}
#sidebar{padding-top:2.5rem;height:100%;position:relative}
#sidebar-floating-box{position:sticky;top:2.5rem;left:0;z-index:1000;transform:translateY(0);transition:transform .3s ease;width:25vw}
.sidebar-inner{max-height:calc(100vh - 2.5rem);overflow-y:auto;padding:2.5rem 15px 0 15px;background:#f5f5f5}
@media (max-width:767.98px){#sidebar{position:absolute;width:65%;max-width:65%}
.container h1{font-size:2rem}
#sidebar-floating-box{position:fixed;top:0;left:-100%;width:65%;height:100%;background:#f5f5f5;transition:left .3s ease;z-index:1500}
#sidebar-floating-box.active{left:0}
.sidebar-inner{padding:2.5rem 15px 0 15px;height:100%;overflow-y:auto}
.sidebar-toggle-btn{position:fixed;top:1rem;left:1rem;z-index:1600;background:0 0;border:none;font-size:1.5rem;color:#db5d86}
#sidebar-floating-box.active+.sidebar-toggle-btn{left:65%}
#sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:1400;display:none}
#sidebar-overlay.active{display:block}
body.menu-open{overflow:hidden}
}
@media (min-width:576px){.sidebar-content{padding-left:1.25rem;padding-right:0;flex:0 0 15%;max-width:15%;position:fixed;overflow:auto;height:100%;z-index:500}
}
.sidebar-heading{font-size:1.125rem;line-height:1.8;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Microsoft YaHei",Arial,"Noto Sans",sans-serif}
.sidebar-heading .logo,.small-navbar-heading .logo{margin-right:8px;margin-top:-5px;width:18px;height:auto}
.sidebar-heading a{color:#2a2f33;text-decoration:none;-webkit-transition:all .3s;transition:all .3s;font-weight:700}
.sidebar-heading a:hover{border-bottom:dotted 1px #db5d86;color:#2a2f33;text-decoration:none}
.sidebar-p{color:#66696c;font-size:.875}
.sidebar-menu{list-style-type:none;padding-left:1.25rem;margin-bottom:2.5rem}
.sidebar-item{margin-bottom:.2rem}
.sidebar-item.active>a,.sidebar-item.current-menu-item>a{color:#db5d86;font-weight:700}
.sidebar-item.active:before,.sidebar-item.current-menu-item:before{color:#db5d86}
.sidebar-item a:hover{text-decoration:none;color:#db5d86}
.sidebar-item .sub-menu{list-style:none;padding-left:.625rem;margin:.625rem 0}
.sidebar-item .sub-menu a{color:#66696c}
.sidebar-item .sub-menu a:hover{color:#db5d86}
.sidebar-item .sub-menu li.active>a,.sidebar-item .sub-menu li.current-menu-item>a{color:#db5d86;font-weight:700}
.sidebar-item .sub-menu li.active:before,.sidebar-item .sub-menu li.current-menu-item:before{color:#db5d86}
.sidebar-link{color:#555}
.sidebar-link:before{font-family:FontAwesome;content:'\f105';margin:0 .85rem 0 -.9375rem;color:#66696c;transition:all ease-out .3s}
.sidebar-link.active{color:#db5d86;font-weight:700}
.sidebar-link.active::before{color:#db5d86}
.sidebar-link:hover::before{color:#db5d86;margin:0 .85rem 0 -.75rem;transition:all ease-out .3s}
.content-column{padding-top:2.5rem;padding-left:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem}
@media (min-width:768px){.content-column{padding-left:2.5rem;padding-right:2.5rem}
}
.content-column.white-background{background:rgba(255,255,255,.5);min-height:100vh}
@media (min-width:768px) and (max-width:991.98px){.sidebar-content{padding-left:1.25rem;padding-right:0;flex:0 0 28%;max-width:28%;position:fixed;overflow:auto;height:100%}
}
.grid{padding-top:.85rem;overflow:hidden}
.content-column-content p.lead{color:#555}
.content-column-content li,.content-column-content p{color:#404245}
.content-column-content ul li{list-style-type:none}
.content-column-content ul li:before{font-family:FontAwesome;content:'\f105';margin:0 .85rem 0 -.9375rem;color:#db5d86}
.content-column-content form,.content-column-content h1,.content-column-content h2,.content-column-content h3,.content-column-content h4,.content-column-content h5,.content-column-content h6,.content-column-content ol,.content-column-content p,.content-column-content ul{margin-bottom:1rem}
.small-navbar{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.small-navbar-heading{display:block;font-size:1.125rem;margin-bottom:0!important;line-height:1.8;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Microsoft YaHei",Arial,"Noto Sans",sans-serif}
.small-navbar-heading a{color:#2a2f33;text-decoration:none;-webkit-transition:all .3s;transition:all .3s;font-weight:700}
.small-navbar-heading a:hover{border-bottom:dotted 1px #db5d86;color:#2a2f33;text-decoration:none}
@media (max-width:767.98px){.content-column.white-background{background:rgba(255,255,255,0)}
.row-offcanvas{position:relative;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;opacity:1}
.row-offcanvas-right{right:0}
.row-offcanvas-left{left:0}
.row-offcanvas-right .sidebar-offcanvas{right:-50%}
.row-offcanvas-left .sidebar-offcanvas{left:-63%}
.row-offcanvas-right.active{right:50%}
.row-offcanvas-left.active{left:70%}
.sidebar-offcanvas{position:absolute;top:0;width:65%}
.jumbotron .col-md-10{text-align:center}
.jumbotron h1{font-size:2rem}
.jumbotron .col-md-8{text-align:center}
.services{margin-top:5rem;text-align:center}
.services .services-heading{font-size:1.125rem;font-weight:400;color:#66696c;margin-bottom:2.5rem}
.services .heading{font-size:1.125rem;font-weight:700;margin-bottom:1.25rem;text-align:center}
.services .heading:after{content:" ";display:block;width:6.25rem;height:1px;margin:1.25rem auto 1.25rem;background:#db5d86}
.services p{font-size:.875rem;line-height:1.5;margin-bottom:3.75rem;color:#66696c}
.customer{text-align:center}
.customer img{display:inline-block;margin-top:.625rem;margin-bottom:.625rem;-webkit-filter:grayscale(100%);filter:grayscale(100%)}
.customer img:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}
.sign-up-form .form-control{margin-bottom:1.25rem}
.sign-up-form .btn{margin-bottom:1.25rem}
.content-column-content{padding-top:20px}
.user_spaceimg{max-width: 70%}
}
.jumbotron {background:#e9ecef url(../img/space_bg.jpg) no-repeat right top;background-size: auto 100%;}
.user_spaceimg{aspect-ratio: 1 / 1;object-fit: cover;border-radius: 5px}
label{font-weight:400;color:#555;font-size:.8125rem}
.contact-form{margin-bottom:1.25rem}
p.social{margin-top:1.25rem}
p.social a{margin:0 .625rem .625rem 0;color:#fff;display:inline-block;width:1.5rem;height:2.5rem;border-radius:1.25rem;line-height:2.5rem;font-size:.75rem;text-align:center;-webkit-transition:all .3s;transition:all .3s;vertical-align:bottom;border:solid 1px #ccc;color:#66696c;transition:all .3s;cursor:pointer}
p.social a:hover{color:#db5d86;border-color:#db5d86}
p.social a i{vertical-align:bottom;line-height:2.5rem}
p.social.social--outline a{background:0 0}
p.social.social--outline a.facebook{color:#4460ae;border-color:#4460ae}
p.social.social--outline a.gplus{color:#c21f25;border-color:#c21f25}
p.social.social--outline a.twitter{color:#3cf;border-color:#3cf}
p.social.social--outline a.instagram{color:#cd4378;border-color:#cd4378}
p.social.social--outline a.email{color:#4a7f45;border-color:#4a7f45}
p.social.social--outline a.link{color:#871aff;border-color:#871aff}
p.social.social--big a{width:3.75rem;height:3.75rem;border-radius:1.875rem;line-height:3.75rem;font-size:1.56rem}
p.social.social--big i{line-height:3.75rem}

.copyright{color:#66696c;font-size:.75rem;font-weight:200}
.copyright p.credit{margin-bottom:.625rem}
.copyright p.credit a{color:#66696c}
#main-slider{margin-bottom:1rem}
#main-slider ul li div{width:100%}
#main-slider .owl-wrapper-outer{-webkit-box-shadow:0 1px .85rem #ccc;box-shadow:0 1px .85rem #ccc}
#main-slider .owl-controls .owl-buttons{display:none}
#main-slider .owl-controls .owl-page.active span,#main-slider .owl-controls.clickable .owl-page:hover span{background:#db5d86}
.progress-title{text-align:left;color:#66696c;font-size:.75rem}
.progress-bar-skill1{background:#f8afc7}
.progress-bar-skill2{background:#f598b6}
.progress-bar-skill3{background:#f381a6}
.progress-bar-skill4{background:#f16995}
.progress-bar-skill5{background:#db5d86}
.skill-item{margin-bottom:.5rem}
.skill-item:last-of-type{margin-bottom:3rem}
.progress{height:5px;border-radius:0}
.breadcrumb{font-family:Roboto,Helvetica,Arial,sans-serif;text-align:center;font-size:.875rem}
.masonry-item{margin-bottom:2rem}
.tile-link{position:absolute;cursor:pointer;width:100%;height:100%;left:0;top:0;z-index:30}
.box-masonry{background:#fff;position: relative;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;-webkit-transition:all .3s;transition:all .3s;text-overflow:ellipsis;margin-bottom:2rem;border-radius:3px;overflow: hidden}
.box-masonry h4{font-size:0.8125rem;line-height:1.5;font-weight:400}
.box-masonry h4 a{color:#2a2f33;border-bottom:solid 1px transparent}
.box-masonry h4 a:hover{border-bottom:dotted 1px #db5d86;color:#2a2f33;text-decoration:none}
.box-masonry .box-masonry-text{padding:1rem 1.25rem 1rem}
.box-masonry .box-masonry-text p{color:#66696c;font-weight:200}
.box-masonry .box-masonry-hover-text-header{position:absolute;left:0;right:0;top:0;padding:1rem 1.25rem 1rem;opacity:0;-webkit-transition:all .3s;transition:all .3s;color:#555}
.box-masonry .box-masonry-hover-text-header p{font-size:.785rem;font-weight:200;color:#66696c}
.box-masonry .box-masonry-hover-text-header h4 a{color:#555}
.box-masonry .box-masonry-hover-center{position:absolute;width:100%;top:30%;opacity:0;padding-left:1.25rem;-webkit-transition:all .3s;transition:all .3s;text-align:center}
.box-masonry .box-masonry-hover-center .see-more-icon{color:#555;font-size:3.125rem}
.box-masonry:hover{margin-top:-5px;-webkit-box-shadow:0 2px 20px rgba(0,0,0,.2);box-shadow:0 2px 20px rgba(0,0,0,.2)}
.box-masonry:hover .box-masonry-hover-text-header{opacity:1}
.box-masonry:hover .box-masonry-hover-center{opacity:1}
.box-masonry:hover .box-masonry-image.with-hover-overlay:before{opacity:.5}
.box-masonry:hover .box-masonry-image.with-hover-icon:after{opacity:.7}
.box-masonry h2:last-child,.box-masonry p:last-child{margin-bottom:0}
.box-masonry .box-masonry-image{display:block;position:relative;min-height:6.25rem;background:transparent}
.box-masonry .box-masonry-image.with-hover-overlay:before{display:block;position:absolute;content:" ";background:#fff;opacity:0;width:100%;height:100%;left:0;top:0;-webkit-transition:all .3s;transition:all .3s}
.box-masonry .box-masonry-image.with-hover-icon:after{display:block;position:absolute;width:100%;left:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);opacity:0;-webkit-transition:all .3s;transition:all .3s;font-family:FontAwesome;content:'\f105';text-align:center;font-size:3.125rem;color:#555}
.box-masonry .box-masonry-image:hover{text-decoration:none}
.comment-list{list-style-type:none;padding-left:0}
.comment-list li:before{content:"";display:none;margin:0}
.comments-title{color:#66696c;font-size:1.5rem}
.comment-body{margin-bottom:1.25rem}
.comment-meta{clear:both;margin-bottom:1.25rem}
.comment-author{font-family:inherit;color:#66696c;font-size:.875rem;float:left}
.comment-metadata{float:right;font-family:inherit;color:#66696c;font-size:.875rem}
.comment-content{font-weight:300}
.comment-reply-link{font-size:.875rem}
.avatar{border-radius:50%}
.comment-respond{margin-top:2.5rem}
.post-navigation{margin-bottom:2.5rem}
.comment-reply-title{font-size:1.5rem}
.entry-meta{color:#66696c;font-size:.875rem}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;transition:all ease-out .3s}
.owl-theme .owl-dots .owl-dot{outline:0;transition:all ease-out .3s}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#db5d86;width:40px;transition:all ease-out .3s}
#style-switch-button{position:fixed;bottom:120px;left:0;border-radius:0;z-index:2;color:#fff}
#style-switch{width:300px;padding:20px;position:fixed;bottom:160px;left:0;background:#fff;border:solid 1px #555;z-index:2000}
#style-switch h4{color:#252525}
.navbar{padding:.5rem 1rem}
.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem}
.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;border:1px solid transparent;border-radius:0}
.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}
.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}
.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}
.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}
.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}
.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}
.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}
.navbar-light .navbar-text{color:rgba(0,0,0,.5)}
.navbar-dark .navbar-brand{color:#fff}
.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}
.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}
.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}
.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}
.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}
.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}
.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}
.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}
.btn{font-weight:400;border:0 solid transparent;padding:.375rem 1rem;font-size:1rem;line-height:1.5;border-radius:0}
@media screen and (prefers-reduced-motion:reduce){.btn{-webkit-transition:none;transition:none}
}

.btn.focus,.btn:focus{-webkit-box-shadow:0 0 0 .2rem rgba(239,82,133,.25);box-shadow:0 0 0 .2rem rgba(239,82,133,.25)}
.btn.disabled,.btn:disabled{opacity:.65}
.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}
.btn-link{font-weight:400;color:#db5d86}
.btn-link:hover{color:#e01557;text-decoration:underline}
.btn-link.focus,.btn-link:focus{text-decoration:underline}
.btn-link.disabled,.btn-link:disabled{color:#222}
.btn-primary{color:#fff;background-color:#db5d86;border-color:#db5d86;font-weight:200;border-radius:3px}
.btn-primary:hover{color:#fff;background-color:#b6476b;border-color:#b6476b;cursor:pointer;}
.btn-primary.focus,.btn-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(239,82,133,.5);box-shadow:0 0 0 .2rem rgba(239,82,133,.5)}
.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#db5d86;border-color:#db5d86}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#eb2364;border-color:#ea185c}
.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(239,82,133,.5);box-shadow:0 0 0 .2rem rgba(239,82,133,.5)}
.btn-secondary{color:#fff;background-color:#222;border-color:#222}
.btn-secondary:hover{color:#fff;background-color:#0f0f0f;border-color:#090909}
.btn-secondary.focus,.btn-secondary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(34,34,34,.5);box-shadow:0 0 0 .2rem rgba(34,34,34,.5)}
.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#222;border-color:#222}
.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#090909;border-color:#020202}
.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(34,34,34,.5);box-shadow:0 0 0 .2rem rgba(34,34,34,.5)}
.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}
.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}
.btn-success.focus,.btn-success:focus{-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}
.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}
.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}
.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}
.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}
.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}
.btn-info.focus,.btn-info:focus{-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}
.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}
.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}
.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}
.btn-warning{color:#111;background-color:#ffc107;border-color:#ffc107}
.btn-warning:hover{color:#111;background-color:#e0a800;border-color:#d39e00}
.btn-warning.focus,.btn-warning:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}
.btn-warning.disabled,.btn-warning:disabled{color:#111;background-color:#ffc107;border-color:#ffc107}
.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#111;background-color:#d39e00;border-color:#c69500}
.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}
.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}
.btn-danger.focus,.btn-danger:focus{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}
.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}
.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}
.btn-light{color:#111;background-color:#f5f5f5;border-color:#f5f5f5}
.btn-light:hover{color:#111;background-color:#e2e2e2;border-color:#dcdcdc}
.btn-light.focus,.btn-light:focus{-webkit-box-shadow:0 0 0 .2rem rgba(245,245,245,.5);box-shadow:0 0 0 .2rem rgba(245,245,245,.5)}
.btn-light.disabled,.btn-light:disabled{color:#111;background-color:#f5f5f5;border-color:#f5f5f5}
.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#111;background-color:#dcdcdc;border-color:#d5d5d5}
.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(245,245,245,.5);box-shadow:0 0 0 .2rem rgba(245,245,245,.5)}
.btn-dark{color:#fff;background-color:#333;border-color:#333}
.btn-dark:hover{color:#fff;background-color:#202020;border-color:#1a1a1a}
.btn-dark.focus,.btn-dark:focus{-webkit-box-shadow:0 0 0 .2rem rgba(51,51,51,.5);box-shadow:0 0 0 .2rem rgba(51,51,51,.5)}
.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#333;border-color:#333}
.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1a1a;border-color:#131313}
.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(51,51,51,.5);box-shadow:0 0 0 .2rem rgba(51,51,51,.5)}
.btn-outline-primary{color:#db5d86;background-color:transparent;background-image:none;border-color:transparent;border:0!important}
.btn-outline-primary:hover{color:#db5d86;background-color:transparent;border-color:transparent}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#db5d86;background-color:transparent}
.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#db5d86;background-color:transparent;border-color:transparent}
.btn-outline-secondary{color:#222;background-color:transparent;background-image:none;border-color:#222}
.btn-outline-secondary:hover{color:#fff;background-color:#222;border-color:#222}
.btn-outline-secondary.focus,.btn-outline-secondary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(34,34,34,.5);box-shadow:0 0 0 .2rem rgba(34,34,34,.5)}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#222;background-color:transparent}
.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#222;border-color:#222}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(34,34,34,.5);box-shadow:0 0 0 .2rem rgba(34,34,34,.5)}
.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}
.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}
.btn-outline-success.focus,.btn-outline-success:focus{-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}
.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}
.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}
.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}
.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}
.btn-outline-info.focus,.btn-outline-info:focus{-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}
.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}
.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}
.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}
.btn-outline-warning:hover{color:#fff;background-color:#ffc107;border-color:#ffc107}
.btn-outline-warning.focus,.btn-outline-warning:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}
.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}
.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#111;background-color:#ffc107;border-color:#ffc107}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}
.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}
.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-outline-danger.focus,.btn-outline-danger:focus{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}
.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}
.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}
.btn-outline-light{color:#f5f5f5;background-color:transparent;background-image:none;border-color:#f5f5f5}
.btn-outline-light:hover{color:#fff;background-color:#f5f5f5;border-color:#f5f5f5}
.btn-outline-light.focus,.btn-outline-light:focus{-webkit-box-shadow:0 0 0 .2rem rgba(245,245,245,.5);box-shadow:0 0 0 .2rem rgba(245,245,245,.5)}
.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f5f5f5;background-color:transparent}
.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#111;background-color:#f5f5f5;border-color:#f5f5f5}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(245,245,245,.5);box-shadow:0 0 0 .2rem rgba(245,245,245,.5)}
.btn-outline-dark{color:#333;background-color:transparent;background-image:none;border-color:#333}
.btn-outline-dark:hover{color:#fff;background-color:#333;border-color:#333}
.btn-outline-dark.focus,.btn-outline-dark:focus{-webkit-box-shadow:0 0 0 .2rem rgba(51,51,51,.5);box-shadow:0 0 0 .2rem rgba(51,51,51,.5)}
.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#333;background-color:transparent}
.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#333;border-color:#333}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(51,51,51,.5);box-shadow:0 0 0 .2rem rgba(51,51,51,.5)}
.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0}
.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:0}
a{color:#db5d86;text-decoration:none}
a:focus,a:hover{color:#e01557;text-decoration:none}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:200;line-height:1.5;color:#1e1f21}
.h1,h1{font-size:3rem;font-family:MiSansThin,sans-serif}
.h2,h2{font-size:2.5rem;font-family:MiSansThin,sans-serif}
.h3,h3{font-size:2rem;font-family:MiSansThin,sans-serif}
.h4,h4{font-size:1.5rem}
.h5,h5{font-size:1.25rem}
.h6,h6{font-size:1rem}
.lead{font-size:1rem;font-weight:400;margin-bottom:1rem}
.display-1{font-size:6rem;font-weight:300;line-height:1.2}
.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}
.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}
.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}
hr{border-top:1px solid rgba(0,0,0,.1)}
.small,small{font-size:80%;font-weight:400}
.mark,mark{padding:.2em;background-color:#fcf8e3}
.blockquote{padding:1rem 1.5rem;margin-bottom:1rem;margin-left:1rem;font-size:.75rem;border-left:3px solid #db5d86;background:#e7eaed;border-radius:3px}
.blockquote-footer{color:#222}
.blockquote-footer::before{content:"\2014 \00A0"}
.text-primary{color:#db5d86!important}
a.text-primary:focus,a.text-primary:hover{color:#eb2364!important}
.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}
.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}
.page-item.active .page-link{color:#fff;background-color:#db5d86;border-color:#ddd}
.page-item.disabled .page-link{color:#222;background-color:#fff;border-color:#ddd}
.page-link{padding:.5rem .75rem;line-height:1.25;color:#db5d86;background-color:#fff;border:1px solid #ddd}
.page-link:focus,.page-link:hover{color:#e01557;text-decoration:none;background-color:#eee}
.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}
.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}
.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}
.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}
.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}
.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}
.bg-primary{background-color:#db5d86!important}
a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#eb2364!important}
.bg-secondary{background-color:#222!important}
a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#090909!important}
.bg-success{background-color:#28a745!important}
a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}
.bg-info{background-color:#17a2b8!important}
a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}
.bg-warning{background-color:#ffc107!important}
a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}
.bg-danger{background-color:#dc3545!important}
a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}
.bg-light{background-color:#f5f5f5!important}
a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dcdcdc!important}
.bg-dark{background-color:#333!important}
a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1a1a1a!important}
.border-primary{border-color:#db5d86!important}
.border-secondary{border-color:#222!important}
.border-success{border-color:#28a745!important}
.border-info{border-color:#17a2b8!important}
.border-warning{border-color:#ffc107!important}
.border-danger{border-color:#dc3545!important}
.border-light{border-color:#f5f5f5!important}
.border-dark{border-color:#333!important}
.text-primary{color:#db5d86!important}
a.text-primary:focus,a.text-primary:hover{color:#eb2364!important}
.text-secondary{color:#222!important}
a.text-secondary:focus,a.text-secondary:hover{color:#090909!important}
.text-success{color:#28a745!important}
a.text-success:focus,a.text-success:hover{color:#1e7e34!important}
.text-info{color:#17a2b8!important}
a.text-info:focus,a.text-info:hover{color:#117a8b!important}
.text-warning{color:#ffc107!important}
a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}
.text-danger{color:#dc3545!important}
a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}
.text-light{color:#f5f5f5!important}
a.text-light:focus,a.text-light:hover{color:#dcdcdc!important}
.text-dark{color:#333!important}
a.text-dark:focus,a.text-dark:hover{color:#1a1a1a!important}
.badge-primary{color:#fff;background-color:#db5d86}
.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#eb2364}
.badge-secondary{color:#fff;background-color:#222}
.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#090909}
.badge-success{color:#fff;background-color:#28a745}
.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}
.badge-info{color:#fff;background-color:#17a2b8}
.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}
.badge-warning{color:#111;background-color:#ffc107}
.badge-warning[href]:focus,.badge-warning[href]:hover{color:#111;text-decoration:none;background-color:#d39e00}
.badge-danger{color:#fff;background-color:#dc3545}
.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}
.badge-light{color:#111;background-color:#f5f5f5}
.badge-light[href]:focus,.badge-light[href]:hover{color:#111;text-decoration:none;background-color:#dcdcdc}
.badge-dark{color:#fff;background-color:#333}
.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1a1a1a}
.form-control{padding:.375rem .75rem;font-size:0.8125rem;line-height:1.5;color:#66696c;background-color:#fff;border:1px solid #ddd;border-radius:3px;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}
textarea.form-control{min-height:90px;height:auto;overflow:auto;line-height:1.8;font-weight: 200; box-sizing:border-box}
pre{display:block;font-size:87.5%;color:#212529;word-wrap:break-word;word-break:break-word;white-space:pre-wrap;max-height:200px;width:100%;overflow:auto}

.form-control::-ms-expand{background-color:transparent;border:0}
.form-control:focus{color:#252525;background-color:#fff;border-color:#fac7d7;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(239,82,133,.25);box-shadow:0 0 0 .2rem rgba(239,82,133,.25)}
.form-control::-webkit-input-placeholder{color:#a3a3a3;font-weight: 200}
.form-control:-ms-input-placeholder{color:#a3a3a3;font-weight: 200}
.form-control::-ms-input-placeholder{color:#a3a3a3;font-weight: 200}
.form-control::placeholder{color:#a3a3a3;font-weight: 200}
.form-control:disabled,.form-control[readonly]{background-color:#eee}
select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}
select.form-control:focus::-ms-value{color:#252525;background-color:#fff}
.form-control-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:0}
select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}
.form-control-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0}
select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}

.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}
.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}
.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}
.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.25);box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}
.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}
.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}
.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}
.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}
.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}
.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}
.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}
.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{-webkit-box-shadow:0 0 0 1px #f5f5f5,0 0 0 .2rem rgba(40,167,69,.25);box-shadow:0 0 0 1px #f5f5f5,0 0 0 .2rem rgba(40,167,69,.25)}
.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}
.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}
.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}
.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.25);box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}
.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}
.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}
.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}
.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}
.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}
.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}
.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}
.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}
.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}
.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}
.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}
.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{-webkit-box-shadow:0 0 0 1px #f5f5f5,0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 1px #f5f5f5,0 0 0 .2rem rgba(220,53,69,.25)}
.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}
.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}
.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}
.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}
.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#db5d86}
.custom-control-input:focus~.custom-control-label::before{-webkit-box-shadow:0 0 0 1px #f5f5f5,0 0 0 .2rem rgba(239,82,133,.25);box-shadow:0 0 0 1px #f5f5f5,0 0 0 .2rem rgba(239,82,133,.25)}
.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#fef5f8}
.custom-control-input:disabled~.custom-control-label{color:#222}
.custom-control-input:disabled~.custom-control-label::before{background-color:#eee}
.custom-checkbox .custom-control-label::before{border-radius:.25rem}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#db5d86}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#db5d86}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(239,82,133,.5)}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(239,82,133,.5)}
.custom-radio .custom-control-label::before{border-radius:50%}
.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#db5d86}
.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(239,82,133,.5)}

code{font-size:87.5%;color:#e83e8c}
.nav-link{padding:.5rem 1rem}
.nav-link.disabled{color:#222}
.nav-tabs .nav-item{margin-bottom:-1px}
.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#eee #eee #66696c}
.nav-tabs .nav-link.disabled{color:#222}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#252525;background-color:#f5f5f5}
.nav-tabs .dropdown-menu{margin-top:-1px}
.nav-pills .nav-link{border-radius:.25rem}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#db5d86}
.card{background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}
.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}
.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}
.card-body{padding:1.25rem}
.card-title{margin-bottom:.75rem}
.card-subtitle{margin-top:-.375rem}
.card-link+.card-link{margin-left:1.25rem}
.card-header{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}
.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}
.card-header-transparent{background-color:rgba(0,0,0,.3);border-bottom:none}
.card-footer{padding:.75rem 1.25rem;background-color:#f5f5f5;border-top:1px solid rgba(0,0,0,.125)}
.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}
.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}
.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}
.card-img-overlay{padding:1.25rem}
.card-img-overlay-opacity{background:rgba(0,0,0,.2)}
.card-img{border-radius:calc(.25rem - 1px)}
.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}
.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}
.card-deck .card{margin-bottom:15px}
@media (min-width:576px){.card-deck{margin-right:-15px;margin-left:-15px}
.card-deck .card{margin-right:15px;margin-left:15px}
}
.dropdown-menu{min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#111;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}
.dropdown-item{padding:.25rem 1.5rem;font-weight:400;color:#111}
.dropdown-item:focus,.dropdown-item:hover{color:#040404;background-color:#f5f5f5}
.dropdown-item.active,.dropdown-item:active{color:#fff;background-color:#db5d86}
.dropdown-item.disabled,.dropdown-item:disabled{color:#222}

#custom-search-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:99999;justify-content:center;align-items:center;animation:fadeIn .3s ease;flex-direction:column}
.custom-search-box{display:flex;align-items:center;background:#fff;border:2px solid #ddd;padding:15px 20px;border-radius:5px;box-shadow:0 0 15px rgba(0,0,0,.6);animation:popIn .3s ease;width:80%;max-width:500px}
.custom-search-box i{margin-right:10px;font-size:1.2rem;color:#999}
.custom-search-box input{border:none;outline:0;font-size:1.2rem;flex:1;width:100%;font-weight:200}

.hotsearch{padding:10px 0;width:80%;max-width:500px;text-align:left;font-size:12px;color:#fff;word-wrap:break-word;animation:slideIn .8s cubic-bezier(.25,.1,.25,1) forwards;opacity:0}
@keyframes slideIn{0%{transform:translateY(15px);opacity:0}
100%{transform:translateY(0);opacity:1}
}
.hotsearch strong{font-weight:700;color:#fff}
.hotsearch a{margin-right:10px;text-decoration:none;color:#fff}
.hotsearch a:hover{color:#db5d86}

@keyframes fadeIn{from{opacity:0}
to{opacity:1}
}
@keyframes popIn{from{transform:scale(.9);opacity:0}
to{transform:scale(1);opacity:1}
}
.custom-large-card{flex:0 0 75%;max-width:75%;padding:0 15px}
@media (max-width:992px){.custom-large-card{flex:0 0 100%;max-width:100%}
.rounded-circle{width:60%}
}
.back-to-top{position:fixed;bottom:30px;right:30px;width:40px;height:40px;border:none;border-radius:50%;background-color:#ca6586;color:#fff;font-size:20px;cursor:pointer;z-index:2000;display:none;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.3);transition:opacity .3s ease}
.back-to-top:hover{background-color:#b6476b;transition:opacity .3s ease}
.item{aspect-ratio:2/1;overflow:hidden;position:relative}
.item img{width:100%;height:100%;object-fit:cover;display:block}
.owl-nav{display:none}
.owl-theme .owl-dots{margin-top:1rem}
.img-fluid{max-width:100%;height:auto;border-radius: 3px 3px 0 0;}

.product-number-info{margin: 0 auto;margin: 20px 0; }
.product-number-info ul.q:after {content: "";clear: both;display: table;}
.product-number-info li{color:#8c8f92;text-align: center}
.product-number-info li:first-child{border:none;}
.product-number-info li b{font-weight: 200; font-size:35px; line-height: 1;}
.product-number-info li b i{font-style: normal;font-family: 'MiSansThin', sans-serif;}
.product-number-info li b sup{margin-left: 12px;text-align: center;display: inline-block}
.product-number-info li b sup em{display: block;font-size: 12px;height: 20px;line-height: 12px;color: #8c8f92;font-style: normal}
.product-number-info li p{font-size: 12px;display: block;color: #505050;padding: 0 0 0 0;}
.wechat-overlay{display:none;opacity:0;transition:opacity 0.3s ease;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);justify-content:center;align-items:center;z-index:9999;}
.wechat-overlay img{max-width:90%;height:auto;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,0.3);}

.row-container{display:flex;align-items:flex-start;width:100%;position:relative;padding-bottom:15px;margin-bottom:25px}
.row-container::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#ddd}
.row-container::before{content:'';position:absolute;bottom:0;left:0;width:100px;height:1px;background-color:#db5d86;z-index:1}
.left-image{width:90px;flex-shrink:0;margin-right:10px;padding-left: 20px}
.image-circle{width:60px;height:60px;border-radius:50%;overflow:hidden;position:relative}
.image-circle img{width:100%;height:100%;object-fit:cover}
.right-content{flex:1;display:flex;flex-direction:column}
.right-content h5{margin:0 0 5px 0;font-size:16px}
.right-content h5 a{color:#1e1f21}
.right-content h5 a:hover{color:#db5d86;text-decoration:none;cursor:pointer;border-bottom:1px solid #ccc;padding-bottom:3px}
.right-content p{margin-bottom:0}
.content-index{line-height:1.8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0 0 5px 0}
.image-row{display:flex;flex-wrap:nowrap;overflow:hidden;border-radius: 3px;margin-bottom: 0.5rem;}
.image-row a{display:block;flex-shrink:0;margin: 0.5rem 10px 0 0}
.image-row img{height:150px;width:auto;cursor:pointer;border-radius:3px;margin:0}

.row-container{width:100%;box-sizing:border-box;overflow:visible}
.right-content{width:100%;box-sizing:border-box;min-width:0;overflow:visible}
.image-row{width:100%;box-sizing:border-box;overflow:visible}
.image-slider{display:flex;width:100%;box-sizing:border-box;max-height: 158px;overflow-y: hidden;overflow-x:auto;white-space:nowrap;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;contain:content}
.image-slider img{max-height:150px;width:auto;max-width:100%;object-fit:cover;border-radius:3px;scroll-snap-align:start}
.image-slider::-webkit-scrollbar{display:none}
.image-slider{-ms-overflow-style:none;scrollbar-width:none}

a[href="javascript:void(0)"]{display:inline-block;overflow:hidden;border-radius:3px}
a[href="javascript:void(0)"] img{display:inherit;transition:transform .5s ease}
a[href="javascript:void(0)"]:hover img{transform:scale(1.1);transition-duration:.5s}
a[href="javascript:void(0)"] img:not(:hover){transition-duration:1s}
.meta-row{font-size:12px;color:#868d95;background:#f0f1f4;padding:2px 10px;border-radius:3px;margin:0 0 5px 0;width:fit-content;font-weight:200}
.meta-row i{vertical-align:middle;margin-right:5px}
@media screen and (max-width:768px){.left-image{width:45px;padding-left:0}
.image-circle{width:40px;height:40px}
.row-container::before{width:55px}
.artcal_pagebox{font-size:.8125rem!important;line-height:2!important}
.grid{display:flex!important;flex-direction:column!important;position:static!important;height:auto!important;gap:15px}
.grid-item{position:static!important;display:block!important;width:100%!important;margin-bottom:0}
.grid-item img{width:100%;height:auto}
}
@media screen and (min-width:769px){.grid{position:relative}
}
body{overscroll-behavior:none}
.artcal_pagebox {font-size: 0.875rem;line-height: 2}
.image-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:9999;opacity:0;transition:opacity .3s ease;pointer-events:none}
.image-popup-container{position:relative;max-width:90vw;max-height:90vh;display:flex;justify-content:center;align-items:center;background: #fff;border-radius: 5px}
.image-popup-container img{max-width:90vw;max-height:90vh;width:auto;height:auto;object-fit:contain;box-shadow:0 0 20px rgba(0,0,0,.5);border-radius:5px}
.popup-close-btn{position:absolute;top:20px;right:20px;font-size:2rem;color:#fff;cursor:pointer;transition:transform .3s ease;z-index:10000}
.popup-close-btn:hover{transform:rotate(90deg)}
.image-popup-overlay.active{opacity:1;pointer-events:auto}
.list_dl{padding:0}
.list_dl a{color:#555;text-decoration:none;display:block}
.list_dl a:hover{color:#db5d86;text-decoration:none}
.list_dl a.open{color:#db5d86;font-weight:400}
.list_dt{padding:0;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;margin:0;font-weight:400;transition:all ease-out .3s}
.list_dt i{display:inline-block;margin-right:10px;transition:all ease-out .3s}
.list_dt p{margin:0;line-height:2}
.list_dt p.open{font-weight:700;color:#db5d86}
.list_dt:hover{color:#db5d86;transition:all ease-out .3s}
.list_dt:hover i{margin-right:13px;transition:all ease-out .3s}
.list_dd{display:none}
.list_li{list-style-type:none;padding:0 0 0 1rem;cursor:pointer}
.list_dl dl,.list_dl ol,.list_dl ul{margin-top:0;margin-bottom:0;padding-left:0}
.list_dl li::before{content:'';display:inline-block;width:4px;height:4px;background-color:#bbb;margin-right:8px;margin-top:12px;vertical-align:middle;float:left;transition:all ease-out .3s}
.list_dl li:hover::before {margin-right: 10px;transition:all ease-out .3s}
.list_dl #open, .list_dl #open a{font-weight: 700;color: #db5d86;}

.pagination-area{padding:0 0 20px 0;margin:0 auto}
.pagination-area-inner{width:max-content;margin:0 auto;line-height:1;font-weight:200;font-size:13px}
.epages{background:#f2f3f5;border-radius:30px;padding:10px 15px}
.epages:empty{display:none}
.pagination-area-inner b{font-weight:700}
.pagination-area-inner a,.pagination-area-inner b{padding:0 5px;color:#5b5e69;font-size:13px;text-decoration:none}
.post_buttom{padding:0.5rem;margin-bottom:1rem;font-size:.75rem;border-left:3px solid #db5d86;background:#fff;border-radius:3px;text-align:center;font-size:1.2rem;transition:all ease-out .6s}
.post_buttom a:hover{letter-spacing:2px;cursor:pointer;transition:all ease-out .3s}
.entry-bottom .tags a{display:inline-block;font-weight:400;text-decoration:none;-moz-user-select:none;font-size:12px;line-height:0;padding:10px;border-radius:30px;margin:0 2px 5px 0;border:1px solid #ebebeb;background:#fff;color:#888}
.entry-bottom .tags a:hover{background:#555;color:#fff}
.tags{padding: 5px 0}
.responsive-container{display:flex;flex-wrap:wrap;width:100%}
.responsive-container a{color:#6480b3}
.responsive-item{width:50%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 5px 5px 0;box-sizing:border-box;color:#889097}
.responsive-itemright{width:50%;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 0 5px 5px;box-sizing:border-box;color:#889097}
@media (max-width:767px){.responsive-item{width:100%;padding:5px 0}
.responsive-itemright{width:100%;text-align:left;padding:5px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}
}
.newstext-box{font-size:.875rem;color:#000}
.newstext-box strong {font-weight: 600;color: #1f2224;}
.newstext-box span{padding: 2px 3px; border-radius: 3px;}
.newstext-box span a{color: inherit}
.newstext-box img{max-width:100%;margin: 5px;height:auto!important;border-radius: 3px;}
.newstext-box blockquote{padding:15px;margin:20px 0 20px 2em;font-size:13px;border-left:3px solid #db5d86;background:#e7eaed;border-radius:3px;max-height:200px;overflow:auto;word-wrap:break-word;word-break:normal}
.copy-btn{position:absolute;top:15px;right:15px;background:#96a2b5;color:#fff;padding:2px 8px;font-size:12px;line-height:1.5;border:none;border-radius:3px;cursor:pointer;z-index:10;pointer-events:auto}
.highlight-keyword{-webkit-transition:all .2s ease;transition:all .2s ease;border-bottom:1px solid #ccc;padding-bottom:3px;color:#1e7094}
.button-contactForm{color:#fff;background-color:#ca6586;border-color:#ca6586;font-weight:200;padding:0 20px;border-radius:3px;border:0;height:calc(1.5em + .75rem + 2px)}
@media (max-width:768px){.button-contactForm{padding:0 20px!important}
h3{font-size:1.5rem}
.user_spacetopmenu{border-left:0!important;padding-left:0!important;margin:10px 0!important}
.forgotpassword{display:block}
}
.button-contactForm:hover{color:#fff;background-color:#b6476b;border-color:#b6476b;cursor:pointer}
legend{margin-bottom:0}
.cke_chrome{border-radius:3px;overflow:hidden;border:1px solid #ddd}
u{text-decoration:underline;text-decoration-color:#ccc;text-underline-offset:5px}
fieldset {margin: 0.5rem 0;}
fieldset td{border-radius: 3px;background: #fff;}


/* 自定义下滑并淡入动画 */
@keyframes slideDownFade{from{opacity:0;transform:translateY(-20px)}
to{opacity:1;transform:translateY(0)}
}
.row-container{opacity:0;animation:slideDownFade .5s ease-out forwards}
.row-container:nth-child(1){animation-delay:0s}
.row-container:nth-child(2){animation-delay:.1s}
.row-container:nth-child(3){animation-delay:.2s}
.row-container:nth-child(4){animation-delay:.3s}
.row-container:nth-child(5){animation-delay:.4s}
.row-container:nth-child(6){animation-delay:.5s}
.row-container:nth-child(7){animation-delay:.6s}
.row-container:nth-child(8){animation-delay:.7s}
.row-container:nth-child(9){animation-delay:.8s}
.row-container:nth-child(10){animation-delay:.9s}
body.loaded .row-container{animation-play-state:running}

.cke_top{background:#fafbfb}
.cke_chrome{border:1px solid #e4e8eb!important}
img[src*="plugins/smiley/images/"]{display:inline-block!important;margin:0!important;vertical-align:middle!important;max-width:20px!important;max-height:20px!important}
.table{margin-bottom: 0;}
.table-hover tr:hover{background: #f1f4f7!important;transition: all ease-out .3s;}
.table-hover tr{transition: all ease-out .3s;}

@media (min-width:576px){.jumbotron{padding:2rem 2rem!important;}
}
.user_spacetopmenu{border-left:3px solid #b6b6b6;padding-left:10px;line-height:.8rem;margin:10px 0}
.user_spacetopmenu a{display:inline-block;margin-right:5px;color:#555}
.user_spacetopmenu a:hover{color:#db5d86}

.table-hover input, .table-hover textarea, .table-hover select, .card-header select{padding:.375rem .75rem;font-size:0.8125rem;line-height:1.5;color:#66696c;background-color:#fff;border:1px solid #ddd;border-radius:3px;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}
.table-hover input{height:auto;overflow:hidden;resize:none;line-height:1.8;font-weight: 400; transition:height .3s ease!important;box-sizing:border-box}
pre{display:block;font-size:87.5%;color:#212529;word-wrap:break-word;word-break:break-word;white-space:pre-wrap;max-height:200px;width:100%;overflow:auto}

.table-hover input::-ms-expand{background-color:transparent;border:0}
.table-hover input:focus{color:#252525;background-color:#fff;border-color:#fac7d7;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(239,82,133,.25);box-shadow:0 0 0 .2rem rgba(239,82,133,.25)}
.table-hover input::-webkit-input-placeholder{color:#a3a3a3;font-weight: 200}
.table-hover input:-ms-input-placeholder{color:#a3a3a3;font-weight: 200}
.table-hover input::-ms-input-placeholder{color:#a3a3a3;font-weight: 200}
.table-hover input::placeholder{color:#a3a3a3;font-weight: 200}
.table-hover input:disabled[readonly]{background-color:#eee}
.table-hover input select:not([size]):not([multiple]){height:calc(2.25rem + 2px)}
.table-hover input:focus::-ms-value{color:#252525;background-color:#fff}
.table-hover span {display: inline-block;margin-left: 10px}
.table-hover span img{height: 30px;width: auto;border-radius: 3px}
textarea::placeholder{color:#999!important;font-weight: 200!important}
input::placeholder{color:#999!important;font-weight: 200!important}
.cp_container{display:flex;flex-wrap:wrap;gap:10px;padding:5px 0;justify-content:space-between;width:100%}
.cp_item{flex:0 0 calc(100% / 6 - 10px);background-color:#f2f2f2;color:#000;text-align:center;padding:15px 0;border-radius:5px;text-decoration:none;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease}
.cp_item span{margin-right:10px;color:#a2a2a2;vertical-align:middle}
.cp_item:hover{background-color:#ca6586;color:#fff}
.cp_item:hover span{color:#fff}
.regbook_right{display:inline-block;float: right}
.regbook_r{display: block;margin-top: 5px; background:#f5f5f7;padding:8px 10px;border:solid 1px #efefef;font-size:11.5px;border-radius:5px;transition: all ease-out 1s;}
.regbook_r:hover{background:#fff;transition: all ease-out .3s;}
@media (max-width:768px){.cp_item{flex:0 0 calc(100% / 2 - 10px)}
.regbook_right{display:block;float: none}
.us_articleedit{display:block!important;float: none!important}
.jumbotron {background:#e9ecef}
.text-center img{max-width: 70%}
}
.user_submissionkey img{border-radius:5px;margin-top:3px;margin-left:10px;height:30px}
.user_submissionkey td{padding:5px 0;border-top:0;background:0 0!important}
.user_submissionkey tr:hover{background:0 0!important}
.user_submissionkey #infoshowkey a{padding:10px;line-height:2rem}
.user_submissionkey .button-contactForm{color:#fff;background-color:#ca6586;border-color:#ca6586;font-weight:200;padding:0 20px;border-radius:3px;border:0;height:calc(1.5em + .75rem + 2px)}

.us_img_wrapper{display:flex;flex-wrap:nowrap;overflow:hidden;border-radius: 3px;margin-bottom: 0.5rem;}
.us_img_wrapper a{display:block;flex-shrink:0;margin:0}
.us_img_wrapper img{height:100px;width:auto;cursor:pointer;border-radius:3px;}
.us_articleedit{display: inline-block;float: right;}

.newstext-box table{max-width:100%;margin-bottom:1rem;color:#212529;border:1px solid #dee2e6;border-collapse: collapse;}
.newstext-box table th{border:#e3e5e8 1px solid;padding:5px 10px;background:#ebedf0;white-space:nowrap;color:#6e7984;font-weight:400;text-align:center}
.newstext-box table td{padding:5px 10px;vertical-align:top;border:1px solid #dee2e6}
.text-center img{object-fit: cover;display: inherit;aspect-ratio: 1/1}

.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}
.modal-container{background:#fff;border-radius:5px;overflow:hidden;animation:popIn .3s ease;max-width:600px;width:calc(100% - 40px);height:600px;box-shadow:0 0 15px rgba(0,0,0,.3);position:relative}
.modal-container iframe{width:100%;height:100%;border:none}
